aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvscvs2svn1999-01-2144-44/+44
* Merge in the fix for the "GDB touches executables" problem. TheJohn Polstra1998-09-221-80/+60
* MFC (1.37: various fixes for fdesc_readdir()).Bruce Evans1998-06-141-27/+14
* MFC: revision 1.20 (number of entries in gid-mapfile).KATO Takenori1998-02-071-2/+2
* MFC: revision 1.19 (declare the variable `i').KATO Takenori1998-02-061-1/+4
* MFC: bring in changes from -current including some formatting changesJulian Elischer1997-11-133-215/+111
* fix confusion added by poul's commitJulian Elischer1997-08-271-8/+1
* YAMFC: bring devfs_tree.c -> 1.38Julian Elischer1997-08-273-81/+24
* MFC -- check permission on fp regs too.Sean Eric Fagan1997-08-121-1/+3
* YAMFC -- fix procfs hole.Sean Eric Fagan1997-08-124-8/+43
* Merge from current: block write ops to /proc/1/* when securelevel > 0.Alexander Langer1997-06-211-1/+3
* Merge from -current: disallow debugger attachment when securelevel > 0.Alexander Langer1997-04-271-1/+5
* 1. Fix the vm_page_zero_count accounting. This should improve theJohn Dyson1997-03-251-3/+3
* YAMFC (fixed lseek() on named pipes by adding new descriptor typeBruce Evans1996-12-211-1/+3
* YAMFCPoul-Henning Kamp1996-11-235-155/+251
* Fix a potential deadlock from the previous commit.John Dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilyJohn Dyson1996-10-301-18/+23
* devfs_tree.c: improve our bdevvp() function.Poul-Henning Kamp1996-10-282-4/+8
* Fix setting breakpoints in shared regions.John Dyson1996-10-241-7/+4
* Just because something doesn't make sense doesn't mean it should be illegal..Julian Elischer1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsJulian Elischer1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.Julian Elischer1996-10-161-3/+2
* reads and writes to devices update m and a timesJulian Elischer1996-10-121-3/+9
* Substitution of a long divide by a shift. Other cosmetic improvements.John Dyson1996-10-061-13/+22
* Started unspamming <sys/systm.h>. Don't include <machine/stdarg.h>Bruce Evans1996-09-291-1/+3
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-202-11/+11
* fix the ability of the VFS to reclaim devfs nodes correctly..Julian Elischer1996-09-111-2/+3
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-104-31/+34
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-037-11/+17
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-08-311-2/+2
* Even though this looks like it, this is not a complex code change.John Dyson1996-08-211-2/+7
* Submitted by: doug Rabson (dfr@render.com)Julian Elischer1996-08-132-9/+13
* symlink support in devfs.Julian Elischer1996-08-132-38/+96
* Only use the special bdevvp() for DEVFS if DEVFS_ROOT is defined. ThisBruce Evans1996-07-301-1/+3
* Modify slightly the output from the map file in /proc. Now theJohn Dyson1996-07-271-2/+4
* Under certain circumstances, reading the /proc/*/map file canJohn Dyson1996-07-271-2/+5
* Remove a totally unneeded (and as of the last VM commit, incorrect) callJohn Dyson1996-07-271-2/+1
* DEVFS needs a special bdevvp().Poul-Henning Kamp1996-07-241-1/+37
* Comment out rootdev & rrootdev so a ls -l doesn't panic the machine.Poul-Henning Kamp1996-07-031-2/+2
* Implement locking for pfs nodes, when at the leaf. Concurrent accessJohn Dyson1996-07-022-11/+31
* Fix a serious problem, with a window where an object lock is needed,John Dyson1996-07-021-57/+97
* Add procfs_type.c to the repository.John Dyson1996-06-181-0/+91
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-184-6/+24
* This file is the "meat" of the process address space capability. If youJohn Dyson1996-06-171-0/+169
* Add a feature to procfs to allow display of the process address mapJohn Dyson1996-06-173-4/+11
* Cosmetic change: make the ``ready to run'' line match theGary Palmer1996-06-151-2/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-122-24/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefGary Palmer1996-06-123-47/+29
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-127-32/+80
* Properly lock the vm space when accessing the memory in a process. ThisJohn Dyson1996-06-111-2/+14