| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops...forgot to list the changes.... | dg | 1994-08-18 | 4 | -1/+4 |
* | Support for Bruce Evans' new dynamic interrupt support. | dg | 1994-08-18 | 4 | -86/+90 |
* | Added kbdcontrol & vidcontrol utils (from 1.1.5.1+) | sos | 1994-08-17 | 1 | -2/+2 |
* | Added vidcontrol util from 1.1.5.1+ | sos | 1994-08-17 | 5 | -0/+666 |
* | Added kbdcontrol util from 1.1.5.1+ | sos | 1994-08-17 | 6 | -0/+820 |
* | Don't bother with XNSrouted and trsp, nobody uses either. If anybody | wollman | 1994-08-15 | 1 | -2/+9 |
* | Generate vector.h line for statclock. (See next commit for details.) | wollman | 1994-08-15 | 1 | -1/+3 |
* | Took out junk to save the old value of BLOCKSIZE as it is unnecessary. | dg | 1994-08-12 | 2 | -11/+1 |
* | Implement -k flag. | dg | 1994-08-12 | 1 | -0/+7 |
* | swapinfo(1) command from 1.1.5. This version has been modified to work | dg | 1994-08-12 | 5 | -0/+406 |
* | Use nulls to pad proctitle rather than spaces...makes ps(1) output more | dg | 1994-08-11 | 1 | -1/+1 |
* | Correct and add proper man page extents. | jkh | 1994-08-11 | 3 | -2/+3 |
* | Now that the timezone specification is no longer allowed, don't issue a | dg | 1994-08-09 | 1 | -2/+0 |
* | 1. Correct invalid setsid and ioctl return value checks. | guido | 1994-08-08 | 1 | -2/+5 |
* | Suppress irritating extra newline after kern.boottime. | wollman | 1994-08-08 | 1 | -1/+1 |
* | Disallow timezone specification, but still allow it to be present | wollman | 1994-08-08 | 1 | -2/+2 |
* | Added YP section 8 programs from 1.1.5. (Obligatory notice that this | wollman | 1994-08-08 | 5 | -1/+271 |
* | Copying YP programs over from 1.1.5, with a slightly different directory | wollman | 1994-08-08 | 2 | -0/+680 |
* | Delete obsolete references to librpc.a. | wollman | 1994-08-08 | 3 | -6/+0 |
* | Delete reference to obsolete librpc.a. | wollman | 1994-08-08 | 2 | -3/+1 |
* | Get rid of update. Make man page installation work with our scheme | wollman | 1994-08-05 | 42 | -51/+179 |
* | Converted 'vmunix' to 'kernel'. | dg | 1994-08-05 | 19 | -48/+48 |
* | Convert to our man installation style. Also fixed long-standing bug | wollman | 1994-08-05 | 4 | -8/+5 |
* | Reviewed by: | ats | 1994-07-30 | 2 | -1/+23 |
* | The FreeBSD bootloader loads the kernel at the a_entry address in the | csgr | 1994-07-22 | 1 | -0/+11 |
* | Argh! What a boneheaded bug! Finally fix the blank-line-in-packing list | jkh | 1994-07-11 | 1 | -2/+2 |
* | Add proper links so that - and -sh are catered for. | jkh | 1994-06-24 | 2 | -2/+13 |
* | Just talked with James - there's another, better way to go about this. | jkh | 1994-06-24 | 1 | -2/+0 |
* | This is a kludge. Unless I make a link from sh to - (which would leave a file | jkh | 1994-06-24 | 1 | -0/+2 |
* | Remove bogus -lcrypt line. | jkh | 1994-06-19 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r1752, | rich | 1994-06-17 | 3 | -0/+439 |
|\ |
|
| * | slstat - report serial line IP statistics: bytes in/out, packets | rich | 1994-06-17 | 3 | -0/+439 |
* | John Capo's changes to make the fixit floppy image work; I didn't even | jkh | 1994-06-16 | 1 | -2/+2 |
* | Whoops, missed the .cache files - those can be tossed too. | jkh | 1994-06-15 | 1 | -1/+1 |
* | Nuke all the intermediate files. | jkh | 1994-06-15 | 1 | -1/+1 |
* | 1. Clean the intermediate files when building the default fixit floppy | jkh | 1994-06-15 | 3 | -1/+34 |
* | This commit was generated by cvs2svn to compensate for changes in r1722, | jkh | 1994-06-15 | 16 | -0/+2086 |
|\ |
|
| * | This is the new crunch utility for making distribution floppies from | jkh | 1994-06-15 | 16 | -0/+2086 |
* | Add explanation of -e in usage(). | asami | 1994-06-01 | 1 | -1/+2 |
* | Close /dev/tty that is opened in y_or_n()...this is called many times | asami | 1994-06-01 | 1 | -1/+2 |
* | BSD 4.4 Lite Share Sources | rgrimes | 1994-05-30 | 1 | -0/+288 |
* | Repeat after me, I will not edit files on Freefall, but bring patches | rgrimes | 1994-05-29 | 1 | -1/+1 |
* | Comment out missing/broken sources. | rgrimes | 1994-05-28 | 1 | -12/+16 |
* | Remove stuff for building manual pages the old way. | rgrimes | 1994-05-28 | 1 | -6/+0 |
* | Why cast a constant to (unsigned long) when you can make it this by | rgrimes | 1994-05-28 | 1 | -1/+1 |
* | Disable PS_STRINGS for now until I get the headers fixed. | rgrimes | 1994-05-28 | 1 | -0/+4 |
* | Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE. | rgrimes | 1994-05-28 | 1 | -0/+3 |
* | My last fix broke things more, thanks to Paul Traina for pointing that out! | csgr | 1994-05-26 | 1 | -1/+3 |
* | Upgrade config to be compatible with our i386 port, pull in 95% of the | rgrimes | 1994-05-26 | 9 | -149/+205 |
* | >From Jordan | csgr | 1994-05-26 | 1 | -6/+4 |