summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2003-03-04Don't acquire __environ_lock around exec*() calls; nothing requiresnathanw
2003-03-03Drop trailing space, mark up NULL with .Dv, breakwiz
2003-03-02Fix realloc usage.enami
2003-03-02s/indentifier/identifier/enami
2003-03-02Grammar fix in return values section.jmmv
2003-03-02Cosmetic changes in sample code.enami
2003-03-01Document net.inet.tcp.init_win_local.thorpej
2003-02-27Document hw.physpages and hw.userpages.thorpej
2003-02-26keep track if we have the file opened as readonly or readwrite, so thatchristos
2003-02-17Fix a tyop in a comment.simonb
2003-02-16Reorganise the getting of grouplists for a user so that Hesiod (andelric
2003-02-13Add pthread_atfork() man page.nathanw
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-02-10Drop trailing whitespace.wiz
2003-02-03When looking up gids with hesiod, use the gid map and fall back to theelric
2003-02-02Add sysconf(3) knobs for recent additions.kleink
2003-01-31Avoid cgetcap &co prototypes conflicting with those provided by the host.uwe
2003-01-21Add makecontext(3) from Klaus Klein.wiz
2003-01-19Ignore groups beyond _SC_NGROUPS_MAX (as man page)dsl
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-16Pasto; from Thomas Klausner.kleink
2003-01-16typo fixes.wiz
2003-01-15Rename auto variable shading global sigset().kleink
2003-01-15Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc.kleink
2003-01-03Fix typos (from PR 19650)mjl
2003-01-02Fix typos pointed out by Igor Sobrado in PR misc/19621.jschauma
2002-12-19Add a sysconf(3) knob for {ATEXIT_MAX}.kleink
2002-12-18new sentence, new line.wiz
2002-12-18exec lives in section 3, not 2.wiz
2002-12-11Add kern.forkfsleep sysctl - set/get time (in miliseconds) for whichjdolecek
2002-12-11Add two sysctls: kern.labelsector and kern.labeloffset.scw
2002-12-04fix typo in comment.grant
2002-11-26lib/19176: Onno van der Linden: execl is called with too few arguments.christos
2002-11-23Enable ELF32 nlist (as well as ELF64) for x86-64.fvdl
2002-11-17make sure to bound string operation by strlcpyitojun
2002-11-17use strlcpy where it is more appropriate.itojun
2002-11-12Review oversight: ENOSR: resource -> resources, which is what thekleink
2002-11-12Add the missing errno symbols that are defined in IEEE Std 1003.1-2001.skrll
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-08s/than than/than/.enami
2002-11-07New sentence, new line (hi manu!). Drop trailing whitespace.wiz
2002-11-07Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexecmanu
2002-10-25Add some _DIAGASSERTS(). Ok'd by christos.wiz
2002-10-19readlink(2) does not NUL-terminate, use with sizeof (buf-1).provos
2002-10-17Fix lint error.tron