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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out an unintended commit. This wasn't supposed to be
mdodd
1999-10-01
1
-18
/
+0
*
Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver.
mdodd
1999-10-01
7
-2173
/
+25
*
Add support for the AHA-1640 SCSI adapter.
mdodd
1999-10-01
2
-0
/
+248
*
make sure a trivial apm.h is created, as some people have assumed that
mjacob
1999-10-01
2
-0
/
+10
*
Make all slices/partitions correctly inherit si_* fields.
phk
1999-09-30
1
-6
/
+13
*
Plug a potential filedescriptor leak. This will probably almost
guido
1999-09-30
1
-1
/
+6
*
This fix allows cards inserted in one of the bottem-most slots on an xp1000
gallatin
1999-09-30
1
-2
/
+2
*
Fix disk_close once more, and better this time.
phk
1999-09-30
1
-2
/
+2
*
Make the fxp driver work on alpha, rather than panic the machine on boot
gallatin
1999-09-30
6
-60
/
+38
*
Add ahc driver. The adaptec driver works just dandy on my xp1000 using
gallatin
1999-09-30
2
-0
/
+2
*
Count bogus_page as wired.
dt
1999-09-30
1
-0
/
+1
*
Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired.
dt
1999-09-30
1
-0
/
+2
*
Remove the D_NOCLUSTER[RW] options which were added because vn had
phk
1999-09-30
8
-66
/
+0
*
Test the slices for openness before we close them; doing it the other way
msmith
1999-09-30
1
-1
/
+1
*
Do not follow symlinks when binding a unix domain socket.
guido
1999-09-29
1
-1
/
+1
*
Careless use of struct proc *p caused major problems. 'p' is allowed to
marcel
1999-09-29
3
-12
/
+24
*
Remove v_maxio from struct vnode.
phk
1999-09-29
13
-27
/
+16
*
Make FreeBSD less conservative in determining when to return a cookie
dillon
1999-09-29
2
-0
/
+8
*
sigset_t change (part 4 of 5)
marcel
1999-09-29
28
-971
/
+1168
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
26
-489
/
+1870
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
34
-781
/
+1263
*
sigset_t change (part 1 of 5)
marcel
1999-09-29
1
-8
/
+16
*
Fix world-breaking bug, add $FreeBSD$ tag.
dcs
1999-09-29
1
-1
/
+2
*
Add ID for ESS ES1869.
dfr
1999-09-29
4
-0
/
+16
*
Bring in ficl version 2.03. No version bump for loader.
dcs
1999-09-29
21
-827
/
+1497
*
struct plex: Add variables checkblock and rebuildblock to keep track
grog
1999-09-28
1
-1
/
+8
*
revive_block: set b_resid correctly.
grog
1999-09-28
1
-4
/
+208
*
logrq: add sdiodone case.
grog
1999-09-28
1
-9
/
+7
*
Don't count iterations while waiting for a lock to become free.
grog
1999-09-28
1
-10
/
+9
*
Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully
grog
1999-09-28
1
-0
/
+8
*
Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctl
grog
1999-09-28
1
-8
/
+10
*
open_drive: Don't call set_drive_state to take a drive down, do it
grog
1999-09-28
1
-3
/
+3
*
sdio_done: Log events if DEBUG_LASTREQS set.
grog
1999-09-28
1
-0
/
+4
*
Change remove_drive_entry
grog
1999-09-28
1
-1
/
+5
*
Remove some superfluous comments.
grog
1999-09-28
1
-63
/
+41
*
Minor formatting changes (7th attempt)
grog
1999-09-28
1
-3
/
+2
*
Add loginfo type for sdiodone.
grog
1999-09-28
1
-0
/
+1
*
* add a non-reset device- will not reset the channel on open. you
cg
1999-09-28
14
-52
/
+106
*
add a missing blank line
cg
1999-09-28
4
-4
/
+8
*
add the ad1816 driver
cg
1999-09-28
1
-0
/
+1
*
seperate the ad1816 driver from the mss driver since it shares no code
cg
1999-09-28
8
-822
/
+1414
*
Use rmand_get_bus{tag,handle} rather than hard wiring things to
imp
1999-09-28
1
-3
/
+3
*
In sbflush(), don't exit the while loop too early: this can cause
pb
1999-09-28
2
-2
/
+16
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
23
-597
/
+70
*
Add another ID for the AWE64.
dfr
1999-09-28
4
-0
/
+4
*
Sync w/ sys/i386/isa/pcaudio.c revision 1.54.
kato
1999-09-28
1
-2
/
+34
*
Removed aha driver.
kato
1999-09-28
1
-6
/
+0
*
Sync w/ sys/i386/conf/files.i386 revision 1.274.
kato
1999-09-28
2
-2
/
+0
*
Reconnect 'bktr' now that world won't (I hope) break again from it.
peter
1999-09-28
1
-2
/
+1
*
Make the bktr module build. The Makefile was badly mangled, including
peter
1999-09-28
1
-7
/
+9
[next]