summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud