| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Make INET a proper option. | eivind | 1998-01-08 | 1 | -1/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Added used #include - don't depend on <sys/mbuf.h> including | bde | 1997-09-02 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -7/+1 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -6/+8 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed pessimized (short) i/o port types. | bde | 1996-11-11 | 1 | -4/+4 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -29/+1 |
* | Staticized a few variables. | bde | 1996-07-12 | 1 | -2/+2 |
* | Work around a braindead signal handling in many newer HP printers. | joerg | 1996-04-04 | 1 | -8/+26 |
* | Fixed devfs group of some more disk devices. | bde | 1996-03-29 | 1 | -8/+11 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -6/+4 |
* | Validate the length before we trust it. | phk | 1996-03-04 | 1 | -1/+3 |
* | Clean up Ethernet drivers: | wollman | 1996-02-06 | 1 | -4/+5 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -37/+40 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | Replaced #includes of <sys/user.h> by less gross headers, usually | bde | 1995-12-06 | 1 | -2/+3 |
* | I don't know what I messed up in 1.40, but the crynwr mode didn't make it. | phk | 1995-12-02 | 1 | -25/+224 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -14/+24 |
* | Add crynwr mode to the lp# interface. | phk | 1995-11-29 | 1 | -4/+2 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -1/+33 |
* | Included <sys/conf.h>. It used to be included as a side effect of | bde | 1995-11-16 | 1 | -1/+2 |
* | Staticize various private parts. | phk | 1995-11-14 | 1 | -3/+3 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+1 |
* | Add BPF and IP multicast capabilities to the `tun' and `lp' network | wollman | 1995-09-25 | 1 | -2/+52 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -5/+5 |
* | Don't include <sys/tty.h> in drivers that aren't tty drivers or in general | bde | 1995-07-16 | 1 | -2/+1 |
* | Use ifr_mtu for the mtu value rather than ifr_metric. | dg | 1995-06-22 | 1 | -4/+4 |
* | Change interface type...IFT_SLIP -> IFT_PARA. | dg | 1995-06-21 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -42/+42 |
* | Cleanup to the INET part of lpt.c. | phk | 1995-05-09 | 1 | -108/+152 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -5/+9 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -1/+2 |
* | I really hate this: | phk | 1995-02-26 | 1 | -3/+3 |
* | Replace all remaining instances of `i386/include' by `machine' and fix | bde | 1995-02-26 | 1 | -3/+3 |
* | Fix a panic I might have seen, or at least could see some day if I havn't | phk | 1994-11-16 | 1 | -2/+3 |
* | Changed output message in interrupt-driven lp device from | nate | 1994-11-13 | 1 | -2/+2 |
* | Fix a bug which had crept in (an almost certain panic). | phk | 1994-10-27 | 1 | -70/+23 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -1/+25 |
* | Cosmetics. Silence gcc -Wall. Much more to do here :-( | phk | 1994-10-10 | 1 | -3/+2 |
* | Parallel-port TCP/IP interface can now take any MTU. | phk | 1994-09-18 | 1 | -63/+74 |
* | Fixed a warning from the compiler, which just crashed my laptop. When do | phk | 1994-09-15 | 1 | -4/+6 |
* | Make it possible to run lptcontrol on a printer port which does not | csgr | 1994-09-03 | 1 | -5/+23 |
* | Ran ft.c through ident. | paul | 1994-08-23 | 1 | -1/+3 |