aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrChris Costello2000-06-151-4/+2
* before this commit, specfs reported disk partitionsJonathan M. Bresler2000-06-121-1/+1
* Instead of completely disallowing VOP_SETATTR, just do it where there isChris Costello2000-06-061-2/+6
* Update the comment for fdesc_setattr to reflect that we no longerChris Costello2000-06-021-1/+1
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedChris Costello2000-06-022-6/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-2616-20/+20
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-2316-20/+20
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andChris Costello2000-05-112-439/+155
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-0523-0/+23
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* Add $FreeBSD$Peter Wemm2000-05-012-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-3010-10/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-2/+0
* nwfs depends on ncpPeter Wemm2000-04-291-0/+2
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().Brian Feldman2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationBrian Feldman2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.Brian Feldman2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!Brian Feldman2000-04-223-19/+155
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-185-5/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+86
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-154-7/+7
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+1
* Try to obtain timezone offset from an environment of mount program.Boris Popov2000-04-054-15/+16
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-026-10/+10
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes aMatthew Dillon2000-03-271-1/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-205-8/+8
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-2/+0
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-274-70/+61
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-192-3/+3
* Check if module was compiled without SMP support and running onBoris Popov2000-01-151-0/+9
* Add VT_NWFS tag.Boris Popov2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-144-0/+28
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofBruce Evans2000-01-141-1/+1
* remove check now done in vn_isdisk().Poul-Henning Kamp2000-01-101-4/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-105-15/+12
* Treat negative uio_offset value as eof (idea by: bde).Boris Popov2000-01-081-8/+11
* Return ENXIO if there is no device.Poul-Henning Kamp2000-01-021-1/+5
* Fix the mess with signed/unsigned longs and ints (inspired by bde).Boris Popov2000-01-021-18/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-2915-31/+31
* Avoid to write garbage if uiomove fails.Boris Popov1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesBoris Popov1999-12-281-3/+3
* It is possible that number of sectors specified in the BPBBoris Popov1999-12-282-6/+14
* Fix typo "," vs ";"Peter Wemm1999-12-271-1/+1
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-211-1/+1
* Include vm/vm_extern.h to get at prototypesEivind Eklund1999-12-201-0/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-1912-5/+55
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-1516-219/+45