summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-03-30syncHenning Brauer
2005-03-30generated a .h file with spacing bugsTheo de Raadt
2005-03-30make keywords.sh generate an enum for the keysHenning Brauer
2005-03-30make set_metric() bail out on invalid keys (unreachable, but betterHenning Brauer
safe than sorry later)
2005-03-30slightly reword lladdr description for clarity/readability;Jason McIntyre
2005-03-30a UDF, not an UDF;Jason McIntyre
unnecessary .Pp;
2005-03-30fix .Dd;Jason McIntyre
fix SEE ALSO; new sentence, new line; sort options list;
2005-03-30nicer outputHenning Brauer
2005-03-30get rid of the twisted keywords.[c|h] interaction and just let keywords.shHenning Brauer
put the defines and the table into the .h
2005-03-30more bitrot bites the dustHenning Brauer
2005-03-30unconditionalize INET6 support, no binary changeHenning Brauer
2005-03-30spring cleaning, more to comeHenning Brauer
2005-03-30these bits can rot in Attic/Henning Brauer
2005-03-30remove ccitt x.25 traces, ok theoHenning Brauer
2005-03-30add lladdr command to ifconfig to set MAC address. diffs from freebsd viaTed Unangst
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund. ok deraadt
2005-03-30document optionsTheo de Raadt
2005-03-29simplify machine chekc now that almost everything has wsconsMichael Shalayeff
2005-03-29less ugly printoutMichael Shalayeff
2005-03-29add bioctlMarco Peereboom
ok mickey@
2005-03-29adding initial bioctl codeMarco Peereboom
ok mickey@
2005-03-29zaurus supports machdep.apmwarn and machdep.kbdreset, too.Uwe Stuehler
2005-03-29Allow setting of partition flag with an optional explicit value. PR 4143.Otto Moerbeek
ok weingart@ deraadr@
2005-03-29Add a mount_udf(8) stub.Pedro Martelletto
2005-03-29+mount_udfPedro Martelletto
2005-03-29mount_udf, okay deraadt@Pedro Martelletto
2005-03-29Always use network byte order when stuffing port numbers into IPSEC IDChad Loder
packets. This reinstates the correct part of r1.106 which did ntohs incorrectly on received port numbers already in host byte order. OK ho@
2005-03-28Fix obvious copy/paste typo.Kurt Miller
okay jmc@
2005-03-27provide enough of a -l mode in non-kvm snooping mode, and krw can shrinkTheo de Raadt
the install script even more
2005-03-23 - remove non-existent -p optionJason McIntyre
- sort options - sync usage() - various formatting tweaks - -A reworded for clarity - update SEE ALSO much help + ok henning@ claudio@
2005-03-23- remove references to gatedJason McIntyre
- add -t to synopsis - sort options - sync usage() - use Rs/Re for references - fix list placement - make clear that rtquery queries ripv1/2 routing daemons much help + ok henning@ claudio@
2005-03-22Compile when nat_traversal is disabled.Chad Loder
OK hshoexer
2005-03-22Do not leak keynote session in error path.Hans-Joerg Hoexer
ok cloder@
2005-03-22don't step on ospfd routes, claudio yayayayaHenning Brauer
2005-03-18Back out a possible bogus minor diff until we investigate whatChad Loder
broke. OK deraadt@
2005-03-15reset config line numbers, when daemon gets reinitialized.Moritz Jodeit
prevents wrong line numbers in error cases. help from jaredy@ and ok hshoexer@.
2005-03-15small log message fix.Marco Pfatschbacher
ok hshoexer@, markus@
2005-03-13Typo; spotted by Richard Ben AleyaMiod Vallat
2005-03-13Use pid_t where appropriate. From Bruno Rohee (thanks).Chad Loder
2005-03-13turn off accounting when switching to single user;Markus Friedl
report bluhm at genua.de; ok henning, krw, deraadt
2005-03-12add descriptions of examples;Jason McIntyre
ok otto@
2005-03-12escape `.' at eol to avoid double spacing issue;Jason McIntyre
2005-03-11Document 'no' mechanism for mount options; with lots of help fromOtto Moerbeek
jmc@
2005-03-11simplify monitor main loopHans-Joerg Hoexer
ok ho@
2005-03-10remove dead code, noted by ho@Hans-Joerg Hoexer
2005-03-10Avoid memory leak if strdup should fail.Chad Loder
OK hshoexer@
2005-03-10Avoid crash on finalization. We have been using this diffChad Loder
in production since mid-2003. OK hshoexer@, markus@, ho@
2005-03-09Sync with reboot(8) man page.Kenji Aoyama
(luna88k and zaurus also work with -p option.) ok miod@
2005-03-07more macro simplification;Jason McIntyre
2005-03-07fd leaks in error paths, From: Andrey Matveev <andrushock@korovino.net>Henning Brauer
2005-03-07print unsigned long with %lu, not with %d and not with %ld.Henning Brauer
From: Andrey Matveev <andrushock@korovino.net>