| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.0.0 | cvs2svn | 2000-03-20 | 2 | -29/+25 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 17 | -16624/+0 |
| * | Try harder to make the lower 16 bits of fsids unique. The vfs type | Bruce Evans | 2000-03-12 | 2 | -30/+50 |
| * | shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ, | Alan Cox | 2000-03-10 | 1 | -0/+4 |
| * | Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion between | Yoshinobu Inoue | 2000-03-09 | 1 | -28/+108 |
| * | Fixed a null pointer panic for dumpon(8) on a nonexistent device whose | Bruce Evans | 2000-03-09 | 1 | -0/+2 |
| * | CMSG_XXX macros alignment fixes to follow RFC2292. | Yoshinobu Inoue | 2000-03-03 | 2 | -8/+6 |
| * | I applied the wrong patch set. Back out anything associated | Peter Dufault | 2000-03-02 | 2 | -7/+1 |
| * | Patches that eliminate extra context switches in FIFO case. | Peter Dufault | 2000-03-02 | 2 | -11/+48 |
| * | Fix a superuser credential check. | Brian S. Dean | 2000-02-29 | 1 | -1/+3 |
| * | If a driver probe fails, unset it from the device. This fixes a problem | Doug Rabson | 2000-02-29 | 1 | -1/+3 |
| * | Update a comment in elf_coredump to reflect that if you madvise | Paul Saab | 2000-02-28 | 1 | -2/+3 |
| * | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | Paul Saab | 2000-02-28 | 1 | -0/+7 |
| * | Add new oid, debug.boothowto. This allows userland apps to see | Jordan K. Hubbard | 2000-02-25 | 1 | -0/+1 |
| * | Add length check to sbcreatecontrol(). | Yoshinobu Inoue | 2000-02-24 | 2 | -0/+4 |
| * | Add the VFS_AIO config option and leave it off by default. Unless the | Jason Evans | 2000-02-23 | 1 | -7/+153 |
| * | Don't forget to reset the hardware debug registers when a process that | Brian S. Dean | 2000-02-20 | 1 | -1/+19 |
| * | Fix select(2) for the Alpha. (!!) It was never returning true for | Peter Wemm | 2000-02-20 | 1 | -6/+8 |
| * | Hide the "devclass_alloc_unit: %s%d already exists, using next available..." | Søren Schmidt | 2000-02-20 | 1 | -1/+2 |
| * | Update the ata driver to take more advantage of newbus, this | Søren Schmidt | 2000-02-18 | 1 | -1/+4 |
| * | Change the mountroot prompt to something that doesn't look at all like a | Mike Smith | 2000-02-17 | 2 | -2/+2 |
| * | Fix null-pointer dereference crash when the system is intentionally | Matthew Dillon | 2000-02-16 | 1 | -1/+2 |
| * | Hide the boring ``not probed (disabled)'' messages behind `bootverbose'. | Joerg Wunsch | 2000-02-15 | 1 | -0/+2 |
| * | Don't try to account for the partial quantum unless the process is | Poul-Henning Kamp | 2000-02-15 | 1 | -4/+0 |
| * | Allow comments in interpreter specification lines as in | Martin Cracauer | 2000-02-15 | 1 | -1/+1 |
| * | Avoid a panic in __getcwd(2) when combined with umount -f. | Peter Wemm | 2000-02-14 | 1 | -0/+2 |
| * | Fix sign reversal in adjtime(2). | Poul-Henning Kamp | 2000-02-13 | 2 | -2/+2 |
| * | Yet-another-update: rename ``kern.prison'' to a new sysctl root entry, | Robert Watson | 2000-02-12 | 2 | -9/+10 |
| * | Fix sysctl namespace for jail: move the kern.jailcansethostname to | Robert Watson | 2000-02-10 | 1 | -5/+5 |
| * | Introduce a new sysctl, kern.jailcansethostname, which determines whether | Robert Watson | 2000-02-10 | 1 | -2/+9 |
| * | Correct an oversight in jail() that allowed processes in jail to access | Robert Watson | 2000-02-09 | 1 | -1/+8 |
| * | Also allow non-rot processes to setproctitle() | Poul-Henning Kamp | 2000-02-08 | 1 | -2/+2 |
| * | Do refcounting of open devices (more) correctly. | Søren Schmidt | 2000-02-07 | 2 | -0/+32 |
| * | Remove static qualifier from vgonel, as it is needed by the Arla folk | Robert Watson | 2000-02-02 | 2 | -4/+2 |
| * | Don't refer to TABLDISC in the comments here. | Peter Wemm | 2000-01-30 | 1 | -1/+1 |
| * | Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tablet | Peter Wemm | 2000-01-29 | 1 | -367/+0 |
| * | This patch fixes a locking bug that can result in deadlock if | Robert Watson | 2000-01-29 | 2 | -4/+34 |
| * | rename disk_delete() to disk_destroy(). | Poul-Henning Kamp | 2000-01-28 | 1 | -1/+1 |
| * | Fix a bug that could crash the system if you press ^T while a slower | Brian Feldman | 2000-01-28 | 1 | -17/+16 |
| * | Back out previous commit; it was premature. | Archie Cobbs | 2000-01-28 | 1 | -57/+0 |
| * | Fixed a memory leak for slices with an (unsupported) bad sector table. | Bruce Evans | 2000-01-28 | 1 | -1/+2 |
| * | Don't permit generation of non-physical disk addresses. | Bruce Evans | 2000-01-28 | 1 | -20/+59 |
| * | Fixed sign and overflow bugs that caused the allocation size of the kernel | David Greenman | 2000-01-28 | 1 | -6/+12 |
| * | When an attempt to install a line discipline fails, check for | Archie Cobbs | 2000-01-28 | 1 | -0/+57 |
| * | Quick fix for stack overflow when there are more than about 25 slices. | Bruce Evans | 2000-01-27 | 1 | -10/+27 |
| * | Add soft updates to the set of things being tagged. Syntax cleanup. | Kirk McKusick | 2000-01-27 | 1 | -1/+4 |
| * | Improved English in the messages printed by diskerr(). | Bruce Evans | 2000-01-26 | 1 | -16/+15 |
| * | Don't follow null pointers if we somehow have a null devswitch entry | Bruce Evans | 2000-01-25 | 1 | -11/+17 |
| * | Fixed some style bugs (mainly ones associated with the bogus name | Bruce Evans | 2000-01-24 | 1 | -8/+6 |
| * | Backout previous commit. It was a mistake. | Boris Popov | 2000-01-23 | 1 | -1/+1 |