aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-051-0/+1
* Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4,Jacques Vidrine2003-10-031-0/+23
* MFS 1.55.2.11: Correct a reference counting bug in readv(2).Jacques Vidrine2003-10-021-6/+6
* Fix typo: `uap->data' versus `data'.Jacques Vidrine2003-08-111-1/+1
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-101-1/+2
* MFC 1.114: Fix a file descriptor leak in fpathconf(2).Jacques Vidrine2003-01-061-4/+6
* MFC (1.85: round up instead of towards 0 in clock_getres()).Bruce Evans2002-10-011-1/+6
* MFC: Elan support;Sam Leffler2002-09-171-0/+9
* add interface for 3rd party h/w RNG drivers to inject "pure entropy"Sam Leffler2002-09-171-0/+10
* MFC kern_sysctlbyname needed by forthcoming CPU_ELAN changesSam Leffler2002-09-091-0/+22
* MFC partial reversion of previous commit, based on problems reported byMatthew Dillon2002-09-091-18/+24
* MFC stage-2 RLIMIT_VMEM support. Add support to the elf loader.Matthew Dillon2002-09-021-13/+34
* MFCAlan Cox2002-09-011-2/+3
* MFC: (rev. 1.130) Make accept(2) on a socket that has been shutdown(2)Archie Cobbs2002-08-311-5/+4
* MFC 1.99: If a socket is disconnected for some reason then dropDavid Malone2002-08-311-0/+1
* MFC 1.87: Make kern.log_console_output a tuneable aswell as a sysctl.David Malone2002-08-311-0/+1
* MFCAlan Cox2002-08-311-35/+43
* MFCAlan Cox2002-08-311-35/+17
* MFC [revision 1.109 and part of revision 1.110]Alan Cox2002-08-301-3/+2
* MFC: rev 1.103: improved performance of sbreserve() by removing the 64bitDavid Greenman2002-08-181-5/+26
* MFC: moved sf_buf_* function prototypes to socketvar.h.David Greenman2002-08-141-3/+0
* MFC: make sf_buf_* functions non-static, fixup comment. I need access toDavid Greenman2002-08-131-9/+6
* MFCAlan Cox2002-08-131-1/+3
* MFC of uipc_syscalls.c:1.123,1.124 and vesa.c:1.37.Robert Watson2002-08-131-0/+10
* Proper fix for the mcl_pool handling -- initialize m_flags,Luigi Rizzo2002-08-121-0/+13
* Bring back mcl_pool_max to 0 as default, while i investigateLuigi Rizzo2002-08-111-1/+1
* MFCAlan Cox2002-08-111-5/+3
* Don't dereference a NULL mbuf in m_freem(). It is a long-standingIan Dowse2002-08-101-1/+1
* Now that we start having clients for m_getcl(), set the default maxLuigi Rizzo2002-08-091-1/+1
* MFCAlan Cox2002-08-071-12/+6
* MFC two changes in _aio_aqueue():Alan Cox2002-08-071-10/+11
* MFC: check far end of pipe.Dag-Erling Smørgrav2002-08-051-0/+3
* MFC: add m_getcl() as a preferred way to get an mbuf with anLuigi Rizzo2002-08-041-2/+65
* MFC:Mike Silbersack2002-07-301-1/+1
* MFC 1.178: Fix ordering of set-(user|group)-ID checks.Jacques Vidrine2002-07-301-1/+2
* Modification of an mbuf cluster's reference count must either be doneArchie Cobbs2002-07-291-20/+38
* MFC rev 1.45Johan Karlsson2002-07-241-7/+8
* regen for osendfile.Alfred Perlstein2002-07-122-14/+74
* MFC: compat syscall for broken sendfile.Alfred Perlstein2002-07-122-4/+70
* Do not allow ktrace(2) to attach, as non-root, to programs that were runningDarren Reed2002-07-051-1/+2
* Protect the knote() call with splhigh. This routine can apparentlyJonathan Lemon2002-07-031-0/+2
* MFC: (rev. 1.92) Don't set "m->m_ext.ext_size" to zero in m_split().Archie Cobbs2002-07-021-1/+5
* MFC: 1.137; fix a harmless typo in do_sigaction() where the wrongIan Dowse2002-07-011-3/+3
* MFC 1.12: In m_aux_delete, no need to chase beyond victim.Hajimu UMEMOTO2002-06-291-0/+1
* MFC 1.313 - fix a bug in an optimization made by vfs_bio_clrbuf().Matthew Dillon2002-06-291-6/+11
* MFC 1.176 - fix a defect in wakeup() and a more serious defect inMatthew Dillon2002-06-281-2/+8
* MFC: remove a printf and add a comment about an assumption which mightLuigi Rizzo2002-06-271-3/+10
* Fix sendfile bug where headers counted against amount of file to be sent.Alfred Perlstein2002-06-241-3/+5
* Prevent DoS: Do not allow one to trace an ancestor when one is being traced.Alfred Perlstein2002-06-171-1/+7
* MFC rev 1.94:Mike Silbersack2002-05-211-1/+1