aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.Maxim Sobolev2001-02-071-1/+1
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-0711-13/+13
* Add list.h to the to be installed header files.Jeroen Ruigrok van der Werven2001-02-061-0/+1
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-062-2/+2
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-063-3/+8
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-063-4/+4
* Fixed prototype of logout() (const poisoning).Bruce Evans2001-02-061-1/+1
* Fixed prototypes. About half of them were wrong (mainly due to constBruce Evans2001-02-063-30/+30
* Added used include of <sys/cdefs.h>.Bruce Evans2001-02-064-0/+16
* Fixed C error(s) in synopsis.Bruce Evans2001-02-066-4/+6
* Fixed wrong return type for ftpLoginAf() in synopsis.Bruce Evans2001-02-051-1/+1
* Fixed bitrot in prototype(s) in synopsis.Bruce Evans2001-02-051-1/+1
* Fixed errors in prototypes. Many were hiding under mdoc errors.Bruce Evans2001-02-051-0/+4
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Fixed errors in prototypes. Many were hiding under mdoc errors.Bruce Evans2001-02-051-5/+30
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Don't install links for crypt.3 here. There is no crypt.3 here...Bruce Evans2001-02-051-2/+0
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* Spelling.Stephen McKay2001-02-041-1/+1
* strcpy -> strlcpy paranoiaJacques Vidrine2001-02-021-1/+4
* Fix typo.Nik Clayton2001-02-022-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-0180-304/+494
* s/_thread_sys_write/__sys_write/Daniel Eischen2001-01-313-6/+6
* Unbreak world by correctly specifying the prototype for __sys_aio_suspend.Daniel Eischen2001-01-293-3/+3
* Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-291-7/+9
* _exit in libc is now __sys_exit not __sys__exit.Daniel Eischen2001-01-297-21/+21
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-2924-254/+79
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
* Update Makefile for the new sources.Jeroen Ruigrok van der Werven2001-01-281-1/+5
* Call trimdomain properly for ip4 addresses.Brian Somers2001-01-281-29/+29
* s/err1/errx/.Hajimu UMEMOTO2001-01-261-2/+2
* Comment only change; s/_thread_sys_/__sys_/Daniel Eischen2001-01-264-8/+8
* Comment change only; s/_thread_sys_/__sys_/Daniel Eischen2001-01-261-1/+1
* Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead saveMaxim Sobolev2001-01-251-2/+8
* Set properly the PixelBytes field for 8bits modes.Nicolas Souchu2001-01-251-0/+2
* -pthread -> -lc_rDaniel Eischen2001-01-243-3/+3
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-24306-3478/+3895
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-24190-997/+1582
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.John Baldwin2001-01-241-1/+2
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5
* Minor fixes:Maxim Sobolev2001-01-241-3/+3
* I made a last-minute change before the last commit which brokeGarrett Wollman2001-01-231-3/+1
* mdoc(7) police: replaced empty line with .Pp, updated document date.Ruslan Ermilov2001-01-231-2/+2
* Add a couple of new library interfaces (will be activated when theGarrett Wollman2001-01-232-0/+88
* Add the function sysctlnametomib to libc. Details on the semanticsKirk McKusick2001-01-233-3/+111
* Revert rev. 1.27. This file only included <sys/select.h> because ofGarrett Wollman2001-01-201-3/+0
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-2/+2
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-181-583/+475
* Document EHOSTDOWN error.Ben Smithurst2001-01-171-0/+2
* Clarify comments referring to strlcat() usageChris D. Faulhaber2001-01-171-1/+22