summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
...
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+38
* Cleanup after Garret, include unpch.h to get at various macros..sos1998-05-171-1/+2
* In the words of the submitter:msmith1998-05-073-100/+89
* As described by the submitter:msmith1998-05-069-76/+9
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-13/+27
* Make the devfs SLICE option a standard type option.julian1998-04-201-4/+8
* Add changes and code to implement a functional DEVFS.julian1998-04-196-71/+152
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-176-14/+14
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Add two new functions, get{micro|nano}time.phk1998-03-265-28/+17
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* Free the vnode in the failure case of vop_symlink()julian1998-03-101-1/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-082-10/+11
* Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-081-7/+19
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-31/+55
* Fix certain kinds of block device operations. For example, tunefs ondyson1998-03-041-9/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-019-9/+76
* Deleted KLOCK-hack.kato1998-02-263-29/+7
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
* Staticize.eivind1998-02-094-11/+11
* Fixed pagefault when cred == NOCRED.kato1998-02-072-14/+24
* Fixed number of entries in gid-mapfile.kato1998-02-071-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-0610-28/+10
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+5
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0410-10/+28
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-031-1/+4
* Make the debug options new-style.eivind1998-01-313-4/+10
* Fixed typo in comment.kato1998-01-251-2/+2
* VM level code cleanups.dyson1998-01-221-3/+3
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-182-33/+52
* 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
* add copyrightsjulian1998-01-024-17/+102
* 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-272-3/+4
* 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
OpenPOWER on IntegriCloud