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
*
open_device: Recognize ar device.
grog
2001-08-01
1
-0
/
+2
*
Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will be
bmilekic
2001-08-01
2
-16
/
+13
*
Update our bpf.h with tcpdump.org's new DLT_ types.
fenner
2001-07-31
1
-2
/
+82
*
Apply the cluebat to myself and undo the await() -> mawait() rename. The
jhb
2001-07-31
2
-33
/
+16
*
Add a safety belt to mawait() for the (cold || panicstr) case identical to
jhb
2001-07-31
1
-0
/
+12
*
Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expect
jhb
2001-07-31
6
-6
/
+92
*
If we have already panic'd then don't bother enforcing mutex asserts as
jhb
2001-07-31
2
-0
/
+6
*
- Fix panicstr checks to explicitly check against NULL.
jhb
2001-07-31
1
-8
/
+8
*
o Modify p_candebug() such that there is no longer automatic acceptance
rwatson
2001-07-31
1
-3
/
+0
*
Re-order things slightly in the RX handler for VLAN support: we need
wpaul
2001-07-31
1
-5
/
+4
*
bsh and bst are unused in softc, except for setting them. We do use the
imp
2001-07-31
2
-6
/
+4
*
o Introduce new kern.security sysctl tree for kernel security policy
rwatson
2001-07-31
1
-3
/
+11
*
Fix typo where I assigned the bus tag and not the bus handled. It
imp
2001-07-31
1
-1
/
+1
*
GC some obsolete alpha code.
jhb
2001-07-31
1
-390
/
+1
*
If LCP proto-rej is received, drop the protocol mentioned by the message.
ume
2001-07-31
1
-1
/
+59
*
A bunch of interrupt related cleanup.
imp
2001-07-31
3
-67
/
+98
*
Move pcic_override_irq from pcic_isa, to pcic.
imp
2001-07-31
3
-9
/
+8
*
Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.
imp
2001-07-31
1
-3
/
+3
*
Flesh out the sparc64 port considerably. This contains:
jake
2001-07-31
46
-453
/
+6905
*
Add skeleton machine dependent headers and c files for a port of freebsd
jake
2001-07-31
40
-0
/
+3068
*
Machine dependent ifdefs for sparc64.
jake
2001-07-31
3
-2
/
+5
*
Oops. Last commit to vm_object.c should have got these files too.
jake
2001-07-31
3
-8
/
+4
*
Remove the use of atomic ops to manipulate vm_object and vm_page flags.
jake
2001-07-31
1
-11
/
+6
*
Don't try to find an eventhandler list if the list of lists hasn't
jake
2001-07-31
1
-0
/
+3
*
Don't try to print a field that doesn't exist; in usually commented
jake
2001-07-31
1
-2
/
+2
*
Use a machine dependent type, Elf_Hashelt, for the elements of the elf
jake
2001-07-31
7
-10
/
+65
*
Removed PLIP support.
nyan
2001-07-31
2
-1312
/
+0
*
Make the openfirmware functions work on 64 bit architectures by using
jake
2001-07-31
2
-237
/
+241
*
Quiet uninitialized variable warning (also a bug).
jake
2001-07-31
1
-0
/
+2
*
Check the filehandle size when mounting.
peter
2001-07-30
2
-0
/
+4
*
Fix obsolete code.
asmodai
2001-07-30
1
-5
/
+0
*
fix import/merge related code problems
darrenr
2001-07-30
1
-6
/
+3
*
The current resource buffer returned from an interrupt link device
msmith
2001-07-30
2
-14
/
+40
*
- Prevent the ACPI code from being loaded as a module other than at
msmith
2001-07-30
2
-11
/
+123
*
Minor updates (no functional changes)
msmith
2001-07-30
1
-86
/
+82
*
Don't use a buffer for the state info from the TI chips. Just print
imp
2001-07-30
1
-14
/
+13
*
Redo how we manage SCSI device settings- have a 3rd flags (nvram) that records
mjacob
2001-07-30
1
-52
/
+47
*
Redo how we manage SCSI device settings- have a 3rd flags (nvram) that records
mjacob
2001-07-30
1
-9
/
+13
*
Redo how we manage SCSI device settings- have a 3rd flags (nvram) that records
mjacob
2001-07-30
1
-157
/
+143
*
Kill the command (don't rerun it) if we had an AUTOSENSE failure.
mjacob
2001-07-30
1
-3
/
+5
*
(Forced commit- last one missed the comments)
mjacob
2001-07-30
1
-2
/
+2
*
(Forced commit- last commit was inadvertant in that it missed the comments)
mjacob
2001-07-30
1
-0
/
+1
*
backout last commit- inadvertant
mjacob
2001-07-30
1
-70
/
+47
*
scsi_targetio.h
mjacob
2001-07-30
3
-103
/
+198
*
Propagate CAM_DIS_DISCONNECT on through:
mjacob
2001-07-30
1
-5
/
+54
*
When booted -v (eg bootverbose is non-zero), have pccard report what
imp
2001-07-30
1
-0
/
+7
*
Two recent commits in sys/ufs/ufs interacted badly with ext2fs
iedowse
2001-07-29
2
-2
/
+5
*
Disallow ATAPI CD transfers that are not a multiple of the device block
tmm
2001-07-29
1
-1
/
+5
*
Convert the olpt driver to using new-bus stuff.
nyan
2001-07-29
4
-136
/
+208
*
Merged from sys/dev/syscons/syscons.c revisions 1.367 and 1.368.
nyan
2001-07-29
1
-70
/
+64
[next]