| Commit message (Expand) | Author | Age | Files | Lines |
* | Move this to the specific architectures that are supported. #ifdef foo | imp | 2005-04-19 | 4 | -13/+39 |
* | The size of a filesystem may be less than the size of the provider it | wollman | 2005-04-19 | 1 | -2/+2 |
* | Remove the hack which allowed to use gmirror for root file system, | pjd | 2005-04-19 | 2 | -49/+8 |
* | Call g_waitidle() before every check the list of holds is empty. | pjd | 2005-04-19 | 1 | -7/+11 |
* | Remove unused variable that was horking up the LINT build | imp | 2005-04-19 | 2 | -10/+4 |
* | Need more files for i386, need all the files for pc98. | imp | 2005-04-19 | 2 | -0/+8 |
* | Minimal changes to get this to compile with -DDEBUG defined as well | imp | 2005-04-19 | 2 | -2/+6 |
* | There's no need to include all the detauls of struct bus_space_{tag,handle} | imp | 2005-04-19 | 2 | -83/+84 |
* | Since pmc is a CPU feature, grab the mdep file from the i386 directory. | imp | 2005-04-19 | 1 | -0/+6 |
* | I accidently committed two 'cleandepend' when I was deciding which | obrien | 2005-04-19 | 1 | -1/+1 |
* | Hook smist up to the kernel build. | njl | 2005-04-19 | 1 | -0/+1 |
* | Add a driver for SMI-based SpeedStep. The hardware supports two frequency | njl | 2005-04-19 | 2 | -0/+464 |
* | Add preliminary support for WPA-PSK using wpa_supplicant and the | wpaul | 2005-04-19 | 1 | -2/+319 |
* | Further narrow down critical region of FSBASE code. | davidxu | 2005-04-19 | 1 | -1/+1 |
* | Use critical section functions rather than scheduler lock to protect | davidxu | 2005-04-19 | 1 | -4/+4 |
* | CFA (Compact Flash) devices has a special config ID that fails the | sos | 2005-04-19 | 2 | -1/+3 |
* | Clear P_STATCHILD earlier to avoid unnecessary retrying. | davidxu | 2005-04-19 | 1 | -0/+5 |
* | Make DUMMYNET compile without INET6 | phk | 2005-04-19 | 1 | -0/+8 |
* | typo | phk | 2005-04-19 | 1 | -1/+1 |
* | Make IPFIREWALL compile without INET6 | phk | 2005-04-19 | 1 | -3/+18 |
* | Oops, forgot to update this file. | davidxu | 2005-04-19 | 1 | -17/+9 |
* | Fix a race condition between kern_wait() and thread_stopped(). | davidxu | 2005-04-19 | 2 | -1/+6 |
* | Call g_waitidle() instead of GEOM using the root_mount_hold() KPI. | phk | 2005-04-19 | 2 | -6/+3 |
* | Provide a way to soft reset a proxy controller such as an MSA20 or | ps | 2005-04-19 | 3 | -0/+58 |
* | Fix indentation problem in the last commit | sos | 2005-04-19 | 1 | -16/+18 |
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland util... | jkoshy | 2005-04-19 | 31 | -4/+16147 |
* | Unbreak the pc98 build by including enough information in the _bus.h | imp | 2005-04-19 | 2 | -51/+51 |
* | Break out the definition of bus_space_{tag,handle}_t and a few other types | imp | 2005-04-18 | 16 | -113/+400 |
* | Add a named reference-count KPI to hold off mounting of the root filesystem. | phk | 2005-04-18 | 4 | -6/+65 |
* | Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be ready | phk | 2005-04-18 | 2 | -1/+1 |
* | As with kernel-depend, rm the DEPENDFILE before modules-depend. | obrien | 2005-04-18 | 1 | -1/+2 |
* | Initial import of ipw, iwi, ral and ural drivers: | damien | 2005-04-18 | 24 | -0/+11889 |
* | Add IPv6 support to IPFW and Dummynet. | brooks | 2005-04-18 | 6 | -48/+531 |
* | Rewrite of tcp_update_sack_list() to make it simpler and more readable | ps | 2005-04-18 | 1 | -74/+67 |
* | Add uma zone for composite ops. | sos | 2005-04-18 | 3 | -19/+42 |
* | Adjust the RAID type pickup code for the VIA, we dont actually care | sos | 2005-04-18 | 2 | -8/+18 |
* | TCP reconnect is not an error. | rees | 2005-04-18 | 1 | -3/+3 |
* | Introduce p_canwait() and MAC Framework and MAC Policy entry points | rwatson | 2005-04-18 | 10 | -0/+76 |
* | Remove end-of-line tabs. | rwatson | 2005-04-18 | 1 | -1/+1 |
* | Fix panics with misconfigured routing: | glebius | 2005-04-18 | 1 | -6/+8 |
* | Catch up with ATA mkIII definitions for registers that have different | grehan | 2005-04-18 | 2 | -2/+4 |
* | Fix newer Xircom CBE2-100 cards that were reporting | imp | 2005-04-18 | 2 | -26/+28 |
* | Fix compilation when DEBUG is defined. | marius | 2005-04-18 | 1 | -1/+1 |
* | Add a sysctl that returns the full path of a process' text file. | das | 2005-04-18 | 2 | -0/+46 |
* | Pass the hostname we got from DHCP to the kernel so that machines can | wollman | 2005-04-17 | 1 | -0/+1 |
* | Now that the GDT has been reorganized and GNDIS_SEL has been reserved | wpaul | 2005-04-17 | 1 | -1/+17 |
* | Merge some style and minor changes from NetBSD: | marius | 2005-04-17 | 3 | -60/+56 |
* | Style and minor changes: | marius | 2005-04-17 | 1 | -57/+54 |
* | Style and minor changes: | marius | 2005-04-17 | 3 | -121/+102 |
* | Fix a bug where we call pcm_getbuffersize twice. | matk | 2005-04-17 | 1 | -1/+0 |