summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2000-03-02EXTMEM_SIZE is a dead meat; remove commented-out entriesMichael Shalayeff
2000-03-02Several people noted that non-UVM was brokenNiklas Hallqvist
2000-03-01Much nicer pte.h commented by Chuck Cranor; from NetBSDNiklas Hallqvist
2000-02-28Don't let scrollback happen if scr_offset == 0.Aaron Campbell
2000-02-27Fix a minor off-by-one error.Aaron Campbell
2000-02-27- Set scr_offset to -1 at driver init, not 0. Fixes a subtle bug.Aaron Campbell
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-21a few comment fixes from espie@Michael Shalayeff
2000-02-21separate assembly thing into an own file to avoid compiler-deps.Michael Shalayeff
2000-02-21recycle unused char 24 to be SES devicemjacob
2000-02-18full support for a serial console.Michael Shalayeff
2000-02-11add wxJason Wright
2000-02-08evil typo; from Rusty Hunt <alaric@exoinc.com>Michael Shalayeff
2000-02-08Split low ISA memory (<16MB) into its own freelist, which is used last byNiklas Hallqvist
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-04Externalize comstop()Angelos D. Keromytis
2000-02-03Prevent overflow in computation of buffer cache limitationNiklas Hallqvist
2000-02-03remove extraneous spaces and tabsMichael Shalayeff
2000-02-01Add Xircom Netwave driver (cnw) commented out.Federico G. Schwindt
2000-02-01call vfs_syncwait on standby and suspendMichael Shalayeff
2000-01-31explicitly round segments to a page boundaryMichael Shalayeff
2000-01-31bzero() in get_event tooMichael Shalayeff
2000-01-31possibly uninitialized vasriable used in DEBUG code piece; from deraadt@Michael Shalayeff
2000-01-31remove if0ed stinkpad's spinlockMichael Shalayeff
2000-01-29this makes some rough and tough calculations on apmMichael Shalayeff
2000-01-29bring in some mods for apm1.2 proto;Michael Shalayeff
2000-01-29get usage of memory maps supplied from /boot.Michael Shalayeff
2000-01-29separate clock init, to be called upon resume from apm sleepsMichael Shalayeff
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-19Sloppy me.Aaron Campbell
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
2000-01-17Remove `pc_disp_special'.Aaron Campbell
2000-01-17Remove `pcdisp_special', which was actually a gross hack. Instead, move theAaron Campbell
2000-01-16remove more references to -H and -V. -mojMats O Jansson
2000-01-15set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.orgTheo de Raadt
2000-01-15P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet boxTheo de Raadt
2000-01-13add pcic2; matt@zigg.comTheo de Raadt
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-09Change an instance of #if NISA that should be #if NISADMATodd C. Miller
2000-01-09add dcphy (necessary for macronix 98715)Jason Wright
2000-01-06don't use _C_LABEL. but do use __STRINGDavid Leonard
2000-01-06add __weak_alias() macroDavid Leonard
2000-01-06remove mx & pn in favor of dcJason Wright
2000-01-03Remove ax and al from GENERIC; match with dc instead.Aaron Campbell
1999-12-30when db_panic is set, ignore ddb errors that come through the kdb_trap()Theo de Raadt
1999-12-30comment out tr by now; deraadt@.Federico G. Schwindt
1999-12-27Add tr driver.Federico G. Schwindt
1999-12-15remove pn, replace with dcJason Wright
1999-12-08DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace theAaron Campbell