summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-683/+0
* PC98 systems don't need to worry about the MCA bus.mdodd2003-03-243-27/+0
* Remove bitrot associated with `maxusers'.ru2003-03-221-1/+0
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-183-3/+0
* Fix malloc() without legal mode flag.phk2003-03-172-2/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-152-2/+2
* MFi386: revision 1.1079nyan2003-03-091-6/+5
* Merged from sys/dev/syscons/syscons.c revision 1.396.nyan2003-03-091-0/+4
* Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.nyan2003-03-092-4/+22
* Allocate the devstat structure with devstat_new_entry().phk2003-03-083-26/+17
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-18/+1
* Make nokqfilter() return the correct return value.phk2003-03-033-3/+3
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-0314-185/+113
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-028-32/+32
* NO_GEOM cleanup:phk2003-02-281-32/+12
* Implemented "nooption" and "nomakeoption" config(8) tokens.ru2003-02-262-40/+23
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESobrien2003-02-252-2/+58
* Convert one more d_mmap_t consumer I missed in my previous commit.mux2003-02-252-4/+8
* Cleanup of the d_mmap_t interface.mux2003-02-253-6/+6
* Add NOTES for pc98.nyan2003-02-232-0/+967
* Merged from sys/dev/syscons/syscons.c revision 1.393.nyan2003-02-231-1/+4
* Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-232-16/+28
* MFi386: revision 1.554.nyan2003-02-232-2/+2
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-203-24/+36
* Back out M_* changes, per decision of the TRB.imp2003-02-194-9/+9
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-162-8/+8
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* Switch to use the TSC code i386/i386/tsc.cphk2003-02-113-330/+3
* Merged from sys/dev/sio/sio.c revision 1.383.nyan2003-02-072-0/+4
* Reduce diff to i386/isa/clock.c by unifdef -DPC98phk2003-02-053-1245/+0
* Typo in last commitphk2003-02-053-3/+3
* MFi386: write the correct weekday back to the RTC.phk2003-02-053-3/+3
* Oops, fix copyright again.nyan2003-02-045-0/+9
* Fix copyright notification.takawata2003-02-044-4/+4
* Split the global timezone structure into two integer fields tophk2003-02-033-9/+9
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-033-6/+45
* Add CanBe power management controller support.nyan2003-02-036-0/+790
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
OpenPOWER on IntegriCloud