| Commit message (Expand) | Author | Age | Files | Lines |
* | It is now an error to call pmap_unuse_pt without the paddr of the pde | peter | 2004-08-24 | 1 | -3/+1 |
* | Oops, I forgot to have the idle loop call mp_grab_cpu_hlt() on the amd64 | peter | 2004-08-24 | 1 | -0/+4 |
* | Remove checking of single exit flag in thread_user_enter(), this is | davidxu | 2004-08-23 | 1 | -12/+0 |
* | Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock. | peter | 2004-08-23 | 6 | -24/+27 |
* | Allow to set kern.geom.mirror.timeout from /boot/loader.conf. | pjd | 2004-08-23 | 1 | -0/+1 |
* | Until I can get a clearer architecture from PHK about why he wants | mjacob | 2004-08-23 | 1 | -0/+2 |
* | Compare the addresses of two RAID5 work packets directly instead | le | 2004-08-23 | 1 | -1/+1 |
* | Rework sysresource management. Instead of having each sysresource object | njl | 2004-08-23 | 3 | -124/+141 |
* | Add a BUS_GET_RESOURCE_LIST method for nexus. | njl | 2004-08-23 | 1 | -0/+10 |
* | My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessary | sobomax | 2004-08-23 | 1 | -3/+5 |
* | Don't try to translate the control message unless we're certain it's | des | 2004-08-23 | 1 | -1/+2 |
* | Restore FD_DEBUG for pc98. | nyan | 2004-08-23 | 1 | -0/+4 |
* | o Fix whitespace bug introduced in the previous commit. | sobomax | 2004-08-23 | 2 | -24/+8 |
* | o Extend boot output: print out mimimum/maximum performance value and number | sobomax | 2004-08-23 | 2 | -2/+38 |
* | Make this compile again in the standalone and the MODULES_WITH_WORLD | imp | 2004-08-23 | 1 | -1/+5 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 8 | -1328/+0 |
* | Temporarily back out r1.74 as it seems to cause a number of regressions | kan | 2004-08-23 | 1 | -12/+5 |
* | Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can only | mux | 2004-08-22 | 1 | -1/+1 |
* | Style update: use newer style function prototypes in if_sl.c in | rwatson | 2004-08-22 | 1 | -38/+15 |
* | Move the cow field between wire_count and hold_count. This is the | marcel | 2004-08-22 | 1 | -1/+1 |
* | When creating a new md, wait for geom's event queue to become empty | cperciva | 2004-08-22 | 1 | -0/+1 |
* | The new contigmalloc code is exposing a lot of misuses of busdma memory | green | 2004-08-22 | 1 | -21/+15 |
* | Implement the possibility to remove drives. | le | 2004-08-22 | 1 | -0/+90 |
* | Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel. | mlaier | 2004-08-22 | 1 | -13/+14 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 3 | -18/+163 |
* | Workaround devices that responds with registers as *both* master & slave, | sos | 2004-08-22 | 1 | -2/+10 |
* | Use securelevel_gt instead of reading global securelevel unprotected. | mlaier | 2004-08-22 | 1 | -0/+5 |
* | opt_agp.h is not required anymore. | nyan | 2004-08-22 | 1 | -1/+1 |
* | MFi386: revision 1.215. | nyan | 2004-08-22 | 1 | -3/+0 |
* | Merged from sys/dev/fdc/fdc.c revision 1.283. | nyan | 2004-08-22 | 2 | -8/+0 |
* | Make debug.kdb.stop_cpus also a TUNABLE() so it can be set prior to boot | rwatson | 2004-08-22 | 1 | -0/+1 |
* | Don't need to assert Giant in fw_output(), only in the firewire start | rwatson | 2004-08-22 | 1 | -2/+0 |
* | In the PCI error interrupt handler, specify the width of the PCI configuration | gibbs | 2004-08-22 | 1 | -6/+7 |
* | Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not the | gibbs | 2004-08-22 | 1 | -3/+3 |
* | Add forgotten format specifier in a KASSERT and shut up the compiler. | le | 2004-08-22 | 1 | -1/+2 |
* | Trim EOL white spaces. | maxim | 2004-08-22 | 1 | -5/+4 |
* | Check a return code from read(2) correctly. | maxim | 2004-08-22 | 1 | -1/+1 |
* | Part 2 of fixing the boot code: gcc 3.4 fixes. | marcel | 2004-08-22 | 2 | -2/+2 |
* | diff reduction for upcoming patch. Use a macro that masks | julian | 2004-08-22 | 1 | -8/+9 |
* | Add support for Intel E7205 AGP. | anholt | 2004-08-22 | 2 | -0/+12 |
* | Currently, if the secure level is low enough, system flags can | csjp | 2004-08-22 | 1 | -1/+1 |
* | When sliding the m_data pointer forward, update m_pktrhdr.len as well | rwatson | 2004-08-22 | 1 | -1/+3 |
* | Part 1 of fixing the boot code: binutils 2.15 fixes. | marcel | 2004-08-22 | 2 | -1/+202 |
* | In the previous revision, I failed to condition an early release of Giant | alc | 2004-08-22 | 1 | -1/+2 |
* | If a tunable for the routing socket netisr queue max is defined, allow it | rwatson | 2004-08-21 | 1 | -1/+3 |
* | Allow the size of the routing socket netisr queue to be configured using | rwatson | 2004-08-21 | 1 | -1/+6 |
* | Add version history. | pjd | 2004-08-21 | 1 | -0/+5 |
* | Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIV | trhodes | 2004-08-21 | 1 | -5/+19 |
* | Give the mac_bsdextended(4) policy the ability to match and apply on a first | trhodes | 2004-08-21 | 1 | -2/+21 |
* | Clarify __FreeBSD_version scheme. | obrien | 2004-08-21 | 1 | -1/+3 |