summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-29Switch hp300 to evcount.Miod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-09-29Do not count 060SP traps; there are too many of them, better handle themMiod Vallat
as fast as possible.
2004-09-29Note that the spanning tree protocol is disabled by default on interfacesRyan Thomas McBride
added to the bridge. From Benjamin Ewy <bewy@pneservices.com>
2004-09-29Code cleanup and shrinkage (~2K).Kenneth R Westerback
Factor out drive/partition handling for CD and disk installs. Should only affect installs/upgrades from non-ISO CDs and unmounted disk partitions. Tested by Otto@. 'It is that high risk time' deraadt@.
2004-09-28remove confusing sentence which suggests we usually run in single-userJason McIntyre
mode; instead correctly reference securelevel(7); based on a diff from han boetes; ok millert@
2004-09-28syncTheo de Raadt
2004-09-28sparc64 -> sparc;Jason McIntyre
2004-09-28tweaks;Jason McIntyre
2004-09-28pass lintTheo de Raadt
2004-09-28spacing;Jason McIntyre
2004-09-28wrong macros; from number six;Jason McIntyre
2004-09-28when stdin is searched, -L and -l print `(standard input)', not `-';Jason McIntyre
from alexander taler (pr #3937);
2004-09-28various fixes to make this page more readable/helpful;Jason McIntyre
also split into 2 sections (ere and bre) and add a list of the expressions supported (nicked/adapted from ed(1)); includes fixes/feedback from otto and jared;
2004-09-28various fixes to make this page a bit clearer and hopefully a bitJason McIntyre
more helpful; this includes some ideas/fixes from otto and jared;
2004-09-28typos and fixes which make the databases follow the format specifiedJason McIntyre
in Notes; everything from ray at cyth net; closes pr #3933; ok deraadt@ pjanzen@
2004-09-28Simpler loop to free queue items. OK otto@Todd C. Miller
2004-09-28syncTheo de Raadt
2004-09-28timer man page for sparc (while I was in the neighborhood..)Jason Wright
2004-09-28man page for timer@mainbus (no more TODO's!)Jason Wright
2004-09-28nuke unused variableJason Wright
2004-09-28according to dmesglog, ultra80 worksJason Wright
2004-09-28add e4500/e5500Jason Wright
2004-09-28use prom mappings when availavkJason Wright
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2004-09-28Fix unsigned {int, long, long long} to long double conversions forOtto Moerbeek
values with the high bit set. ok kettenis@ jason@
2004-09-28Tidy disklabel output for todays big disks. Based on a diff from fOtto Moerbeek
at obiit dot org in PR 3847. ok tedu@ deraadt@ millert@
2004-09-28fix lib/bind cleaning cruftJakob Schlyter
2004-09-28resolve conflictsJakob Schlyter
2004-09-28Use ETHER_MIN_LEN/ETHER_MAX_DIX_LENBrad Smith
2004-09-28remove unused filesJakob Schlyter
2004-09-28debugging stuff nuke I willJason Wright
2004-09-28ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2004-09-28sync (oops)Dale Rahn
2004-09-28get the offsets of imap/iclr correct (zs now interrupts more than once)Jason Wright
2004-09-28Fix leaks in error paths. from Patrick Latifi. ok millert@Otto Moerbeek
2004-09-28gcc-ism. We don't want it, we don't need it.Claudio Jeker
OK henning@ noticed by deraadt@
2004-09-28syncDale Rahn
2004-09-28Move ksym to a more reasonable number. (matches committed ksym entry)Dale Rahn
2004-09-28add the missing ksym entry into the cdev table. pointed out by kevloDale Rahn
2004-09-28allow booting from isp devicesJason Wright
2004-09-28Update to sudo 1.6.8p1Todd C. Miller
2004-09-28login script to provide TIS Firewall Toolkit authenticationTodd C. Miller
2004-09-28Like Yoda Jason trying to speak is.Miod Vallat
2004-09-28one m is enough in incoming, really ;)Henning Brauer
2004-09-28Belkin F5D6001 versions 1 and 2 are atw(4) and wi(4) respsectively.Todd C. Miller
Version 3 is reportedly realtek-based.
2004-09-28Add prepend-neighbor feature. Prepend the remote-as n times similar toClaudio Jeker
prepend-self. Only for incomming UPDATEs. OK henning@
2004-09-28This compiles better with the correct contents.Miod Vallat
2004-09-28fixes for 2 cases of unaligned memory access on alpha whichBrad Smith
would result in panics. PR 3795 ok tedu@ "looks ok" mcbride@ & dhartmei@
2004-09-28syncAlexander Yurchenko