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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugs/Enhancements:
ahasty
1998-02-02
3
-149
/
+289
*
Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> is
bde
1998-02-01
1
-20
/
+5
*
Make the debug options new-style.
eivind
1998-01-31
2
-2
/
+6
*
Attempt at making this use DEVFS properly. (Now it should at least work.)
eivind
1998-01-31
2
-3
/
+6
*
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
eivind
1998-01-31
1
-0
/
+1
*
Remove unused devfs include. (Julian or Satoshi might want to add proper
eivind
1998-01-31
1
-4
/
+1
*
Don't clobber pp_flags when PP_KEEPALIVE must be set.
jhay
1998-01-30
2
-6
/
+8
*
Update to version stable-165
jkh
1998-01-29
1
-196
/
+251
*
Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'key
yokota
1998-01-28
1
-5
/
+5
*
Add Simon Shapiro's DPT driver
julian
1998-01-26
4
-0
/
+5321
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
18
-14
/
+40
*
Driver for the new SMC 9432TX cards.
jkh
1998-01-21
1
-0
/
+1051
*
- Add binary compatibility support for obsolete console/mouse ioctls
yokota
1998-01-20
1
-1
/
+51
*
Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is
bde
1998-01-16
3
-6
/
+6
*
Fix illegal numeric expressions: 08 and 09.
yokota
1998-01-12
1
-10
/
+10
*
add devfs entries for a few more syscons devices (e.g. sysmouse)
julian
1998-01-12
1
-3
/
+9
*
- Produce the accent letter if the user hits the accent key twice.
yokota
1998-01-09
1
-4
/
+28
*
Make INET a proper option.
eivind
1998-01-08
20
-26
/
+95
*
1. Supporting a bogus 16550A compatible PCMCIA CARD stuffs
amurai
1998-01-08
1
-4
/
+71
*
Added accent (dead) key support to syscons and kbdcontrol.
yokota
1998-01-07
2
-6
/
+356
*
Actually implement the internals of the 'ppi' device.
msmith
1998-01-02
2
-17
/
+94
*
Reviewed by: Amancio Hasty
ahasty
1997-12-31
1
-4
/
+20
*
Fixed initialization of the divisor latch. We depended on siocnopen()
bde
1997-12-28
1
-2
/
+21
*
YAMFsio.c (always call ttwwakeup() before returning from comstart()).
bde
1997-12-28
2
-2
/
+4
*
Always call ttwwakeup() before returning from comstart(). It isn't
bde
1997-12-28
1
-1
/
+2
*
Removed unnecessary (and broken) wakeup code in rpstart(). There is no
bde
1997-12-28
1
-15
/
+0
*
Change major number to match the one actually used (whoops!).
jkh
1997-12-26
1
-1
/
+1
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
7
-5
/
+18
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
5
-5
/
+11
*
- Add support for the following mice to psm/moused/sysmouse:
yokota
1997-12-07
2
-69
/
+640
*
Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
8
-22
/
+22
*
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
phk
1997-12-02
5
-13
/
+13
*
Shuffle things a bit for better cacheline behavior.
dg
1997-11-29
1
-6
/
+6
*
Recognize 3C569 network interface when `PC98' is defined.
kato
1997-11-27
1
-2
/
+7
*
Move the hardware currsor off screen when getting back from an
sos
1997-11-25
1
-2
/
+9
*
update of Luigi's sound drivers...
jmg
1997-11-23
8
-316
/
+690
*
Ifdefed a conditionally used #include.
bde
1997-11-22
1
-2
/
+4
*
Add Winbond W89C940 ID to the list.
msmith
1997-11-22
1
-1
/
+2
*
Make comp_vgaregs() less strict about VGA register values when
yokota
1997-11-21
2
-145
/
+232
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
4
-8
/
+8
*
Removed unused #includes. Ifdefed a conditionally used #include.
bde
1997-11-18
1
-14
/
+7
*
There is no ccdread() nor ccdwrite().
phk
1997-11-18
1
-3
/
+1
*
Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.
bde
1997-11-18
1
-2
/
+2
*
Reviewed by: Amancio Hasty
ahasty
1997-11-16
2
-9
/
+185
*
Fixed chip_offsets[] which I broke in rev.1.53. The offsets aren't
bde
1997-11-10
2
-4
/
+4
*
Merge 971020 stuff.. Check 21142? SROM CRC.
peter
1997-11-08
2
-7
/
+13
*
Rename some local variables to avoid shadowing other local variables.
phk
1997-11-07
1
-4
/
+4
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
9
-31
/
+18
*
Rats. Committed the wrong version.
markm
1997-11-06
1
-5
/
+11
[next]