summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.nyan2003-08-282-68/+30
* Switch to dev/syscons/syscons.c.nyan2003-08-251-3586/+0
* MFi386: revisions 1.202 and 1.203.nyan2003-08-233-417/+9
* bandaide to make this build againimp2003-08-163-6/+18
* As warned: Initiate deorbit burn for the pcaudio driver.phk2003-08-152-613/+0
* MFi386: revision 1.201.nyan2003-08-083-0/+3
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-022-6/+12
* Merged from sys/dev/ppc/ppc.c revision 1.42.nyan2003-08-022-88/+74
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-312-2/+2
* MFi386: revision 1.1090.nyan2003-07-231-0/+10
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-222-11/+0
* Supported the gdc_clear function.nyan2003-07-212-6/+114
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-152-2/+2
* Fixed mouse cursor support.nyan2003-07-131-55/+42
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-028-26/+12
* MFi386: revision 1.566.nyan2003-06-282-76/+0
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-282-0/+40
* Replace evil abuse of geteblk() with malloc(9).phk2003-06-162-12/+10
* Disable unneeded devices and options.nyan2003-06-151-5/+22
* pc98 doesn't need COMPAT_OLDISA for any devices in the kernel.imp2003-06-121-2/+2
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* Fixed compile error.nyan2003-06-072-4/+4
* MFi386: revision 1.199nyan2003-06-013-3/+3
* Merged from sys/isa/ppc.c revision 1.40.nyan2003-06-012-14/+0
* Merged from sys/isa/fd.c revision 1.250.nyan2003-06-012-4/+0
* Merged from sys/dev/sio/sio.c revision 1.399.nyan2003-06-012-4/+0
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-311-1/+1
* Clear up that COMPAT_43 may not do the same thing on every architecturejmallett2003-05-151-3/+0
* Fix a typo that broke the pc98 kernel build.jhb2003-05-142-2/+2
* - Merge struct procsig with struct sigacts.jhb2003-05-132-18/+24
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-297-7/+7
* MFi386: revision 1.1086.nyan2003-04-291-6/+0
* Add an argument to get_mcontext() which specified whether thedeischen2003-04-252-6/+16
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-2/+0
* Comment out firewire devices.nyan2003-04-221-3/+3
* Add FireWire drivers to GENERIC.simokawa2003-04-211-0/+5
* Add device driver support for the ASIX Electronics AX88172 USB 2.0wpaul2003-04-201-0/+1
* Hold the proc lock for curproc around sigonstack().jhb2003-04-182-0/+4
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* MFi386: revision 1.561nyan2003-04-032-6/+66
* Don't use dkmakeminor(), it has nothing to do with CDroms.phk2003-04-031-6/+2
* MFi386: revisions 1.556 and 1.557.nyan2003-04-022-24/+18
* Merged from sys/dev/syscons/syscons.c revision 1.400.nyan2003-04-021-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-014-4/+4
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-012-0/+16
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-312-18/+18
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-312-12/+12
* Catch up with recent changes.mdodd2003-03-301-9/+5
* Merge PC98 support.mdodd2003-03-252-1594/+0
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-255-43/+45
OpenPOWER on IntegriCloud