index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
lpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
The tcp/ip interfaces needed longer timeouts, works fine under 2.0.
phk
1994-08-14
1
-3
/
+3
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-25
/
+25
*
Submitted by: Poul-Henning Kamp <phk@login.dkuug.dk>
phk
1994-08-13
1
-4
/
+389
*
Fix some references to MIN() and MAX() that have been replaced by min() and
rgrimes
1994-05-26
1
-1
/
+1
*
change to lptioctl
csgr
1994-04-08
1
-4
/
+11
*
Changes to lpt driver:
csgr
1994-04-06
1
-65
/
+78
*
Cleanup the lptprobe and lpt_port_test routine to be KNF.
rgrimes
1994-02-22
1
-8
/
+3
*
I (rgrimes) cleaned the code up some, mostly just format stuff.
rgrimes
1994-02-17
1
-109
/
+279
*
Gunter Jung's fixes for the much-maligned lpt driver
jkh
1994-02-06
1
-48
/
+50
*
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
wollman
1993-11-25
1
-7
/
+10
[next]