summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1999-06-03use __builtin_next_arg() for va_start()Theo de Raadt
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-09add more 'cc' usage, actually overestimating gcc's smartness; also fix curren...Michael Shalayeff
1999-03-08Add support for CPUID level 2. This is used to determine the L2 cache sizeJason Downs
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
1999-02-26typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.Artur Grabowski
1999-02-26some defines needed by uvmArtur Grabowski
1999-02-24pIII handling; testing by jdb@layer8.netTheo de Raadt
1999-02-23apm battery status messages now suppressed until battery lifeMarco S Hyman
1999-02-17oopsTheo de Raadt
1999-02-17elf for freebsd; chris@dqc.orgTheo de Raadt
1999-02-15more definitions from apm 1.2Michael Shalayeff
1999-01-31Fix clobbers so that GENERIC may compile with egcs.Marc Espie
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1998-10-10Sync with FreeBSD; add ioctls.Jason Downs
1998-10-04typoNiklas Hallqvist
1998-09-06compat with NetBSD + more *_raw_* extensions I needNiklas Hallqvist
1998-08-30Add extra cpu_setup argument.Jason Downs
1998-07-27oops, remove bugus trailing spacesMarco S Hyman
1998-07-27Fix BATT_REMAINING macro so it returns values in minutes (as documented)Marco S Hyman
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in t...Theo de Raadt
1998-07-18add ioctl to apm to set message display to one of three states:Marco S Hyman
1998-06-08consdev to comeMichael Shalayeff
1998-06-04cpuid return values for sysctlJason Downs
1998-05-28grow kernel malloc area by 2MMichael Shalayeff
1998-05-25Remove gobs of unneeded code.Jason Downs
1998-05-25Add support for feature bit listing; fix #defines.Jason Downs
1998-04-25convert i386 to MNNMichael Shalayeff
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1998-02-24First commit of /boot changes/fixes. More to come.Tobias Weingartner
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-19add netbsd partition, rename 386BSD one to FreeBSD..Theo de Raadt
1998-02-17add an in-kernel /dev/xf86 aperture driver. the 'machdep.allowaperture'Matthieu Herrb
1998-02-08nicerTheo de Raadt
1998-02-08Forward declare struct procNiklas Hallqvist
1998-01-29Make profiling work, mostly from NetBSDNiklas Hallqvist
1998-01-20Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses itNiklas Hallqvist
1998-01-17Merge from NetBSD, thorpej@netbsd.org says:Niklas Hallqvist
1998-01-11disklabel spoofing for FAT32.Niels Provos
1998-01-09Make booting new kernels with old bootblocks moer robustNiklas Hallqvist
1997-12-17New CPU detection code, from NetBSD, with some machdep changes from myself.Jason Downs
1997-12-09Intel P5 f00f workaround; weingart & who knows who elseTheo de Raadt
1997-11-11put protos inside #ifdef _KERNELTheo de Raadt
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist