| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert nwfs to nmount, but take the low road: There is no way this is | phk | 2004-12-06 | 1 | -9/+29 |
* | Fix a typo in PFS_TRACE. | kan | 2004-12-06 | 1 | -1/+1 |
* | ufs vfs_mountedon(), rely on vfs_mount.c calling VFS_STATFS() | phk | 2004-12-06 | 1 | -4/+1 |
* | Use vfs_mountedfrom(), rely on vfs_mount.c calling VFS_STATFS(). | phk | 2004-12-06 | 2 | -8/+3 |
* | Use vfs_mountedfrom() and rely on vfs_mount.c to call VFS_STATFS() | phk | 2004-12-06 | 1 | -3/+2 |
* | Always call VFS_STATFS() on mp->mnt_stat when we have mounted a filesystem, | phk | 2004-12-06 | 1 | -0/+1 |
* | - Use ng_callout() instead of timeout(9). | glebius | 2004-12-06 | 1 | -37/+14 |
* | Convert coda to nmount. | phk | 2004-12-06 | 2 | -38/+26 |
* | Switch from using an sx lock to a mutex for the mac_portacl rule chain: | rwatson | 2004-12-06 | 1 | -26/+19 |
* | 2 fixes that improve on the consistency of the NFS client cache. | ps | 2004-12-06 | 6 | -21/+28 |
* | Convert msdosfs to nmount. | phk | 2004-12-06 | 1 | -75/+121 |
* | - Make route cacheing optional, configurable via IFF_LINK0 flag. | glebius | 2004-12-06 | 1 | -0/+6 |
* | Serialize NFS vinvalbuf operations by acquiring/upgrading to the | ps | 2004-12-06 | 4 | -31/+24 |
* | Due to a significant addition of code, add my copyright to this file. Also | scottl | 2004-12-06 | 1 | -0/+1 |
* | Add more functions for handling mount arguments in VFS_MOUNT(): | phk | 2004-12-06 | 2 | -0/+117 |
* | Add non-blocking versions of nfsm_dissect() and friends, for use from | ps | 2004-12-06 | 3 | -5/+30 |
* | Change the first argument of vfs_cmount() to a handy struct mntarg* and | phk | 2004-12-06 | 2 | -15/+22 |
* | - If all data has been committed to stable storage on the server, it | ps | 2004-12-06 | 1 | -3/+7 |
* | Correct a typo in a comment. | rwatson | 2004-12-06 | 1 | -1/+1 |
* | Add a few convenient functions in the mount_arg() family and collect the | phk | 2004-12-06 | 2 | -72/+211 |
* | Collapse two almost identical license copies, preserving the rights of | phk | 2004-12-06 | 1 | -24/+1 |
* | Remove the kern.rootdev sysctl. | phk | 2004-12-06 | 1 | -24/+0 |
* | Make struct vfsopt{list} private to vfs_mount.c | phk | 2004-12-06 | 2 | -7/+10 |
* | Fix warning | phk | 2004-12-06 | 1 | -1/+1 |
* | We don't have RAIDFrame anymore and it seems gvinum doesn't use SI_SUB_RAID, | pjd | 2004-12-06 | 1 | -1/+1 |
* | Use 'const char *' for a few prototypes. | jkoshy | 2004-12-06 | 2 | -6/+6 |
* | For reasons unknown, the nfs locking code used a fifo to send requests to | phk | 2004-12-06 | 5 | -88/+159 |
* | Add support for the memory-mapped PCI Express configuration mechanism. This | scottl | 2004-12-06 | 1 | -8/+211 |
* | The 'start' command processes loader.conf variables, not loader.rc. | imp | 2004-12-06 | 1 | -1/+1 |
* | Enable amr(4) - scottl fixed when used with >4GB RAM. | obrien | 2004-12-06 | 1 | -1/+0 |
* | Update the Tigon 1 and 2 driver to use the sf_buf API for implementing | alc | 2004-12-06 | 6 | -350/+50 |
* | Fix a number of bugs and significantly alter the command execution path to | scottl | 2004-12-05 | 4 | -59/+168 |
* | Use ng_callout() instead of timeout(9). | glebius | 2004-12-05 | 1 | -7/+7 |
* | Convert GIANT_REQUIRED; in nfs_mountroot() to NET_ASSERT_GIANT(), | rwatson | 2004-12-05 | 1 | -1/+6 |
* | Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets are | rwatson | 2004-12-05 | 1 | -1/+1 |
* | Make sure to map the whole kernel into 1MB pages. Try to use the remaining | cognet | 2004-12-05 | 1 | -27/+67 |
* | Assert the tcptw inpcb lock in tcp_timer_2msl_reset(), as fields in | rwatson | 2004-12-05 | 1 | -0/+1 |
* | Reactivate the use of the minidata cache. | cognet | 2004-12-05 | 1 | -1/+0 |
* | Do not change the page directory and do not flush the TLB when switching to | cognet | 2004-12-05 | 1 | -26/+6 |
* | Remove an unused field from the struct pv_entry. | cognet | 2004-12-05 | 1 | -4/+3 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 21 | -127/+14 |
* | Fix null-pointer indirect function calls introduced in the previous | marcel | 2004-12-05 | 5 | -15/+54 |
* | Assert inpcb lock in: | rwatson | 2004-12-05 | 2 | -2/+24 |
* | Minor grammer fix in comment. | rwatson | 2004-12-05 | 1 | -1/+2 |
* | Pass the inpcb reference into ip_getmoptions() rather than just the | rwatson | 2004-12-05 | 1 | -6/+14 |
* | Define INP_UNLOCK_ASSERT() to assert that an inpcb is unlocked. | rwatson | 2004-12-05 | 1 | -0/+1 |
* | Correct a sanity check in vnode_pager_generic_putpages(). The cast used | alc | 2004-12-05 | 1 | -1/+1 |
* | Push the inpcb argument into ip_setmoptions() when setting IP multicast | rwatson | 2004-12-05 | 1 | -10/+8 |
* | When panicing in device_unbusy(), actually tell what device has the issue. | obrien | 2004-12-05 | 1 | -1/+2 |
* | Start working through inpcb locking for ip_ctloutput() by cleaning up | rwatson | 2004-12-05 | 1 | -10/+13 |