summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct typo.brueffer2005-04-141-1/+1
* Unbreak the vector_page == 0x00000000 case. Map the vector page L1PT into thecognet2005-04-141-2/+4
* MFi386: revision 1.612.nyan2005-04-142-100/+176
* MFi386: revision 1.20.nyan2005-04-141-1/+1
* Remove dead code which would never execute.gnn2005-04-141-18/+18
* Read back the real taskfile register values when in 48BIT mode.sos2005-04-142-6/+23
* - cache_lookup() relocks the parent in the DOTDOT case for us.jeff2005-04-142-4/+0
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inmarks2005-04-141-1/+1
* Probe PCI link devices early so that we turn them all off via _DIS beforejhb2005-04-141-0/+4
* Bah, add a missing cast.jhb2005-04-141-1/+1
* Close a race between sleepq_broadcast() and sleepq_catch_signals().jhb2005-04-141-47/+21
* Always use the local APIC timer, even on UP machines.jhb2005-04-142-8/+0
* If an I/O APIC returns 0xffffffff for its version register after we map it,jhb2005-04-141-2/+11
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitepeter2005-04-142-0/+2
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* Take constructive advice from njl && reformatmjacob2005-04-141-0/+6
* Quirk for ZICPlay USB MP3 Player.njl2005-04-141-0/+8
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Apply quirk.mjacob2005-04-141-0/+4
* Applied conservative version of suggested quirk.mjacob2005-04-141-0/+7
* Apply quirk suggested by submitter.mjacob2005-04-141-1/+1
* The divide by zero panic must have been due to a bogusmjacob2005-04-141-0/+9
* Allow user processes to completely empty out their LDT, now that userpeter2005-04-141-1/+1
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-139-67/+201
* Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* Fix compile error :-(.imp2005-04-131-1/+2
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-133-4/+4
* Test for NULL before use.mdodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.mdodd2005-04-131-0/+1
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Default to a interrupt router that returns an invalid interrupt.imp2005-04-131-1/+9
* pmap_update() is gone.cognet2005-04-131-1/+0
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.imp2005-04-139-16/+3
* NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.glebius2005-04-131-2/+1
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* - Remove ifdef PC98.nyan2005-04-138-1044/+68
* Remove a meaningless include.nyan2005-04-132-4/+0
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-134-14/+69
* Remove ifdef PC98.nyan2005-04-132-25/+0
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1319-64/+39
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Support for the GTCO Digipad.mdodd2005-04-131-0/+1
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-133-4/+40
* Make it clear that the statement following the conditional is a NOP.mdodd2005-04-132-2/+4
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
OpenPOWER on IntegriCloud