summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2003-01-06Document MBR offset (used by NT4 at least).Tobias Weingartner
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-22better handling of bigendian batteries; problem noticed by blovett@bsdguru.comMichael Shalayeff
2002-12-18APM_BEBATT is in the apm_flags, not sc_flags, from markus@Michael Shalayeff
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-13Add FireWire to kernel config.Thierry Deval
2002-12-12linux passes the 6th syscall argument in ebpJason Ish
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-12-10``synthesizers'' is too difficult to spell correctly.Miod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02remove trm to fit propolice onto the floppyTheo de Raadt
2002-12-02remove aic to fit propolice onto the floppyTheo de Raadt
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-30Add driver for Belkin usb serial adapters.Nathan Binkert
2002-11-30add uvscom(4), but comment it outNathan Binkert
2002-11-28same devices named the sameMichael Shalayeff
2002-11-28generic isa mpu, from Sergey A. Smitienko w/ fixes from meMichael Shalayeff
2002-11-24also no opt_user_ldt.hPhilipp Buehler
2002-11-08prepare for bktr on macppc (commented out in generic for now); drahn@ okMichael Shalayeff
2002-11-07dev/isa/i82365_isasubr.c is needed for pcic at pci; from Bernard Gardner via ...Michael Shalayeff
2002-10-29Remove some unused globlsArtur Grabowski
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-14Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@Matthieu Herrb
2002-10-13better USER_LDT comment; originally suggested by seb@todesplanet.de; ok deraadtPeter Valchev
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-09-26renable sppp and lmc, now freeTheo de Raadt
2002-09-24Get rid of gx(4) and use em(4) since it supports more cards and works betterNathan Binkert
2002-09-24Restore pentium_microtime, testing by henning@, millert@. ok deraadt@Thomas Nordin
2002-09-23turn off sppp, lmc, and cz until various licenses on those components areTheo de Raadt
2002-09-23For serverworks chipsets: instead of trying to prevent attaching the same busNathan Binkert
2002-09-16It's more convinient to spell convinient as ``convenient'', actually.Miod Vallat
2002-09-12Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.Artur Grabowski
2002-09-11Some early callers of pmap_growkernel call it before vm_page structuresArtur Grabowski
2002-09-10Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page *Artur Grabowski
2002-09-03add aic@isapnp, commented out, except for _cdMichael Shalayeff
2002-09-03aic at isapnp, from anders@Arnholm.nu w/ fixes from meMichael Shalayeff
2002-08-28update of radiotrack driver, including isapnp support; from jumbo@Michael Shalayeff
2002-08-28ancient file name in .file; from pbastos@rdc.puc-rio.brMichael Shalayeff
2002-08-22match more serverworks "double bridges", based on discussions with nate andTheo de Raadt
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-08-05the supported agp chipset list is md-configured, not miMichael Shalayeff
2002-08-02prevent integer overflow by verifying that ua.num is not too large.Nathan Binkert
2002-07-31Remove mickey's debugging printf goop.Aaron Campbell
2002-07-31support for changing stack execution protection through mprotect()Michael Shalayeff
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
2002-07-24use properly sized regs for the prefix, only matters w/ picky binutils, old g...Michael Shalayeff