| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove #ifdef for sem_wakeup() - we just use wakeup(). | peter | 2000-03-30 | 1 | -10/+2 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 2 | -56/+81 |
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | dillon | 2000-03-28 | 5 | -12/+1 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 11 | -43/+143 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | dillon | 2000-03-27 | 1 | -198/+138 |
* | Reword warning to make it clearer (I read it as "remove block devices created | kris | 2000-03-25 | 1 | -1/+1 |
* | Fix in-kernel infinite loop in pipe_write() when the reader goes away | dillon | 2000-03-24 | 1 | -3/+15 |
* | Whine at users who still have block devices in /dev, give them until | phk | 2000-03-21 | 1 | -0/+5 |
* | Add sysctl kern.coredump to enable/disable core dumps system wide. | ps | 2000-03-21 | 1 | -1/+5 |
* | Split the logic of | green | 2000-03-20 | 2 | -22/+96 |
* | Isolate the Timecounter internals in their own two files. | phk | 2000-03-20 | 5 | -1050/+60 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 2 | -5/+5 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 6 | -16/+16 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 9 | -64/+77 |
* | Make sure to free the socket in soabort() if the protocol couldn't | fenner | 2000-03-18 | 1 | -1/+7 |
* | In vn_isdisk(), check whether vp->v_rdev is NULL. If it is, then | chris | 2000-03-18 | 2 | -0/+10 |
* | Instead of using the next unit available, use the first unit available. | n_hibma | 2000-03-16 | 1 | -13/+20 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 5 | -56/+0 |
* | Print "previous type" correctly when INVARIANTS is defined. | kuriyama | 2000-03-14 | 1 | -1/+1 |
* | Don't try so hard to make the lower 16 bits of fsids unique. It tended | bde | 2000-03-14 | 2 | -44/+26 |
* | In 'ipcperm()', only call 'suser()' if it is actually required. | bsd | 2000-03-13 | 1 | -7/+2 |
* | Remove unused 3rd argument from vsunlock() which abused B_WRITE. | phk | 2000-03-13 | 1 | -2/+2 |
* | Try harder to make the lower 16 bits of fsids unique. The vfs type | bde | 2000-03-12 | 2 | -30/+50 |
* | shmat: If VM_PROT_READ_IS_EXEC is defined and prot includes VM_PROT_READ, | alc | 2000-03-10 | 1 | -0/+4 |
* | Enable SCM_RIGHTS on alpha. Allocate necessary buffer as conversion between | shin | 2000-03-09 | 1 | -28/+108 |
* | 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 |