summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-15Better debug printfs: missing \n and show xfer flags inAlexander Yurchenko
wdc_exec_xfer().
2004-09-15Add Intel 6300ESB.Alexander Yurchenko
2004-09-15Add support for Intel 6300ESB IDE and SATA.Alexander Yurchenko
There's a little botch to be fixed later in our Intel SATA support that's why the first variants of the diff didn't work. Thanks to Markus Foerster <markus@1ster.de> for access to the testing machine.
2004-09-15Check for num < 0 in sysctl_sensors(); from Patrick Latifi.Alexander Yurchenko
ok millert@
2004-09-15Typo in #endif comment.Alexander Yurchenko
2004-09-15Tweak in comment.Alexander Yurchenko
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
ok millert@
2004-09-15shell keyword...Marc Espie
2004-09-15Add an install: target. Ok miod@, pefo@Matthieu Herrb
2004-09-15ABI compliant register namesPer Fogelstrom
2004-09-15Assume default compiler settingsPer Fogelstrom
2004-09-15Make trace work better. Don't hope for a good stacktrace without symbolsPer Fogelstrom
loaded. GCC 3.x really moves things around.
2004-09-15print attr cache parameters in verbose mode. ok pedro@ millert@Otto Moerbeek
2004-09-15if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag,Otto Moerbeek
then call work(). ok deraadt@
2004-09-15Restore correct noac option parsing.Miod Vallat
ok otto@
2004-09-15Crude diff to allow user break on zs to enter ddb, for 147/1x2; spottedMiod Vallat
by matthieu@.
2004-09-15Win a cycle in FP exception SSBR processing.Miod Vallat
2004-09-15Use less stack, as allowed by the new ABI.Miod Vallat
2004-09-15Use ftello() rather than ftell() if you want an off_t value.Miod Vallat
2004-09-15mention PrintLastLog only prints last login time for interactiveJared Yanovich
sessions, like PrintMotd mentions. From Michael Knudsen, with wording changed slightly to match the PrintMotd description. ok djm
2004-09-15string.h for memcpyJolan Luff
2004-09-15Add some amusing ones.Marco Peereboom
2004-09-15KNFHenning Brauer
2004-09-15map both register spacesMichael Shalayeff
2004-09-15don't refuse packets with stratum=0, they are fineHenning Brauer
2004-09-15regenMichael Shalayeff
2004-09-15make pdc device tooMichael Shalayeff
2004-09-15regenMichael Shalayeff
2004-09-15fix ioa entriesMichael Shalayeff
2004-09-15kill old dead commentMichael Shalayeff
2004-09-15ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
/* FALLTHROUGH */ is also understood by lint, so that is better.
2004-09-15ansi and ARSUSEDTheo de Raadt
2004-09-15simplify error check in fpu_emulateMichael Shalayeff
2004-09-15kill another unused function and two debugging printfsHenning Brauer
2004-09-15remove the unused variable/macro code, ok theoHenning Brauer
2004-09-15unused variables, theoHenning Brauer
2004-09-15missing include, from theoHenning Brauer
2004-09-15remove buf_write(), not used in ntpd. found by theoHenning Brauer
2004-09-14allow kenter_pa to remap ptes and do proper wired/resident accounting thereMichael Shalayeff
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14df is a flag, not some u_char thing with -1 value; millert okTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove unused variables galoreTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove remaining unused traces from src routeHenning Brauer
2004-09-14remove unused variableTheo de Raadt
2004-09-14rename internal uname() to euname() to avoid libc conflictTheo de Raadt
2004-09-14remove unused variable; netbsd, ok theoPeter Valchev