summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-269-10/+10
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-239-10/+10
* Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout andchris2000-05-112-439/+155
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Add $FreeBSD$peter2000-05-013-0/+6
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().green2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationgreen2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.green2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!green2000-04-223-19/+155
* Remove the linprocfs bits from their old location, as they've moved now.msmith2000-04-205-1862/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-183-3/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.jlemon2000-04-161-0/+86
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-3/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-2/+2
* Attempt to provide real values for meminfo.des2000-03-251-19/+52
* Linux /proc filesystem.des2000-03-255-0/+1830
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-202-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-203-8/+8
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-162-4/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls torwatson2000-01-192-3/+3
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-102-6/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-297-14/+14
* Fix typo "," vs ";"peter1999-12-271-1/+1
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-212-2/+2
* Include vm/vm_extern.h to get at prototypeseivind1999-12-201-0/+1
* Eliminate unused variableseivind1999-12-201-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-198-1/+46
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-158-92/+30
* Lock reporting and assertion changes.eivind1999-12-115-13/+16
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatpeter1999-12-111-40/+0
* Remove unused #includes.phk1999-12-0810-16/+0
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-0/+21
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-0/+2
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-1/+1
* Introduce the new functionphk1999-11-217-20/+7
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-213-4/+4
* A process should be able to examine itself.sef1999-11-201-2/+3
* Get rid of calls to vfinddev() by ripping out code for vnode typephk1999-11-201-26/+0
* Get rid of calls to vfinddev() by doing like specfs.phk1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Fix an unused variable warning.peter1999-11-181-1/+0
* Fix a warning.peter1999-11-181-0/+3
* Make proc/*/cmdline use the cached argv if available.phk1999-11-171-21/+31
* The function `procfs_getattr()' in procfs doesn't set the value ofphk1999-11-171-0/+2
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-132-10/+5
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+1
OpenPOWER on IntegriCloud