aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98Tijl Coosemans2011-01-081-1/+1
* MFi386 r216012 by kib:Gavin Atkinson2011-01-021-1/+2
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-2/+2
* Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.Jung-uk Kim2010-12-081-3/+7
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-9/+7
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-7/+9
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()Konstantin Belousov2010-11-261-77/+26
* Include x86/_align.h directly instead of including the i386 header.Tijl Coosemans2010-11-261-26/+3
* Move identical copies of apm_bios.h to sys/x86/include, replace them withJung-uk Kim2010-11-111-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-6/+0
* Move the mptable.h under x86/include/.Attilio Rao2010-11-091-6/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() toJohn Baldwin2010-11-051-4/+10
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-011-6/+0
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-012-7/+1
* Rename BUS_SPACE_IO and BUS_SPACE_MEM defines to BUS_SPACE_TAG_IO andYoshihiro Takahashi2010-10-312-10/+10
* MFi386: the part of revision 213226.Yoshihiro Takahashi2010-10-241-44/+55
* Remove trailing ", " from `sysctl machdep.idle_available' output.Jung-uk Kim2010-10-121-1/+2
* Now userland POSIX semaphore is based on umtx. The kernel moduleDavid Xu2010-09-241-1/+0
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-59/+82
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umaMatthew D Fleming2010-07-281-0/+1
* Store fsbase and gsbase in the right fields of the mcontext. They wereTijl Coosemans2010-07-201-4/+4
* Unify pc98 event timer code with the rest of x86.Alexander Motin2010-07-132-563/+4
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() toJohn Baldwin2010-06-301-0/+1
* Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() forKonstantin Belousov2010-06-231-11/+8
* After the FPU use requires #MF working due to INT13 FPU exception handlingKonstantin Belousov2010-06-231-3/+2
* Remove the support for int13 FPU exception reporting on i386. It isKonstantin Belousov2010-06-231-45/+2
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-39/+22
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-4/+4
* MFi386: the part of revision 181809Yoshihiro Takahashi2010-05-291-5/+5
* MFi386: revision 178471Yoshihiro Takahashi2010-05-291-42/+150
* Reduce diffs against i386.Yoshihiro Takahashi2010-05-291-11/+17
* MFi386: revision 208621Yoshihiro Takahashi2010-05-291-2/+0
* MFi386: revision 208604Yoshihiro Takahashi2010-05-291-0/+14
* Reduce diffs against syscons_isa.c. No functional changes.Yoshihiro Takahashi2010-05-261-29/+34
* - Implement MI helper functions, dividing one or two timer interrupts withAlexander Motin2010-05-241-11/+10
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andMarius Strobl2010-05-202-18/+16
* MFi386: revision 206553Yoshihiro Takahashi2010-04-291-4/+8
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-0/+1
* Comply with the new cyclic dtrace module variable nameRui Paulo2010-04-211-2/+2
* Default the machdep.lapic_allclocks to be enabled in order to cope withAttilio Rao2010-04-091-1/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-7/+3
* Remove COMPAT_43TTY from stock kernel configuration files.Ed Schouten2010-03-131-1/+0
* MFx86: the part of r204641Yoshihiro Takahashi2010-03-051-2/+7
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-1/+1
* Adjust style (following the already existing rules) for the newlyAttilio Rao2010-02-151-1/+1
* Add the options DEADLKRES (introducing the deadlock resolver thread) inAttilio Rao2010-02-101-0/+1
* Move the examples for the 'hints' and 'env' keywords from various GENERICJohn Baldwin2010-01-191-9/+0
* - Allow clock subsystem to be compiled without the apic support [0]Attilio Rao2010-01-172-2/+3
* Handling all the three clocks (hardclock, softclock, profclock) with theAttilio Rao2010-01-151-4/+5