| Commit message (Expand) | Author | Age | Files | Lines |
* | When pccard_safe_quote is passed NULL for src, it shouldn't panic. | imp | 2006-04-27 | 1 | -1/+1 |
* | New release notes: sab(4) removal, non-AT keyboard controller i386 | bmah | 2006-04-27 | 2 | -0/+20 |
* | Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards. | scottl | 2006-04-27 | 19 | -0/+13110 |
* | With minidumps, the dumping partition could be smaller than physical | ps | 2006-04-27 | 1 | -1/+8 |
* | back out for now... revert ccpu to being kern.ccpu... | jmg | 2006-04-27 | 1 | -1/+1 |
* | Don't use ", but instead use ' instead. I suppose I could have also | imp | 2006-04-27 | 1 | -5/+5 |
* | o Add 5 Timedia single port serial cards. | marcel | 2006-04-27 | 1 | -8/+25 |
* | ru@ recently changed lorder to support library archives. Document | imp | 2006-04-27 | 1 | -1/+9 |
* | Fix problem with having more than 1GM of RAM. Also fix a nearby busdma | scottl | 2006-04-27 | 1 | -5/+8 |
* | s/long/int. | davidxu | 2006-04-27 | 1 | -2/+2 |
* | - Use same priority range returned by kernel's sched_get_priority_min() | davidxu | 2006-04-27 | 6 | -55/+57 |
* | sk(4) now also works on sparc64 (as of yongari's recent commits). | simon | 2006-04-27 | 1 | -1/+1 |
* | Uncomment sk(4) as it's now working. | yongari | 2006-04-27 | 1 | -1/+1 |
* | Bring busdmafied sk(4) to all architectures. | yongari | 2006-04-27 | 4 | -588/+1695 |
* | Use 115200 and not 9600 as the initial baudrate. This speeds up | marcel | 2006-04-27 | 1 | -1/+1 |
* | In the case when reset via keyboard controller doesn't work for some reason | sobomax | 2006-04-27 | 1 | -3/+19 |
* | Fix build on i386 | delphij | 2006-04-27 | 1 | -2/+2 |
* | The size of I/O ranges can be anything from 16 bytes to 2G bytes. | marcel | 2006-04-27 | 1 | -2/+2 |
* | Correct DRIVER_MODULE declaration. | yongari | 2006-04-27 | 1 | -1/+1 |
* | o Add 2 HP Diva single port UARTs. | marcel | 2006-04-27 | 1 | -0/+2 |
* | Change the semantics of brk_max to dynamically deal with data segment | jasone | 2006-04-27 | 1 | -71/+83 |
* | The sk(4) driver has moved to /sys/dev/sk | yongari | 2006-04-27 | 7 | -5151/+5 |
* | MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entries | peter | 2006-04-26 | 2 | -155/+369 |
* | Move vm.pmap.pv_entry_count out from the PV_STATS ifdefs. It is always | peter | 2006-04-26 | 1 | -2/+3 |
* | o Add 2 NEC cards | marcel | 2006-04-26 | 1 | -29/+47 |
* | o Use __FBSDID | marcel | 2006-04-26 | 1 | -12/+11 |
* | move remaining sysctl into the kern.sched tree... | jmg | 2006-04-26 | 1 | -1/+1 |
* | Only use the low address for stats collection. | ps | 2006-04-26 | 1 | -3/+1 |
* | intercept public safety channels and do explicit mapping of freq->ieee | sam | 2006-04-26 | 1 | -1/+14 |
* | back out public safety-specific channel number mapping; we can't do | sam | 2006-04-26 | 1 | -9/+1 |
* | Reconstitute struct mac_policy_ops by breaking out individual function | rwatson | 2006-04-26 | 2 | -592/+1150 |
* | Use the same method for detecting actual presence of AT-style keyboard | sobomax | 2006-04-26 | 3 | -5/+61 |
* | In in_pcbdrop(), fix !INVARIANTS build. | marcel | 2006-04-25 | 1 | -2/+1 |
* | honor fixed tx antenna when sending beacon frames | sam | 2006-04-25 | 1 | -1/+2 |
* | o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions. | maxim | 2006-04-25 | 1 | -0/+7 |
* | - Overhaul the 'ps' command in ddb to be mostly readable again. :) It is | jhb | 2006-04-25 | 1 | -55/+319 |
* | Add some new commands to hopefully make it easier to diagnose lock-related | jhb | 2006-04-25 | 1 | -0/+138 |
* | Use db_lookup_thread() to lookup the thread for the passed in address | jhb | 2006-04-25 | 1 | -23/+5 |
* | Add two helper functions: db_lookup_thread() and db_lookup_proc(). They | jhb | 2006-04-25 | 2 | -0/+94 |
* | o Replace disappeared URLs to Cisco docs by new ones, style. | maxim | 2006-04-25 | 1 | -8/+14 |
* | o Set to zero engine_type, engine_id and pad (cisco calls it | maxim | 2006-04-25 | 1 | -0/+3 |
* | Remove last vestiges of sab(4). | marius | 2006-04-25 | 2 | -4/+0 |
* | Fix half of the current i386 tinderbox failure. max_bus_addr should be a | jhb | 2006-04-25 | 1 | -1/+1 |
* | Use PTOV() to convert physical addresses to appropriate virtual addresses | jhb | 2006-04-25 | 1 | -2/+4 |
* | If one removes the option from conf/options, one should | mjacob | 2006-04-25 | 1 | -2/+0 |
* | Rename 'last' to 'inp' in udp_append(): the name 'last' is due to | rwatson | 2006-04-25 | 1 | -15/+15 |
* | Add synchronization to vm_pageq_add_new_page() so that it can be called | alc | 2006-04-25 | 1 | -3/+3 |
* | document the new tunable. | mr | 2006-04-25 | 1 | -0/+6 |
* | make BGE_FAKE_AUTONEG a tunable. | mr | 2006-04-25 | 2 | -6/+5 |
* | Fix assorted grammar and punctuation nits. These are a subset of | bmah | 2006-04-25 | 2 | -70/+72 |