summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Pass2 completervb1998-09-0220-1688/+712
* Very Preliminary Codarvb1998-08-2920-0/+9187
* sort the prototypesphk1998-08-251-12/+12
* Last commit managed to get mangled somehow.phk1998-08-241-2/+4
* Remove the last remaining evidence of B_TAPE.phk1998-08-241-13/+3
* Enabled Lite2 fix for reading from dead ttys.bde1998-08-232-21/+3
* Removed unused includes.bde1998-08-171-2/+1
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-2/+3
* Fixed printf format errors.bde1998-07-303-37/+44
* Style fixes and a bug fix: don't remove the exit handler if unmountalex1998-07-271-5/+6
* A better solution to the rm_at_exit problem: Register the exit functionalex1998-07-271-23/+10
* Override the default VFS LKM dispatch functions so that a modulealex1998-07-251-4/+19
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-153-6/+6
* Fixed printf format errors.bde1998-07-114-17/+21
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-071-5/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-042-6/+5
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-046-13/+17
* Remove "not hungly" panics. Cookies now used by the linux and ibcs2dt1998-06-251-10/+3
* Avoid a 64-bit division in procfs_readdir(). Fixed related overflows.bde1998-06-141-10/+6
* Avoid a 64-bit division in fdesc_readdir(). Fixed related overflowsbde1998-06-141-27/+14
* Make these files compile.dfr1998-06-102-3/+4
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-101-2/+2
* Back out previous change. This behavior is at least completelydt1998-06-101-1/+1
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notpeter1998-06-104-6/+21
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.peter1998-06-101-2/+2
* Fix typo in a comment.dt1998-06-091-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-074-8/+8
* Make flushing dirty pages work correctly on filesystems thatdyson1998-05-211-2/+3
* Disallow reading the current kernel stack. Only the user structure andtegge1998-05-193-10/+38
* Fix priority bug in previous commit.dt1998-05-181-2/+2
* Fix support for pre-Win95 filesystems: Make it possible to lookup justdt1998-05-172-3/+14
* Remove bogus LK_RETRY.dt1998-05-171-2/+2
* Don't forget to clean up after an error reading the directory entrybde1998-05-171-3/+13
* Removed vestiges of pre-Lite2 locking.bde1998-05-172-4/+2
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Cleanup after Garret, include unpch.h to get at various macros..sos1998-05-171-1/+2
* Fix off by ane error in previous commit.dt1998-05-091-2/+2
* In the words of the submitter:msmith1998-05-073-101/+91
* As described by the submitter:msmith1998-05-068-87/+8
* Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.dt1998-04-291-16/+19
* Tighten up management of memory and swap space during map allocation,dyson1998-04-291-13/+27
* The 'mountroot' option is obviously pointless for an LKMjulian1998-04-201-3/+9
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-192-3/+21
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-173-7/+7
* Support compiling with `gcc -ansi'.bde1998-04-152-8/+10
* Add a missing LK_RETRY.dt1998-04-151-5/+3
* Use random() rather then than homegrown stuff.phk1998-04-061-11/+3
OpenPOWER on IntegriCloud