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 is a similar race condition as existed in the mbuf code. When we go
bmilekic
2001-03-08
1
-6
/
+7
*
Make the wait for sendfile buffers interruptable. Stops one process
dwmalone
2001-03-08
1
-3
/
+24
*
Make the SYSCTL_OUT handlers sysctl_old_user() and sysctl_old_kernel()
tmm
2001-03-08
1
-4
/
+10
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
2
-8
/
+1
*
Bitch more loudly when someone botches changes to kinfo_proc
mckusick
2001-03-07
1
-3
/
+12
*
- Don't hold the proc lock across VREF and the fd* functions to avoid lock
jhb
2001-03-07
1
-4
/
+21
*
- Release Giant a bit earlier on syscall exit.
jhb
2001-03-07
1
-20
/
+14
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
4
-14
/
+46
*
Proc locking including using proc lock in place of proctree where
jhb
2001-03-07
1
-10
/
+27
*
Proc locking.
jhb
2001-03-07
1
-3
/
+9
*
Use the proc lock to protect access to p_sigacts->ps_sigintr.
jhb
2001-03-07
1
-4
/
+4
*
- Proc locking.
jhb
2001-03-07
1
-17
/
+29
*
Lock the process while sending it SIGARLM and updating p_realtimer.
jhb
2001-03-07
1
-0
/
+4
*
- Proc locking.
jhb
2001-03-07
1
-25
/
+7
*
- Proc locking. Most of signal handling is now MP safe and doesn't require
jhb
2001-03-07
1
-70
/
+162
*
Lock initproc when we send SIGINT to init during shutdown.
jhb
2001-03-07
1
-0
/
+2
*
- Add an extra check in priority_propagation() for UP systems to ensure we
jhb
2001-03-07
3
-3
/
+27
*
- Use _PHOLD and move it before a PROC_UNLOCK to reduce the number of
jhb
2001-03-07
1
-7
/
+18
*
- Lock the forklist with an sx lock.
jhb
2001-03-07
1
-14
/
+57
*
Check to see if p_fd is NULL before derferencing it in checkdirs(). It's
jhb
2001-03-07
2
-0
/
+4
*
- Call proc_reparent() when handing a process off to init in exit rather
jhb
2001-03-07
1
-18
/
+23
*
In order to avoid recursing on the backing mutex for sx locks in the
jhb
2001-03-06
1
-2
/
+2
*
Make the KASSERTs report the correct function names.
des
2001-03-06
1
-18
/
+11
*
o Introduce filesystem-independent POSIX.1e ACL utility routines to
rwatson
2001-03-06
3
-15
/
+1320
*
Add a missing splx() to aio_fphysio(). (This change is a no-op in -5.0,
alc
2001-03-06
1
-12
/
+6
*
- Add sx_descr description member to sx lock structure
bmilekic
2001-03-06
1
-6
/
+26
*
Implement shared/exclusive locks.
jasone
2001-03-05
1
-0
/
+160
*
Eliminate the aio_freejobs list. Its purpose was to store free
alc
2001-03-05
1
-40
/
+30
*
Do not set a default ELF syscall ABI fallback.
obrien
2001-03-04
2
-6
/
+8
*
implement OCRNL, ONOCR, and ONLRET
assar
2001-03-04
1
-1
/
+11
*
Remove the field privatemodes from struct __aiocb_private and the
alc
2001-03-04
1
-137
/
+2
*
Mismatched MFSNAMELEN and MNAMELEN with fstype / fspath.
adrian
2001-03-02
2
-4
/
+4
*
Ok, the kernel will panic in kmem_malloc() if the kernel map is full, so
jhb
2001-03-02
1
-4
/
+0
*
- Check to see if malloc() returned NULL even with M_WAITOK.
jhb
2001-03-02
1
-1
/
+6
*
Reviewed by: jlemon
adrian
2001-03-01
4
-56
/
+148
*
The kernel did not hold a vnode reference associated with the
iedowse
2001-02-28
3
-22
/
+65
*
Shuffle netgraph mutexes a bit and hold a reference on a node
julian
2001-02-28
3
-6
/
+6
*
Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be
dillon
2001-02-28
2
-9
/
+7
*
Sigh. Try to get priorities sorted out. Don't bother trying to
jake
2001-02-28
6
-8
/
+2
*
Correctly declare variables as u_int rather than doing typecasts.
jlemon
2001-02-27
1
-7
/
+7
*
In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.
ru
2001-02-27
1
-3
/
+5
*
Cast nfds to u_int before range checking it in order to catch negative
jlemon
2001-02-27
1
-1
/
+2
*
Initialize native priority to PRI_MAX. It was usually 0 which made a
jake
2001-02-26
5
-33
/
+8
*
Remove brackets around variables in a function that used to be
jake
2001-02-25
3
-30
/
+30
*
Make this compile in a.out mode. link.h has extra dependencies for a.out.
peter
2001-02-25
2
-0
/
+6
*
Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.
peter
2001-02-25
1
-3
/
+3
*
Remove superfluous m_pkthdr.rcv_if = NULL assignment following
bmilekic
2001-02-25
1
-2
/
+0
*
Move netgraph spimlock order entries out of
julian
2001-02-25
3
-6
/
+6
*
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
jake
2001-02-25
1
-3
/
+3
*
MFS: bring the consistent `compat_3_brand' support into -CURRENT
obrien
2001-02-24
1
-8
/
+12
[prev]
[next]