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
*
Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.
bmilekic
2000-12-15
1
-2
/
+26
*
Whups: only build the if_el module on the x86 platform for now, until
wpaul
2000-12-15
1
-2
/
+2
*
Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.
wpaul
2000-12-15
4
-121
/
+255
*
Stick the kthread API in a kthread_* namespace, and the specialized kproc
jhb
2000-12-15
6
-18
/
+17
*
Lock access to proc members.
jhb
2000-12-15
4
-18
/
+51
*
Add the musycc driver to NOTES.
phk
2000-12-15
2
-0
/
+2
*
Don't clone impossible unit numbers for disks.
phk
2000-12-15
1
-0
/
+2
*
Enforce disk unit numbers upper limit in cloning.
phk
2000-12-15
1
-0
/
+2
*
Make a #define for the highest legal disk unit (0x1ff)
phk
2000-12-15
3
-0
/
+9
*
Fix with debugging option.
takawata
2000-12-15
1
-2
/
+2
*
When p_ucred is passed to the venus daemon, first grab the proc lock to
jhb
2000-12-15
2
-4
/
+28
*
Locking change: lock p_cred with the proc mutex (c) instead of assuming
jhb
2000-12-15
1
-1
/
+1
*
Whitespace cleanups, and a few comment changes to get everything to fit
jhb
2000-12-15
1
-40
/
+40
*
Add in MI implementations of the KTR trace buffer ddb commands. The
jhb
2000-12-15
1
-0
/
+97
*
Remove the "machine dependent" KTR trace buffer ddb commands. The code was
jhb
2000-12-14
4
-378
/
+0
*
Generalize quirk for Sony Memory Sticks. Any device that starts with
imp
2000-12-14
1
-1
/
+5
*
mdoc(7) police: removed duplicate .Os call.
ru
2000-12-14
1
-1
/
+1
*
Make Embedded Controller driver interrupt driven.
takawata
2000-12-14
1
-19
/
+77
*
- Move ifs_init() so that it can initialize ifs_inode_hash_mtx.
tanimura
2000-12-14
1
-12
/
+12
*
Use _lapic+offset to access the local apic from assembly language
jake
2000-12-14
10
-60
/
+74
*
Fix this based on Mike's moved pci code. We needed to delete the pci_m
imp
2000-12-14
1
-4
/
+2
*
Fix include directories for crossbuilding.
marcel
2000-12-13
1
-1
/
+1
*
- Add a new flag MTX_QUIET that can be passed to the various mtx_*
jhb
2000-12-13
4
-126
/
+205
*
o Remove the COMPAT_OLDPCI option now that Mike removed it.
imp
2000-12-13
1
-3
/
+3
*
Reconnect linprocfs.
des
2000-12-13
1
-2
/
+2
*
Use kinfo_proc instead of eproc (which Kirk deep-sixed earlier this week)
des
2000-12-13
2
-216
/
+260
*
Add dependency on linux, which is needed for proc/version.
des
2000-12-13
1
-0
/
+1
*
Add subr_sbuf.c.
des
2000-12-13
1
-0
/
+1
*
String buffer API
des
2000-12-13
2
-0
/
+347
*
If we fail to emulate a vm86 trap in kernel mode, then we use
jhb
2000-12-13
3
-0
/
+3
*
Include vm/vm_zone.h prior to vm/swap_pager.h.
tanimura
2000-12-13
1
-0
/
+1
*
Strip the .comment and .note sections when stripping. There's no
rnordier
2000-12-13
1
-1
/
+1
*
I really hate it when part of a patch gets left out.
julian
2000-12-13
1
-1
/
+0
*
Move `#include <sys/devicestat.h>' into #ifdef/#endif to keep
non
2000-12-13
1
-1
/
+1
*
Do not race for the lock of an inode hash.
tanimura
2000-12-13
2
-12
/
+84
*
- If swap metadata does not fit into the KVM, reduce the number of
tanimura
2000-12-13
11
-27
/
+76
*
Introduce a new potientially cleaner interface for accessing per-cpu
jake
2000-12-13
22
-275
/
+292
*
Add route interrupt method.
mjacob
2000-12-13
1
-0
/
+2
*
Lock the allproc list.
jake
2000-12-13
1
-1
/
+4
*
Preventing runaway kernel soft updates memory, take three.
mckusick
2000-12-13
4
-73
/
+168
*
Sync with i386/GENERIC rev 1.294 removing "COMPAT_OLDPCI".
obrien
2000-12-13
3
-3
/
+0
*
Remove unnecessary includes found by phk's script. I've been building
imp
2000-12-13
4
-5
/
+0
*
Fix problem with ax88190 based cards trying to probe further after
imp
2000-12-13
1
-0
/
+1
*
Remove unnecessary includes found by phk's script a long time ago.
imp
2000-12-13
2
-4
/
+0
*
Add aic and ray modules. I've been building these for a while now on
imp
2000-12-13
1
-1
/
+1
*
Module for aic
imp
2000-12-13
1
-0
/
+9
*
Add module dependencies on CAM module.
imp
2000-12-13
3
-0
/
+3
*
Eliminate a race in MEXTFREE(). The reference counter decrement and test
bmilekic
2000-12-13
1
-11
/
+16
*
o Tighten restrictions on use of /proc/pid/ctl and move access checks
rwatson
2000-12-13
2
-8
/
+20
*
Remove a redundant prototype.
msmith
2000-12-13
1
-1
/
+0
[next]