summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2710-25/+39
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-274-25/+32
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-272-4/+12
* This is a rather large commit that encompasses the new swapper,dillon1999-01-212-10/+8
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-1/+11
* Missed a stray LKM #ifdefpeter1999-01-171-5/+8
* Mountroot could concievably make sense to a KLD though, in the preloadpeter1999-01-171-6/+1
* Clean up the KLD/LKM goop a bit.peter1999-01-173-93/+23
* Remove declarations for undefined functions and a couple of unusedeivind1999-01-122-21/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-2/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-052-6/+9
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-054-5/+51
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.dt1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.bde1999-01-022-2/+6
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenbde1999-01-011-2/+2
* Fix possible NULL-pointer deref in error case (same as DEVFS).eivind1998-12-161-2/+2
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-143-6/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-0710-30/+12
OpenPOWER on IntegriCloud