summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Clean up -Wunused warnings.gpalmer1996-06-122-24/+2
* Clean up -Wunused warnings. Julian asked me to just ifdefgpalmer1996-06-123-47/+29
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-127-32/+80
* Properly lock the vm space when accessing the memory in a process. Thisdyson1996-06-111-2/+14
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-063-32/+50
* Merged devfs_add_devsw() into devfs_add_devswf()scrappy1996-04-031-34/+17
* Made the src code match the man page.scrappy1996-04-021-28/+2
* Added dev_linkf() function (dev_link() + printf-style arguments)scrappy1996-03-281-1/+54
* Submitted by: "Marc G. Fournier" <scrappy@ki.net>julian1996-03-251-7/+8
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+3
* This commit was generated by cvs2svn to compensate for changes in r14557,peter1996-03-113-4/+1075
|\
| * Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, allpeter1996-03-1138-1686/+3409
* | For Lite2: proc LIST changes.hsu1996-03-111-6/+4
* | Make sure that the zero flag is cleared upon completion of paging I/O.dyson1996-03-091-1/+2
* | really stupid mistake that stopped devices from appearing on the fly in mountedjulian1996-02-181-2/+5
* | Kill XNS.wollman1996-02-132-5/+5
* | add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* | Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* | make devfs_add_devswf a little smarter about '/';phk1996-01-281-5/+9
* | Make devfs_add_devfsf() which takes printf style args.phk1996-01-251-1/+38
* | This time, really make the procfs work when reading stuff from the UPAGES.peter1996-01-251-15/+34
* | Major fixes for procfs..peter1996-01-246-22/+88
* | Slightly improved debug messages for inserting new itemsjulian1996-01-211-9/+13
* | oops.julian1996-01-211-4/+4
* | Submitted by: Bruce Evans (bde)julian1996-01-212-5/+8
* | Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+3
* | Remove unnecessary debug printf's ("no references", "bad-id") - thesepeter1996-01-022-2/+23
* | I have some problem here, which shows up in the ahc0 driver. It isn't wherephk1996-01-011-1/+7
* | recording cvs-1.6 file deathpeter1995-12-302-943/+0
* | Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-171-5/+5
* | Restored lost prototypes.bde1995-12-143-3/+5
* | another case where cdevsw becoming a pointer makes it neccesary tojulian1995-12-141-2/+6
* | Another mega commit to staticize things.phk1995-12-147-127/+126
* | devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-132-19/+19
* | Back out this one, must have screwed up somewhere :-(phk1995-12-112-8/+12
* | Staticize.phk1995-12-1110-177/+179
* | Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-113-7/+41
* | clean a few DEVFS things..julian1995-12-092-93/+16
* | Pass 3 of the great devsw changesjulian1995-12-083-16/+24
* | Untangled the vm.h include file spaghetti.dg1995-12-073-3/+16
* | Include <vm/vm.h> or <vm/vm_page.h> explicitly to avoid breaking whenbde1995-12-051-1/+2
* | Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too muchbde1995-12-051-2/+2
* | Added prototypes.bde1995-12-0314-28/+223
* | null_node_find() and umap_node_find() were sometimes called without abde1995-12-032-4/+4
* | staticize.phk1995-12-021-27/+27
* | #ifdef out nearly the entire file of conf.c when JREMOD is definedjulian1995-11-291-1/+9
* | OK, that's it..julian1995-11-291-1/+45
* | Completed function declarations and/or added prototypes.bde1995-11-212-8/+6
* | KNFized spec_getpages_idone() and spec_getpages().bde1995-11-181-43/+43
OpenPOWER on IntegriCloud