| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2). | Jacques Vidrine | 2004-02-05 | 1 | -0/+1 |
| * | Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4, | Jacques Vidrine | 2003-10-03 | 1 | -0/+23 |
| * | MFS 1.55.2.11: Correct a reference counting bug in readv(2). | Jacques Vidrine | 2003-10-02 | 1 | -6/+6 |
| * | Fix typo: `uap->data' versus `data'. | Jacques Vidrine | 2003-08-11 | 1 | -1/+1 |
| * | MFC sys_process.c 1.113, spigot.c 1.60: | Jacques Vidrine | 2003-08-10 | 1 | -1/+2 |
| * | MFC 1.114: Fix a file descriptor leak in fpathconf(2). | Jacques Vidrine | 2003-01-06 | 1 | -4/+6 |
| * | MFC (1.85: round up instead of towards 0 in clock_getres()). | Bruce Evans | 2002-10-01 | 1 | -1/+6 |
| * | MFC: Elan support; | Sam Leffler | 2002-09-17 | 1 | -0/+9 |
| * | add interface for 3rd party h/w RNG drivers to inject "pure entropy" | Sam Leffler | 2002-09-17 | 1 | -0/+10 |
| * | MFC kern_sysctlbyname needed by forthcoming CPU_ELAN changes | Sam Leffler | 2002-09-09 | 1 | -0/+22 |
| * | MFC partial reversion of previous commit, based on problems reported by | Matthew Dillon | 2002-09-09 | 1 | -18/+24 |
| * | MFC stage-2 RLIMIT_VMEM support. Add support to the elf loader. | Matthew Dillon | 2002-09-02 | 1 | -13/+34 |
| * | MFC | Alan Cox | 2002-09-01 | 1 | -2/+3 |
| * | MFC: (rev. 1.130) Make accept(2) on a socket that has been shutdown(2) | Archie Cobbs | 2002-08-31 | 1 | -5/+4 |
| * | MFC 1.99: If a socket is disconnected for some reason then drop | David Malone | 2002-08-31 | 1 | -0/+1 |
| * | MFC 1.87: Make kern.log_console_output a tuneable aswell as a sysctl. | David Malone | 2002-08-31 | 1 | -0/+1 |
| * | MFC | Alan Cox | 2002-08-31 | 1 | -35/+43 |
| * | MFC | Alan Cox | 2002-08-31 | 1 | -35/+17 |
| * | MFC [revision 1.109 and part of revision 1.110] | Alan Cox | 2002-08-30 | 1 | -3/+2 |
| * | MFC: rev 1.103: improved performance of sbreserve() by removing the 64bit | David Greenman | 2002-08-18 | 1 | -5/+26 |
| * | MFC: moved sf_buf_* function prototypes to socketvar.h. | David Greenman | 2002-08-14 | 1 | -3/+0 |
| * | MFC: make sf_buf_* functions non-static, fixup comment. I need access to | David Greenman | 2002-08-13 | 1 | -9/+6 |
| * | MFC | Alan Cox | 2002-08-13 | 1 | -1/+3 |
| * | MFC of uipc_syscalls.c:1.123,1.124 and vesa.c:1.37. | Robert Watson | 2002-08-13 | 1 | -0/+10 |
| * | Proper fix for the mcl_pool handling -- initialize m_flags, | Luigi Rizzo | 2002-08-12 | 1 | -0/+13 |
| * | Bring back mcl_pool_max to 0 as default, while i investigate | Luigi Rizzo | 2002-08-11 | 1 | -1/+1 |
| * | MFC | Alan Cox | 2002-08-11 | 1 | -5/+3 |
| * | Don't dereference a NULL mbuf in m_freem(). It is a long-standing | Ian Dowse | 2002-08-10 | 1 | -1/+1 |
| * | Now that we start having clients for m_getcl(), set the default max | Luigi Rizzo | 2002-08-09 | 1 | -1/+1 |
| * | MFC | Alan Cox | 2002-08-07 | 1 | -12/+6 |
| * | MFC two changes in _aio_aqueue(): | Alan Cox | 2002-08-07 | 1 | -10/+11 |
| * | MFC: check far end of pipe. | Dag-Erling Smørgrav | 2002-08-05 | 1 | -0/+3 |
| * | MFC: add m_getcl() as a preferred way to get an mbuf with an | Luigi Rizzo | 2002-08-04 | 1 | -2/+65 |
| * | MFC: | Mike Silbersack | 2002-07-30 | 1 | -1/+1 |
| * | MFC 1.178: Fix ordering of set-(user|group)-ID checks. | Jacques Vidrine | 2002-07-30 | 1 | -1/+2 |
| * | Modification of an mbuf cluster's reference count must either be done | Archie Cobbs | 2002-07-29 | 1 | -20/+38 |
| * | MFC rev 1.45 | Johan Karlsson | 2002-07-24 | 1 | -7/+8 |
| * | regen for osendfile. | Alfred Perlstein | 2002-07-12 | 2 | -14/+74 |
| * | MFC: compat syscall for broken sendfile. | Alfred Perlstein | 2002-07-12 | 2 | -4/+70 |
| * | Do not allow ktrace(2) to attach, as non-root, to programs that were running | Darren Reed | 2002-07-05 | 1 | -1/+2 |
| * | Protect the knote() call with splhigh. This routine can apparently | Jonathan Lemon | 2002-07-03 | 1 | -0/+2 |
| * | MFC: (rev. 1.92) Don't set "m->m_ext.ext_size" to zero in m_split(). | Archie Cobbs | 2002-07-02 | 1 | -1/+5 |
| * | MFC: 1.137; fix a harmless typo in do_sigaction() where the wrong | Ian Dowse | 2002-07-01 | 1 | -3/+3 |
| * | MFC 1.12: In m_aux_delete, no need to chase beyond victim. | Hajimu UMEMOTO | 2002-06-29 | 1 | -0/+1 |
| * | MFC 1.313 - fix a bug in an optimization made by vfs_bio_clrbuf(). | Matthew Dillon | 2002-06-29 | 1 | -6/+11 |
| * | MFC 1.176 - fix a defect in wakeup() and a more serious defect in | Matthew Dillon | 2002-06-28 | 1 | -2/+8 |
| * | MFC: remove a printf and add a comment about an assumption which might | Luigi Rizzo | 2002-06-27 | 1 | -3/+10 |
| * | Fix sendfile bug where headers counted against amount of file to be sent. | Alfred Perlstein | 2002-06-24 | 1 | -3/+5 |
| * | Prevent DoS: Do not allow one to trace an ancestor when one is being traced. | Alfred Perlstein | 2002-06-17 | 1 | -1/+7 |
| * | MFC rev 1.94: | Mike Silbersack | 2002-05-21 | 1 | -1/+1 |