summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* If you run with option Z and malloc fails, memset gets calledphk1996-10-291-4/+6
* Fix an off-by-one error in getvfsent().joerg1996-10-261-1/+1
* Note that streams are now flushed on abort.alex1996-10-261-2/+2
* Various cosmeticsphk1996-10-261-48/+28
* POSIX requires stdio buffers be flushed on abort.alex1996-10-261-0/+8
* GNU-style changes:ache1996-10-232-11/+21
* Simplify debug outputache1996-10-232-5/+14
* Fix a potential memory leak i've introduced with my recent patch.joerg1996-10-211-2/+2
* add flag FNM_ICASE for case insensitve searchwosch1996-10-202-1/+25
* malloc_pages should be static.phk1996-10-201-187/+103
* Remove the arbitrary limit for the line length in /etc/ttys, and makejoerg1996-10-191-11/+33
* Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2peter1996-10-191-10/+18
* Backout bzero patch.guido1996-10-181-21/+11
* When freeing buffers in the db routines, also zeroize themguido1996-10-171-1/+3
* Corrently null-terminate the path being passed to the opendir() calls,peter1996-10-171-0/+1
* Bring back ns_* routines; we need them for ifconfig and route.jkh1996-10-161-2/+1
* Save half of space in LC_COLLATE and remove unneded code.ache1996-10-152-35/+10
* Require that a timezone specified via the TZ envariable be a regularwollman1996-10-091-1/+7
* Improve seeding, the random sequence did not vary matchache1996-10-092-14/+75
* Fix an error in the description of "h_errno". Add "const" to a fewjdp1996-10-081-4/+4
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-056-7/+13
* Skip results that have unexpected lengthspst1996-10-011-7/+6
* perror () does not prepend ": " for the non-NULL argument "". close PR 1492wosch1996-09-301-1/+1
* Made this about as (in)complete as sysctl.8.bde1996-09-291-35/+42
* Updated the descriptions of the limits related to EAGAIN.bde1996-09-292-9/+37
* .Os NetBSD -> .Os FreeBSD.wosch1996-09-284-4/+4
* .DV -> .Dv (SOCK_STREAM was invisible).bde1996-09-281-1/+1
* .DV -> .Dv (FOPEN_MAX was invisible).bde1996-09-281-1/+1
* Don't use malloc, pessimize to use sbrk.phk1996-09-272-2/+3
* Fix a typo.sos1996-09-251-2/+2
* A number of minor bogons and portability things from jdp.phk1996-09-251-28/+37
* add missing comma(s) in .Xr macroswosch1996-09-237-13/+18
* phkmalloc/3phk1996-09-232-196/+342
* Fix typo from previous commit (tsvsec --> tv_sec).alex1996-09-231-1/+1
* fix .Xr macrowosch1996-09-212-2/+2
* ".Xr chflags 1," -> ".Xr chflags 1 ,"peter1996-09-211-1/+1
* Add the utrace syscall.phk1996-09-201-3/+4
* ts_sec -> tv_secnate1996-09-202-5/+5
* Fix a very rare error condition: The code to free VM back to the kernelphk1996-09-171-3/+4
* Add comment explaining what function doesache1996-09-171-3/+11
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-142-7/+8
* fwopen() argument type mis-describedpst1996-09-131-1/+1
* Resync statfs struct with sys/mount.h.peter1996-09-071-3/+7
* Apply patch to fix +group YP overrides and prevent SEGV on badlywpaul1996-09-051-8/+47
* Describe POSIX saved IDs behaviour betterache1996-09-031-5/+19
* Describe current behaviour (_POSIX_SAVED_IDS are ON),ache1996-09-011-2/+12
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-312-2/+3
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-10/+10
* Sigh, back out the last bright idea I had here about compiling the res_*peter1996-08-309-2/+3633
* back out last two changes, this caused the mandoc pages to be replaced bypeter1996-08-303-504/+529
OpenPOWER on IntegriCloud