summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add the devclass_get_count(9) function and man page. It gets a count ofnjl2004-12-083-7/+67
* | 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
* | Fix builds with a read-only directory and a make upgrade. This is doneharti2004-12-073-12/+9
* | Don't clobber mnt_stat.f_mntonnamephk2004-12-071-13/+8
* | Raidtest is now in the ports collections.pjd2004-12-071-1/+0
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-0731-230/+230
* | Constification of arguments passed to functions; no change on theharti2004-12-071-15/+15
* | Make needs no circular lists so remove them from the list code.harti2004-12-0721-144/+88
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensiblyphk2004-12-0712-734/+478
* | Remove nfsclnt() prototype.phk2004-12-071-1/+0
* | 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
* | Fix inverted #ifdef that I added. Who had the pointy hat last?peter2004-12-061-1/+1
* | 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
* | Document route caching, how it can be enabled, and its consequences.glebius2004-12-061-1/+12
* | 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
OpenPOWER on IntegriCloud