| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Lyndon's man page. | joerg | 1995-11-28 | 4 | -2/+134 |
* | If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't make | wollman | 1995-11-28 | 2 | -0/+5 |
* | Added 'install' to the lib-tools target since it is uses the new '-C' flag | nate | 1995-11-28 | 1 | -1/+3 |
* | Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete. | jkh | 1995-11-28 | 1 | -1/+1 |
* | Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' now | bde | 1995-11-28 | 1 | -3/+3 |
* | oops forgot one.. | julian | 1995-11-28 | 2 | -2/+70 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 2 | -1/+72 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 40 | -32/+1351 |
* | Removed all #includes of the unused file <sys/device.h>. | bde | 1995-11-28 | 3 | -6/+3 |
* | Removed bogus __BEGIN_DECS/__END_DECLS. | bde | 1995-11-28 | 1 | -3/+1 |
* | After having put on my Asbestos suit, complete the MFS_ROOT part of Terry's | peter | 1995-11-28 | 3 | -46/+67 |
* | Implement read/write to kernel space - I use this for a self-loading/ | peter | 1995-11-28 | 1 | -11/+16 |
* | Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all. | peter | 1995-11-28 | 1 | -4/+14 |
* | Mainly cosmetic cleanups... It now uses more consistant message reporting | peter | 1995-11-28 | 6 | -54/+58 |
* | Implement some rudimentry IPX support... | peter | 1995-11-28 | 1 | -2/+18 |
* | Separate colors & attributes as Terry points | ache | 1995-11-28 | 6 | -222/+444 |
* | port 22 is the officially assigned "ssh" port... | peter | 1995-11-27 | 1 | -1/+3 |
* | Typo. | jfieber | 1995-11-27 | 1 | -2/+2 |
* | Make tip recognize EOF in more cases. | phk | 1995-11-26 | 1 | -6/+17 |
* | Fixed setting of speed B0 - don't output a bogus divisor of 0 and a | bde | 1995-11-26 | 3 | -15/+27 |
* | Make the default tape device match dump(8). | joerg | 1995-11-26 | 2 | -4/+4 |
* | Add Donald Burr <d_burr@ix.netcom.com> for his contribution of the | asami | 1995-11-26 | 1 | -1/+2 |
* | Make the {FETCH,BUILD,RUN}_DEPEND targets work with non-executable files | asami | 1995-11-26 | 1 | -5/+23 |
* | Fixed beforeinstall rule. .CURDIR was spelled .SRCDIR. | bde | 1995-11-26 | 1 | -4/+3 |
* | Bring forward libkadm change from 2.1 | jkh | 1995-11-26 | 1 | -1/+2 |
* | My reorganization of chapter 9. | jkh | 1995-11-25 | 4 | -58/+141 |
* | Add -DNOCLEAN option which totally and utterly disables any form of | peter | 1995-11-25 | 1 | -2/+18 |
* | Part two of a repository operation to sort out the libmp/libgmp builds. | peter | 1995-11-25 | 2 | -59/+28 |
* | Connect fsdb to /sbin makefile... | peter | 1995-11-24 | 1 | -2/+2 |
* | Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffs | peter | 1995-11-24 | 1 | -2/+2 |
* | Disconnect fsdb in preperation for move to /sbin | peter | 1995-11-24 | 1 | -2/+2 |
* | Oops, the previous change was missing the declaration of `struct | bde | 1995-11-24 | 3 | -3/+9 |
* | Completed function declarations and/or added prototypes. | bde | 1995-11-24 | 3 | -2/+7 |
* | Added bogusly placed extern prototypes for functions that should probably | bde | 1995-11-24 | 7 | -0/+24 |
* | Fixed a comment. | bde | 1995-11-24 | 3 | -6/+6 |
* | Declared tqdisksort(). <sys/disklabel.h> is the wrong place, but | bde | 1995-11-24 | 3 | -3/+6 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-11-24 | 14 | -68/+98 |
* | Completed function declarations and/or added prototypes. | bde | 1995-11-24 | 9 | -130/+155 |
* | Staticized. Moved some ero-initialized values to the bss. | bde | 1995-11-24 | 2 | -16/+26 |
* | Cleaned up prototypes: | bde | 1995-11-24 | 7 | -131/+112 |
* | Fixed a bogus name (ifn_en) that was introduced when a type mismatch | bde | 1995-11-24 | 1 | -4/+4 |
* | Added #include <sys/queue.h>. This will be required when I move | bde | 1995-11-24 | 2 | -2/+4 |
* | Undid bogus cleanups. 0 was mistyped as NULL. | bde | 1995-11-24 | 2 | -5/+5 |
* | Add a short man page for cfree(3), in order to hint people about its life in ... | joerg | 1995-11-24 | 1 | -0/+49 |
* | Various tweaks to things I noticed while reading these docs. | jkh | 1995-11-24 | 4 | -100/+124 |
* | Merge with current. Back out all trailing spaces changes, they | ache | 1995-11-23 | 13 | -143/+152 |
* | This commit was generated by cvs2svn to compensate for changes in r12461, | ache | 1995-11-23 | 1 | -1/+1 |
|\ |
|
| * | Import of 1.9.5, one my fix included to mainstream | ache | 1995-11-23 | 6 | -7/+27 |
* | | Update the wd.c driver to use the new TAILQ scheme for device | dyson | 1995-11-23 | 4 | -32/+229 |
* | | Increase width of Network column from 11 to 13 for the AF_INET case. | se | 1995-11-22 | 1 | -2/+2 |