summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen (follow)
Commit message (Expand)AuthorAgeFilesLines
* clarify; d@aaron1998-11-251-2/+4
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-2010-74/+366
* negative change strtol()deraadt1998-11-181-4/+6
* ftok() takes int id; xpgderaadt1998-11-152-10/+9
* add a reference to fork(2) \art1998-10-051-1/+2
* For a.out, try mmap first (like we used to do) and only malloc() if that fails (for ksyms). Also clean up some mmap/malloc leaks.millert1998-10-041-17/+31
* back out gzip support, it will not make it for 2.4millert1998-09-241-139/+131
* note that the caller is responsible for freeing the pointer returned by setmode()millert1998-09-241-2/+5
* __alpha__, not alphamillert1998-09-081-2/+2
* make work on pmaxmillert1998-09-071-1/+5
* More man page fixes. Spelling, grammar, some typos. Lots of double-wordaaron1998-09-061-2/+2
* Add support for nlisting against a gzipped kernel, #ifdef'd out sincemillert1998-09-051-131/+135
* man page repairs; aaron@ug.cs.dal.caderaadt1998-08-294-7/+9
* re-initialize the tty buffer with "/dev/" everytime through; spotted by dderaadt1998-08-271-5/+7
* Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.millert1998-08-231-3/+8
* I committed the wrong version before, here is the correct onemillert1998-08-211-17/+16
* For a.out use read, not mmap, to get the string table so this works onmillert1998-08-211-12/+13
* typomillert1998-08-171-2/+2
* fix realloc patchderaadt1998-08-152-5/+6
* realloc repairderaadt1998-08-1410-43/+133
* Man pages Xrefs.espie1998-07-242-4/+4
* avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file statusderaadt1998-07-141-5/+8
* include <signal.h> not <sys/signal.h>deraadt1998-07-071-2/+2
* per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM.deraadt1998-07-072-8/+23
* split dirname and basename man pages; add dirnamederaadt1998-07-041-0/+93
* split dirname and basename man pagesderaadt1998-07-042-42/+14
* do not free() before last ref; kmayer@freegate.comderaadt1998-07-031-5/+7
* ktrace not traceart1998-06-271-2/+2
* fix prototypesderaadt1998-06-261-1/+2
* Fix snprintf return value usage.millert1998-06-232-3/+7
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-213-17/+8
* use Bx macro for BSD versionsmickey1998-06-1510-21/+30
* Add a mention of the tcp ident sysctl.beck1998-06-111-1/+9
* finish; kleinkderaadt1998-06-081-2/+28
* do not needlessly uppercase function namesderaadt1998-06-082-22/+22
* zero sigaction before usederaadt1998-06-031-1/+2
* add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleinkderaadt1998-06-023-3/+40
* tell people to use sysconf(3) now; kleinkderaadt1998-06-021-1/+9
* change size parameter to size_tderaadt1998-05-136-16/+16
* use errno.hderaadt1998-05-061-2/+2
* use Xr more oftenderaadt1998-04-288-17/+26
* zap FILE * after closing itderaadt1998-03-191-1/+2
* some -Wallmillert1998-03-194-15/+18
* do not ferror() after fclose(); dholland@eecs.harvard.eduderaadt1998-03-171-3/+5
* .Bx Open -> .Ox 2.xmillert1998-03-071-3/+2
* And terminate SyslogAddr.sun_path (duh!)brian1998-03-061-1/+2
* sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1brian1998-03-061-2/+2
* Initialise sockaddr::sa_len (stopping a pretty nastybrian1998-03-051-6/+10
* s/NULL/NUL/ in the right places; jraynardderaadt1998-03-011-3/+3
* clarifyderaadt1998-02-181-1/+7