| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify; d@ |  aaron | 1998-11-25 | 1 | -2/+4 |
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1998-11-20 | 10 | -74/+366 |
* | negative change strtol() |  deraadt | 1998-11-18 | 1 | -4/+6 |
* | ftok() takes int id; xpg |  deraadt | 1998-11-15 | 2 | -10/+9 |
* | add a reference to fork(2) \ |  art | 1998-10-05 | 1 | -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. |  millert | 1998-10-04 | 1 | -17/+31 |
* | back out gzip support, it will not make it for 2.4 |  millert | 1998-09-24 | 1 | -139/+131 |
* | note that the caller is responsible for freeing the pointer returned by setmode() |  millert | 1998-09-24 | 1 | -2/+5 |
* | __alpha__, not alpha |  millert | 1998-09-08 | 1 | -2/+2 |
* | make work on pmax |  millert | 1998-09-07 | 1 | -1/+5 |
* | More man page fixes. Spelling, grammar, some typos. Lots of double-word |  aaron | 1998-09-06 | 1 | -2/+2 |
* | Add support for nlisting against a gzipped kernel, #ifdef'd out since |  millert | 1998-09-05 | 1 | -131/+135 |
* | man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1998-08-29 | 4 | -7/+9 |
* | re-initialize the tty buffer with "/dev/" everytime through; spotted by d |  deraadt | 1998-08-27 | 1 | -5/+7 |
* | Strip leading '_' from symbol to lookup if symbols in file lack leading '_'. |  millert | 1998-08-23 | 1 | -3/+8 |
* | I committed the wrong version before, here is the correct one |  millert | 1998-08-21 | 1 | -17/+16 |
* | For a.out use read, not mmap, to get the string table so this works on |  millert | 1998-08-21 | 1 | -12/+13 |
* | typo |  millert | 1998-08-17 | 1 | -2/+2 |
* | fix realloc patch |  deraadt | 1998-08-15 | 2 | -5/+6 |
* | realloc repair |  deraadt | 1998-08-14 | 10 | -43/+133 |
* | Man pages Xrefs. |  espie | 1998-07-24 | 2 | -4/+4 |
* | avoid calling __has_yppw() everytime through getpwent(), by caching the YP status along with the open file status |  deraadt | 1998-07-14 | 1 | -5/+8 |
* | include <signal.h> not <sys/signal.h> |  deraadt | 1998-07-07 | 1 | -2/+2 |
* | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. |  deraadt | 1998-07-07 | 2 | -8/+23 |
* | split dirname and basename man pages; add dirname |  deraadt | 1998-07-04 | 1 | -0/+93 |
* | split dirname and basename man pages |  deraadt | 1998-07-04 | 2 | -42/+14 |
* | do not free() before last ref; kmayer@freegate.com |  deraadt | 1998-07-03 | 1 | -5/+7 |
* | ktrace not trace |  art | 1998-06-27 | 1 | -2/+2 |
* | fix prototypes |  deraadt | 1998-06-26 | 1 | -1/+2 |
* | Fix snprintf return value usage. |  millert | 1998-06-23 | 2 | -3/+7 |
* | Remove the advertising clause in my old license, it impedes free use |  millert | 1998-06-21 | 3 | -17/+8 |
* | use Bx macro for BSD versions |  mickey | 1998-06-15 | 10 | -21/+30 |
* | Add a mention of the tcp ident sysctl. |  beck | 1998-06-11 | 1 | -1/+9 |
* | finish; kleink |  deraadt | 1998-06-08 | 1 | -2/+28 |
* | do not needlessly uppercase function names |  deraadt | 1998-06-08 | 2 | -22/+22 |
* | zero sigaction before use |  deraadt | 1998-06-03 | 1 | -1/+2 |
* | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleink |  deraadt | 1998-06-02 | 3 | -3/+40 |
* | tell people to use sysconf(3) now; kleink |  deraadt | 1998-06-02 | 1 | -1/+9 |
* | change size parameter to size_t |  deraadt | 1998-05-13 | 6 | -16/+16 |
* | use errno.h |  deraadt | 1998-05-06 | 1 | -2/+2 |
* | use Xr more often |  deraadt | 1998-04-28 | 8 | -17/+26 |
* | zap FILE * after closing it |  deraadt | 1998-03-19 | 1 | -1/+2 |
* | some -Wall |  millert | 1998-03-19 | 4 | -15/+18 |
* | do not ferror() after fclose(); dholland@eecs.harvard.edu |  deraadt | 1998-03-17 | 1 | -3/+5 |
* | .Bx Open -> .Ox 2.x |  millert | 1998-03-07 | 1 | -3/+2 |
* | And terminate SyslogAddr.sun_path (duh!) |  brian | 1998-03-06 | 1 | -1/+2 |
* | sizeof(SyslogAddr.sun_path) -> sizeof(SyslogAddr.sun_path) - 1 |  brian | 1998-03-06 | 1 | -2/+2 |
* | Initialise sockaddr::sa_len (stopping a pretty nasty |  brian | 1998-03-05 | 1 | -6/+10 |
* | s/NULL/NUL/ in the right places; jraynard |  deraadt | 1998-03-01 | 1 | -3/+3 |
* | clarify |  deraadt | 1998-02-18 | 1 | -1/+7 |