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
*
MFS: bridge/ipfw/dummynet fixes
luigi
2001-02-02
1
-170
/
+115
*
MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)
luigi
2001-02-02
8
-70
/
+143
*
Remove inclusion of now vanished sio.h.
mjacob
2001-02-01
4
-4
/
+0
*
Guess that this is what Doug *intended* to commit....
mjacob
2001-02-01
1
-1
/
+5
*
Change the kernel internal ABI number as the HOOK structure has changed.
julian
2001-02-01
1
-1
/
+1
*
Clean up reference counting with relation to queued packets and the worklist,
julian
2001-02-01
2
-138
/
+107
*
Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the
scottl
2001-02-01
6
-1
/
+2421
*
Add atspeaker_load.
des
2001-02-01
1
-0
/
+1
*
KLDify the "speaker" device (which calls itself atspeaker internally, and
des
2001-02-01
2
-1
/
+10
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+1
*
Unbreak test coverage of cy driver.
bde
2001-02-01
2
-14
/
+14
*
Converted to new-bus.
bde
2001-02-01
2
-114
/
+170
*
Fix breakage caused by incomplete transition to IF_HANDOFF().
bp
2001-02-01
1
-2
/
+2
*
Implement preemptive scheduling of hardware interrupt threads.
jake
2001-02-01
7
-12
/
+54
*
Update the module Makefile to reflect the state of things from the last
scottl
2001-01-31
2
-8
/
+8
*
Add the ability to declare ore-ride methods on a per-hook basis
julian
2001-01-31
2
-26
/
+70
*
* Move exception_return to exception.s which is a more logical home for it.
dfr
2001-01-31
5
-114
/
+166
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
12
-59
/
+18
*
Merge conflicts from the ACPI CA 20010125 import.
msmith
2001-01-31
10
-32
/
+56
*
Add some debugging.
msmith
2001-01-31
1
-8
/
+72
*
Add some debugging statements.
msmith
2001-01-31
3
-26
/
+67
*
Tidy up.
msmith
2001-01-31
1
-48
/
+47
*
Add some debugging.
msmith
2001-01-31
1
-35
/
+17
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
8
-46
/
+24
*
Remove obsoleted files.
msmith
2001-01-31
2
-4
/
+5
*
Remove obsoleted files.
msmith
2001-01-31
2
-1801
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r71867,
msmith
2001-01-31
261
-4208
/
+7592
|
\
|
*
Update to the 20010125 ACPI CA snapshot.
msmith
2001-01-31
271
-4234
/
+7652
*
|
Quieten gcc.
peter
2001-01-31
1
-0
/
+1
*
|
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
7
-64
/
+176
*
|
Add hpfs and the config glue for it. It was being skipped from test
peter
2001-01-31
4
-0
/
+9
*
|
Properly lock new vnode.
bp
2001-01-31
2
-8
/
+18
*
|
Let M_PANIC go back to the private tree as its intention isn't understood well
bp
2001-01-31
3
-9
/
+3
*
|
Zap last remaining references to (and a use use of) of simple_locks.
peter
2001-01-31
4
-16
/
+1
*
|
As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example values
tanimura
2001-01-31
2
-8
/
+8
*
|
Revert mutex initialization check to look at mtx_description.
jasone
2001-01-30
1
-1
/
+1
*
|
Implement direct support for semipersistant nodes.
julian
2001-01-30
7
-277
/
+298
*
|
Argh, fix a nit that snuck in while trying to resolve conflicts.
jhb
2001-01-30
1
-2
/
+1
*
|
- Fix TUNABLE_STR_FETCH() to actually be a code fragment rather than
jhb
2001-01-30
1
-10
/
+2
*
|
Added used include of <sys/mutex.h>. The SMP case was broken by
bde
2001-01-30
3
-0
/
+3
*
|
Make klds for the ar and sr devices and hook them up.
jhay
2001-01-30
6
-3
/
+48
*
|
Add a BUF_KERNPROC() in the BIO_DELETE path.
phk
2001-01-30
2
-0
/
+2
*
|
The ar and sr devices have moved to sys/dev/.
jhay
2001-01-30
8
-6645
/
+0
*
|
This include file has found a new home in sys/dev/ic/.
jhay
2001-01-30
1
-372
/
+0
*
|
Newbusify the sr device and move it to its new location.
jhay
2001-01-30
4
-3797
/
+700
*
|
Update include files to reflect the new location of the ar device.
jhay
2001-01-30
2
-5
/
+5
*
|
Reflect the new location of the ar and sr devices.
jhay
2001-01-30
2
-4
/
+6
*
|
Style (whitespace) nit.
peter
2001-01-30
1
-4
/
+4
*
|
Fix two minor nits.
phk
2001-01-30
2
-2
/
+6
*
|
Fix cut and paste error in a comment.
julian
2001-01-30
2
-2
/
+2
[next]