| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed a null pointer panic for dumpon(8) on a nonexistent device whose | bde | 2000-03-09 | 1 | -0/+2 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 2 | -8/+6 |
* | I applied the wrong patch set. Back out anything associated | dufault | 2000-03-02 | 2 | -7/+1 |
* | Patches that eliminate extra context switches in FIFO case. | dufault | 2000-03-02 | 2 | -11/+48 |
* | Fix a superuser credential check. | bsd | 2000-02-29 | 1 | -1/+3 |
* | If a driver probe fails, unset it from the device. This fixes a problem | dfr | 2000-02-29 | 1 | -1/+3 |
* | Update a comment in elf_coredump to reflect that if you madvise | ps | 2000-02-28 | 1 | -2/+3 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 1 | -0/+7 |
* | Add new oid, debug.boothowto. This allows userland apps to see | jkh | 2000-02-25 | 1 | -0/+1 |
* | Add length check to sbcreatecontrol(). | shin | 2000-02-24 | 2 | -0/+4 |
* | Add the VFS_AIO config option and leave it off by default. Unless the | jasone | 2000-02-23 | 1 | -7/+153 |
* | Don't forget to reset the hardware debug registers when a process that | bsd | 2000-02-20 | 1 | -1/+19 |
* | Fix select(2) for the Alpha. (!!) It was never returning true for | peter | 2000-02-20 | 1 | -6/+8 |
* | Hide the "devclass_alloc_unit: %s%d already exists, using next available..." | sos | 2000-02-20 | 1 | -1/+2 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -1/+4 |
* | Change the mountroot prompt to something that doesn't look at all like a | msmith | 2000-02-17 | 2 | -2/+2 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+2 |
* | Hide the boring ``not probed (disabled)'' messages behind `bootverbose'. | joerg | 2000-02-15 | 1 | -0/+2 |
* | Don't try to account for the partial quantum unless the process is | phk | 2000-02-15 | 1 | -4/+0 |
* | Allow comments in interpreter specification lines as in | cracauer | 2000-02-15 | 1 | -1/+1 |
* | Avoid a panic in __getcwd(2) when combined with umount -f. | peter | 2000-02-14 | 1 | -0/+2 |
* | Fix sign reversal in adjtime(2). | phk | 2000-02-13 | 2 | -2/+2 |
* | Yet-another-update: rename ``kern.prison'' to a new sysctl root entry, | rwatson | 2000-02-12 | 2 | -9/+10 |
* | Fix sysctl namespace for jail: move the kern.jailcansethostname to | rwatson | 2000-02-10 | 1 | -5/+5 |
* | Introduce a new sysctl, kern.jailcansethostname, which determines whether | rwatson | 2000-02-10 | 1 | -2/+9 |
* | Correct an oversight in jail() that allowed processes in jail to access | rwatson | 2000-02-09 | 1 | -1/+8 |
* | Also allow non-rot processes to setproctitle() | phk | 2000-02-08 | 1 | -2/+2 |
* | Do refcounting of open devices (more) correctly. | sos | 2000-02-07 | 2 | -0/+32 |
* | Remove static qualifier from vgonel, as it is needed by the Arla folk | rwatson | 2000-02-02 | 2 | -4/+2 |
* | Don't refer to TABLDISC in the comments here. | peter | 2000-01-30 | 1 | -1/+1 |
* | Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tablet | peter | 2000-01-29 | 1 | -367/+0 |
* | This patch fixes a locking bug that can result in deadlock if | rwatson | 2000-01-29 | 2 | -4/+34 |
* | rename disk_delete() to disk_destroy(). | phk | 2000-01-28 | 1 | -1/+1 |
* | Fix a bug that could crash the system if you press ^T while a slower | green | 2000-01-28 | 1 | -17/+16 |
* | Back out previous commit; it was premature. | archie | 2000-01-28 | 1 | -57/+0 |
* | Fixed a memory leak for slices with an (unsupported) bad sector table. | bde | 2000-01-28 | 1 | -1/+2 |
* | Don't permit generation of non-physical disk addresses. | bde | 2000-01-28 | 1 | -20/+59 |
* | Fixed sign and overflow bugs that caused the allocation size of the kernel | dg | 2000-01-28 | 1 | -6/+12 |
* | When an attempt to install a line discipline fails, check for | archie | 2000-01-28 | 1 | -0/+57 |
* | Quick fix for stack overflow when there are more than about 25 slices. | bde | 2000-01-27 | 1 | -10/+27 |
* | Add soft updates to the set of things being tagged. Syntax cleanup. | mckusick | 2000-01-27 | 1 | -1/+4 |
* | Improved English in the messages printed by diskerr(). | bde | 2000-01-26 | 1 | -16/+15 |
* | Don't follow null pointers if we somehow have a null devswitch entry | bde | 2000-01-25 | 1 | -11/+17 |
* | Fixed some style bugs (mainly ones associated with the bogus name | bde | 2000-01-24 | 1 | -8/+6 |
* | Backout previous commit. It was a mistake. | bp | 2000-01-23 | 1 | -1/+1 |
* | Replace non obvious number with SPECNAMELEN constant. | bp | 2000-01-23 | 1 | -1/+1 |
* | Add a couple of strategic sysctls for monitoring. | phk | 2000-01-23 | 1 | -4/+30 |
* | Fix the style bugs in the style bugs fix. The style bug fix made the | imp | 2000-01-21 | 1 | -4/+6 |
* | Fix style bugs in the last commit. | green | 2000-01-21 | 1 | -10/+8 |
* | bdeize last commit: | imp | 2000-01-20 | 1 | -3/+0 |