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
*
Fix bad patch from a few days ago. It broke some bridging.
julian
2001-02-05
1
-9
/
+10
*
Add a dummy disconnect function so that the socket code doesn't leap into
julian
2001-02-05
1
-2
/
+7
*
- Minimize the amount of duplicated code for the PREEMPTION #ifdef, it now
jhb
2001-02-05
1
-27
/
+9
*
Make netgraph modules refuse to link with modules of a different ABI version.
julian
2001-02-05
3
-39
/
+75
*
Regen.
n_hibma
2001-02-05
2
-5
/
+67
*
Add some ids from NetBSD.
n_hibma
2001-02-05
1
-2
/
+16
*
Regen.
n_hibma
2001-02-05
2
-2
/
+41
*
* Correct a broken entry
n_hibma
2001-02-05
1
-1
/
+2
*
add forgotten makefile
cg
2001-02-05
1
-0
/
+8
*
It is _DEFINITELY_ not okay to change shmseg on a running system.
green
2001-02-04
1
-1
/
+1
*
add driver for CS4281 sound chips
cg
2001-02-04
5
-1
/
+1173
*
add driver for CMedia CMI8338/CMI8738 sound chips
cg
2001-02-04
4
-1
/
+1092
*
Remove NAHA, NAHATOT and aha_softcs and related code. It was unused
imp
2001-02-04
4
-36
/
+10
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
47
-170
/
+85
*
Clean up some leftovers from the root mount cleanup that was done some
peter
2001-02-04
15
-49
/
+8
*
fix duplicate rcsid
darrenr
2001-02-04
2
-2
/
+0
*
fix conflicts
darrenr
2001-02-04
28
-228
/
+508
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
99
-360
/
+356
*
Use <sys/queue.h> macro API.
phk
2001-02-04
9
-39
/
+34
*
'device agp' was missing
peter
2001-02-04
2
-0
/
+8
*
Remove some stray traces of KMODDEPS
peter
2001-02-04
2
-2
/
+0
*
Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.
phk
2001-02-04
5
-20
/
+0
*
Warn if people include vn(4) in their config.
phk
2001-02-04
1
-1
/
+2
*
Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().
peter
2001-02-04
4
-27
/
+59
*
Remove the LABPC driver.
phk
2001-02-04
7
-1107
/
+0
*
Zap obsolete (died with LKM) EXPORT_SYMS variable
peter
2001-02-04
4
-4
/
+0
*
Use macro API to <sys/queue.h>
phk
2001-02-04
1
-1
/
+1
*
Zap some bad examples:
peter
2001-02-04
17
-50
/
+10
*
All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.
peter
2001-02-04
4
-0
/
+4
*
This commit represents work mainly submitted by Tor and slightly modified
dillon
2001-02-04
4
-13
/
+38
*
Grumble, I broke this file with a vi accident before commit. :-(
peter
2001-02-04
1
-0
/
+1
*
Extend the sanity checks in ufs_lookup to ensure that each directory
iedowse
2001-02-04
1
-1
/
+2
*
Use the correct flags field when checking for a read-only filesystem
iedowse
2001-02-03
1
-1
/
+1
*
Make the code act the same in the case of BRIDGE being defined, but not
julian
2001-02-03
1
-16
/
+26
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
26
-70
/
+35
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
13
-79
/
+79
*
Conditionalize the alpha interrupt preemption for now to buy us some
peter
2001-02-03
2
-0
/
+28
*
o Allow non-root users to open /dev/tun* (remove suser()
brian
2001-02-03
1
-8
/
+5
*
At the point in time where most devices are created, we don't know what
phk
2001-02-02
2
-1
/
+16
*
When turning off TCP_NOPUSH, call tcp_output to immediately flush
jlemon
2001-02-02
1
-4
/
+14
*
Only superuser can create symlinks.
phk
2001-02-02
1
-2
/
+5
*
quieten the esscontrol device
cg
2001-02-02
1
-1
/
+6
*
* Move exception_return to exception.s which is a more logical home for it.
dfr
2001-02-02
1
-8
/
+6
*
Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functional
msmith
2001-02-02
2
-2
/
+4
*
Allocate lock table and mutex not only for parity plexes, but also for
grog
2001-02-02
1
-3
/
+3
*
Pass the minor number rather than the unit number to make_dev()
brian
2001-02-02
2
-4
/
+3
*
KASSERT that the minor number passed to make_dev() is valid.
brian
2001-02-02
1
-0
/
+3
*
Enable use of DHCP extensions.
tegge
2001-02-02
2
-66
/
+480
*
Argh, I missed some #include "sio.h". I was looking primarily for NSIO
peter
2001-02-02
7
-8
/
+0
*
MFS: bridge/ipfw/dummynet fixes
luigi
2001-02-02
1
-170
/
+115
[next]