| Commit message (Expand) | Author | Age | Files | Lines |
* | Include "stand.h", not <stand.h>. | jkh | 1998-09-21 | 1 | -1/+1 |
* | Allocate disk buffers using a custom allocator. The standard allocator fragm... | dfr | 1998-09-20 | 1 | -11/+45 |
* | Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is too | dfr | 1998-09-20 | 1 | -0/+65 |
* | Back out part of previous commit (even though it's technically correct). | alex | 1998-09-20 | 1 | -1/+17 |
* | Change the devstat generation number from an int to a long. The int-sized | ken | 1998-09-20 | 3 | -23/+24 |
* | Correctly back out of free if a recursive call into malloc.c is detected. | alex | 1998-09-19 | 1 | -8/+7 |
* | Nuke prototype for strerror, consumers get it from <string.h> | msmith | 1998-09-18 | 2 | -4/+2 |
* | Path arguments to *_open functions should be const, but we were mangling | msmith | 1998-09-18 | 9 | -74/+54 |
* | Remove scsi_da.c from the list of things compiled into the CAM library. | ken | 1998-09-18 | 1 | -1/+1 |
* | Simplify implementation and eliminate a register preservation problem. | luoqi | 1998-09-18 | 2 | -48/+20 |
* | Fix some error message format problems in checkversion() and getversion(). | ken | 1998-09-18 | 1 | -8/+35 |
* | s/yellow pages/NIS/ | phk | 1998-09-17 | 1 | -3/+2 |
* | libscsi is obsoleted by CAM. | gibbs | 1998-09-17 | 5 | -1652/+2 |
* | Fix some Alpha portability problems, and add some belt-and-suspenders | ken | 1998-09-16 | 1 | -9/+44 |
* | Adjust the declarations of kvm_read and kvm_write to match reality a little | dfr | 1998-09-16 | 1 | -2/+2 |
* | Change to a code sequence which is more likely to work on SMP systems. | dfr | 1998-09-16 | 2 | -40/+16 |
* | Sort table and descriptions. | jkoshy | 1998-09-16 | 1 | -7/+7 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 34 | -67/+70 |
* | o Don't reference non-existant function freealloc. | imp | 1998-09-16 | 1 | -4/+4 |
* | Fix style problems noted by Bruce: | imp | 1998-09-16 | 2 | -8/+35 |
* | Bump minor version number and add version.c to update to version 0.4 | fenner | 1998-09-15 | 1 | -3/+7 |
* | Don't initialize NIS until it is really necessary. Now, in case of network | dt | 1998-09-15 | 1 | -55/+71 |
* | (this is an extract from src/share/examples/atm/README) | phk | 1998-09-15 | 1 | -2/+2 |
* | Turn off replies to ICMP echo requests for broadcast and multicast | jkoshy | 1998-09-15 | 1 | -2/+6 |
* | Remove references to the "od" device. | gibbs | 1998-09-15 | 2 | -5/+3 |
* | Hook up libcam and libdevstat. | gibbs | 1998-09-15 | 1 | -4/+4 |
* | Add new files for HARP3 | phk | 1998-09-15 | 8 | -0/+1642 |
* | Device statistics library. Used by iostat, vmstat, and systat to | gibbs | 1998-09-15 | 4 | -0/+1755 |
* | I hate late night commits. These should be nuked from the atticy by | gibbs | 1998-09-15 | 4 | -0/+0 |
* | CAM userland utility library, a replacement for libscsi. | gibbs | 1998-09-15 | 8 | -0/+1774 |
* | Remove (wrong) OBJFORMAT setting. | msmith | 1998-09-15 | 1 | -6/+1 |
* | Replace accidentally-deleted `x' which caused warnx() to misbehave. | wollman | 1998-09-15 | 1 | -2/+2 |
* | Correct a typo that I noticed. | jkoshy | 1998-09-15 | 1 | -1/+1 |
* | o use strncpy safely | imp | 1998-09-14 | 1 | -3/+8 |
* | Add reallocf to the library. This function is simliar to realloc, but | imp | 1998-09-14 | 3 | -13/+42 |
* | Fix a cut 'n paste mistake. | luoqi | 1998-09-13 | 2 | -8/+8 |
* | Don't clobber errno if we are not going to fail. | dt | 1998-09-13 | 1 | -1/+4 |
* | Don't lock newfd if it is not opened. | dt | 1998-09-13 | 1 | -3/+14 |
* | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | dt | 1998-09-12 | 9 | -9/+47 |
* | Document the fact that shutdown(2) is expected to comply with Posix.1g, | wollman | 1998-09-12 | 1 | -3/+20 |
* | Change return type of strptime from const char* to char*. | dt | 1998-09-12 | 2 | -5/+5 |
* | A small last-minute iitem for 3.0: | wollman | 1998-09-12 | 2 | -84/+124 |
* | Use ellipsis in synopsis. | jkoshy | 1998-09-12 | 1 | -2/+6 |
* | Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it to | imp | 1998-09-11 | 1 | -4/+5 |
* | $@ -> ${.TARGET} | imp | 1998-09-11 | 2 | -35/+35 |
* | $* -> ${.PREFIX} | imp | 1998-09-11 | 1 | -1/+1 |
* | Remove definition of malloc and realloc. Instead include stdlib.h. | imp | 1998-09-11 | 1 | -5/+4 |
* | $@ -> ${.TARGET} | imp | 1998-09-11 | 1 | -2/+2 |
* | Change obsolete $@ to ${.TARGET}. | imp | 1998-09-11 | 1 | -1/+1 |
* | Don't trust TMPDIR if we're setuid root. This is used only for the | imp | 1998-09-11 | 1 | -2/+3 |