| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing includes of sys/lock.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Make uio_yield() a global. Call uio_yield() between chunks | Matthew Dillon | 2001-09-26 | 1 | -1/+4 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -79/+79 |
| * | This brings in a Yahoo coredump patch from Paul, with additional mods by | Matthew Dillon | 2001-09-08 | 1 | -0/+39 |
| * | vn_stat(): if va_size (u_quad_t) > OFF_MAX, return EOVERFLOW, don't copy it | Andrey A. Chernov | 2001-08-23 | 1 | -0/+4 |
| * | This patch implements O_DIRECT about 80% of the way. It takes a patchset | Matthew Dillon | 2001-05-24 | 1 | -0/+4 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | When closing the last reference to an unlinked file, it is freed | Kirk McKusick | 2001-04-25 | 1 | -0/+9 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Previous commit broke interlock locking for !LK_RETRY case. | Boris Popov | 2001-03-26 | 1 | -2/+3 |
| * | Prevent race condition by using msleep() instead of mtx_unlock()/tsleep(). | Boris Popov | 2001-03-26 | 1 | -2/+1 |
| * | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | Robert Watson | 2001-03-19 | 1 | -7/+7 |
| * | o Change the API and ABI of the Extended Attribute kernel interfaces to | Robert Watson | 2001-03-15 | 1 | -8/+9 |
| * | Extend kqueue down to the device layer. | Jonathan Lemon | 2001-02-15 | 1 | -81/+6 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -6/+6 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -4/+4 |
| * | Implement a low-memory deadlock solution. | Matthew Dillon | 2000-11-18 | 1 | -1/+3 |
| * | Take VBLK devices further out of their missery. | Poul-Henning Kamp | 2000-11-02 | 1 | -2/+2 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -2/+1 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -2/+4 |
| * | o Introduce vn_extattr_rm(), a helper function in the style of | Robert Watson | 2000-09-22 | 1 | -0/+23 |
| * | o vn_extattr_set() will now call appropriate vn_start_write() and | Robert Watson | 2000-09-05 | 1 | -2/+8 |
| * | o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTR | Robert Watson | 2000-08-08 | 1 | -0/+74 |
| * | This patch corrects the first round of panics and hangs reported | Kirk McKusick | 2000-07-24 | 1 | -6/+8 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -2/+162 |
| * | Move the truncation code out of vn_open and into the open system call | Kirk McKusick | 2000-07-04 | 1 | -24/+13 |
| * | Fix stupid braino in last commit, initialize `vp' before we test vp->v_tag. | Jonathan Lemon | 2000-06-25 | 1 | -2/+2 |
| * | Add a hack to fail registration of kq events on a non-ufs filesystem, as | Jonathan Lemon | 2000-06-22 | 1 | -0/+8 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
| * | Fix comment typo. | Jeroen Ruigrok van der Werven | 2000-05-12 | 1 | -1/+1 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+77 |
| * | Change the write-behind code to take more care when starting | Matthew Dillon | 2000-04-02 | 1 | -27/+36 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -3/+1 |
| * | Add bwillwrite to all system calls that create things in the filesystem. | Kirk McKusick | 2000-01-10 | 1 | -0/+1 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -3/+10 |
| * | Ensure that garbage from the kernel stack does not wind up being | Matthew Dillon | 1999-11-18 | 1 | -0/+8 |
| * | Add a vnode fo_stat() entry point. | Peter Wemm | 1999-11-08 | 1 | -1/+13 |
| * | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | Brian Feldman | 1999-09-19 | 1 | -7/+12 |
| * | Changes to centralise the default blocksize behaviour. | Julian Elischer | 1999-09-09 | 1 | -13/+20 |
| * | Revert a bunch of contraversial changes by PHK. After | Julian Elischer | 1999-09-03 | 1 | -21/+13 |
| * | Improve the returned values in st_blksize a little bit, avoid | Poul-Henning Kamp | 1999-09-01 | 1 | -11/+21 |
| * | Make bdev userland access work like cdev userland access unless | Poul-Henning Kamp | 1999-08-30 | 1 | -2/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add FIODTYPE ioctl for getting d_flags (type) info on a device. | Brian Feldman | 1999-08-27 | 1 | -1/+7 |
| * | Add a couple of missing but unimportant break; statements. | Poul-Henning Kamp | 1999-08-25 | 1 | -1/+3 |
| * | oops: Add missing include. | Poul-Henning Kamp | 1999-08-13 | 1 | -1/+2 |
| * | Move the special-casing of stat(2)->st_blksize for device files | Poul-Henning Kamp | 1999-08-13 | 1 | -2/+15 |