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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Giant leakage in several error cases in __semctl().
jhb
2002-02-27
1
-4
/
+4
*
Add a comment about an unlocked access to p_ucred that will go away in
jhb
2002-02-27
1
-0
/
+1
*
kill __P.
alfred
2002-02-27
1
-22
/
+22
*
add assertions in the places where giant is required to catch when
alfred
2002-02-27
1
-0
/
+12
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
28
-232
/
+218
*
Temporarily lock Giant while we update td_ucred. The proc lock doesn't
jhb
2002-02-27
1
-6
/
+6
*
Fix a NULL deref panic in pipe_write, we can't blindly lock
alfred
2002-02-27
1
-12
/
+12
*
Make getcredhostname() take a buffer and the buffer's size
robert
2002-02-27
1
-3
/
+12
*
Add a function which returns the correct hostname for a given
robert
2002-02-27
1
-0
/
+11
*
MPsafe fixes:
alfred
2002-02-27
1
-4
/
+23
*
Return ESRCH if the target process is not inferior to the curproc.
tanimura
2002-02-27
1
-0
/
+2
*
Don't hardcode /sys when making tags, instead use ${.CURDIR}/.. this
alfred
2002-02-27
1
-1
/
+1
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
4
-9
/
+6
*
First rev at making pipe(2) pipe's MPsafe.
alfred
2002-02-27
1
-22
/
+68
*
Introduce a version field to `struct xucred' in place of one of the
dd
2002-02-27
2
-10
/
+18
*
Jake further reduced IPI shootdowns on sparc64 in loops by using ranged
peter
2002-02-27
3
-6
/
+6
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
2
-15
/
+1
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
2
-1
/
+15
*
Fixed 3 regressions in rev.1.99 (clobbering of the English fix in rev.1.98,
bde
2002-02-26
1
-3
/
+4
*
Hide "bla bla exists, skipping it" behind bootverbose.
sos
2002-02-26
1
-4
/
+4
*
Cast the variable, not the constant to 64 bits.
phk
2002-02-26
1
-1
/
+1
*
Fix warning in !SMP case.
phk
2002-02-26
1
-0
/
+2
*
Remove unused variable.
phk
2002-02-26
1
-1
/
+0
*
Fix warning. s/microuptime()/binuptime()/ for switchtime initial value.
peter
2002-02-26
1
-1
/
+1
*
Fix a warning. Do not assume pointer == long.
peter
2002-02-26
1
-2
/
+2
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-0
/
+3
*
Sockets passed into uipc_abort() have been allocated by sonewconn()
iedowse
2002-02-25
1
-10
/
+2
*
Add a generation number to timecounters and spin if it changes under
phk
2002-02-24
1
-37
/
+62
*
Fix a typo (?) in previous commit told ttyprintf() to print the integer
phk
2002-02-24
1
-1
/
+1
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
18
-263
/
+833
*
Make this compile.
jake
2002-02-23
1
-1
/
+1
*
Add some DIAGNOSTIC code.
julian
2002-02-22
2
-12
/
+39
*
- Whitespace fixes leftover from previous commit.
arr
2002-02-22
1
-21
/
+21
*
- Whitespace fixup left over from previous commit.
arr
2002-02-22
1
-10
/
+9
*
Convert p->p_runtime and PCPU(switchtime) to bintime format.
phk
2002-02-22
6
-35
/
+23
*
Use better scaling factor for NTPs correction.
phk
2002-02-22
1
-1
/
+7
*
GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.
phk
2002-02-22
3
-6
/
+2
*
Replace bowrite() with BUF_WRITE in ufs.
phk
2002-02-22
1
-16
/
+0
*
- Massive style fixup.
arr
2002-02-22
1
-1268
/
+1292
*
Add support for iovcnt greater than 1. This should resolve problems
bp
2002-02-21
1
-14
/
+16
*
Fixed some style bugs. Added a comment about a bug in PT_SSTEP.
bde
2002-02-21
1
-25
/
+21
*
Recover bits that were lost in transition in rev.1.76:
bde
2002-02-21
1
-16
/
+77
*
Oops, used wrong error value for unimplemented syscalls.
julian
2002-02-20
1
-6
/
+6
*
Tidy up some unused variables
peter
2002-02-20
2
-10
/
+0
*
- Fix style further by adding parentheses around return values so that
arr
2002-02-20
1
-14
/
+14
*
- Style.9 formatting fix; this commit is mostly white space related with
arr
2002-02-20
1
-209
/
+209
*
More cleanups relating to vm object allocation failure: make sure we
rwatson
2002-02-20
1
-1
/
+5
*
A few misc forkbomb defenses:
silby
2002-02-19
1
-2
/
+5
*
Add stub syscalls and definitions for KSE calls.
julian
2002-02-19
4
-3
/
+58
*
Add 5 KSE syscalls. Two will be implemented with the next KSE
julian
2002-02-19
1
-0
/
+6
[prev]
[next]