summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-30Enable break interrupt earlier.Artur Grabowski
2001-09-30Next round of cleanups.Artur Grabowski
2001-09-30Generic soft interrupts from NetBSD plus some minor cleanups.Artur Grabowski
2001-09-30add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin <...Michael Shalayeff
2001-09-30Tune TCP fsm (99.7% - 99.9% accuracy over 1e6 connections)Mike Frantzen
2001-09-30Remove dead code.Artur Grabowski
2001-09-30Remove the COM_HAYESP code. It doesn't appear to have been ever used andArtur Grabowski
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
2001-09-30Make the kernel compile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-29Next step in making the com driver improvable.Artur Grabowski
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-09-29Use more PMAP_NEW facilities.Miod Vallat
2001-09-29Remove unused routines, and a few style/harmonization fixes.Miod Vallat
2001-09-29comment out some unimplemented placeholders; millert@ agreesChristian Weisgerber
2001-09-29Avoid panic at time of raid autoconfiguration. Raid kernel thread startsGrigoriy Orlov
2001-09-29Move signal initialization before dostartuphooks to avoid panic atGrigoriy Orlov
2001-09-29The "swap generic" configuration needs only two entries in swdevt[].Miod Vallat
2001-09-29Some KNF.Artur Grabowski
2001-09-29filter forwarded ipv6 packets; checked by itojun, tested byjasoni
2001-09-29from the "Ok, so I couldn't sleep" department: minimal driver for the beeper ...Jason Wright
2001-09-29dec_kn20aa_intr_disestablish() implementation from netbsd; art@ okMichael Shalayeff
2001-09-29Pretty the printout (don't know if it's right, but it does the job).Artur Grabowski
2001-09-29PC87415: Don't claim to support DATA32 or MODEJason Wright
2001-09-29for pc87415:Jason Wright
2001-09-29Enable pckbd support and use symbolic #defines for ctb_term_typeTodd C. Miller
2001-09-29com at ebusArtur Grabowski
2001-09-29com at ebusArtur Grabowski
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski
2001-09-29- compoll is now scheduled once for every sc instead of just one timeout forArtur Grabowski
2001-09-29add pciide driver for National Semiconductor PC87415.Jason Wright
2001-09-29If we field an interrupt, return to the caller that we did so. Otherwise,mjacob
2001-09-29using #define is wrong, use #optionTheo de Raadt
2001-09-28and mention XP1000 in the right placeTheo de Raadt
2001-09-28Hack to work around bootpaths like:Jason Wright
2001-09-28cold is now staticly initialized.Miod Vallat
2001-09-28Variable declarations in .h files without extern keywords suck.Miod Vallat
2001-09-28Typos of the day.Miod Vallat
2001-09-28More cleaning, some style changes.Miod Vallat
2001-09-28"sys/foo.h" -> <sys/foo.h>Miod Vallat
2001-09-28No need duplicating defines.Miod Vallat
2001-09-28proper values for long double type (from NetBSD)Jason Wright
2001-09-28proper values for ieee rounding modes (from NetBSD)Jason Wright
2001-09-28Almost half of this file was ifdef DEBUG. Everybody knows that debuggingArtur Grabowski
2001-09-28Fix a DIAGNOSTIC check.Artur Grabowski
2001-09-28Random cleanup (I don't like Ms in my tree).Artur Grabowski
2001-09-28QBITS is always defined, no point in having all those cofusing ifdefs.Artur Grabowski
2001-09-28Don't spam the console with userland alignemnt errors.Artur Grabowski