| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mention which system interface functions are signal-safe. | brian | 1998-09-09 | 1 | -1/+103 |
* | Document a number of VM sysctl variables with help from old emails | ghelmer | 1998-09-09 | 1 | -1/+38 |
* | Fixed bug, caused threads to wait for locks which nobody hold. | dt | 1998-09-09 | 1 | -3/+3 |
* | Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98. | kato | 1998-09-09 | 2 | -12/+12 |
* | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | kato | 1998-09-09 | 1 | -5/+5 |
* | Add $Id$, remove quoting for `...'. | jkoshy | 1998-09-09 | 1 | -1/+3 |
* | Add a new library function getobjformat(). It checks all the | jdp | 1998-09-09 | 3 | -3/+238 |
* | Add support for the RPC 64-bit integer type ``hyper''. | obrien | 1998-09-08 | 1 | -1/+57 |
* | restore rev 1.23 to give clear SIGALRM handling example, 68 years | ache | 1998-09-08 | 1 | -28/+16 |
* | Use ellipsis in the synopsis, and an appropriate explanation in | jkoshy | 1998-09-08 | 2 | -4/+12 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 4 | -4/+50 |
* | Removed unused variables. | alex | 1998-09-07 | 19 | -37/+7 |
* | Removed some variable initializations which were unnecessary and divergent | alex | 1998-09-07 | 3 | -18/+18 |
* | -Wall clean. | alex | 1998-09-07 | 6 | -6/+15 |
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 32 | -5/+2921 |
* | Fixed SUBDIR order (libm is no longer a prerequisite for libtcl). | bde | 1998-09-07 | 1 | -3/+3 |
* | Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem... | dillon | 1998-09-06 | 1 | -17/+29 |
* | Use a varargs style prototype in the manual page, with accompanying | jkoshy | 1998-09-06 | 1 | -1/+14 |
* | Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is* | asami | 1998-09-05 | 2 | -375/+2 |
* | Change MACHINE to MACHINE_ARCH when testing for i386 to support | jb | 1998-09-05 | 1 | -2/+2 |