aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* update to isdn4bsd beta release 0.90Hellmuth Michaelis1999-12-146-14/+60
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.Peter Wemm1999-12-112-3/+1
* User ldt sharing.Luoqi Chen1999-12-062-3/+24
* Switch over to using the generic joy driverPeter Wemm1999-12-051-20/+0
* oszsigcode -> szosigcodeMarcel Moolenaar1999-12-042-2/+2
* Fix type of sf_addr.Marcel Moolenaar1999-12-041-2/+2
* Moved scheduling-related code to kern_synch.c so that it is easier to fixBruce Evans1999-11-271-8/+1
* Update the WaveLAN/IEEE driver:Bill Paul1999-11-251-0/+25
* Optimize two cases in the MP locking code. First, it is not necessaryMatthew Dillon1999-11-191-3/+2
* Optimize two cases in the MP locking code. First, it is not necessaryMatthew Dillon1999-11-193-0/+4
* Segment registers can be read(write) to(from) memory locations as well asLuoqi Chen1999-11-151-4/+4
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.David E. O'Brien1999-11-144-332/+336
* Reserve space for FPU state in struct sigcontext. Fix some style bugsMarcel Moolenaar1999-11-121-11/+18
* Change the type of sf_addr in struct {o}sigframe from char* toMarcel Moolenaar1999-11-121-8/+9
* i8254_restore is called from apm_default_resume() to reloadMitsuru IWASAKI1999-10-301-0/+1
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...Tor Egge1999-10-151-7/+0
* * Implement bus_set/get/delete_resource for pci.Doug Rabson1999-10-141-2/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-113-4/+2
* Zap unneeded #includesPeter Wemm1999-10-111-2/+0
* Simplification of the signal trampoline and other cleanups.Marcel Moolenaar1999-10-073-4/+21
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-042-29/+65
* Use the rev 1.1.2.1 code from RELENG_3 for atomic operations ratherPeter Wemm1999-10-041-16/+35
* Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/Peter Wemm1999-10-041-1/+1
* Fix style bug: order includesMarcel Moolenaar1999-10-041-1/+1
* Allow compilation with older versions of GCC, in order to make it possibleEivind Eklund1999-10-031-0/+23
* Fix style bugs caused by using the wrong file to copy from. That oneMarcel Moolenaar1999-10-031-4/+12
* sigset_t change (part 3 of 5)Marcel Moolenaar1999-09-296-66/+160
* Fix from Tor so that if we enter the debugger in the tristate going toMatt Jacob1999-09-251-0/+1
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotMatthew Dillon1999-09-221-4/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEMatthew Dillon1999-09-221-1/+7
* Make pmap_mapdev() deal with non-page-aligned requests.Peter Wemm1999-09-111-0/+1
* Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu thatPeter Wemm1999-09-101-0/+2
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hMike Smith1999-09-101-0/+1
* Set up FPU state on the AP.Peter Wemm1999-09-051-0/+4
* Don't install stubs, make a compat symlink at buildworld time.Peter Wemm1999-09-041-6/+0
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>Doug Rabson1999-09-041-1362/+4
* Some reorganization of sysarch() interface:Luoqi Chen1999-09-022-5/+17
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2893-93/+93
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,Jonathan Lemon1999-08-271-2/+1
* Remove unneeded prototypes.Poul-Henning Kamp1999-08-241-8/+1
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKAlan Cox1999-08-231-7/+3
* Make "s_unlock" an inline function. (Inlining this function takesAlan Cox1999-08-221-2/+8
* Undo my previous commit and do it differently. Break the ffs() etc macrosPeter Wemm1999-08-191-14/+27
* Try using the builtin ffs() for egcs, it (by random inspection)Peter Wemm1999-08-191-1/+5
* Update for MI switch code, and trim a heap of unused (I believe) entries.Peter Wemm1999-08-191-56/+3
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsAlan Cox1999-08-181-3/+14
* Remove the SMBIOS detection and definitions; this should be handled in aMike Smith1999-08-181-29/+1
* Add definitions for Interlink VersaPad.Kazutaka YOKOTA1999-08-171-1/+25
* Search for and interrogate the PnP BIOS if found. This code just printsMike Smith1999-08-171-4/+68
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withMike Smith1999-08-171-8/+9