summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-04remove duplicate trace message which gets output in cvs_sendfile()Jean-Francois Brousseau
2005-02-04syncHenning Brauer
2005-02-04unfuck amd64Peter Valchev
2005-02-04clearer wording;Jason McIntyre
based on a diff from freebsd -r1.22;
2005-02-04syncPeter Valchev
2005-02-04Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast()Claudio Jeker
errors as errno was set by the call.
2005-02-04Add sanity checks for AS-external LSA. Refine some other checks to be asClaudio Jeker
strict as possible. OK norby@
2005-02-04add hme(4) RX TCP/UDP checksum offloadBrad Smith
From a diff posted to sparc@ by Pyun YongHyeon ok dlg@, tested by mickey@ "i get some badass improvement here." and a few other users.
2005-02-04fix setting 128bit WEP keys on BIG_ENDIAN arches.Kurt Miller
2005-02-03be more consistent everywhere with `-k mode' option;Xavier Santolaria
ok jfb@ jmc@ Joris Vink;
2005-02-03add `release' command aliases;Xavier Santolaria
2005-02-03remove duplicates already found in fortunes;Jason McIntyre
from ray;
2005-02-03missing full stops;Jason McIntyre
from ray;
2005-02-03document `cvs release'; ok jmc@ Joris Vink;Xavier Santolaria
2005-02-03fix pasto '::' -> ':'. Oops deraadt@ ;-)Thierry Deval
2005-02-03Simplify the ifstated syntax:Marco Pfatschbacher
"carp0 link up" => carp0.link.up "and" => && "or" => || * Allow one line actions after if statements without braces. * Remove unecessary parentheses in the example config. ok mcbride@
2005-02-03add 5sec to the xs->timeout to overcompensate for possible delays in ↵Michael Shalayeff
quartz_done(); marco@ ok
2005-02-03build libarch for arm.Dale Rahn
2005-02-03libarch for arm, to allow for cache flushing.Dale Rahn
manpage building and installation are currently commented out until the appropriate directory is determined.
2005-02-03remove commented out ncr, siop handles the devices, with and ok daleHenning Brauer
2005-02-03enable siop, ok mickey drahnHenning Brauer
2005-02-03unbreak by killing volatile from fxp_mdi_read(). No binary change.Hans-Joerg Hoexer
ok mickey
2005-02-03Implement simple duplicate suppression of peer errors; ok henning@Darren Tucker
2005-02-03add ospfd.conf.5 to SEE ALSO;Jason McIntyre
2005-02-03no need for -compact/.Pp in these lists;Jason McIntyre
2005-02-03misplaced .El marker;Jason McIntyre
2005-02-03sync usage outputJared Yanovich
2005-02-03- simplify, normalize, and sync usage/synopsis formsJared Yanovich
- filesystem -> file system, for consistency - indent sections where applicable - mdoc, punctuation, grammar, etc. fixes - document SIGINFO to fsck_ffs - unify description of -n among documents - sprinkle xrefs all around - move parts relevant to fsck.8 from fsck_ffs.8 parts from NetBSD ok jmc
2005-02-03make prototype match function for ar5k_ar5110_chan2athchanKevin Lo
2005-02-03make prototype match function for fxp_mdi_read.Kevin Lo
ok millert@ CVS ----------------------------------------------------------------------
2005-02-02various fixes;Jason McIntyre
2005-02-02Add manpage ospfd.conf(5).Esben Norby
ok claudio@ henning@ jmc@ jaredy@
2005-02-02Change keyword fibupdate to fib-update, for consistency with bgpd.conf(5).Esben Norby
ok claudio@ henning@
2005-02-02Limit PERLIO_DEBUG environtment variable to a sane length and just ignoreTodd C. Miller
it if setuid. Found by Kevin Finisterre, fix from perl developers.
2005-02-02Typo in constant.Esben Norby
ok claudio@ henning@
2005-02-02regenBrad Smith
2005-02-02ATI Radeon 9200 SE PCI idsBrad Smith
From PR 4084
2005-02-02excessive ()Henning Brauer
2005-02-02argv/argc are unusedJolan Luff
2005-02-02KNFHenning Brauer
2005-02-02KNFHenning Brauer
2005-02-02KNFHenning Brauer
2005-02-02buffer structs and API ssize_t -> size_t; from bgpdHenning Brauer
2005-02-02usage() is __deadHenning Brauer
pt out by Alexander v Gernler
2005-02-02syncPeter Valchev
2005-02-02fix the caveatsMichael Shalayeff
2005-02-02document missing options for `cvs update'; ok jmcXavier Santolaria
2005-02-02- no need to build a kernel to enable ccdJason McIntyre
- reference disklabel(8) and growfs(8) - WARNINGS -> CAVEATS - various grammar tweaks
2005-02-02authorative->authoritativeJolan Luff
2005-02-02Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@Otto Moerbeek