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