Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-04 | remove duplicate trace message which gets output in cvs_sendfile() | Jean-Francois Brousseau | |
2005-02-04 | sync | Henning Brauer | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-02-04 | clearer wording; | Jason McIntyre | |
based on a diff from freebsd -r1.22; | |||
2005-02-04 | sync | Peter Valchev | |
2005-02-04 | Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast() | Claudio Jeker | |
errors as errno was set by the call. | |||
2005-02-04 | Add sanity checks for AS-external LSA. Refine some other checks to be as | Claudio Jeker | |
strict as possible. OK norby@ | |||
2005-02-04 | add hme(4) RX TCP/UDP checksum offload | Brad 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-04 | fix setting 128bit WEP keys on BIG_ENDIAN arches. | Kurt Miller | |
2005-02-03 | be more consistent everywhere with `-k mode' option; | Xavier Santolaria | |
ok jfb@ jmc@ Joris Vink; | |||
2005-02-03 | add `release' command aliases; | Xavier Santolaria | |
2005-02-03 | remove duplicates already found in fortunes; | Jason McIntyre | |
from ray; | |||
2005-02-03 | missing full stops; | Jason McIntyre | |
from ray; | |||
2005-02-03 | document `cvs release'; ok jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-03 | fix pasto '::' -> ':'. Oops deraadt@ ;-) | Thierry Deval | |
2005-02-03 | Simplify 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-03 | add 5sec to the xs->timeout to overcompensate for possible delays in ↵ | Michael Shalayeff | |
quartz_done(); marco@ ok | |||
2005-02-03 | build libarch for arm. | Dale Rahn | |
2005-02-03 | libarch 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-03 | remove commented out ncr, siop handles the devices, with and ok dale | Henning Brauer | |
2005-02-03 | enable siop, ok mickey drahn | Henning Brauer | |
2005-02-03 | unbreak by killing volatile from fxp_mdi_read(). No binary change. | Hans-Joerg Hoexer | |
ok mickey | |||
2005-02-03 | Implement simple duplicate suppression of peer errors; ok henning@ | Darren Tucker | |
2005-02-03 | add ospfd.conf.5 to SEE ALSO; | Jason McIntyre | |
2005-02-03 | no need for -compact/.Pp in these lists; | Jason McIntyre | |
2005-02-03 | misplaced .El marker; | Jason McIntyre | |
2005-02-03 | sync usage output | Jared Yanovich | |
2005-02-03 | - simplify, normalize, and sync usage/synopsis forms | Jared 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-03 | make prototype match function for ar5k_ar5110_chan2athchan | Kevin Lo | |
2005-02-03 | make prototype match function for fxp_mdi_read. | Kevin Lo | |
ok millert@ CVS ---------------------------------------------------------------------- | |||
2005-02-02 | various fixes; | Jason McIntyre | |
2005-02-02 | Add manpage ospfd.conf(5). | Esben Norby | |
ok claudio@ henning@ jmc@ jaredy@ | |||
2005-02-02 | Change keyword fibupdate to fib-update, for consistency with bgpd.conf(5). | Esben Norby | |
ok claudio@ henning@ | |||
2005-02-02 | Limit PERLIO_DEBUG environtment variable to a sane length and just ignore | Todd C. Miller | |
it if setuid. Found by Kevin Finisterre, fix from perl developers. | |||
2005-02-02 | Typo in constant. | Esben Norby | |
ok claudio@ henning@ | |||
2005-02-02 | regen | Brad Smith | |
2005-02-02 | ATI Radeon 9200 SE PCI ids | Brad Smith | |
From PR 4084 | |||
2005-02-02 | excessive () | Henning Brauer | |
2005-02-02 | argv/argc are unused | Jolan Luff | |
2005-02-02 | KNF | Henning Brauer | |
2005-02-02 | KNF | Henning Brauer | |
2005-02-02 | KNF | Henning Brauer | |
2005-02-02 | buffer structs and API ssize_t -> size_t; from bgpd | Henning Brauer | |
2005-02-02 | usage() is __dead | Henning Brauer | |
pt out by Alexander v Gernler | |||
2005-02-02 | sync | Peter Valchev | |
2005-02-02 | fix the caveats | Michael Shalayeff | |
2005-02-02 | document missing options for `cvs update'; ok jmc | Xavier Santolaria | |
2005-02-02 | - no need to build a kernel to enable ccd | Jason McIntyre | |
- reference disklabel(8) and growfs(8) - WARNINGS -> CAVEATS - various grammar tweaks | |||
2005-02-02 | authorative->authoritative | Jolan Luff | |
2005-02-02 | Fix a few memory leaks and general cleanup. From Joris Vink. ok tedu@ | Otto Moerbeek | |