| Commit message (Expand) | Author | Age | Files | Lines |
* | * Rewrite to use kobj(9) instead of hard-coded function tables. | dfr | 2000-04-24 | 5 | -398/+625 |
* | Add $FreeBSD$. | wollman | 2000-04-22 | 1 | -0/+17 |
* | Make sure the driver's ops table has been initialised before calling | dfr | 2000-04-22 | 1 | -0/+5 |
* | Move the declaration of "struct namecache" to vnode.h, as it can be useful | green | 2000-04-22 | 1 | -16/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 3 | -3/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 3 | -3/+0 |
* | Retire bufqdisksort(), all drivers use bioqdisksort now. | phk | 2000-04-18 | 1 | -98/+0 |
* | Don't declare common variables in include files: | phk | 2000-04-18 | 1 | -0/+1 |
* | Change our ELF binary branding to something more acceptable to the Binutils | obrien | 2000-04-18 | 1 | -29/+26 |
* | Fix LINT. | dfr | 2000-04-17 | 1 | -18/+1 |
* | Issue a detached message after detaching the device. | imp | 2000-04-17 | 1 | -0/+1 |
* | Add files that I forgot to `cvs add' on last commit. | jlemon | 2000-04-16 | 1 | -0/+907 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 15 | -8/+465 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 7 | -67/+75 |
* | * Factor out the object system from new-bus so that it can be used by | dfr | 2000-04-08 | 5 | -194/+708 |
* | Fix a bug where SIGIO was not being delivered to a process requesting | archie | 2000-04-05 | 1 | -0/+2 |
* | regenerate with MPSAFE from syscalls.master | alfred | 2000-04-03 | 1 | -5/+5 |
* | Make makesyscalls.sh parse an optional field 'MPSAFE' that specifies | alfred | 2000-04-03 | 2 | -18/+33 |
* | Clone bio versions of certain bits of infrastructure: | phk | 2000-04-02 | 2 | -0/+115 |
* | Make the sigprocmask() and geteuid() system calls MP SAFE. Expand | dillon | 2000-04-02 | 3 | -15/+25 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 9 | -45/+61 |
* | Draw the outline of "struct bio". | phk | 2000-04-02 | 2 | -3/+9 |
* | Change the write-behind code to take more care when starting | dillon | 2000-04-02 | 2 | -35/+65 |
* | Unstaticize this driver. You can have as many snoop devices as you can | green | 2000-04-02 | 1 | -65/+61 |
* | device_set_unit() DO NOT USE THIS. This was approved before 4.0 | imp | 2000-04-01 | 1 | -0/+19 |
* | 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 |