| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correct two bugs that may result in incorrect CBCP response for | delphij | 2004-12-06 | 1 | -5/+3 |
* | Fix -t option processing. | bland | 2004-12-06 | 1 | -4/+2 |
* | Some constification which doesn't require code rewrites. | harti | 2004-12-06 | 4 | -17/+13 |
* | This commit was generated by cvs2svn to compensate for changes in r138451, | roberto | 2004-12-06 | 1 | -2/+7 |
|\ |
|
| * | Merge from the main BK repository for ntp: put two midly annoying messages | roberto | 2004-12-06 | 1 | -2/+7 |
* | | Print a warning if running as !root for aio_md_test rather than failing | rwatson | 2004-12-06 | 1 | -1/+5 |
* | | Add a few convenient functions in the mount_arg() family and collect the | phk | 2004-12-06 | 2 | -72/+211 |
* | | Add a basic aio functionality regression test, which simply writes and | rwatson | 2004-12-06 | 2 | -0/+702 |
* | | 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 |
* | | Update prototypes for eventhandler_register() and eventhandler_find_list() | jkoshy | 2004-12-06 | 1 | -3/+3 |
* | | Style: fix indentation. | harti | 2004-12-06 | 2 | -643/+660 |
* | | 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 |
* | | Unbreak sockstat(1) on systems without the divert protocol. | ru | 2004-12-06 | 1 | -0/+2 |
* | | Remove an unused macro. | harti | 2004-12-06 | 1 | -5/+0 |
* | | Constify arguments to Hash_FindEntry and Hash_CreateEntry. | harti | 2004-12-06 | 2 | -6/+6 |
* | | Remove extra empty lines. | harti | 2004-12-06 | 1 | -2/+0 |
* | | Style: fix indentation, prototypes for functions even in comment. | harti | 2004-12-06 | 1 | -25/+13 |
* | | Make this work under debugging, e.g., "make -dl". | ru | 2004-12-06 | 2 | -2/+2 |
* | | Userland change corresponding to the change in kernel/userland communication | phk | 2004-12-06 | 1 | -31/+19 |
* | | 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 |
* | | This jumbo allocator has been removed from the kernel. | alc | 2004-12-06 | 3 | -161/+2 |
* | | 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 |
* | | Code for automatic name completion in a tcsh(1) environment. | hmp | 2004-12-05 | 1 | -0/+7 |
* | | 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 |
* | | 'all' argument for list_net_interfaces() is now unused, remove it. | pjd | 2004-12-05 | 1 | -4/+0 |