aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.Tijl Coosemans2012-02-281-1/+1
* Copy amd64 endian.h to x86 and merge with i386 endian.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. ReplaceTijl Coosemans2012-02-281-1/+1
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans2012-02-281-1/+1
* Remove full debugger options and enable KDB_TRACE option instead to decreaseYoshihiro Takahashi2012-02-091-14/+2
* - Disable the olpt driver. Because it conflicts with the ppc/lpt driver.Yoshihiro Takahashi2012-02-091-2/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-3/+2
* Flip these options on so the modules build correctly for now.Adrian Chadd2012-01-061-2/+2
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelRobert Watson2011-12-291-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Replace `inline static' by `static inline'.Ed Schouten2011-12-132-3/+3
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hMarius Strobl2011-11-272-6/+3
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+3
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-011-1/+1
* Adjust the debugger options slightly. This should help me do the rightKen Smith2011-10-271-1/+4
* MFi386: revision 225936Yoshihiro Takahashi2011-10-041-7/+34
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-111-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-23/+5
* In HEAD when doing no further checkes there is no reason use theBjoern A. Zeeb2011-08-201-3/+2
* Change all the sample kernel configurations to useRick Macklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupBjoern A. Zeeb2011-07-301-1/+12
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-171-0/+1
* Enable the new PCI-PCI bridge driver on pc98 by default. I missed thisJohn Baldwin2011-07-161-0/+2
* - Reduce diffs against i386.Yoshihiro Takahashi2011-06-131-6/+7
* remove code for dynamic offlining/onlining of CPUs on x86Andriy Gapon2011-06-081-3/+4
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-54/+0
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-261-0/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAAlexander Motin2011-04-241-10/+9
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andJung-uk Kim2011-04-121-19/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-071-4/+5
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. TheseJung-uk Kim2011-04-061-0/+17
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-1/+2
* Deprecate tsc_present as the last of its real consumers finally disappeared.Jung-uk Kim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsJung-uk Kim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becauseJung-uk Kim2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpJulian Elischer2011-03-091-1/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* MFi386: revision 218744Yoshihiro Takahashi2011-02-191-1/+7
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+0
* MFi386: revision 218329Yoshihiro Takahashi2011-02-071-0/+6
* MFi386: revision 218327Yoshihiro Takahashi2011-02-071-1/+17
* MFi386: revision 217886Yoshihiro Takahashi2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-5/+4
* MFi386: revision 217515Yoshihiro Takahashi2011-01-181-3/+0
* 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