summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Make our v_usecount vnode reference count work identically to thedyson1998-01-063-15/+23
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-061-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-013-3/+6
* Fixed a missing/misplaced/misstyled prototype.bde1997-12-302-4/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-10/+3
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-274-5/+9
* Properly clean out the SI_MOUNTEDON flag iff the mount attempt failsjoerg1997-12-211-1/+2
* Clear the p_stops field on change of user/group id, unless the correctsef1997-12-201-3/+13
* Set the sender's low watermark to match the maximum size for atomicbde1997-12-191-1/+2
* Add support for poll(2) on files. vop_nopoll() now returns POLLNVALwollman1997-12-151-5/+20
* Fixed EOF handing.bde1997-12-131-8/+2
* Restored fifo_pathconf() from rev.1.32. vop_stdpathconf() is toobde1997-12-131-2/+32
* Change the ioctls for procfs around a bit; in particular, whever possible,sef1997-12-131-3/+4
* Fix a problem with procfs_exit() that resulted in missing some procfssef1997-12-122-23/+27
* Code to prevent a panic caused by procfs_exit(). Note that i don't knowsef1997-12-091-3/+11
* A couple of fixes from bruce: first of all, psignal is a void (stupidsef1997-12-081-3/+3
* Use at_exit() to invoke procfs_exit() instead of calling it directly.sef1997-12-082-3/+13
* Clear the stop events and wakeup the process on teh last close of thesef1997-12-071-1/+29
* Changes to allow event-based process monitoring and control.sef1997-12-062-2/+89
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-053-3/+6
* Staticize.phk1997-11-183-33/+30
* Staticize a few things.phk1997-11-183-11/+10
* Don't try to obtain an excluive lock on the vm map, since a deadlock mighttegge1997-11-141-3/+3
* Reviewed by: various.julian1997-11-121-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-8/+4
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* KNFize rev.1.31.bde1997-10-271-4/+6
* Use unique sleep message strings.bde1997-10-271-4/+3
* Use bread() instead of cluster_read() for reading the last blockbde1997-10-271-2/+2
* Removed unused #includes. The need for most of them went away withbde1997-10-277-14/+7
* VFS interior redecoration.phk1997-10-269-71/+38
* Fix the same leak as in nullfs. Now the lowervp is properly marked inactive.roberto1997-10-211-1/+5
* Fix the file leak bug. The lower layer wasn't informed the vnode was inactiveroberto1997-10-211-2/+8
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichphk1997-10-174-109/+18
* VFS clean up "hekto commit"phk1997-10-166-23/+6
* Another VFS cleanup "kilo commit"phk1997-10-169-475/+16
* VFS mega cleanup commit (x/N)phk1997-10-1612-413/+93
* vnops megacommitphk1997-10-154-197/+145
* Hmm, realign the vnops into two columns.phk1997-10-1511-91/+91
* Stylistic overhaul of vnops tables.phk1997-10-1511-567/+493
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-1211-29/+51
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+6
* Clustered read and write are switched at mount-option level.kato1997-09-274-28/+28
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-214-21/+21
* Executing binaries on a nullfs (or nullfs-based) filesystem results inphk1997-09-182-5/+7
* Convert select -> poll.peter1997-09-1410-106/+127
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-101-10/+2
* This stuff is now done centrally.phk1997-09-101-15/+1
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-8/+3
* Staticized.bde1997-09-071-3/+3
OpenPOWER on IntegriCloud