summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-4/+2
* sync iruserok() extension API with other BSDsshin2000-02-011-28/+53
* Merge from RELENG_3 (oops):chris2000-01-291-5/+5
* Undo the ill-conceived breakage of the previous commit and really fix:jasone2000-01-293-26/+28
* Fix various typos and mdoc style issues.mpp2000-01-2911-54/+100
* Grammar fix: ``Different than'' should really be ``different from''.chris2000-01-291-1/+1
* Revive the warning that dllockinit() is experimental and subject tojdp2000-01-291-1/+6
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-283-16/+16
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2813-7/+1262
* There were so far only 42 different conversion specifications injoerg2000-01-282-0/+22
* 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-2770-274/+277
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-277-13/+247
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.ru2000-01-271-3/+8
* Allow reverse lookup for loopback addr.shin2000-01-271-1/+1
* Fixed wrong includes in synopsis.bde2000-01-271-8/+11
* Document the memory leak that is inherent in FreeBSD's semanticsarchie2000-01-261-0/+15
* A few more touchups:rwatson2000-01-263-73/+94
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenshin2000-01-261-2/+1
* bindresvport related changesshin2000-01-264-75/+138
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-269-78/+65
* several tcp apps IPv6 updateshin2000-01-253-5/+33
* Improve the explanation on the (in)security of mktemp(3).sheldonh2000-01-251-3/+6
* We _do_ support MS_ASYNCguido2000-01-241-1/+1
* Clarify that we don't offer hard realtime.alfred2000-01-241-3/+8
* Remove unnecessary alternate entry points for *setjmp(). Make the mainjasone2000-01-209-48/+69
* Move ENTRY and ALTENTRY definitions to asm.h where they belong.jasone2000-01-201-23/+0
* Although it should be obvious that the 3-digit numeric values of thesheldonh2000-01-1912-12/+23
* Make the quotes in the #include line visible.sheldonh2000-01-191-1/+1
* Make minor entry point changes to support libc_r.jasone2000-01-199-18/+18
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-196-14/+14
* Close PR#16028. Make the sanity check saner. The condition that wewpaul2000-01-191-1/+1
* 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
* Add HISTORY.sheldonh2000-01-181-0/+2
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenbde2000-01-181-1/+1
* Fix line too long style bug in the previous commit (which, by thesheldonh2000-01-181-2/+2
* add setresuid.2ache2000-01-181-1/+1
* acl_delete_default_file() changed to acl_delete_def_file()rwatson2000-01-171-1/+1
* Add manual pages for the newly added setres[ug]id system calls.sheldonh2000-01-172-0/+80
* We no longer care about the VAX and Tahoe compilers :-)kris2000-01-171-6/+1
* Oops, didn't commit the Makefile for libposix1e--this should fix buildrwatson2000-01-151-0/+15
* libposix1e provides userland library calls for the POSIX.1e securityrwatson2000-01-1511-0/+1468
* Fixed corrupted tabs in previous commit.bde2000-01-141-2/+2
* libc rcmd update for IPv6.shin2000-01-135-88/+295
* Correct placement of $FreeBSD$ CVS identifier.asmodai2000-01-131-1/+1
* Change ``from'' to ``to''.asmodai2000-01-131-1/+1
* Fix unresolved _libc_*() references in libc by creating weak aliasesjasone2000-01-131-0/+2
OpenPOWER on IntegriCloud