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
*
Supposedly linux has added a 6th syscall arg register (%ebp). I am not
peter
2002-09-07
1
-0
/
+1
*
Add options COMPAT_AOUT to detect future bitrot.
peter
2002-09-07
1
-0
/
+3
*
fix misplaced schedlock
julian
2002-09-07
2
-2
/
+2
*
Add COMPAT_AOUT option so that config will not yell when you try and
peter
2002-09-07
1
-0
/
+1
*
Add the aout module subdir for the i386.
peter
2002-09-07
1
-0
/
+1
*
Add an a.out exec module.
peter
2002-09-07
1
-0
/
+11
*
Make imgact_aout.c optional. It is i386 specific.
peter
2002-09-07
1
-1
/
+1
*
Give this a self contained a.out coredump routine.
peter
2002-09-07
1
-1
/
+60
*
Zap the implementations of the i386-aout specific cpu_coredump function.
peter
2002-09-07
7
-144
/
+0
*
Collect the a.out coredump code into the calling functions.
peter
2002-09-07
2
-2
/
+31
*
Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS to
jhb
2002-09-06
2
-4
/
+138
*
Add a function pci_probe_route_table() that returns true if our PCI BIOS
jhb
2002-09-06
5
-0
/
+59
*
Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCI
jhb
2002-09-06
2
-2
/
+2
*
Include <netinet/ip.h> to unbreak kdump. I don't know why does kdump
sobomax
2002-09-06
1
-0
/
+4
*
Don't include "bpf.h" when compiling on FreeBSD. We always compile in
brooks
2002-09-06
1
-0
/
+4
*
Dump the $PIR table if booting verbose.
jhb
2002-09-06
3
-0
/
+9
*
Remove STRNCAT (==>strncat) usage. Apparently I never read the man
mjacob
2002-09-06
3
-20
/
+17
*
Tsk. Now that we're not using our own locks, we have to remember
mjacob
2002-09-06
1
-0
/
+2
*
Reduce namespace pollution by staticizing everything, which doesn't need to
sobomax
2002-09-06
3
-21
/
+19
*
Connect if_gre module to the build.
sobomax
2002-09-06
1
-0
/
+1
*
Add if_gre module glue.
sobomax
2002-09-06
1
-0
/
+22
*
Add a new gre(4) driver, which could be used to create GRE (RFC1701)
sobomax
2002-09-06
7
-0
/
+1365
*
- Add a pci_cfgintr_valid() function to see if a given IRQ is a valid
jhb
2002-09-06
7
-7
/
+105
*
Add more ethernet types and move AppleTalk types into proper location.
sobomax
2002-09-06
2
-15
/
+259
*
If we are using APIC_IO tell ACPI so it can route interrupts properly.
jhb
2002-09-06
2
-0
/
+6
*
Attach ACPI children a bit later in attach(), specifically after performing
jhb
2002-09-06
1
-2
/
+3
*
Make these less broken.
sobomax
2002-09-06
2
-10
/
+10
*
Add support for Corega FEther CB-TXD (CardBus 100M/10M).
iwasaki
2002-09-06
2
-1
/
+13
*
Add support for printing out the contents of a PCI BIOS $PIR interrupt
jhb
2002-09-06
3
-6
/
+162
*
Prefer the physical bus number of the PCI bus as the unit of the pciX
jhb
2002-09-06
3
-3
/
+3
*
Add a helper routine acpi_SetIntrModel() to call the _PIC method to set
jhb
2002-09-06
2
-0
/
+24
*
Minor spelling tweak: assume "his" is actually "This".
rwatson
2002-09-06
1
-1
/
+1
*
Remove "magicspace". It looks good on paper, it doesn't work in practice.
phk
2002-09-06
6
-113
/
+2
*
Don't respect the O_EXCL flag, we don't get it back on close so we cannot
phk
2002-09-06
1
-0
/
+8
*
Bump the -mev56 to -mev6. Otherwise, when you compile with gcc using
peter
2002-09-06
1
-2
/
+2
*
Use UMA as a complex object allocator.
julian
2002-09-06
7
-150
/
+143
*
Use sys/libkern.h not /usr/include/string.h
peter
2002-09-06
2
-2
/
+2
*
nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.
peter
2002-09-06
1
-210
/
+0
*
Remove extra ';'
davidxu
2002-09-06
1
-1
/
+1
*
Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.
phk
2002-09-05
2
-31
/
+192
*
Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.
phk
2002-09-05
1
-0
/
+19
*
Fix an inherited style bug: compare with NOCRED instead of NULL.
phk
2002-09-05
1
-1
/
+1
*
Use canonical extattr_check_cred() instead of private implementation of the
phk
2002-09-05
1
-39
/
+3
*
Introduce new extattr_check_cred() function which implements the canonical
phk
2002-09-05
2
-0
/
+39
*
Fix credentials check: do not leak ENOATTR until we know if they're
phk
2002-09-05
1
-12
/
+15
*
Fixed namespace pollution in uma changes:
bde
2002-09-05
1
-2
/
+3
*
Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled'
rwatson
2002-09-05
2
-0
/
+2
*
Make the printf messages when routing interrupts more consistent in the
jhb
2002-09-05
2
-7
/
+8
*
Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,
jhb
2002-09-05
3
-6
/
+6
*
Move some variables to the BSS instead of explicitly zero'ing them. This
jhb
2002-09-05
2
-6
/
+6
[next]