summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove a sizeof(void *) == sizeof(int) assumption.phk2001-02-041-7/+7
* Spelling.mckay2001-02-041-1/+1
* strcpy -> strlcpy paranoianectar2001-02-021-1/+4
* Fix typo.nik2001-02-022-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-0180-304/+494
* s/_thread_sys_write/__sys_write/deischen2001-01-313-6/+6
* Unbreak world by correctly specifying the prototype for __sys_aio_suspend.deischen2001-01-293-3/+3
* Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
* _exit in libc is now __sys_exit not __sys__exit.deischen2001-01-297-21/+21
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSdeischen2001-01-2924-254/+79
* Ignore leading witespace in the string given to PacketAliasProxyRule().brian2001-01-291-0/+1
* Update Makefile for the new sources.asmodai2001-01-281-1/+5
* Call trimdomain properly for ip4 addresses.brian2001-01-281-30/+30
* s/err1/errx/.ume2001-01-261-2/+2
* Comment only change; s/_thread_sys_/__sys_/deischen2001-01-264-8/+8
* Comment change only; s/_thread_sys_/__sys_/deischen2001-01-261-1/+1
* Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead savesobomax2001-01-251-2/+8
* Set properly the PixelBytes field for 8bits modes.nsouch2001-01-251-0/+2
* -pthread -> -lc_rdeischen2001-01-243-3/+3
* Add weak definitions for wrapped system calls. In general:deischen2001-01-24306-3478/+3895
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-24190-997/+1582
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-241-1/+2
* Protect against multiple inclusion.sobomax2001-01-241-0/+5
* Minor fixes:sobomax2001-01-241-3/+3
* I made a last-minute change before the last commit which brokewollman2001-01-231-3/+1
* mdoc(7) police: replaced empty line with .Pp, updated document date.ru2001-01-231-2/+2
* Add a couple of new library interfaces (will be activated when thewollman2001-01-232-0/+88
* Add the function sysctlnametomib to libc. Details on the semanticsmckusick2001-01-233-3/+111
* Revert rev. 1.27. This file only included <sys/select.h> because ofwollman2001-01-201-3/+0
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-2/+2
* man(7) -> mdoc(7).ru2001-01-181-583/+475
* Document EHOSTDOWN error.ben2001-01-171-0/+2
* Clarify comments referring to strlcat() usagejedgar2001-01-171-1/+22
* - Reverse the order of two loop invariant to ensure strlcat() does notjedgar2001-01-171-3/+6
* Merge the documentation for sigsetmask() and sigblock() into aben2001-01-173-99/+31
* man(7) -> mdoc(7).ru2001-01-175-1416/+1143
* rstat(1) and rstat_svc(8) are the early versions ofru2001-01-173-88/+0
* o When returning NULL, return (NULL) instead of return (0).rwatson2001-01-178-24/+24
* SIGABRT is *not* the same as calling abort(), so don't claim that it is.ben2001-01-161-2/+2
* The bit about sigpending not detecting any errors is a lie, it can returnben2001-01-161-2/+7
* mdoc(7) police: fixed broken references.ru2001-01-162-3/+1
* Prepare for mdoc(7)NG.ru2001-01-1611-14/+14
* Version bump, because of ABI incompatibility.nsouch2001-01-151-1/+1
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notnsouch2001-01-134-35/+251
* man(7) -> mdoc(7).ru2001-01-122-138/+248
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-127-13/+13
* man(7) -> mdoc(7).ru2001-01-121-266/+433
* man(7) -> mdoc(7).ru2001-01-121-77/+100
* man(7) -> mdoc(7).ru2001-01-115-681/+845
* mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision.ru2001-01-101-2/+3
OpenPOWER on IntegriCloud