| Commit message (Expand) | Author | Age | Files | Lines |
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 16 | -40/+40 |
* | Backed out mbuf performance improvement. mbufs are allocated with various | dg | 1994-11-04 | 1 | -32/+4 |
* | Correct my hosing...:( | gclarkii | 1994-11-03 | 3 | -3/+3 |
* | Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined | dg | 1994-11-03 | 1 | -4/+2 |
* | Fix off-by-one error reported to NetBSD by Karl Fox in | wollman | 1994-11-03 | 1 | -2/+2 |
* | Bump the version-number of the "shared-gcc-internals" library. Will only | phk | 1994-11-03 | 1 | -2/+2 |
* | Change libs to install in /usr/lib/perl | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | Change libs to /usr/lib/perl | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | Install libs into /usr/lib/perl. The discussion we had did not come to | gclarkii | 1994-11-03 | 1 | -1/+1 |
* | For submakes, don't do a `${MAKE} ${MAKEFILE} all' or | jkh | 1994-11-03 | 1 | -5/+8 |
* | Add reinstall target for Poul-H. This lets you install again from | jkh | 1994-11-03 | 1 | -2/+12 |
* | |Both, the wd and the sd driver do not reject invalid request of odd | joerg | 1994-11-03 | 2 | -3/+11 |
* | Assign character device 20 to be the user reserved device. | pst | 1994-11-03 | 1 | -20/+16 |
* | Eliminate USERCONFIG. This option is now standard. | jkh | 1994-11-03 | 7 | -26/+9 |
* | Don't include map.h - it's been obsoleted. | dg | 1994-11-03 | 1 | -4/+0 |
* | Unconditionalize USERCONFIG. Uh, thanks, David. | jkh | 1994-11-03 | 2 | -6/+2 |
* | Remove obsolete __386BSD__ predefine. | jkh | 1994-11-03 | 1 | -1/+1 |
* | Fix for 'pstat -t' works on vtys | ache | 1994-11-03 | 4 | -8/+23 |
* | ---------------------------------- | phk | 1994-11-03 | 95 | -9947/+16265 |
* | Whoops - one two many zeros in the initializer. This should have everybody | jkh | 1994-11-03 | 1 | -2/+2 |
* | Whoops - make sure TRUE and FALSE are defined now. | jkh | 1994-11-03 | 1 | -1/+6 |
* | Changes to initialize the id_enabled flag to 1. | jkh | 1994-11-03 | 1 | -2/+2 |
* | Add extra id_enabled flag for userconfig to manipulate. If id_enabled | jkh | 1994-11-03 | 3 | -3/+14 |
* | Make the enable & disable commands finally work. | jkh | 1994-11-03 | 1 | -4/+4 |
* | -i case goes to background pause and acts like -a case on receiving | ache | 1994-11-03 | 2 | -4/+40 |
* | Cosmetic changes in comment at start (it's no longer a GENERICAH config | gpalmer | 1994-11-03 | 2 | -4/+4 |
* | Completely replace JTW's idea with my (incompletely implemented) original | wollman | 1994-11-03 | 1 | -148/+23 |
* | Collapse two fields so that we have space for another 32 flags. | wollman | 1994-11-03 | 2 | -3/+10 |
* | Restore jkh's changes, now it works for const strings | ache | 1994-11-03 | 1 | -1/+1 |
* | Now autosizing code works with const strings too. | ache | 1994-11-03 | 2 | -8/+8 |
* | Don't set hostname if we already have it. (diskless). | phk | 1994-11-02 | 1 | -3/+5 |
* | Submitted by: | se | 1994-11-02 | 6 | -21/+408 |
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1994-11-02 | 1 | -5/+2 |
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1994-11-02 | 1 | -10/+33 |
* | Don't use autosizing code after all - it doesn't like const strings. | jkh | 1994-11-02 | 1 | -2/+2 |
* | a missing star. | phk | 1994-11-02 | 1 | -2/+2 |
* | Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops. | dg | 1994-11-02 | 1 | -1/+1 |
* | Last changes before going to bed. Disk label editor should now work | jkh | 1994-11-02 | 3 | -10/+27 |
* | Restore back -i, -a | ache | 1994-11-02 | 1 | -10/+21 |
* | Call adjkerntz -a every half hour from 0 to 4 am | ache | 1994-11-02 | 1 | -1/+6 |
* | Restore back -i for adjkerntz | ache | 1994-11-02 | 2 | -4/+4 |
* | Restore back -i, -a | ache | 1994-11-02 | 1 | -127/+130 |
* | Whoops. When you `ls' a kernel with lots and lots of devices, guess what? | jkh | 1994-11-02 | 1 | -1/+8 |
* | Back out Joerg's latest commit. Sorry, Joerg, but this breaks the install | jkh | 1994-11-02 | 3 | -429/+294 |
* | Stage0 can't dump you into a shell. There isn't one. Just reboot. | jkh | 1994-11-02 | 2 | -16/+11 |
* | Make MkDir() actually do "mkdir -p", so that we can mount on /home/foo, even if | phk | 1994-11-02 | 1 | -6/+28 |
* | Put a real man page in for cpp(1)... it needs to be converted to the mandoc | pst | 1994-11-02 | 1 | -1/+674 |
* | Fix more mongoloid coding style. | jkh | 1994-11-02 | 4 | -772/+838 |
* | Restore things broken by phk, please use patches to 'cvs update' | ache | 1994-11-02 | 1 | -2/+2 |
* | Restore things broken by phk, please use patches on 'cvs update' | ache | 1994-11-02 | 1 | -4/+42 |