summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Conform to POSIX and close any copies of popen() descriptors inherited by amsmith1998-10-151-0/+4
* Correct braino in previous commit. I get the pointy hat again.des1998-10-141-3/+4
* Make execl() vfork()-safe. This should fix potential bugs in rcp,des1998-10-141-8/+20
* Avoid the need for calling functions that malloc after a vfork().peter1998-10-111-2/+10
* vfork -> fork. The child calls execl() which calls malloc(), sobde1998-10-101-1/+1
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* Fix a memory leakjulian1998-10-071-15/+25
* 64bit portability fixes.dfr1998-10-051-11/+11
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/jb1998-09-301-15/+1
* `kern.maxproc' is not changeable from sysctl(8).jkoshy1998-09-291-1/+1
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
* Don't cast int pointers to long pointers when reading labels fromdfr1998-09-261-6/+9
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* Simplify implementation and eliminate a register preservation problem.luoqi1998-09-182-48/+20
* s/yellow pages/NIS/phk1998-09-171-3/+2
* Sort table and descriptions.jkoshy1998-09-161-7/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-1622-46/+50
* o Don't reference non-existant function freealloc.imp1998-09-161-4/+4
* Fix style problems noted by Bruce:imp1998-09-162-8/+35
* Don't initialize NIS until it is really necessary. Now, in case of networkdt1998-09-151-55/+71
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-151-2/+6
* Replace accidentally-deleted `x' which caused warnx() to misbehave.wollman1998-09-151-2/+2
* Correct a typo that I noticed.jkoshy1998-09-151-1/+1
* o use strncpy safelyimp1998-09-141-3/+8
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-143-13/+42
* Fix a cut 'n paste mistake.luoqi1998-09-132-8/+8
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-123-6/+14
* Document the fact that shutdown(2) is expected to comply with Posix.1g,wollman1998-09-121-3/+20
* Change return type of strptime from const char* to char*.dt1998-09-122-5/+5
* A small last-minute iitem for 3.0:wollman1998-09-122-84/+124
* Use ellipsis in synopsis.jkoshy1998-09-121-2/+6
* $@ -> ${.TARGET}imp1998-09-111-2/+2
* Change obsolete $@ to ${.TARGET}.imp1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* Mention which system interface functions are signal-safe.brian1998-09-091-1/+103
* Document a number of VM sysctl variables with help from old emailsghelmer1998-09-091-1/+38
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.kato1998-09-091-5/+5
* Add $Id$, remove quoting for `...'.jkoshy1998-09-091-1/+3
* Add a new library function getobjformat(). It checks all thejdp1998-09-093-3/+238
* Add support for the RPC 64-bit integer type ``hyper''.obrien1998-09-081-1/+57
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsache1998-09-081-28/+16
* Use ellipsis in the synopsis, and an appropriate explanation injkoshy1998-09-082-4/+12
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...dillon1998-09-061-17/+29
* Use a varargs style prototype in the manual page, with accompanyingjkoshy1998-09-061-1/+14
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready tojb1998-09-051-2/+2
OpenPOWER on IntegriCloud