summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
AgeCommit message (Expand)Author
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
1997-11-10DOH! I stress out too muchNiklas Hallqvist
1997-11-10Be careful with names of local vars in macrosNiklas Hallqvist
1997-11-09Whoops a conflict crept inNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-10-27A flag added to diskinfo used by the kernel to mark devices already mappedNiklas Hallqvist
1997-10-25fix blk2chr,chr2blkMichael Shalayeff
1997-10-25do blk<-->chr dev_t conversions through the sysctlMichael Shalayeff
1997-10-25define fixed bootarg vector offset, and max lenMichael Shalayeff
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
1997-10-22support new libsaMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-18Copy in bios_diskinfo array from /boot space.Tobias Weingartner
1997-10-17Cleanup, make it all compile.Tobias Weingartner
1997-10-17Use BIOS to probe for memory map.Tobias Weingartner
1997-10-14Support for bios memory maps.Tobias Weingartner
1997-10-14Neater this way.Tobias Weingartner
1997-10-12reserve void* at the of BIOS_vars for future useMichael Shalayeff
1997-10-03make bios_geometry unsigned to avoid sign extensionTheo de Raadt
1997-09-29apm0 at bios0Michael Shalayeff
1997-09-29ignore partitions larger than device, as an attempt to ignore floppies withou...Theo de Raadt
1997-09-27add ID, we have mods hereMichael Shalayeff
1997-09-24bios and pctr are both ocis w/ seltrueMichael Shalayeff
1997-09-24bios device is ocis from nowMichael Shalayeff
1997-09-24cdev_decl(apm) in machine/conf.hMichael Shalayeff
1997-09-21branch the bios tree inside the machdepMichael Shalayeff
1997-09-21support new bootsMichael Shalayeff