summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked ratherjeff2006-04-281-13/+15
* The alignment parameter to busdma must be a power of two, while the if_bfescottl2006-04-271-2/+2
* Sort includes.jhb2006-04-271-2/+2
* A whitespace fix.jhb2006-04-271-1/+1
* Drop locking comments. ddb functions should never use locking anyway andjhb2006-04-271-6/+0
* MFp4: reworked iwi-drivermlaier2006-04-273-702/+1729
* In general, bits in the page directory entry (PDE) and the page tablealc2006-04-272-14/+12
* Add the rr232x driver to the default kernels.scottl2006-04-272-0/+6
* When pccard_safe_quote is passed NULL for src, it shouldn't panic.imp2006-04-271-1/+1
* Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.scottl2006-04-2719-0/+13110
* back out for now... revert ccpu to being kern.ccpu...jmg2006-04-271-1/+1
* Don't use ", but instead use ' instead. I suppose I could have alsoimp2006-04-271-5/+5
* o Add 5 Timedia single port serial cards.marcel2006-04-271-8/+25
* Fix problem with having more than 1GM of RAM. Also fix a nearby busdmascottl2006-04-271-5/+8
* Uncomment sk(4) as it's now working.yongari2006-04-271-1/+1
* Bring busdmafied sk(4) to all architectures.yongari2006-04-274-588/+1695
* Use 115200 and not 9600 as the initial baudrate. This speeds upmarcel2006-04-271-1/+1
* In the case when reset via keyboard controller doesn't work for some reasonsobomax2006-04-271-3/+19
* Fix build on i386delphij2006-04-271-2/+2
* The size of I/O ranges can be anything from 16 bytes to 2G bytes.marcel2006-04-271-2/+2
* Correct DRIVER_MODULE declaration.yongari2006-04-271-1/+1
* o Add 2 HP Diva single port UARTs.marcel2006-04-271-0/+2
* The sk(4) driver has moved to /sys/dev/skyongari2006-04-277-5151/+5
* MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entriespeter2006-04-262-155/+369
* Move vm.pmap.pv_entry_count out from the PV_STATS ifdefs. It is alwayspeter2006-04-261-2/+3
* o Add 2 NEC cardsmarcel2006-04-261-29/+47
* o Use __FBSDIDmarcel2006-04-261-12/+11
* move remaining sysctl into the kern.sched tree...jmg2006-04-261-1/+1
* Only use the low address for stats collection.ps2006-04-261-3/+1
* intercept public safety channels and do explicit mapping of freq->ieeesam2006-04-261-1/+14
* back out public safety-specific channel number mapping; we can't dosam2006-04-261-9/+1
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-262-592/+1150
* Use the same method for detecting actual presence of AT-style keyboardsobomax2006-04-263-5/+61
* In in_pcbdrop(), fix !INVARIANTS build.marcel2006-04-251-2/+1
* honor fixed tx antenna when sending beacon framessam2006-04-251-1/+2
* - Overhaul the 'ps' command in ddb to be mostly readable again. :) It isjhb2006-04-251-55/+319
* Add some new commands to hopefully make it easier to diagnose lock-relatedjhb2006-04-251-0/+138
* Use db_lookup_thread() to lookup the thread for the passed in addressjhb2006-04-251-23/+5
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). Theyjhb2006-04-252-0/+94
* o Replace disappeared URLs to Cisco docs by new ones, style.maxim2006-04-251-8/+14
* o Set to zero engine_type, engine_id and pad (cisco calls itmaxim2006-04-251-0/+3
* Remove last vestiges of sab(4).marius2006-04-251-1/+0
* Fix half of the current i386 tinderbox failure. max_bus_addr should be ajhb2006-04-251-1/+1
* Use PTOV() to convert physical addresses to appropriate virtual addressesjhb2006-04-251-2/+4
* If one removes the option from conf/options, one shouldmjacob2006-04-251-2/+0
* Rename 'last' to 'inp' in udp_append(): the name 'last' is due torwatson2006-04-251-15/+15
* Add synchronization to vm_pageq_add_new_page() so that it can be calledalc2006-04-251-3/+3
* make BGE_FAKE_AUTONEG a tunable.mr2006-04-252-6/+5
* Move lock assertions to top of in6_pcbladdr(): we still want them to runrwatson2006-04-252-3/+10
* Extend getsock() to return the struct file flags read while holding therwatson2006-04-251-18/+19
OpenPOWER on IntegriCloud