summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-251-8/+12
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-2110-1304/+12
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-2/+1
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-201-2/+28
* I have not one single time remembered the name of this function correctlyphk1999-07-171-3/+3
* Allow jailed proccesses to open non-process vnodes like the root of the fs.phk1999-07-091-2/+2
* Use %q rather than rolling a custom routine.peter1999-07-091-51/+7
* Support for i386 hardware breakpoints.jlemon1999-07-091-0/+101
* Implement support for hardware debug registers on the i386.jlemon1999-07-093-3/+20
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-025-13/+6
* move <sys/systm.h> before <sys/buf.h>peter1999-07-011-2/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-262-8/+7
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-163-115/+8
* Eliminate the bogus procfs private almost struct dirent structure.phk1999-06-133-43/+27
* Remove an unused variable.dt1999-06-011-2/+1
* Simplify cdevsw registration.phk1999-05-317-25/+16
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-16/+10
* Driver is now ported to NetBSD.semenu1999-05-1212-116/+251
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-1112-26/+26
* remove cast from dev_t to dev_t.phk1999-05-091-2/+11
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-084-31/+37
* The lowercasing of Joliet filenames was not a feature.dcs1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-073-19/+19
* One too many vfsops..peter1999-05-061-2/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-062-5/+6
* Make the type and map files claim 0 bytes size. Tar doesn't get confusedphk1999-05-041-13/+10
* Add even more () to CHECKIO which by now feels positively LISPish.phk1999-05-041-3/+4
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-304-4/+188
* This Implements the mumbled about "Jail" feature.phk1999-04-284-9/+27
* Change suser_xxx() to suser() where it applies.phk1999-04-271-4/+5
* Suser() simplification:phk1999-04-276-17/+16
* Removed annoying messaged during boot,added some checksemenu1999-04-207-177/+434
* Add support for Joliet extensions to the iso9660 fs. The related PRdcs1999-04-187-82/+224
* Removed DIAGNOSTIC opion redefinition.semenu1999-04-131-2/+1
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-3/+13
* Back out half of 1.32: don't print a message on every failed mount attempt.dt1999-03-281-3/+1
* Don't allow anyone except root to mount file systems that map uids.imp1999-03-121-1/+7
* This code got moved as a result of confusion between union mounts andpeter1999-02-281-10/+1
* Reviewed by: Julian Elischer <julian@whistle.com>dillon1999-02-251-23/+42
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-2/+2
* Added limited write ability. Now we can use some kindsemenu1999-02-1911-552/+874
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-2/+2
* Correct a format mismatch on 64-bit architectures. This shouldjdp1999-02-051-3/+3
* First version.semenu1999-02-0310-0/+4176
* Don't comment out dead code; remove it.bde1999-01-311-4/+1
* Use suser() to determine super-user-ness.phk1999-01-301-17/+15
* Removed a bogus cast to c_caddr_t. This is part of terminatingbde1999-01-291-2/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-282-5/+5
OpenPOWER on IntegriCloud