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 misspelling of "hint." as "hints." in the description of the "hint."
bde
2002-07-11
1
-15
/
+15
*
o Lock accesses to the page queues.
alc
2002-07-11
1
-1
/
+6
*
Convert old style (type foo *)0 casts to NULLs
dillon
2002-07-11
11
-115
/
+110
*
Do not override the standard `distribute' target that is currently
ru
2002-07-11
1
-10
/
+0
*
Bah, move the invltlb counter to C code and hook a debug sysctl onto it.
peter
2002-07-11
9
-21
/
+39
*
s/NCPU/MAXCPU/ to try and get this to compile.
peter
2002-07-11
3
-3
/
+3
*
Move the MSIZE and MCLSHIFT options out of the undocumented section in
ken
2002-07-11
2
-4
/
+11
*
Remove a couple of debugging lines.
mjacob
2002-07-11
1
-7
/
+0
*
Enable ISP SBus support.
mjacob
2002-07-11
1
-2
/
+3
*
'Support' for ISP SBus cards.
mjacob
2002-07-11
5
-9
/
+853
*
Disable format checking for NULL-passing prototypes (really only err*(),
dillon
2002-07-11
1
-1
/
+1
*
o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()
alc
2002-07-11
3
-6
/
+13
*
Revert removal of cred_free_thread(): It is used to ensure that a thread's
mini
2002-07-11
3
-0
/
+19
*
Add SBus firmware (compiled in only for sparc systems).
mjacob
2002-07-11
2
-0
/
+1304
*
fix a comment and note a problem with XXXSMP
julian
2002-07-10
3
-6
/
+6
*
This file has been included en-mass into i386/i386/exception.s
julian
2002-07-10
1
-145
/
+0
*
Remove the critmode sysctl - the new method for critical_enter/exit (already
dillon
2002-07-10
11
-178
/
+42
*
Consistently line-up /**/ comments so they don't cause line wrappage.
obrien
2002-07-10
3
-120
/
+120
*
Open accounting file for appending, not general writing.
johan
2002-07-10
1
-7
/
+8
*
Add PCI ID and configuration hint for Netmos Nm9845 PCI 6-ports serial
sobomax
2002-07-10
1
-0
/
+1
*
Replace the global buffer hash table with per-vnode splay trees using a
dillon
2002-07-10
7
-102
/
+284
*
- fixed the order of searching SA table for packets.
ume
2002-07-10
1
-20
/
+47
*
Remove label_t and physadr, which seem to have never been used in
mike
2002-07-10
6
-60
/
+0
*
Add setjmp (needed for DDB).
benno
2002-07-10
3
-37
/
+115
*
Add DDB support.
benno
2002-07-10
9
-4
/
+1824
*
- Make sure we don't trample our metadata pointer in our initial bootstrap.
benno
2002-07-10
5
-6
/
+84
*
Metadata definitions.
benno
2002-07-10
1
-0
/
+42
*
Add support for passing metadata.
benno
2002-07-10
5
-46
/
+660
*
Incorporate changes made to the NetBSD version of this driver.
benno
2002-07-10
4
-87
/
+159
*
Remove some diagnostic code that snuck in.
benno
2002-07-10
2
-12
/
+0
*
Remove some dead code.
benno
2002-07-10
1
-30
/
+0
*
Remove some unused includes.
benno
2002-07-10
2
-3
/
+0
*
Don't slow every syscall and trap by doing locks and stuff if the
julian
2002-07-10
1
-3
/
+7
*
Rearrange the code so that it checks whether the file is something
truckman
2002-07-10
1
-9
/
+8
*
Fixed compiling with -D_POSIX_SOURCE. The previous commit was supposed to
bde
2002-07-10
1
-4
/
+10
*
Reconnect a comment with its code.
mike
2002-07-10
1
-1
/
+1
*
Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something
dd
2002-07-10
3
-0
/
+18
*
Include all of isa/ipl.s into exception.s as there is now nothing left in
julian
2002-07-10
3
-24
/
+291
*
It's not "usio" anymore, it's "ucom".
joe
2002-07-10
4
-6
/
+6
*
Improve detach operation.
joe
2002-07-10
3
-14
/
+53
*
Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.
joe
2002-07-10
1
-0
/
+3
*
Regen.
joe
2002-07-10
2
-2
/
+9
*
Add another ucom device (ELECOM UC-SGT).
joe
2002-07-10
2
-0
/
+3
*
Remove vfs_stdmount() and vfs_stdunmount(). They are not
mux
2002-07-09
2
-23
/
+0
*
- Remove IS_LOCKING_VFS() all of our filesystems support locking now
jeff
2002-07-09
1
-19
/
+14
*
- Use the new vop_lookup_{pre,post} instead of simpler locking specification.
jeff
2002-07-09
1
-2
/
+4
*
- Use standard locking functions in syncer's opv
jeff
2002-07-09
2
-9
/
+50
*
- Change all LK_SHARE locks to LK_EXCLUSIVE. Shared locks aren't quite safe
jeff
2002-07-09
1
-3
/
+6
*
Fix a minor whitespace style nit that broke 'grep ^uuidgen'.
jhb
2002-07-09
1
-1
/
+2
*
Move the switch statement labels for the explicit 64-bit
robert
2002-07-09
1
-3
/
+3
[next]