| Age | Commit message (Expand) | Author |
| 2007-05-10 | Move .db files for services and netgroup to /var/db per gimpy's request. | christos |
| 2007-05-03 | - Add linkage for C++ | rmind |
| 2007-05-01 | - Create sysctl nodes for AIO. | rmind |
| 2007-04-30 | Import of POSIX Asynchronous I/O. | rmind |
| 2007-04-22 | The alloca() arg type check is broken (cpp do not do string comparisions) | ragge |
| 2007-03-30 | Resolve conflicts. | ghen |
| 2007-02-22 | -get cabs() and cabsf() out of public view - these are historical and | drochner |
| 2007-02-09 | Change _lwp_unpark_all() to return a 'ssize_t'. | ad |
| 2007-02-09 | Sync with changes introduced by merging the newlock2 branch. | ad |
| 2007-02-06 | add the isgreater() at al. comparision macros defined in C99 and SUSv3; | drochner |
| 2007-02-03 | Add macros for overflow detection | christos |
| 2007-02-02 | remove __SAFE | christos |
| 2007-01-28 | another merge botch. | christos |
| 2007-01-27 | Fix merge botch | christos |
| 2007-01-27 | Merge back all our changes. | christos |
| 2007-01-27 | import files from bind-9-4-0-rc2 | christos |
| 2007-01-16 | Add: _lwp_kill, _lwp_detach, _lwp_park, lwp_unpark, _lwp_unpark_all. | ad |
| 2006-12-14 | moved string_to_flags and flags_to_string from ls to libutil. | christos |
| 2006-12-09 | defined(_NETBSD_SOURCE) is equivalent to (!defined(_ANSI_SOURCE) && | bjh21 |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-22 | Don't expose _ss functions for 4.0. Requested by core. | christos |
| 2006-11-20 | getdate -> parsedate | christos |
| 2006-11-17 | constify getdate | christos |
| 2006-11-17 | add getdate. | christos |
| 2006-11-09 | add comments. | yamt |
| 2006-10-31 | Revert the changes I introduced trying to solve tmpfs' NFS export problem. | mjf |
| 2006-10-30 | kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to | christos |
| 2006-10-27 | - flags should be unsigned short instead of short. | christos |
| 2006-10-24 | Add support to allow a file system to not permit being exported over NFS. | mjf |
| 2006-10-16 | add MOPT_NULL | christos |
| 2006-10-15 | add a NULL callback initializer | christos |
| 2006-09-22 | Add run level messages. | christos |
| 2006-08-26 | Add efun(3) | christos |
| 2006-08-22 | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions | christos |
| 2006-08-21 | Use __GNUC_PREREQ__() for the GCC 4 test, too. | thorpej |
| 2006-08-21 | __offsetof__ is a builtin, so we need __GNU_PREREQ | christos |
| 2006-08-21 | gcc-3.3 does not have __offsetof__, but gcc-3.4 eems to require it: | christos |
| 2006-08-21 | g++-4 does not like &0->member, so we have to use the built-in offsetof(). | christos |
| 2006-08-21 | Use gcc's builtin function. This permits c++ compiliation of const | skd |
| 2006-08-12 | Add stresep and strndup. | christos |
| 2006-07-27 | add services.db | christos |
| 2006-07-27 | forgot to commit this. | christos |
| 2006-07-27 | fts_number is a quad; bump version. | christos |
| 2006-07-27 | add sl_delete | christos |
| 2006-06-22 | Centralize the TCP_NODELAY handling as discussed in tech-net. | christos |
| 2006-06-02 | remove support for building (with) GCC 2.95. also: | mrg |
| 2006-05-17 | rename dd_rewind to dd_internal so that it can be re-used to implement | christos |
| 2006-05-10 | add __BEGIN_DECLS/__END_DECLS around snprintf() & vsnprintf() prototypes. | mrg |
| 2006-04-27 | Install proplib include files. | thorpej |
| 2006-04-24 | It's "its." | snj |