| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the loadable nullfs kernel module: null -> nullfs | Sheldon Hearn | 2000-07-28 | 1 | -1/+1 |
* | This patch corrects the first round of panics and hangs reported | Kirk McKusick | 2000-07-24 | 2 | -3/+6 |
* | Certain error contitions cause msdosfs_rename() to decrement the | David Malone | 2000-07-14 | 1 | -2/+2 |
* | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 5 | -12/+66 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -2/+2 |
* | Pull the rug under block mode devices. they return ENXIO on open(2) now. | Poul-Henning Kamp | 2000-07-03 | 1 | -3/+3 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -2/+2 |
* | Fix memory leakage on module unload. | Boris Popov | 2000-06-29 | 3 | -1/+12 |
* | Fix memory leakage on module unload. | Boris Popov | 2000-06-29 | 3 | -1/+12 |
* | fdesc_getattr: | Chris Costello | 2000-06-28 | 1 | -6/+2 |
* | by changing the logic here we can support dynamic additions of new | Alfred Perlstein | 2000-06-27 | 1 | -19/+12 |
* | if there are leading zeros fail the lookup | Alfred Perlstein | 2000-06-27 | 1 | -0/+5 |
* | Remove obsolete comment. | Boris Popov | 2000-06-25 | 1 | -5/+0 |
* | Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so | Chris Costello | 2000-06-20 | 1 | -3/+3 |
* | Virtualizes & untangles the bioops operations vector. | Poul-Henning Kamp | 2000-06-16 | 1 | -3/+2 |
* | Remove unused include <sys/socketvar.h>. | Chris Costello | 2000-06-15 | 1 | -1/+0 |
* | Replace vattr_null() with VATTR_NULL() and do not explicity set vattr | Chris Costello | 2000-06-15 | 1 | -4/+2 |
* | before this commit, specfs reported disk partitions | Jonathan M. Bresler | 2000-06-12 | 1 | -1/+1 |
* | Instead of completely disallowing VOP_SETATTR, just do it where there is | Chris Costello | 2000-06-06 | 1 | -2/+6 |
* | Update the comment for fdesc_setattr to reflect that we no longer | Chris Costello | 2000-06-02 | 1 | -1/+1 |
* | - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused | Chris Costello | 2000-06-02 | 2 | -6/+0 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 16 | -20/+20 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 16 | -20/+20 |
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and | Chris Costello | 2000-05-11 | 2 | -439/+155 |
* | Change the "bdev-whiner" to whine when open is attempted and extend | Poul-Henning Kamp | 2000-05-09 | 1 | -0/+9 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 23 | -0/+23 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | Poul-Henning Kamp | 2000-05-03 | 1 | -1/+0 |
* | Add $FreeBSD$ | Peter Wemm | 2000-05-01 | 2 | -0/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 10 | -10/+0 |
* | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 2 | -2/+0 |
* | nwfs depends on ncp | Peter Wemm | 2000-04-29 | 1 | -0/+2 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | Brian Feldman | 2000-04-26 | 3 | -99/+2 |
* | Quiet an unused variable warning by commenting out a variable declaration | Brian Feldman | 2000-04-22 | 1 | -1/+1 |
* | There's no reason to make "file" 0500 rather than 0555. | Brian Feldman | 2000-04-22 | 1 | -1/+3 |
* | Welcome back our old friend from procfs, "file"! | Brian Feldman | 2000-04-22 | 3 | -19/+155 |
* | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 2 | -2/+0 |
* | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 5 | -5/+0 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | Jonathan Lemon | 2000-04-16 | 1 | -0/+86 |
* | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 4 | -7/+7 |
* | Introduce extended attribute support for FFS, allowing arbitrary | Robert Watson | 2000-04-15 | 1 | -0/+1 |
* | Try to obtain timezone offset from an environment of mount program. | Boris Popov | 2000-04-05 | 4 | -15/+16 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 6 | -10/+10 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | Matthew Dillon | 2000-03-27 | 1 | -1/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 5 | -8/+8 |
* | Eliminate the undocumented, experimental, non-delivering and highly | Poul-Henning Kamp | 2000-03-16 | 1 | -2/+0 |
* | Supported non-512 bytes/sector format. | Yoshihiro Takahashi | 2000-01-27 | 4 | -70/+61 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | Robert Watson | 2000-01-19 | 2 | -3/+3 |
* | Check if module was compiled without SMP support and running on | Boris Popov | 2000-01-15 | 1 | -0/+9 |
* | Add VT_NWFS tag. | Boris Popov | 2000-01-15 | 1 | -4/+0 |