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
*
Add a system call trap type and syscall() call request handler.
jake
2001-08-20
2
-2
/
+228
*
Add support for splitting the register windows on entry to the
jake
2001-08-20
4
-399
/
+1111
*
db_expr_t is signed.
jake
2001-08-20
1
-1
/
+1
*
Add definitions for bits in condition code register and the load store
jake
2001-08-20
4
-13
/
+164
*
Add a definition for the load store unit control register.
jake
2001-08-20
1
-0
/
+2
*
Make the copyright consistent.
brian
2001-08-20
4
-12
/
+0
*
Sync globals.h up with the other platforms. There is still some cruft in
obrien
2001-08-20
2
-14
/
+15
*
Avoid sleeping while holding a mutex in dounmount(). This problem
iedowse
2001-08-20
2
-12
/
+14
*
Fix fencepost error causing creation of 0-length mbufs when the boundary
fenner
2001-08-20
1
-2
/
+2
*
Clean up some ways in which we set defaults for SCSI cards
mjacob
2001-08-20
1
-136
/
+172
*
Add MBOX_GET_PCI_PARAMS alias.
mjacob
2001-08-20
1
-0
/
+1
*
Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sections
dillon
2001-08-20
1
-0
/
+4
*
Mark some functions as __printflike() and/or taking const char * arguments
kris
2001-08-20
1
-1
/
+1
*
Handle snprintf() returning -1
brian
2001-08-20
1
-3
/
+13
*
mdoc(7) police: markup nits.
ru
2001-08-20
1
-9
/
+17
*
Sync the default module search path with the one in
dd
2001-08-20
1
-1
/
+1
*
Limit the amount of KVM reserved for the buffer cache and for swap-meta
dillon
2001-08-20
8
-4
/
+70
*
Improve interlocking for card removal. We now can remove the card in
imp
2001-08-19
3
-28
/
+60
*
Constify m_copydata.
julian
2001-08-19
1
-1
/
+1
*
Forgot to remove this un-needed test. (M_WAITOK won't fail)
julian
2001-08-19
2
-3
/
+1
*
Don't needlessly duplicate what's basically the same copyright.
jake
2001-08-18
1
-26
/
+1
*
Implement cpu_wait().
jake
2001-08-18
1
-3
/
+26
*
Increase the size of the phys_avail memory map. Implement pmap_dispose_proc.
jake
2001-08-18
1
-9
/
+46
*
Spell ta 1 correctly as ta %xcc, 1. Use %pil for critical enter/exit
jake
2001-08-18
1
-13
/
+10
*
Gcc 3.0 requires a .register pseudo-op for certain global registers when
jake
2001-08-18
1
-0
/
+5
*
fix typo
julian
2001-08-18
1
-1
/
+1
*
Extend comments documenting various supported audio formats and mixer devices.
sobomax
2001-08-18
1
-37
/
+54
*
Unbreak linux compatibility by providing the correct length of the buffer.
mp
2001-08-18
1
-1
/
+1
*
There is nothing special that requires SSE to be only on 686 class cpus.
peter
2001-08-18
2
-12
/
+8
*
Sigh. ufs_lookup() calls ffs_snapgone(), meaning that 'options EXT2FS'
peter
2001-08-18
2
-2
/
+9
*
Only compile the ufs components if FFS || IFS || EXT2FS are present, not
peter
2001-08-18
1
-12
/
+35
*
Don't alocate a 400 byte buffer on the stack,
julian
2001-08-18
1
-24
/
+40
*
Turn off SMP on Alpha for the time being. There are some memory ordering
jhb
2001-08-18
2
-2
/
+2
*
Grab Giant around trapsignal() at the bottom of trap().
jhb
2001-08-18
1
-0
/
+2
*
Remove redundant declarations of functions that are declared in
jhb
2001-08-18
1
-2
/
+0
*
Implement a LOCAL_PEERCRED socket option which returns a
dd
2001-08-17
4
-3
/
+105
*
Clarify the description string for one of the StrongARM based cards.
scottl
2001-08-17
1
-1
/
+2
*
Fix style nits.
obrien
2001-08-17
2
-16
/
+16
*
Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpause
gibbs
2001-08-17
1
-2
/
+4
*
Fix part of another problem that bde pointed out. This is different
peter
2001-08-16
1
-2
/
+3
*
Remove redundant null-termination. The buffer is already explicitly
peter
2001-08-16
1
-8
/
+1
*
Don't explicitly null-terminate. The buffer we are copying into is
peter
2001-08-16
1
-1
/
+0
*
After one more day of testing, make what I hope are the final tweaks to
wpaul
2001-08-16
2
-6
/
+10
*
Prototype the ptrace_*()
obrien
2001-08-16
1
-0
/
+4
*
oops- typo in a previous commit
mjacob
2001-08-16
1
-1
/
+1
*
Fix a spelling error in a comment.
mjacob
2001-08-16
1
-1
/
+1
*
Fix the so-called "half-baked-probe" code that I wrote a long time ago
imp
2001-08-16
2
-0
/
+4
*
Add more MBOX and ASYNC event defines.
mjacob
2001-08-16
1
-0
/
+4
*
Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE not
mjacob
2001-08-16
1
-1
/
+2
*
Enable LIP F8, LIP Reset async events.
mjacob
2001-08-16
1
-4
/
+45
[next]