summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add machine check handler. While generally useful, it's required whengrehan2003-03-192-2/+2
* Clear channel and tag bits before set them.simokawa2003-03-191-0/+1
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-198-456/+260
* - Set cpu_impl early in sparc64_init so that we can use it to detectjake2003-03-194-3/+12
* Adjust code for userland preemptive. Userland can set a quantum indavidxu2003-03-196-78/+99
* Remove a workaround for mysterious junk appearing in the tlb of secondaryjake2003-03-191-19/+0
* Implement db_print_backtrace. This may need to flush out the windowsjake2003-03-191-0/+4
* Make sure to free the correct resources when the card fails to attachsilby2003-03-191-0/+8
* Unregisterize, ansify.des2003-03-191-34/+10
* Remove an empty comment.mux2003-03-191-4/+0
* Whitespace cleanup.des2003-03-193-33/+33
* long != int. Use SYSCTL_UINT for kern.devstat.generation. Fixes bootingjake2003-03-181-1/+1
* Brucify.sobomax2003-03-182-24/+26
* Fix a race condition in socow_setup(): The page must be wired beforegallatin2003-03-181-4/+7
* Add support for Planex FNW-3800-TX(CardBus 100M/10M).sanpei2003-03-182-1/+14
* Missed in last commit: don't compile now non-existent geom_stats.cphk2003-03-181-1/+0
* Retire the GEOM private statistics code and use devstat instead.phk2003-03-187-300/+16
* If devstat_new_entry() is passed a unit number of -1 assume thatphk2003-03-181-4/+12
* Make devstat fully Giant agnostic:phk2003-03-181-42/+135
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-1855-54/+1
* Remove unused fields.jake2003-03-181-5/+1
* Make devstat_new_entry() take a const void * rather than const char *phk2003-03-182-6/+6
* Instead of relying on a compile time define to determine whether the xlsilby2003-03-182-37/+34
* o Lucent cards don't seem to like multiple buffers for tx. Use onlyimp2003-03-182-37/+26
* Move symbol reset detection code back into wi_reset. This is a moreimp2003-03-182-8/+10
* Add DLINK DWL650Himp2003-03-181-0/+1
* Add SMC 2602W pci card, from a post to mobile@imp2003-03-181-0/+1
* Use %jd and a cast to intmax_t instead of a cast to long.imp2003-03-181-4/+4
* Tag longling_addr as maybe using a bad type, I'm not sure.imp2003-03-181-1/+1
* Regenerate for 1.45imp2003-03-181-1/+4
* Add DLINK DWL650Himp2003-03-181-0/+1
* Expand the APIC ID mask field of the ICR register to 8 bits intead of justjhb2003-03-173-3/+3
* Clean up /dev/mem now that pmap handles illegal aliases properly. Don'tjake2003-03-171-54/+70
* - Unlock the target bp and not the pager buf bp in a failure case injeff2003-03-171-1/+1
* - Lock down the bounce pages structures. We use the same locking schememux2003-03-172-52/+68
* Tidy up the locking of the bounce pages structures.mux2003-03-171-13/+21
* Remove bogus KASSERT. The 802.11 layer and the resume from suspendimp2003-03-171-2/+0
* (This commit certainly increases the need for a wash&clean of vfs_cache.c,phk2003-03-172-412/+377
* Fix malloc() without legal mode flag.phk2003-03-172-2/+2
* Fix a malloc() with no legal modeflag.phk2003-03-172-2/+2
* Ensure that kstack0 has physical colour equal to virtual colour, so thatjake2003-03-171-4/+11
* Subtract the memory that backs the vm_page structures from phys_availjake2003-03-171-4/+2
* Add a #define for the device name of the mmap device for devstat.phk2003-03-162-2/+7
* #ifdef notyet a bit of code which needs not yet committed refcounting tophk2003-03-161-0/+2
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Make udf_allocv() return an unlocked vnode instead of a locked onetjr2003-03-161-2/+1
* Pass the sf buf to MEXTADD() as the optional argument. This permitsalc2003-03-162-11/+6
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-167-2/+12
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-162-7/+2
OpenPOWER on IntegriCloud