| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement a work-around for Create_Chunk providing no pointer to the | jkh | 1995-05-07 | 9 | -150/+357 |
* | Add additional check for IRQ > 15. This code still needs a lot of work! | jkh | 1995-05-07 | 1 | -2/+8 |
* | Duh! Get the section number for config(8) right! :) | jkh | 1995-05-07 | 1 | -2/+2 |
* | If user specifies IRQ 2, remap it to IRQ 9 with a warning. | jkh | 1995-05-07 | 1 | -1/+5 |
* | Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatal | bde | 1995-05-07 | 1 | -11/+14 |
* | Fix 3 fatal mismatches in format args involving dbtob() and 7 nonfatal | bde | 1995-05-07 | 1 | -9/+9 |
* | Cast some expressions involving dbtob() to (unsigned long) and print them | bde | 1995-05-07 | 1 | -12/+12 |
* | Fix style inconsistencies in the last few commits. | bde | 1995-05-07 | 2 | -60/+56 |
* | Make the syntax checks for the format string more strict. The string | joerg | 1995-05-07 | 1 | -12/+19 |
* | Submitted by: john@physiol.su.oz.au (John Mackin) | bde | 1995-05-07 | 1 | -28/+32 |
* | Submitted by: charnier@lirmm.fr (Philippe Charnier) | bde | 1995-05-07 | 1 | -2/+2 |
* | Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyright | pst | 1995-05-07 | 3 | -123/+193 |
* | Another error in the correction for trimming swap allocation for | dyson | 1995-05-07 | 1 | -4/+4 |
* | Test the correct nonblocking flag in ttylclose(). IO_NDELAY is only valid | bde | 1995-05-07 | 1 | -2/+2 |
* | Make this compile again. Poul and I need to sync up again. | jkh | 1995-05-07 | 12 | -168/+237 |
* | Silence `make -s' (echo -> ${ECHO}). | bde | 1995-05-07 | 6 | -9/+9 |
* | Fixed a calculation that would once-in-a-while cause the swap_pager | dyson | 1995-05-07 | 1 | -12/+4 |
* | Correct a few ordering errors in how the partitions were being displayed. | jkh | 1995-05-07 | 15 | -96/+111 |
* | Print sizes of partitions now. | jkh | 1995-05-07 | 6 | -45/+93 |
* | Whoops! An extra paren somehow got in there. Fixed. | jkh | 1995-05-07 | 2 | -4/+4 |
* | Always zero new chunks - keeps things like the private structures from having | jkh | 1995-05-07 | 2 | -4/+4 |
* | Restructured the floppy tape probe. | joerg | 1995-05-06 | 7 | -33/+53 |
* | From Wolfram: Fix: typos, old links | joerg | 1995-05-06 | 2 | -5/+9 |
* | Describe -m option | ache | 1995-05-06 | 1 | -2/+11 |
* | Some fairly serious cleanup. The proper offset should now be used in | jkh | 1995-05-06 | 21 | -174/+381 |
* | Change of hostname and contact address for TUT's mirror site. Is this | asami | 1995-05-06 | 1 | -3/+3 |
* | Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug. | joerg | 1995-05-06 | 1 | -0/+1 |
* | Add usr.sbin/pcvt/keycap to libraries: target. | rgrimes | 1995-05-06 | 1 | -1/+5 |
* | General sanitation and cleanup. Killed the "reserved" type, it wasn't. | phk | 1995-05-06 | 12 | -158/+152 |
* | All the editors are finished. Now if I can just get a problem with libdisk | jkh | 1995-05-05 | 28 | -136/+1544 |
* | Document VTYs | jkh | 1995-05-05 | 2 | -0/+14 |
* | Addendum documenting VTYs. | jkh | 1995-05-05 | 2 | -0/+18 |
* | New modes file needed for mode editor. "b" can not stand for bit fields. | dufault | 1995-05-05 | 1 | -49/+49 |
* | Add support for editing mode pages. | dufault | 1995-05-05 | 2 | -22/+266 |
* | Make it so that the command formats are the same for both -i and -o. | dufault | 1995-05-05 | 2 | -16/+71 |
* | Fixed mbuf leak and panic that occurred when packets got too memory | dg | 1995-05-05 | 3 | -202/+640 |
* | In target libraries: make and install libcompat before all other | rgrimes | 1995-05-05 | 1 | -1/+7 |
* | typo there --> their | adam | 1995-05-05 | 1 | -9/+16 |
* | Add IPTOS_MINCOST according to RFC 1349 | ache | 1995-05-05 | 1 | -2/+3 |
* | ttyq[0-9a-f] -> ttyp[g-v] | asami | 1995-05-05 | 1 | -16/+16 |
* | Fix spelling error. Commented out ISO and ISO related things until I | dg | 1995-05-05 | 3 | -18/+30 |
* | If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will | phk | 1995-05-05 | 4 | -16/+82 |
* | From "Philippe Charnier" <charnier@lirmm.fr>: | dg | 1995-05-05 | 1 | -1/+5 |
* | Check for 0 before dividing by it. Patch from Paul Traina, modified | dg | 1995-05-05 | 2 | -4/+20 |
* | Add changes to document VTYs. | jkh | 1995-05-05 | 1 | -0/+11 |
* | 3 VTYs by default, not 4. My fault. | jkh | 1995-05-05 | 2 | -2/+2 |
* | Not 4 VTYs by default, 3. Whoops. | jkh | 1995-05-04 | 2 | -4/+2 |
* | Addendum concerning virtual console usage in JIS. | jkh | 1995-05-04 | 1 | -0/+7 |
* | Add extra paragraph documenting virtual consoles in Japanese. | jkh | 1995-05-04 | 1 | -0/+8 |
* | Argh! Not 4 consoles, 3! Thanks, Satoshi Niimi! | jkh | 1995-05-04 | 2 | -2/+2 |