summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Convert to nmount. Add omount compat.phk2004-12-065-39/+100
* Convert to nmount. Add omount compat.phk2004-12-061-27/+37
* Convert to nmount. Add omount compat.phk2004-12-062-61/+80
* Convert to nmount. Add backwards compat cmount method.phk2004-12-063-47/+81
* Convert nwfs to nmount, but take the low road: There is no way this isphk2004-12-061-9/+29
* Fix a typo in PFS_TRACE.kan2004-12-061-1/+1
* ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS()phk2004-12-061-4/+1
* Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS().phk2004-12-062-8/+3
* Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS()phk2004-12-061-3/+2
* Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem,phk2004-12-061-0/+1
* - Use ng_callout() instead of timeout(9).glebius2004-12-061-37/+14
* Convert coda to nmount.phk2004-12-062-38/+26
* Switch from using an sx lock to a mutex for the mac_portacl rule chain:rwatson2004-12-061-26/+19
* 2 fixes that improve on the consistency of the NFS client cache.ps2004-12-066-21/+28
* Convert msdosfs to nmount.phk2004-12-061-75/+121
* - Make route cacheing optional, configurable via IFF_LINK0 flag.glebius2004-12-061-0/+6
* Serialize NFS vinvalbuf operations by acquiring/upgrading to theps2004-12-064-31/+24
* Due to a significant addition of code, add my copyright to this file. Alsoscottl2004-12-061-0/+1
* Add more functions for handling mount arguments in VFS_MOUNT():phk2004-12-062-0/+117
* Add non-blocking versions of nfsm_dissect() and friends, for use fromps2004-12-063-5/+30
* Change the first argument of vfs_cmount() to a handy struct mntarg* andphk2004-12-062-15/+22
* - If all data has been committed to stable storage on the server, itps2004-12-061-3/+7
* Correct a typo in a comment.rwatson2004-12-061-1/+1
* Add a few convenient functions in the mount_arg() family and collect thephk2004-12-062-72/+211
* Collapse two almost identical license copies, preserving the rights ofphk2004-12-061-24/+1
* Remove the kern.rootdev sysctl.phk2004-12-061-24/+0
* Make struct vfsopt{list} private to vfs_mount.cphk2004-12-062-7/+10
* Fix warningphk2004-12-061-1/+1
* We don't have RAIDFrame anymore and it seems gvinum doesn't use SI_SUB_RAID,pjd2004-12-061-1/+1
* Use 'const char *' for a few prototypes.jkoshy2004-12-062-6/+6
* For reasons unknown, the nfs locking code used a fifo to send requests tophk2004-12-065-88/+159
* Add support for the memory-mapped PCI Express configuration mechanism. Thisscottl2004-12-061-8/+211
* The 'start' command processes loader.conf variables, not loader.rc.imp2004-12-061-1/+1
* Enable amr(4) - scottl fixed when used with >4GB RAM.obrien2004-12-061-1/+0
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-066-350/+50
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-054-59/+168
* Use ng_callout() instead of timeout(9).glebius2004-12-051-7/+7
* Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(),rwatson2004-12-051-1/+6
* Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets arerwatson2004-12-051-1/+1
* Make sure to map the whole kernel into 1MB pages. Try to use the remainingcognet2004-12-051-27/+67
* Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields inrwatson2004-12-051-0/+1
* Reactivate the use of the minidata cache.cognet2004-12-051-1/+0
* Do not change the page directory and do not flush the TLB when switching tocognet2004-12-051-26/+6
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-0521-127/+14
* Fix null-pointer indirect function calls introduced in the previousmarcel2004-12-055-15/+54
* Assert inpcb lock in:rwatson2004-12-052-2/+24
* Minor grammer fix in comment.rwatson2004-12-051-1/+2
* Pass the inpcb reference into ip_getmoptions() rather than just therwatson2004-12-051-6/+14
* Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked.rwatson2004-12-051-0/+1
OpenPOWER on IntegriCloud