summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-13Handle all isspace() chars the same for -w and -b. ok millert@ markus@Otto Moerbeek
2005-01-13prettierJean-Francois Brousseau
2005-01-13* get rid of useless headersJean-Francois Brousseau
2005-01-13when warning about unimplemented handlers, do not attempt to printJean-Francois Brousseau
2005-01-13HTML page does not seem to exist anymore so point to the PDF for now.Brad Smith
2005-01-13just mark it down when we can't install a package, instead of tryingMarc Espie
2005-01-13let collision reports give the name of the package they're trying toMarc Espie
2005-01-13better descr for `cvs annotate'; help and ok jmc.Xavier Santolaria
2005-01-12use basename(3) instead of mangling the path to figure out theJean-Francois Brousseau
2005-01-12add rcs_kflag_get() to validate kflagsJean-Francois Brousseau
2005-01-12remove some differencesTheo de Raadt
2005-01-12Intel 82443BX DRAM address errata seems to be fixed in the latest revisionsAlexander Yurchenko
2005-01-12update to sendmail 8.13.3Todd C. Miller
2005-01-12Try a watchdog reset (that powers off the zaurus) before cpu_reset().Uwe Stuehler
2005-01-12fix kernel building with option UBSA_DEBUG.Moritz Jodeit
2005-01-12Don't call ahc_setup_data() after calling ahc_execute_scb() since theKenneth R Westerback
2005-01-12Fix an off by one in the critical section clearing code. The code wasKenneth R Westerback
2005-01-12less confusing `TARGET_USE_GCC3' since it's only used locally.Marc Espie
2005-01-11Document the 98543 topcat.Miod Vallat
2005-01-11Pass device names on intr_establish() call, other drivers need this too.Dale Rahn
2005-01-11rename via_shutdown() to via_powerdown() and remove unused prototype toMartin Reindl
2005-01-11oppsDale Rahn
2005-01-11pretty print in dmesgTheo de Raadt
2005-01-11add zaurus in right place (before wild card)Theo de Raadt
2005-01-11change the description of /usr/lib from `archive libraries' to `systemJason McIntyre
2005-01-11no more stuff from gnuTheo de Raadt
2005-01-11put a seperate and real fsck on the mediaTheo de Raadt
2005-01-11correct unfortunate example which would have squished users' mailbox;Jason McIntyre
2005-01-11first cut at interrupt stats.Dale Rahn
2005-01-11more minor tweaks, ok jmcJared Yanovich
2005-01-11no need to call realpath() in adjustname()Henning Brauer
2005-01-11Let 'boot' and 'ls' take arguments of the form [device:][file].Uwe Stuehler
2005-01-11tweaks;Jason McIntyre
2005-01-11document vnd ioctls;Jason McIntyre
2005-01-11correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF,Damien Miller
2005-01-11cvs -> CVS; jmc okXavier Santolaria
2005-01-11be more specific about pp log attempts.Marc Espie
2005-01-11Reliability fixes:Miod Vallat
2005-01-11Close the Entries file we just created upon directory creation. ThisJean-Francois Brousseau
2005-01-10Make sure bogus values don't make their way into tcp_xmit_timer() calculations.Ryan Thomas McBride
2005-01-10Correctly limit interrupts on the 'last' register, added support toDale Rahn
2005-01-10make it compile, sighTheo de Raadt
2005-01-10spacingTheo de Raadt
2005-01-10spacingTheo de Raadt
2005-01-10It turns out the extiospace static storage shrinkage was too much for largeMiod Vallat
2005-01-10proper SET_PC_REGS,Marc Espie
2005-01-10OpenBSD tagsUwe Stuehler
2005-01-10remove unnecessary rlphy_reset(), mii_phy_tick() andBrad Smith
2005-01-10minor docs for cuaU? supportTheo de Raadt
2005-01-10Remove unneccesary cast to long long and %llu format; print using %lu.Otto Moerbeek