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
...
*
Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.
bde
2003-12-24
1
-2
/
+2
*
Move the acpi module down a directory. This will allow us to import
njl
2003-12-24
2
-76
/
+81
*
Minor whitespace changes to conform better to stlye(9) and reduce diffs
imp
2003-12-24
1
-5
/
+5
*
GC the unused <machine/kse.h> file.
peter
2003-12-24
7
-255
/
+0
*
GC unused 'syshide' override to /dev/null. This was here to disable
peter
2003-12-24
8
-8
/
+0
*
Regen (should be NOP except for rcsid)
peter
2003-12-24
3
-3
/
+3
*
GC unused namespc column and un-wrap some longer lines that now fit.
peter
2003-12-24
1
-357
/
+335
*
Oops, remove references to namespc column in comment (I'm not going to
peter
2003-12-24
1
-2
/
+1
*
Regen. (This should have been a NOP except it hasn't been regenerated
peter
2003-12-24
8
-317
/
+351
*
GC namespc column and unwrap long lines that now fit.
peter
2003-12-24
3
-234
/
+222
*
Regen. This should have been a NOP, but its not been regenerated for
peter
2003-12-24
4
-349
/
+372
*
GC OBE namespc column and un-wrap longer lines that now fit
peter
2003-12-24
1
-327
/
+289
*
Fix locking broken by recent _CID changes. Always be sure to unlock
njl
2003-12-23
1
-10
/
+15
*
Set up the interrupt earlier in ndis_attach(), because calling the
wpaul
2003-12-23
1
-4
/
+13
*
Correct the definitions for NDIS_80211_NET_INFRA_IBSS and
wpaul
2003-12-23
1
-2
/
+2
*
Update to use the new package routines instead of rolling our own
njl
2003-12-23
1
-66
/
+40
*
Remove the device_t parameter from package routines that only used it to
njl
2003-12-23
3
-49
/
+28
*
Make the NDIS driver depend on the wlan module now that it has
wpaul
2003-12-23
1
-0
/
+1
*
Fix a few more places where NULL was used instead of 0.
se
2003-12-23
2
-3
/
+3
*
I didn't notice it right away, but check the right length too.
ru
2003-12-23
1
-1
/
+1
*
Introduce mp_maxcpus which can be used by libkvm utils to find out
alfred
2003-12-23
1
-0
/
+5
*
Fix a problem introduced in revision 1.84: m_pullup() does not
ru
2003-12-23
1
-5
/
+7
*
Prevent withering of the provider we're orphaning from happening until
phk
2003-12-23
1
-1
/
+7
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
ume
2003-12-23
1
-2
/
+2
*
Re-do the handling of ndis_buffers. The NDIS_BUFFER structure is
wpaul
2003-12-23
4
-22
/
+45
*
Regen (should be a NOP except for rcsid)
peter
2003-12-23
4
-4
/
+4
*
GC unused namespc column.
peter
2003-12-23
1
-548
/
+518
*
Regen (should be a NOP except for rcsid changes)
peter
2003-12-23
6
-6
/
+6
*
GC unused third namespace column.
peter
2003-12-23
1
-311
/
+268
*
GC unused namespace column. Unwrap some long lines that now fit.
peter
2003-12-23
1
-433
/
+391
*
Regen - this should be essentially a NOP, except for rcsid changes.
peter
2003-12-23
5
-5
/
+5
*
Remove namespc column and attempt to un-fold some of the longer lines
peter
2003-12-23
1
-563
/
+543
*
Remove the namespace column from the syscalls tables. We don't actually
peter
2003-12-23
1
-7
/
+7
*
Regen
peter
2003-12-23
4
-5
/
+5
*
freebsd32_fstat(2) is now MPSAFE
peter
2003-12-23
1
-1
/
+1
*
Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_stat
peter
2003-12-23
1
-53
/
+45
*
Regen
peter
2003-12-23
4
-29
/
+13
*
Eliminate stackgap usage for the (woefully incomplete) path translations
peter
2003-12-23
3
-195
/
+3
*
Add an additional field to the elf brandinfo structure to support
peter
2003-12-23
12
-35
/
+150
*
Add a reminder note about removing the amd64 test here once the gcc33 port
peter
2003-12-23
1
-0
/
+1
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
14
-29
/
+28
*
Don peril sensitive sunglasses and set NULL to an actual pointer type,
peter
2003-12-23
1
-0
/
+4
*
Don't use NULL (pointer) when we're testing for a count of 0 (integer).
peter
2003-12-23
1
-1
/
+1
*
Don't use NULL (pointer) when we mean 0 (integer) for the number of ticks
peter
2003-12-23
2
-2
/
+2
*
resort device list
sanpei
2003-12-22
1
-3
/
+3
*
Fixed incomplete initialization in some ohci controllers with
shiba
2003-12-22
1
-33
/
+46
*
Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN
shiba
2003-12-22
3
-12
/
+45
*
Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid
tjr
2003-12-22
1
-1
/
+1
*
Some minor touchups:
wpaul
2003-12-22
1
-4
/
+9
*
Now that I finally have power back, implement a couple more NDIS API
wpaul
2003-12-22
1
-0
/
+75
[prev]
[next]