summaryrefslogtreecommitdiffstats
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
* Merge the following from the English version:den2005-04-143-39/+83
* remove needless res_init() call.ume2005-04-141-9/+0
* 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
* Printf(1) is WARNS 6 clean.stefanf2005-04-141-0/+1
* - Move parts of the long main() function into a new function doformat().stefanf2005-04-141-153/+160
* - 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
* Do not remove logging sockets. This fixes an issue where loggingcsjp2005-04-141-0/+2
* 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
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.peter2005-04-142-16/+41
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-144-32/+82
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodspeter2005-04-141-13/+16
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.peter2005-04-145-0/+149
* - 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
* sort and expand the prunelist in a more or less generally sensiblyphk2005-04-131-18/+82
* Introduce NANOBSD_PRUNE which can be used to zap out bits we don'tphk2005-04-131-0/+3
* Use df -iphk2005-04-131-1/+1
* Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* Add a few regression tests for printf(1).stefanf2005-04-1312-1/+38
* Assign 0.0 to the variable passed to getfloating() if the argument is missing.stefanf2005-04-131-1/+3
* 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
OpenPOWER on IntegriCloud