| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of completely disallowing VOP_SETATTR, just do it where there is | chris | 2000-06-06 | 1 | -2/+6 |
* | Update the comment for fdesc_setattr to reflect that we no longer | chris | 2000-06-02 | 1 | -1/+1 |
* | - Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused | chris | 2000-06-02 | 2 | -6/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 16 | -20/+20 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 16 | -20/+20 |
* | Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and | chris | 2000-05-11 | 2 | -439/+155 |
* | Change the "bdev-whiner" to whine when open is attempted and extend | phk | 2000-05-09 | 1 | -0/+9 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 23 | -0/+23 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 2 | -0/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 10 | -10/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 2 | -2/+0 |
* | nwfs depends on ncp | peter | 2000-04-29 | 1 | -0/+2 |
* | Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath(). | green | 2000-04-26 | 3 | -99/+2 |
* | Quiet an unused variable warning by commenting out a variable declaration | green | 2000-04-22 | 1 | -1/+1 |
* | There's no reason to make "file" 0500 rather than 0555. | green | 2000-04-22 | 1 | -1/+3 |
* | Welcome back our old friend from procfs, "file"! | green | 2000-04-22 | 3 | -19/+155 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 2 | -2/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 5 | -5/+0 |
* | Introduce kqueue() and kevent(), a kernel event notification facility. | jlemon | 2000-04-16 | 1 | -0/+86 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 4 | -7/+7 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Try to obtain timezone offset from an environment of mount program. | bp | 2000-04-05 | 4 | -15/+16 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 6 | -10/+10 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | dillon | 2000-03-27 | 1 | -1/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 5 | -8/+8 |
* | Eliminate the undocumented, experimental, non-delivering and highly | phk | 2000-03-16 | 1 | -2/+0 |
* | Supported non-512 bytes/sector format. | nyan | 2000-01-27 | 4 | -70/+61 |
* | Fix bde'isms in acl/extattr syscall interface, renaming syscalls to | rwatson | 2000-01-19 | 2 | -3/+3 |
* | Check if module was compiled without SMP support and running on | bp | 2000-01-15 | 1 | -0/+9 |
* | Add VT_NWFS tag. | bp | 2000-01-15 | 1 | -4/+0 |
* | Forward declare some structs so that this header is more self-suifficent. | bde | 2000-01-14 | 4 | -0/+28 |
* | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | bde | 2000-01-14 | 1 | -1/+1 |
* | remove check now done in vn_isdisk(). | phk | 2000-01-10 | 1 | -4/+0 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 5 | -15/+12 |
* | Treat negative uio_offset value as eof (idea by: bde). | bp | 2000-01-08 | 1 | -8/+11 |
* | Return ENXIO if there is no device. | phk | 2000-01-02 | 1 | -1/+5 |
* | Fix the mess with signed/unsigned longs and ints (inspired by bde). | bp | 2000-01-02 | 1 | -18/+26 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 15 | -31/+31 |
* | Avoid to write garbage if uiomove fails. | bp | 1999-12-28 | 1 | -0/+4 |
* | Fix an overflow in the msdosfs_read() function which exposed on the files | bp | 1999-12-28 | 1 | -3/+3 |
* | It is possible that number of sectors specified in the BPB | bp | 1999-12-28 | 2 | -6/+14 |
* | Fix typo "," vs ";" | peter | 1999-12-27 | 1 | -1/+1 |
* | Fix a typo that was doing something kind of silly, and that is initializing | chris | 1999-12-21 | 1 | -1/+1 |
* | Include vm/vm_extern.h to get at prototypes | eivind | 1999-12-20 | 1 | -0/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 12 | -5/+55 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 16 | -219/+45 |
* | Fix pointer problem for the Alpha | peter | 1999-12-12 | 1 | -2/+2 |
* | Bump local version number to 1.3.4. | bp | 1999-12-12 | 1 | -1/+1 |