| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Push the inpcb argument into ip_setmoptions() when setting IP multicast | rwatson | 2004-12-05 | 1 | -10/+8 |
* | Make sure the first argument to the user function is 16-byte aligned. | deischen | 2004-12-05 | 1 | -5/+7 |
* | When panicing in device_unbusy(), actually tell what device has the issue. | obrien | 2004-12-05 | 1 | -1/+2 |
* | Forced commit to note that the previous revision, 1.233, should be: | rwatson | 2004-12-05 | 0 | -0/+0 |
* | Start working through inpcb locking for ip_ctloutput() by cleaning up | rwatson | 2004-12-05 | 1 | -10/+13 |
* | - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie. | glebius | 2004-12-05 | 2 | -6/+12 |
* | Show divert(4) sockets as well. | ru | 2004-12-05 | 1 | -0/+6 |
* | Correct a misspelling in a comment. | rwatson | 2004-12-05 | 1 | -1/+1 |
* | Acquire socket receive buffer mutex before appending and then waking up | rwatson | 2004-12-05 | 1 | -2/+4 |
* | DDB_UNATTENDED is now called KDB_UNATTENDED. | simon | 2004-12-05 | 1 | -2/+2 |
* | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 | dhartmei | 2004-12-05 | 1 | -3/+6 |
* | Use "ifconfig -l" instead of "list_network_interfaces all" in | rse | 2004-12-05 | 1 | -1/+1 |
* | fix typo: s/intefraces/interfaces/ | rse | 2004-12-05 | 1 | -1/+1 |
* | Start to add GIANT_REQUIRED; macros in places where giant is required | imp | 2004-12-05 | 1 | -0/+6 |
* | Source changes to allow building a cross-debugger. Move solib.c and | marcel | 2004-12-05 | 16 | -5/+29 |
* | o Don't limit GPT as a rank 2 provider. Allow it to be connected | marcel | 2004-12-05 | 1 | -17/+25 |
* | Now as a full blown port. | obrien | 2004-12-05 | 3 | -488/+0 |
* | Fix previous commit. GDB_CROSS_DEBUGGER needs to be defined for all | marcel | 2004-12-05 | 2 | -9/+5 |
* | Grab Giant around calls to DEVICE_SUSPEND/RESUME in acpi_SetSleepState(). | njl | 2004-12-05 | 1 | -0/+12 |
* | Add more frequently-used locale directories. This is in preparation | kris | 2004-12-04 | 2 | -0/+406 |
* | Document ACPI tunable hw.acpi.serialize_methods. | marks | 2004-12-04 | 1 | -4/+10 |
* | Replace (inlined) pmap_pte() calls with smaller, faster code where | alc | 2004-12-04 | 1 | -7/+7 |
* | When initializing device, set d_softc and d_no fields for all components, | pjd | 2004-12-04 | 1 | -3/+4 |
* | - Change license to standard 2 clause BSD. [1] | simon | 2004-12-04 | 1 | -4/+1 |
* | Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again, | marius | 2004-12-04 | 1 | -1/+1 |
* | Catch up with the new device name of sab(4). The entries for tty[a,b] | marius | 2004-12-04 | 1 | -0/+2 |
* | Remove #if 0'ed rootfs mounting code. | phk | 2004-12-04 | 2 | -116/+0 |
* | Remove embryonic rootfs mounting facility. | phk | 2004-12-04 | 1 | -30/+1 |
* | Replace GNU tar with BSD tar. | obrien | 2004-12-04 | 1 | -1/+3 |
* | kmod.mk knows how to create empty opt_*.h files so let it deal with the | brooks | 2004-12-03 | 1 | -3/+1 |
* | Implement a function, mount_arg() for accumulating a list of mount parameters | phk | 2004-12-03 | 2 | -43/+48 |
* | Sort and wash #includes. | phk | 2004-12-03 | 1 | -18/+15 |
* | When omount() is called, check if the filesystem have a cmount method | phk | 2004-12-03 | 1 | -2/+11 |