summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
Commit message (Expand)AuthorAgeFilesLines
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-4/+5
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Use repo-copied files in sys/i386/bios.mdodd2003-03-244-4/+4
* - Use if_broadcastaddr from struct ifnet rather than relying onmdodd2003-03-211-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* Make TTYHOG tunable.das2003-03-052-0/+2
* Make nokqfilter() return the correct return value.phk2003-03-035-5/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-0317-226/+133
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-029-37/+37
* Use MAJOR_AUTO.phk2003-02-271-2/+1
* NODEVFS cleanup:phk2003-02-272-12/+6
* msgphk2003-02-261-9/+0
* NODEVFS cleanup: Create devices with make_dev() instead of cdevsw_add()phk2003-02-261-4/+1
* Cleanup of the d_mmap_t interface.mux2003-02-253-12/+11
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-1913-23/+23
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-1/+1
* Remove #include <sys/dkstat.h>phk2003-02-162-2/+0
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-032-8/+28
* Catch more uses of MIN().alfred2003-02-021-1/+0
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-022-4/+0
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2113-23/+23
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-2/+2
* network interface and link layer changes:sam2002-11-154-73/+31
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-1/+1
* - Convert to newbus, bus_space etc.mdodd2002-11-052-1700/+0
* Fix typo. ioport_rid should be irq_rid.davidxu2002-11-051-1/+1
* Merge PC98 changes.mdodd2002-11-021-30/+60
* Handle hints for the atspeaker device.mdodd2002-10-281-1/+25
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-251-0/+1
* - New-bussify the rc(4) device driver.jhb2002-10-233-1738/+0
* Add an identify method that creates a pmtimer0 device if it doesn't alreedyjhb2002-10-221-2/+19
* Use if_printf() instead of printf() to print diagnositic messages in thebrooks2002-10-211-9/+6
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-22/+15
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-202-82/+82
* Hide inline assembly if lint is defined.phk2002-10-201-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Be consistent about funtions being static.phk2002-10-166-19/+31
* NB: This commit does *NOT* make GEOM the default in FreeBSDphk2002-10-051-1/+3
* Remove duplicate make_dev() calls.mdodd2002-10-041-4/+0
OpenPOWER on IntegriCloud