summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2240-41/+41
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
* Restore of #include <sys/kernel.h> so that this compiles withoutmpp1997-02-121-0/+1
* Rstored #include of <sys/kernel.h> so that this compilesmpp1997-02-121-0/+1
* Make this compile again after the Lite2 merge.mpp1997-02-123-23/+26
* Make this compile again after the Lite2 merge.mpp1997-02-123-8/+12
* Add missing function prototypes.mpp1997-02-123-3/+4
* Added parameter names to prototypes that were added in the last commit tobde1997-02-121-4/+7
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-121-0/+1
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-123-0/+8
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-125-4/+12
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1035-1768/+2274
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1440-40/+40
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+3
* Fixed errno for unsupported advisory locks. The errno is now EINVALbde1996-12-192-4/+4
* changes to make devfs more 'normal'julian1996-11-215-155/+251
* Fix a potential deadlock from the previous commit.dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-301-18/+23
* devfs_tree.c: improve our bdevvp() function.phk1996-10-282-4/+8
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Just because something doesn't make sense doesn't mean it should be illegal..julian1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsjulian1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.julian1996-10-161-3/+2
* reads and writes to devices update m and a timesjulian1996-10-121-3/+9
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-061-13/+22
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>bde1996-09-291-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesnate1996-09-202-11/+11
* fix the ability of the VFS to reclaim devfs nodes correctly..julian1996-09-111-2/+3
* Updated #includes to 4.4Lite style.bde1996-09-104-31/+34
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-037-11/+17
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-211-2/+7
* Submitted by: doug Rabson (dfr@render.com)julian1996-08-132-9/+13
* symlink support in devfs.julian1996-08-132-38/+96
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. Thisbde1996-07-301-1/+3
* Modify slightly the output from the map file in /proc. Now thedyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file candyson1996-07-271-2/+5
* Remove a totally unneeded (and as of the last VM commit, incorrect) calldyson1996-07-271-2/+1
* DEVFS needs a special bdevvp().phk1996-07-241-1/+37
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.phk1996-07-031-2/+2
* Implement locking for pfs nodes, when at the leaf. Concurrent accessdyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youdyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapdyson1996-06-173-4/+11
* Cosmetic change: make the ``ready to run'' line match thegpalmer1996-06-151-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-122-24/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
OpenPOWER on IntegriCloud