summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Make LKM's build again. I have added the allegedly brokendyson1996-12-071-0/+4
* Change endian.h so that when a kernel is compiled without I386_CPU, anddyson1996-12-071-2/+2
* Synchronize with the RELENG_2_2 branch.asami1996-12-041-9/+1
* Alot of fixes from kazu:sos1996-12-011-14/+48
* Relax the constraints on the bswap opcode (it works on non-bytedyson1996-11-291-24/+16
* Support the appropriate use of bswap instruction on non-I386 builds.dyson1996-11-291-1/+10
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-161-0/+3
* KNF'ify.nate1996-11-151-5/+11
* Finally a start at sharing the kdb controller routines betweensos1996-11-142-24/+92
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-111-1/+34
* Further improved version of hadling a HALT when there is no console.julian1996-10-311-1/+2
* More merge and update.asami1996-10-301-1/+5
* Improved biasing of i586 clock by adjusting for hardclock() latency.bde1996-10-251-51/+62
* When compiling with '-Wall -pedantic', the byte swapping macros gave thenate1996-10-211-3/+3
* Improved non-statistical (GUPROF) profiling:bde1996-10-171-5/+31
* Added missing extern declaration of timer_freq.bde1996-10-171-8/+7
* Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These willbde1996-10-161-26/+30
* Pmap_resident_count was mistakenly removed from pmap.h, therebydyson1996-10-131-0/+2
* Performance optimizations. One of which was meant to go in before thedyson1996-10-121-1/+3
* Cleaned up:bde1996-10-121-15/+3
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.bde1996-10-101-3/+1
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+3
* Improved the btodb() and dbtob() macros. I made them give unsignedbde1996-10-061-8/+9
* Cleaned up vm types. Cosmetic.bde1996-10-061-7/+7
* Fix a couble of nasties regarding mouse pointer and differentsos1996-09-301-1/+3
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()bde1996-09-291-20/+21
* Essentially rename pmap_update to be invltlb. It is a very machinedyson1996-09-281-4/+3
* Move pmap_update_1pg to cpufunc.h. Additionally,dyson1996-09-281-1/+7
* Apparently, BSDI have a new system call gate. I was experimentingpeter1996-09-271-2/+3
* Drat, missed this prototype for random_select().peter1996-09-271-1/+2
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedbde1996-09-241-6/+13
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-2116-72/+92
* Another round of merge/update.asami1996-09-122-50/+7
* Updated #includes to 4.4Lite style.bde1996-09-101-4/+2
* Improve the scalability of certain pmap operations.dyson1996-09-081-6/+24
* Unused file.nate1996-09-071-106/+0
* Remove these three devconf files entirely.phk1996-09-061-96/+0
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-032-11/+3
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-311-2/+1
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-2/+6
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-6/+19
* Update to current state of PC98 world.asami1996-07-231-1/+3
* Introduce two /dev/audio compat alias names for flushing and drainingjoerg1996-07-171-1/+5
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-012-16/+26
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
OpenPOWER on IntegriCloud