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
*
Conditionally assert Giant in fputsock() based on the value of
rwatson
2004-03-29
1
-0
/
+1
*
Revise the direct or optimized case to use uiomove_fromphys() by the reader
alc
2004-03-27
2
-66
/
+19
*
Change the type of the various CPU masks to cpumask_t. Note that as
marcel
2004-03-27
2
-11
/
+11
*
Regen for libthr thread synchronization syscalls.
mtm
2004-03-27
2
-2
/
+6
*
Use the proc lock to sleep on a libthr umtx.
mtm
2004-03-27
1
-2
/
+6
*
Separate thread synchronization from signals in libthr. Instead
mtm
2004-03-27
2
-0
/
+63
*
- Add a description for vfs.usermount sysctl.
pjd
2004-03-27
1
-58
/
+54
*
- Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts.
pjd
2004-03-27
1
-8
/
+7
*
We probably shouldn't allow users to mount file systems with MNT_SUIDDIR.
pjd
2004-03-26
1
-2
/
+4
*
Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in
alc
2004-03-24
1
-9
/
+1
*
Conform to local file sytle and prefer (a && (b & flag)).
imp
2004-03-24
1
-1
/
+1
*
Change the !MPSAFE boot string to something that doesn't potentially
obrien
2004-03-23
1
-1
/
+1
*
Emit a traceback when witness_trace is set and witness_warn() is
alfred
2004-03-23
1
-0
/
+2
*
Rather than display which interrupts are MPSAFE, display those that aren't.
obrien
2004-03-22
1
-1
/
+3
*
Remove some netbsd debug code that crept into rev 1.116
ps
2004-03-22
2
-8
/
+0
*
Give a more reasonable CPU time to the threads which are using scheduler
obrien
2004-03-21
1
-6
/
+3
*
Massively up the (artificial) limit on system scope threads
julian
2004-03-21
2
-4
/
+4
*
Add the missing Giant when doing anything with VFS -- in this case,
green
2004-03-18
1
-1
/
+4
*
Verify more bits of the ELF header: the program header table
nectar
2004-03-18
1
-6
/
+6
*
Revise socow_iodone() in light of recent sf_buf changes. Specifically,
alc
2004-03-17
1
-5
/
+9
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-81
/
+42
*
Fix information leakage.
pjd
2004-03-17
1
-1
/
+6
*
Adjust the number of processes waiting on a semaphore properly if we're
cperciva
2004-03-17
1
-6
/
+12
*
Refactor the existing machine-dependent sf_buf_free() into a machine-
alc
2004-03-16
2
-3
/
+25
*
Remove a bogus assertion and readd it in a more correct location. A thread
jhb
2004-03-16
1
-1
/
+1
*
Add powerpc to temporary fix. The new cpu device claims all
grehan
2004-03-16
1
-2
/
+2
*
Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.
dwmalone
2004-03-16
4
-23
/
+27
*
Get ready to mark open, creat and nosys as MPSAFE.
dwmalone
2004-03-16
1
-3
/
+3
*
Make vfs_nmount() public. The Linux emulator needs this in order to mount
tjr
2004-03-16
1
-2
/
+1
*
Rename the wiredlen member of struct sysctl_req to validlen and always
truckman
2004-03-16
1
-14
/
+16
*
Don't bother calling vslock() and vsunlock() if oldlen is zero.
truckman
2004-03-16
1
-7
/
+9
*
Regen for ptrace being safe again.
jhb
2004-03-15
2
-3
/
+3
*
Drop the proc lock around calls to the MD functions ptrace_single_step(),
jhb
2004-03-15
2
-7
/
+12
*
Remove sysctl security.jail.list_allowed.
pjd
2004-03-15
1
-6
/
+1
*
Revert to the original vslock() and vsunlock() API with the following
truckman
2004-03-15
1
-6
/
+3
*
Annual NTP kernel code spring-cleaning:
phk
2004-03-14
1
-8
/
+11
*
Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn't
peter
2004-03-14
1
-0
/
+4
*
Make the process_exit eventhandler run without Giant. Add Giant hooks
peter
2004-03-14
4
-4
/
+3
*
Move the process_fork event out from under Giant. This one is easy,
peter
2004-03-14
1
-1
/
+3
*
Regen for mpsafe kse_create()
peter
2004-03-13
2
-3
/
+3
*
Push Giant down a little further:
peter
2004-03-13
7
-29
/
+14
*
Add annotations to mtx_lock(&Giant) in kern_select() and poll() that
rwatson
2004-03-13
1
-0
/
+8
*
Align the offset in vn_rdwr_inchunks() so that at most the first and
bde
2004-03-13
1
-1
/
+11
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-3
/
+3
*
Do what the execve(2) manpage says and enforce what a Strictly
ru
2004-03-12
1
-1
/
+2
*
This is a temporary fix to solve a regression issue on sparc64 that
kensmith
2004-03-12
1
-0
/
+4
*
- Remove old sleep queues.
jhb
2004-03-12
3
-16
/
+4
*
Fixup a comment.
jhb
2004-03-12
1
-1
/
+1
*
Replace a manual check of a VMIO candidate with vn_canvmio(). This
des
2004-03-12
1
-2
/
+3
*
When I was a kid my work table was one cluttered mess an cleaning it up
phk
2004-03-11
1
-3
/
+5
[next]