summaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-23/+26
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-13/+13
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-062-6/+4
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedPoul-Henning Kamp1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.Poul-Henning Kamp1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-304-4/+188
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-284-11/+29
* Change suser_xxx() to suser() where it applies.Poul-Henning Kamp1999-04-271-4/+5
* Suser() simplification:Poul-Henning Kamp1999-04-275-20/+19
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-3/+13
* Don't allow anyone except root to mount file systems that map uids.Warner Losh1999-03-121-1/+7
* This code got moved as a result of confusion between union mounts andPeter Wemm1999-02-281-10/+1
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-1/+2
* Reviewed by: Julian Elischer <julian@whistle.com>Matthew Dillon1999-02-252-26/+46
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). ThisLuoqi Chen1999-02-191-2/+2
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used toMatthew Dillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldJohn Polstra1999-02-051-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-282-4/+7
* Fix but in devfs_strategy(). Switch cases were falling throughMatthew Dillon1999-01-271-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2712-86/+99
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-213-14/+12
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-123-32/+3
* A partial implementation of the procfs cmdline pseudo-file. ThisPeter Wemm1999-01-054-5/+51
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenBruce Evans1999-01-011-2/+2
* Fix possible NULL-pointer deref in error case (same as DEVFS).Eivind Eklund1998-12-161-2/+2
* Avoid NULL-pointer dereference on error condition.Eivind Eklund1998-12-151-2/+2
* Cleanup uninitialized-possibly-used (but really not) warningsMatthew Dillon1998-12-143-6/+6
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-0710-38/+17
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.Eivind Eklund1998-12-071-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-043-9/+10
* Staticize.Eivind Eklund1998-11-261-2/+2
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesBruce Evans1998-11-221-2/+2
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-2/+3
* "fix" a warning that has been bugging me for ages. Eliminate a couplePeter Wemm1998-11-091-11/+10
* Delete stray extern declaration for non-existing variables.Peter Wemm1998-11-091-2/+1
* Change the #ifdef UNION code into a callable hook. Arrange to have thisPeter Wemm1998-11-032-2/+83
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-10/+10
* Added a second argument, "activate" to the vm_page_unwire() call so thatDavid Greenman1998-10-281-2/+2
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+3
* Make devfs update the atime timestamp so that 'w' works when usingSøren Schmidt1998-09-302-5/+12
* various nits that didn't make it through the brucefilter.Poul-Henning Kamp1998-09-121-5/+6
* Oops, don't assume that the environment is normal in devfs_mount().Bruce Evans1998-09-081-4/+6
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-078-20/+20
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informPoul-Henning Kamp1998-09-051-1/+26
* Cosmetic changes to the PAGE_XXX macros to make them consistent withDoug Rabson1998-09-042-4/+4
* sort the prototypesPoul-Henning Kamp1998-08-251-12/+12
* Last commit managed to get mangled somehow.Poul-Henning Kamp1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.Poul-Henning Kamp1998-08-241-13/+3
* Enabled Lite2 fix for reading from dead ttys.Bruce Evans1998-08-232-21/+3