summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
...
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-1/+1
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-1/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-1/+1
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-1/+1
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-281-1/+1
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-281-1/+1
* Remove full debugger options and enable KDB_TRACE option instead to decreasenyan2012-02-091-14/+2
* - Disable the olpt driver. Because it conflicts with the ppc/lpt driver.nyan2012-02-091-2/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-3/+2
* Flip these options on so the modules build correctly for now.adrian2012-01-061-2/+2
* Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernelrwatson2011-12-291-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace `inline static' by `static inline'.ed2011-12-132-3/+3
* Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.hmarius2011-11-272-6/+3
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andmarius2011-11-011-1/+1
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-1/+4
* MFi386: revision 225936nyan2011-10-041-7/+34
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-111-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-23/+5
* In HEAD when doing no further checkes there is no reason use thebz2011-08-201-3/+2
* Change all the sample kernel configurations to usermacklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Enable the new PCI-PCI bridge driver on pc98 by default. I missed thisjhb2011-07-161-0/+2
* - Reduce diffs against i386.nyan2011-06-131-6/+7
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-3/+4
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-54/+0
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-10/+9
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-19/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-4/+5
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. Thesejkim2011-04-061-0/+17
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+1
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-8/+15
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* MFi386: revision 218744nyan2011-02-191-1/+7
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* MFi386: revision 218329nyan2011-02-071-0/+6
* MFi386: revision 218327nyan2011-02-071-1/+17
* MFi386: revision 217886nyan2011-02-071-3/+5
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+4
OpenPOWER on IntegriCloud