summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* For syscalls that are renamed to _thread_sys_foo, create a weak aliasjasone2000-01-283-16/+16
* Use _fcntl() (not fcntl()) inside of fcntl().jasone2000-01-283-9/+9
* Introduce ACL man pages en masse for library calls, and general introduction.rwatson2000-01-2826-14/+2524
* 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
* Have NgMkSockNode() load the socket node type KLD if it's notarchie2000-01-283-2/+24
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-27196-571/+2044
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-279-164/+248
* Avoid core dump when ai_canonname is NULL.shin2000-01-271-4/+8
* 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
* Use a long line instead splitting a line with backslash-newline in synopsis.bde2000-01-271-2/+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
* Add the new version.c file for curses_version(3)peter2000-01-262-0/+2
* A few more touchups:rwatson2000-01-266-146/+188
* Removed 3rd arg from bindresvport_sa() call, because the 3rd arg have beenshin2000-01-261-2/+1
* Fix timestamp handling.des2000-01-261-5/+7
* bindresvport related changesshin2000-01-264-75/+138
* Fix getaddrinfo() behaviour to be more compliant with RFC2553. Patches areshin2000-01-261-116/+17
* Use a more conventional copyright message.peter2000-01-261-9/+14
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-2618-156/+130
* several tcp apps IPv6 updateshin2000-01-258-7/+270
* 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
* Fix millisecond to nanosecond conversion.jasone2000-01-223-3/+3
* Specify the system directory for which we put in our include pathmjacob2000-01-211-1/+2
* Oops, The dependency of libcrypt on libmd went away before it was "fixed"bde2000-01-211-3/+3
* Remove unnecessary alternate entry points for *setjmp(). Make the mainjasone2000-01-209-48/+69
* Minor *jmp() cleanups.jasone2000-01-204-17/+14
* Add sem_*() functions. Named semaphores and process-shared semaphoresjasone2000-01-209-0/+711
* Do signal deferral for pthread_kill() as it was done in the old days.jasone2000-01-209-90/+18
* 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
* Do not set the default terminal type to "su", leave it empty.ru2000-01-192-6/+2
* Implement continuations to correctly handle [sig|_]longjmp() inside of ajasone2000-01-1939-205/+1332
* 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-1912-28/+28
* 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
* A bunch of factual corrections.markm2000-01-181-7/+4
* Add HISTORY.sheldonh2000-01-181-0/+2
* Properly initialize the last active time of the initial thread. This fixesdeischen2000-01-183-0/+18
* trailing white space removal.obrien2000-01-181-16/+14
* Add two new functions cd9660_readfile() & cd9660_readdir(), whichobrien2000-01-181-110/+175
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenbde2000-01-181-1/+1
OpenPOWER on IntegriCloud