| Age | Commit message (Expand) | Author |
| 2007-10-26 | make _FORTIFY_SOURCE play nicely with lint | christos |
| 2007-10-15 | Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These | ad |
| 2007-09-07 | Implementation of POSIX message queues. | rmind |
| 2007-08-02 | Add xref to shquote(3), suggested by joerg. Bump date. | wiz |
| 2007-07-20 | add a comment. | yamt |
| 2007-07-17 | kill MFSNAMELEN | christos |
| 2007-06-18 | Follow the example of other nbtool compat functions, like dirname, and | ginsbach |
| 2007-06-09 | PR/36464: scandir(3) corrupts heap when run on ZFS directories because ZFS | christos |
| 2007-06-03 | Make these work with _FORTIFY_SOURCE, by overriding the fortified definitions | christos |
| 2007-05-09 | PR/36299: Greg Woods: Add namespace protection for sl_delete. | christos |
| 2007-05-01 | - Create sysctl nodes for AIO. | rmind |
| 2007-03-13 | Fix a bug that humanize_number() produces "1000" where it should be "1.0G" | enami |
| 2007-02-22 | -get cabs() and cabsf() out of public view - these are historical and | drochner |
| 2007-02-07 | Add "local" versions of getnetgrent() et al. and now call those for the NIS | oster |
| 2007-02-06 | nsdispatch()-ify getnetgrent() and friends. | oster |
| 2007-02-03 | make this compile with DIAGNOSTIC | christos |
| 2007-02-03 | Compile with DIAGNOSTIC | christos |
| 2007-02-03 | make this compile with DIAGNOSTIC | christos |
| 2007-01-20 | Sort sections. | wiz |
| 2007-01-18 | isascii() and toascii() are defined for all integers unlike the other | cbiere |
| 2007-01-18 | Added a reference to ctype.3. What's the value of having that page at | rillig |
| 2007-01-18 | Added a warning about a wrong usage, which is nevertheless often found | rillig |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2007-01-15 | Bail out on the first sysctl() error as suggested by Pierre Pronchery in | cbiere |
| 2006-12-23 | Sort sections. | wiz |
| 2006-12-18 | Sort error descriptions. | wiz |
| 2006-12-08 | Update to reflect recent changes to confstr(3). | mjf |
| 2006-12-04 | Move the description of sysctl MIBs from sysctl.3 to a new manual page | pavel |
| 2006-12-03 | PR/35170: Guy Harris: confstr() should return 0, not -1, on errors | christos |
| 2006-12-01 | ansi, minor knf, no functional change. | christos |
| 2006-11-27 | Adapt to recent Veriexec sysctl(9) changes. | elad |
| 2006-11-26 | PR/35129: David A. Holland: exit in utmpx code should be _exit | christos |
| 2006-11-25 | PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-23 | Add note about Segvguard interface/implementation being experimental and | elad |
| 2006-11-22 | Don't expose _ss functions for 4.0. Requested by core. | christos |
| 2006-11-22 | Initial implementation of PaX Segvguard (this is still work-in-progress, | elad |
| 2006-11-11 | on non-x86 execl*.c needs alloca. | christos |
| 2006-11-09 | no stack protector warning for execvp | christos |
| 2006-11-09 | undo the previous; we need alloca here, otherwise the parent will leak on | christos |
| 2006-11-09 | use mmap instead of malloc because we may have vforked. pointed out by yamt. | christos |
| 2006-11-08 | if we are using ssp, use malloc instead of alloca. | christos |
| 2006-11-05 | weak for syslog_ss | christos |
| 2006-11-03 | use FD_CLOEXEC instead of 1. | christos |
| 2006-11-02 | - verify that the log file is usable, otherwise re-open it. | christos |
| 2006-10-31 | Changed error message of ENOPROTOOPT to "Protocol option not available". | cbiere |
| 2006-10-28 | Remove trailing whitespace. Use .Bl -enum for an enumeration. | wiz |
| 2006-10-27 | need to negate before masking; from abp. | christos |
| 2006-10-27 | add async-signal-safe versions: syslog_ss and vsyslog_ss | christos |
| 2006-10-27 | Add syslog_r.3 link (hi christos). | uwe |