| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs | cvs2svn | 1999-01-21 | 76 | -76/+76 |
| * | Fix mmap security hole from NetBSD. Change the prototype of mmap | Warner Losh | 1998-11-29 | 1 | -2/+2 |
| * | Reviewed by: Dyson, Luoqi | Matthew Dillon | 1998-10-19 | 1 | -1/+14 |
| * | Back out my previous two commits. Shared vnode lock doesn't exist until | Luoqi Chen | 1998-08-29 | 1 | -3/+2 |
| * | Add missing #include <sys/lock.h>, it's needed for my previous commit. | Luoqi Chen | 1998-08-29 | 1 | -1/+2 |
| * | MFC: Close a race window for getnewbuf() between shared lock holders of | Luoqi Chen | 1998-08-28 | 1 | -2/+2 |
| * | Brought in fix from rev 1.27: moved assignment of cur_rlp. | David Greenman | 1998-08-05 | 1 | -2/+3 |
| * | Brought in fix from rev 1.37: only m_reclaim() if M_WAIT. | David Greenman | 1998-07-27 | 1 | -3/+11 |
| * | asm->__asm | Justin T. Gibbs | 1998-07-07 | 3 | -9/+9 |
| * | Brought in changes from rev 1.104: preserve MNT_ASYNC across failed | David Greenman | 1998-07-03 | 1 | -1/+4 |
| * | MFC: make boot message buffer size configurable. | Jordan K. Hubbard | 1998-06-25 | 2 | -17/+54 |
| * | MFC (rev.1.46: don't attempt to copy the whole slices "struct" for | Bruce Evans | 1998-06-06 | 1 | -2/+3 |
| * | MFC: Translate some traps to SIGSEGV instead of SIGBUS when running under | Thomas Gellekum | 1998-05-13 | 2 | -2/+4 |
| * | init_main.c: | Justin T. Gibbs | 1998-05-06 | 4 | -45/+109 |
| * | MFC rev 1.44/45 (MAXPARTITIONS) | David E. O'Brien | 1998-04-24 | 1 | -4/+2 |
| * | MFC: fix a compatibility slice aliasing bug | Jordan K. Hubbard | 1998-03-20 | 1 | -3/+13 |
| * | Merge from -current: if the root filesystem mount fails because the | Mike Smith | 1998-03-14 | 1 | -2/+10 |
| * | MFC: don't clobber flags. | Jordan K. Hubbard | 1998-03-08 | 1 | -2/+3 |
| * | Brought in fix from rev 1.153: fix rounding error. | David Greenman | 1998-03-05 | 1 | -2/+2 |
| * | Yikes, I thought I committed this already. More support for CODA | Jordan K. Hubbard | 1998-03-02 | 1 | -2/+6 |
| * | MFC: add uid's to struct socket. | Guido van Rooij | 1998-03-02 | 2 | -2/+4 |
| * | Merge rev 1.37: clear so_error after reporting it in sosend(). | Bill Fenner | 1998-02-19 | 1 | -3/+7 |
| * | MFC: NO_LKM option | Dima Ruban | 1998-02-18 | 1 | -3/+5 |
| * | Brought in change from rev 1.31: restrict idprio to superuser. | David Greenman | 1998-02-04 | 1 | -1/+11 |
| * | MFC: better range checking to prevent attack. | Jordan K. Hubbard | 1998-01-28 | 1 | -4/+27 |
| * | Update copyright to 1998. | Wolfram Schneider | 1998-01-04 | 1 | -3/+3 |
| * | Brought in fix from rev 1.70: don't accidently free() struct buf's. | David Greenman | 1997-12-16 | 1 | -4/+3 |
| * | MFS: fixes to avoid trampling sa_len fields in the presence of MSG_COMPAT | Mike Smith | 1997-12-15 | 1 | -6/+8 |
| * | Submitted by: bde | Daniel O'Callaghan | 1997-12-02 | 2 | -17/+26 |
| * | Prevent bogus use of MSG_EOR with SOCK_STREAM sockets from panicing | Jordan K. Hubbard | 1997-11-09 | 1 | -3/+9 |
| * | MFC: On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uid | Guido van Rooij | 1997-10-26 | 1 | -3/+4 |
| * | MFC: reject illegal combinations of O_RDONLY, O_RDWR, and O_WRONLY | Joerg Wunsch | 1997-10-23 | 1 | -2/+4 |
| * | MFC: rev 1.12: make kern.maxproc read-only. | David Greenman | 1997-10-19 | 1 | -2/+2 |
| * | Fixed a bug where, under certain conditions, an unsuccessful umount of | David Greenman | 1997-10-01 | 1 | -2/+5 |
| * | YAMFC (1.38: reject attempts to set an in-core label which says that | Bruce Evans | 1997-09-27 | 1 | -4/+10 |
| * | MFC: fix comment | Julian Elischer | 1997-09-21 | 1 | -2/+6 |
| * | Regenerate | Peter Wemm | 1997-09-03 | 2 | -30/+172 |
| * | YAMFC: activate issetugid(2) | Peter Wemm | 1997-09-03 | 1 | -2/+2 |
| * | YAMFC: rev 1.27 DTRT when setgroups called from a program expecting sysv | Peter Wemm | 1997-09-03 | 1 | -56/+215 |
| * | Add the new syscalls in use in -current so far. (as UNIMPL) | Peter Wemm | 1997-09-03 | 1 | -15/+90 |
| * | Don't throw away metadata on local filesystems just because the vnode | Tor Egge | 1997-09-01 | 1 | -4/+7 |
| * | MFC: (added hw.machine_arch). | KATO Takenori | 1997-08-30 | 1 | -1/+7 |
| * | MFC: | Julian Elischer | 1997-08-18 | 1 | -8/+10 |
| * | MFC: rev 1.9, don't allow PID 1 to compromise our securelevel | Joerg Wunsch | 1997-08-17 | 1 | -2/+2 |
| * | Obey the process's umask when bind()ing a PF_LOCAL socket. | Garrett Wollman | 1997-08-15 | 1 | -2/+2 |
| * | MFC: | Julian Elischer | 1997-08-13 | 1 | -1/+8 |
| * | YAMCF: | Julian Elischer | 1997-08-11 | 1 | -1/+24 |
| * | MFC: match rev 1.33 | Julian Elischer | 1997-08-08 | 1 | -2/+26 |
| * | Brought in fix from rev 1.64: fix for rfork security hole. | David Greenman | 1997-08-04 | 1 | -10/+18 |
| * | MFC: patch possible user panic, warn about pty limits | John-Mark Gurney | 1997-08-01 | 1 | -13/+16 |