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
...
*
|
Change one variable to make it easier to switch between ipfw and ipfw2
luigi
2002-07-09
1
-5
/
+3
*
|
Remove an unused type.
mike
2002-07-09
2
-6
/
+0
*
|
Move the type definition of ointhand2_t from i386/include/types.h to
mike
2002-07-09
2
-3
/
+4
*
|
Delay the creation of the ugenX device node until we're certain
joe
2002-07-09
1
-5
/
+6
*
|
vm_page_queue_free_mtx is a spin mutex, not a normal sleep mutex.
peter
2002-07-08
1
-4
/
+4
*
|
Turn the zeroidle process off for SMP systems, there is still a possible
peter
2002-07-08
1
-0
/
+4
*
|
Fix a bug caused by dereferencing an invalid pointer when
luigi
2002-07-08
1
-62
/
+65
*
|
No functional changes, but:
luigi
2002-07-08
1
-279
/
+267
*
|
Remove one unused command name.
luigi
2002-07-08
1
-1
/
+0
*
|
Forgot to update one field name in one of the latest commits.
luigi
2002-07-08
1
-2
/
+2
*
|
Back out previous TCBHASHSIZE change. This should not be a kernel option.
mp
2002-07-08
2
-7
/
+0
*
|
Add a VFS_START() call in vfs_mountroot_try() for the sake
mux
2002-07-08
1
-1
/
+2
*
|
Add 2002 to copyright.
mjacob
2002-07-08
1
-1
/
+1
*
|
Add get/set param ioctl support.
mjacob
2002-07-08
2
-135
/
+154
*
|
Add get/set param ioctls.
mjacob
2002-07-08
1
-0
/
+23
*
|
Add override so that we can force set our hard loopdid.
mjacob
2002-07-08
1
-0
/
+14
*
|
Remove the 'bogus registrant' hack for fabric searches. It really
mjacob
2002-07-08
1
-12
/
+9
*
|
Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's
mike
2002-07-08
8
-31
/
+7
*
|
Bring poll.h up to conformance with POSIX.1-2001 by adding some
mike
2002-07-08
1
-9
/
+11
*
|
Fixed some printf format errors (4 new ones reported by gcc and 5 nearby
bde
2002-07-08
1
-7
/
+7
*
|
Fixed some printf format errors (one new one reported by gcc and 3 nearby
bde
2002-07-08
1
-2
/
+2
*
|
Comment out apm; ACPI is the modern replacement, and folks who really
markm
2002-07-08
4
-4
/
+4
*
|
Reenable the m3 interrupts in m3_pci_resume() and do not
robert
2002-07-08
1
-2
/
+2
*
|
Remove #define APIC_INTR_HIGHPRI_CLOCK - this is no longer used
peter
2002-07-08
1
-7
/
+0
*
|
The clock is already allocated as 'fast' - no need to try and intercept a
peter
2002-07-08
4
-32
/
+0
*
|
Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.
peter
2002-07-08
2
-16
/
+0
*
|
Add a special page zero entry point intended to be called via the single
peter
2002-07-08
10
-11
/
+162
*
|
Document TCBHASHSIZE in NOTES and add it to the allowable kernel options.
mp
2002-07-08
2
-0
/
+7
*
|
- VT_PSEUDOFS and VT_PROCFS support locking now
jeff
2002-07-08
1
-3
/
+4
*
|
s/procrunnable/kserunnable/ in a comment
peter
2002-07-08
4
-4
/
+4
*
|
Lock down pseudofs:
jeff
2002-07-08
2
-0
/
+29
*
|
Remove OBE prototype for procrunnable()
peter
2002-07-08
1
-1
/
+0
*
|
Avoid vm_page_lookup() [grabs a spinlock] and just process the upage
peter
2002-07-08
1
-14
/
+9
*
|
Fix a hideous TLB bug. pmap_unmapdev neglected to remove the device
peter
2002-07-08
2
-8
/
+46
*
|
Enable netboot support by default, since it can now coexist with disk and
jake
2002-07-07
1
-3
/
+3
*
|
Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/
peter
2002-07-07
14
-1022
/
+277
*
|
Update for post-kse3 pmap kthread allocation changes
peter
2002-07-07
3
-45
/
+27
*
|
Fix (s/proc/thread/) some typos in two panic messages.
peter
2002-07-07
1
-2
/
+2
*
|
Remove 0 initializers for global/static variables, so they end up in
luigi
2002-07-07
1
-4
/
+4
*
|
- Require locks for getattr. At some point this could only require shared
jeff
2002-07-07
1
-3
/
+1
*
|
- Delay unlocking a vnode in linker_hints_lookup until we're actually done
jeff
2002-07-07
1
-5
/
+4
*
|
Make this compile on 64 bit platforms
peter
2002-07-07
2
-8
/
+8
*
|
Change help documentation for bootfile and module_path to reflect
mp
2002-07-07
1
-6
/
+8
*
|
o Lock accesses to the free queue(s) in vm_page_zero_idle().
alc
2002-07-07
1
-0
/
+4
*
|
Make NEWCARD the default pccard/cardbus system.
imp
2002-07-07
2
-4
/
+10
*
|
Make building with ficl work. Unfortunately booting with it doesn't.
jake
2002-07-07
2
-5
/
+10
*
|
Build ficl on sparc64 fwiw. It doesn't work.
jake
2002-07-07
1
-2
/
+0
*
|
One #include <sys/lock.h> is enough.
mux
2002-07-07
2
-2
/
+0
*
|
- Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS
jeff
2002-07-07
1
-5
/
+7
*
|
- Don't hold the vn lock while calling VOP_CLOSE in vclean().
jeff
2002-07-07
1
-6
/
+10
[prev]
[next]