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
*
Recognize the Serverworks CIOB30 host to pci bridge.
peter
2002-11-13
2
-0
/
+10
*
Remove dead code that hasn't been needed since the demise of share maps
alc
2002-11-13
2
-26
/
+0
*
Remove a commented out #include "opt_pci.h", it doesn't
mux
2002-11-13
1
-1
/
+0
*
Remove opt_pci.h from SRCS, it doesn't exist anymore.
mux
2002-11-13
2
-2
/
+2
*
Remove opt_pci.h from SRCS.
mux
2002-11-13
1
-1
/
+1
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
14
-14
/
+0
*
Unbreak kernel build.
mux
2002-11-13
1
-1
/
+0
*
Introduce a condition variable to avoid returning EBUSY when
rwatson
2002-11-13
9
-261
/
+468
*
Add support for the C99 %t format modifier.
mux
2002-11-13
1
-2
/
+11
*
Add the sys/stddef.h header, so that we can have ptrdiff_t
mux
2002-11-13
1
-0
/
+43
*
Fix a constant in the standard namespace not to depend on another
mike
2002-11-13
1
-2
/
+2
*
Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than
maxim
2002-11-13
1
-1
/
+6
*
Document loader tunables hw.pci.enable_io_modes and
mdodd
2002-11-13
2
-0
/
+24
*
Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to
mdodd
2002-11-13
2
-36
/
+49
*
Staticize local variable.
mdodd
2002-11-13
1
-1
/
+1
*
Loader tunable 'machdep.disable_mtrrs'.
mdodd
2002-11-13
4
-2
/
+20
*
Move pmap_collect() out of the machine-dependent code, rename it
alc
2002-11-13
11
-154
/
+37
*
Major #46 was also MIA.
peter
2002-11-13
1
-0
/
+1
*
Note that 101 is unused, rather than leave it out of the file.
peter
2002-11-13
1
-1
/
+4
*
Turn off duplicate lock checking for inp locks because udp_input()
hsu
2002-11-12
1
-1
/
+1
*
- Add fwmem_xfer_req() and use this in other functions.
simokawa
2002-11-12
1
-51
/
+47
*
- Remove unused code.
simokawa
2002-11-12
1
-183
/
+21
*
fix wording.
simokawa
2002-11-12
1
-1
/
+1
*
Split userland services to fwdev.c.
simokawa
2002-11-12
5
-880
/
+925
*
Use struct fw_device in fwmem.c
simokawa
2002-11-12
4
-31
/
+97
*
Add a prototype for suspend/resume.
simokawa
2002-11-12
1
-0
/
+16
*
Change interface of fwmem_read_*() functions to be usable from other part
simokawa
2002-11-12
1
-4
/
+4
*
Change interface of fwmem_read_*() functions to be usable from other part
simokawa
2002-11-12
1
-37
/
+36
*
Use better return types and a couple of casts to eliminate warnings on
scottl
2002-11-12
1
-7
/
+7
*
- clean up
simokawa
2002-11-12
1
-15
/
+3
*
Fix two typos from the previous commit. This code is definitely infectious.
scottl
2002-11-12
1
-2
/
+2
*
Step one of cleaning and fixing cardbus:
scottl
2002-11-12
1
-65
/
+92
*
- Remove unused code.
simokawa
2002-11-12
2
-394
/
+178
*
Restrict process count in fwohci_arcv() and fwohci_ircv().
simokawa
2002-11-12
1
-12
/
+18
*
Garbage collect mac_create_devfs_vnode() -- it hasn't been used since
rwatson
2002-11-12
18
-119
/
+0
*
Correct an assertion in the code to traverse the list of locks to find an
jhb
2002-11-11
1
-1
/
+1
*
Capitalize the first letter of device descriptions
mux
2002-11-11
2
-4
/
+4
*
Garbage collect definition of M_MACOPVEC -- we no longer perform a
rwatson
2002-11-11
9
-18
/
+0
*
Remove extra #include<sys/vmmeter.h>.
cognet
2002-11-11
1
-1
/
+0
*
atomic_set_8 isn't MI. Instead, follow Jake's suggestions about
mjacob
2002-11-11
3
-5
/
+7
*
Declare the snp ioctl()s to work on udev_t, since that is what they
tmm
2002-11-11
2
-3
/
+3
*
Warning fixes.
mux
2002-11-11
2
-6
/
+8
*
Warning fix.
mux
2002-11-11
2
-4
/
+4
*
Don't override CWARNFLAGS in these Makefiles.
mux
2002-11-11
3
-6
/
+0
*
Don't override CWARNFLAGS in this Makefile.
mux
2002-11-11
1
-2
/
+0
*
ia64 ABI breaker:
marcel
2002-11-11
1
-30
/
+17
*
- Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()
alc
2002-11-11
6
-12
/
+13
*
Comment-out USB support. A kernel doesn't boot with it. Deal with it
marcel
2002-11-11
1
-12
/
+12
*
o Include <sys/uuid.h>. This avoids that applications such as
marcel
2002-11-10
1
-1
/
+3
*
Change the device path representation in libofw to use the full firmware
jake
2002-11-10
11
-647
/
+93
[next]