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 a race condition where interrupts set up after boot could be enabled in
nwhitehorn
2009-01-25
1
-3
/
+6
*
Revert my previous two changes.
ed
2009-01-25
1
-0
/
+16
*
Remove pfopen() and pfclose() entirely.
ed
2009-01-25
1
-12
/
+0
*
Remove unneeded checking for invalid minor numbers from pf(4).
ed
2009-01-25
1
-4
/
+0
*
When a statically linked binary is executed (or at least, one without
rwatson
2009-01-25
1
-1
/
+2
*
For consistency with prison_{local,remote,check}_ipN rename
bz
2009-01-25
6
-12
/
+12
*
Remove unneeded checks of device unit number from speaker(4).
ed
2009-01-25
1
-18
/
+9
*
- Correct a typo in a comment.
jeff
2009-01-25
1
-1
/
+1
*
- Make the keg abstraction more complete. Permit a zone to have multiple
jeff
2009-01-25
5
-335
/
+686
*
Remove unneeded use of device unit numbers from pty(4).
ed
2009-01-25
1
-8
/
+5
*
- Use __XSTRING where I want the define to be expanded. This resulted in
jeff
2009-01-25
3
-4
/
+4
*
If the parent up/down task was queued then sync with it before returning from
thompsa
2009-01-25
1
-0
/
+3
*
Fix errors introduced when I rewrote select.
jeff
2009-01-25
1
-44
/
+96
*
Remove unused unrhdr from GEOM character device module.
ed
2009-01-24
1
-17
/
+1
*
Mark kern.ttys as MPSAFE.
ed
2009-01-24
1
-1
/
+1
*
Use __FBSDID() for $FreeBSD$ version strings in .c files.
rwatson
2009-01-24
2
-4
/
+6
*
Begin to add SDT tracing of the MAC Framework: add policy modevent,
rwatson
2009-01-24
1
-1
/
+24
*
Add explicit static DTrace tracing to the callout mechanism, capturing
rwatson
2009-01-24
1
-0
/
+15
*
- Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is done
jhb
2009-01-23
3
-77
/
+79
*
- Add conditional Giant locking around the vrele() in
jhb
2009-01-23
1
-33
/
+38
*
Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus not
jhb
2009-01-23
2
-4
/
+5
*
Use shared vnode locks for fchdir().
jhb
2009-01-23
1
-2
/
+2
*
Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by not
jhb
2009-01-23
1
-3
/
+3
*
Push down Giant in the vlnru kproc main loop so that it is only acquired
jhb
2009-01-23
1
-11
/
+3
*
Protect against NULL pointer dereference.
trasz
2009-01-23
1
-0
/
+5
*
Don't leak memory when alloc fails.
trasz
2009-01-23
1
-3
/
+3
*
Guard against NULL pointer dereference.
trasz
2009-01-23
1
-1
/
+4
*
Guard against NULL pointer dereference.
trasz
2009-01-23
1
-0
/
+4
*
Only start the if_slowtimo timer (which drives the if_watchdog methods of
jhb
2009-01-23
1
-2
/
+25
*
fix regulatory state check for all vaps' being down; it must be done
sam
2009-01-23
1
-7
/
+7
*
add defines for driver-private bits to eliminate use of constants
sam
2009-01-23
1
-1
/
+4
*
- Add few VIA bridges to agp_via.c and connect it to amd64 build
jkim
2009-01-23
5
-18
/
+28
*
Use the correct type for the timeout parameter to the 32-bit
jhb
2009-01-23
1
-1
/
+1
*
urtw(4) works also on amd64.
weongyo
2009-01-23
1
-0
/
+1
*
Add an entry for the urtw(4) module.
weongyo
2009-01-23
1
-0
/
+1
*
Connect urtw(4) to the i386 build only because it's not tested on amd64
weongyo
2009-01-23
1
-0
/
+2
*
fix return status handling by ar5XXXReset; this is the reason the
sam
2009-01-23
5
-10
/
+10
*
Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187L
weongyo
2009-01-23
5
-0
/
+3742
*
don't run the calibration code if scanning, we won't be on the home channel
sam
2009-01-23
1
-0
/
+4
*
Move to having a caps flag. Newer versions of the AT91 family don't
imp
2009-01-23
1
-13
/
+21
*
Don't over-commit the DMA. Use the passed in size of the transfer
imp
2009-01-22
1
-2
/
+1
*
Migrate towards using at91_master_clock. Initialize the clocks for
imp
2009-01-22
3
-5
/
+12
*
Use at91_master_clock instead of AT91C_MASTER_CLOCK.
imp
2009-01-22
2
-2
/
+3
*
Remove now-redundant declaration.
imp
2009-01-22
1
-1
/
+0
*
Store at91_master_clock in a global variable as opposed to a compile
imp
2009-01-22
2
-0
/
+4
*
VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determine
jkim
2009-01-22
2
-2
/
+4
*
Include a missing header file.
jkim
2009-01-22
1
-0
/
+1
*
Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386
jkim
2009-01-22
2
-4
/
+10
*
Add a comment explaining what ARM_KERN_DIRECTMAP is all about.
cognet
2009-01-22
1
-0
/
+7
*
Fix a compile bogon. 'ppbus' is used by two different sets of debug code
jhb
2009-01-22
1
-0
/
+2
[next]