summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-02-09Remove left over pieces from reusing the signal trampoline for upcalls.martin
2003-02-09wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new fontjdolecek
2003-02-09sprinkle some #ifdef __LINT__ until C9X named union memberdrochner
2003-02-09fix a lint stubdrochner
2003-02-09Fix the type of variable `mtrr_funcs' so that this file compiles againenami
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2003-02-09Correct typo in an e-mail address.tron
2003-02-09constify somejdolecek
2003-02-09make k6_mtrr_funcs, i686_mtrr_funcs and mtrr_funcs constjdolecek
2003-02-09- init panpot at resetitohy
2003-02-09const msgs[] some morejdolecek
2003-02-09Allow negative values other than UNASSIGNED to be returned from ufs_bmap;perseant
2003-02-08Don't try to reserve DEAD zone unless the kernel address space encompasses it.matt
2003-02-08Add comments to describe PowerPC64 ABI register usage.matt
2003-02-08Add NEVENT1 and 2 as interrupt lines. Simtec docs for their 7500 boardchris
2003-02-08Don't do EISA reset on attach. This made the card reset to use default irq, r...jdolecek
2003-02-08match anything which claims to be PCI-EISA bridgejdolecek
2003-02-08deobfuscify PRU_CONNECT a bit - split isop_sfaddr and rcb_faddr pointerjdolecek
2003-02-08regenichiro
2003-02-08add productichiro
2003-02-08regenichiro
2003-02-08add productichiro
2003-02-08change URL pointers of USB[1,2] specificationichiro
2003-02-08use COP0_HAZARD_FPUENABLE in a couple more places when turning on FP:cgd
2003-02-07Adapt to the new conventions of proc_unstop() and don't try to callnathanw
2003-02-07Two fixes:nathanw
2003-02-07More IOKit shell. This makes ioreg looping on device discovery: foobarmanu
2003-02-07Add more PDAs (untested).augustss
2003-02-07Regen.augustss
2003-02-07Add HAndspring Treo.augustss
2003-02-07Regen.augustss
2003-02-07Add some Palm and Sony PDAs.augustss
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-02-07Update to consistently use Broadcom GPL-compatible license on all SiByte code.cgd
2003-02-07kern/20231- pass the correct argument (arg_addr) on thru to scsipi_do_ioctl,mjacob
2003-02-07add BCM112x A2 definitioncgd
2003-02-07More iokit shell: it does nothing, but WindowServer get a bit more farmanu
2003-02-07use LIST_FOREACH() macro in proc_stop()/proc_unstop()jdolecek
2003-02-07No need for DEBUG in an install kernel.thorpej
2003-02-07Fix some printf formats.thorpej
2003-02-07Use on-stack buffer to check for 2.88MB floppy, malloc() hasn't beendsl
2003-02-06Add a _bus_dmamap_sync which supports cache-incoherent implementations.matt
2003-02-06Add oea_iobat_remove(paddr_t).matt
2003-02-06Allow KERNEL_SR/KERNEL2_SR to be overriden (I run a kernel withmatt
2003-02-06Include vmparam.h to get USER_SR.matt
2003-02-06PPC_MPC6XX is now PPC_OEAmatt
2003-02-06Remove unneeded #include's.hannken
2003-02-06Add <sys/lock.h> include for ncr53c9xvar.h.martin
2003-02-06XXX ttioctl(): some drivers call back on us from t_param(), so delay acquiringpk
2003-02-06bdwrite(): remove check for MFS major device number (why was 255 changedpk