summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak KLDs that use VFS by accounting for changes in the generationgreen2004-12-081-7/+18
* Add the devclass_get_count(9) function and man page. It gets a count ofnjl2004-12-082-7/+20
* Almost nine years ago, when support for 1TB files was introduced inalc2004-12-071-1/+1
* Fix for a Lock Order Reversal in the nfs_flush() path, between theps2004-12-071-4/+8
* Avoid more than two pending IPI interrupt vectors per local APICups2004-12-074-103/+114
* Propagate TDF_NEEDRESCHED to replacement thread in sched_switch().ups2004-12-071-0/+3
* Include <sys/signalvar.h> for trapsignal().cognet2004-12-071-0/+1
* NEC PC-98 machines do not have and cannot have an EISA bus. They haveimp2004-12-071-0/+2
* First save from editor, *then* commit.phk2004-12-072-4/+2
* Fix exports.phk2004-12-072-12/+8
* Fix nfs exports (for now). The real fix is to teach mountd aboutphk2004-12-071-9/+4
* Don't clobber mnt_stat.f_mntonnamephk2004-12-071-13/+8
* The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-0712-734/+478
* Instead of complaining about it, just silently filter out MNT_ROOTFS.phk2004-12-071-2/+1
* PNP BIOS devices are fundamentally different than ISA PNP devices.imp2004-12-074-11/+12
* Always issue wakeups() to the NFS requestors under the mutexps2004-12-071-7/+17
* Move reading the current CPU mask in pmap_lazyfix() to where the threadups2004-12-071-1/+2
* Properly release allocated resources if adw(4) device fails to fully attach,rsm2004-12-061-0/+20
* MFi386: rev 1.12: re-allow fast interrupts to cause preemptionpeter2004-12-061-2/+0
* Time out routes created by redirect.ru2004-12-061-1/+4
* Allow fast interrupts to cause preemption.ups2004-12-061-2/+0
* make "ffs" and alias for "ufs" when it comes to filesystem names.phk2004-12-061-0/+2
* Rewrite of the NFS client's reply handling. We now have NFS socketps2004-12-0610-418/+573
* Use vfs_mountedfrom().phk2004-12-061-2/+2
* Convert to nmount. Add omount compat code.phk2004-12-062-20/+26
* Convert to nmount, add omount compat.phk2004-12-061-9/+28
* Trust vfs_mount to call VFS_STATFS() on all mounts.phk2004-12-061-2/+0
* 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
OpenPOWER on IntegriCloud