summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove cancellation point propagation.jasone2000-04-261-4/+4
* Spell MAP_NOSYNC correctly.wollman2000-04-231-1/+1
* .Lb-ifywollman2000-04-231-0/+2
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-6/+2
* Introduce .Lb macro to libc_r manpages.phantom2000-04-226-0/+12
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodwollman2000-04-223-2/+265
* Introduce ".Lb" macro to libc manpages.phantom2000-04-2186-0/+172
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-165-0/+10
* Fix various unsigned vs signed errors that caused problems with uidspaul2000-03-091-5/+14
* Remove more single-space hard sentence breaks.sheldonh2000-03-022-3/+6
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0212-28/+56
* Fix errors in .Xr usage.nik2000-03-011-1/+1
* Restore `[no]{s|u}unlnk' and `[no]opaque' support.ru2000-02-223-6/+21
* Add man pages for the sem_*() functions.jasone2000-02-166-0/+503
* Replace the existing documentation for ``KERN_QUANTUM'' with a morechris2000-02-101-4/+2
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-4/+2
* Revive the warning that dllockinit() is experimental and subject tojdp2000-01-291-1/+6
* Install setflags.3 and its link to getflags.3.bde2000-01-281-1/+3
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-2722-95/+87
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-277-13/+247
* Document KERN_QUANTUM under CTL_KERNchris2000-01-191-0/+6
* Document isnanf() for checking if a float is NaN (``Not-a-Number'') andchris2000-01-192-4/+9
* This man page is not needed; it just gets jumped on later when libcryptmarkm2000-01-182-298/+1
* Correct placement of $FreeBSD$ CVS identifier.asmodai2000-01-131-1/+1
* Change ``from'' to ``to''.asmodai2000-01-131-1/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-1222-91/+140
* Remove the warning that this interface shouldn't be used yet. Fixjdp2000-01-091-8/+4
* remove most of PF_INET6 description. add references only.itojun2000-01-061-138/+4
* bring in description for KAME IPv6 changes.itojun2000-01-061-4/+156
* Fixed the type of dllockinit() (const unpoisoning).bde2000-01-051-4/+1
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-281-0/+4
* Add a new function dllockinit() for registering thread lockingjdp1999-12-273-1/+124
* Fixed missing installation of a link to ctermid_r.3.bde1999-12-231-0/+1
* Fixed wrong prototype and missing include for strsignal(3). strsignal()bde1999-12-231-2/+3
* Fix the fixfsfile() so that it works for both block and character devicespeter1999-12-231-1/+7
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-213-3/+3
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-193-258/+183
* Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
* Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-182-142/+250
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-1/+8
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-0/+4
* style fixes, remove extra braces.alfred1999-11-291-17/+20
* Provide a man page for Alfreds lovely readdir_r function. Alsowes1999-11-292-5/+27
* Provide and document ctermid_r function.wes1999-11-282-2/+23
* Provide the getlogin_r function.wes1999-11-281-0/+18
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+44
* Allow empty UIDs if we are processing NIS records. I am not entirelyeivind1999-11-221-2/+4
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-172-30/+45
* Introduce commandline caching in the kernel.phk1999-11-161-0/+9
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-152-4/+15
OpenPOWER on IntegriCloud