Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-02 | fix indentation both, michael knudsen | Henning Brauer | |
2005-04-02 | allow _ in hostnames, but complain since this is not legal, but there is | Henning Brauer | |
no point in punishing openbsd users in fucked up networks From: Michael Knudsen <e@molioner.dk> with input from theo and me | |||
2005-04-01 | make the description clearer; | Jason McIntyre | |
2005-04-01 | no need for Ns here; | Jason McIntyre | |
2005-04-01 | will do disklabels like hppa | Theo de Raadt | |
2005-04-01 | .Ox 3.8, not 3.7; | Jason McIntyre | |
2005-04-01 | delete junk documentation. pr 3918. jmc -- when something is this bad, we ↵ | Theo de Raadt | |
sometimes have to be fast. scsi(3) or anything like it is dead forever | |||
2005-03-30 | all architectures, like, why the hell not | Theo de Raadt | |
2005-03-30 | mention ospfd as well | Henning Brauer | |
2005-03-30 | update copyright for marco who says i can have the free commit | David Gwynne | |
2005-03-30 | sync | Henning Brauer | |
2005-03-30 | generated a .h file with spacing bugs | Theo de Raadt | |
2005-03-30 | make keywords.sh generate an enum for the keys | Henning Brauer | |
2005-03-30 | make set_metric() bail out on invalid keys (unreachable, but better | Henning Brauer | |
safe than sorry later) | |||
2005-03-30 | slightly reword lladdr description for clarity/readability; | Jason McIntyre | |
2005-03-30 | a UDF, not an UDF; | Jason McIntyre | |
unnecessary .Pp; | |||
2005-03-30 | fix .Dd; | Jason McIntyre | |
fix SEE ALSO; new sentence, new line; sort options list; | |||
2005-03-30 | nicer output | Henning Brauer | |
2005-03-30 | get rid of the twisted keywords.[c|h] interaction and just let keywords.sh | Henning Brauer | |
put the defines and the table into the .h | |||
2005-03-30 | more bitrot bites the dust | Henning Brauer | |
2005-03-30 | unconditionalize INET6 support, no binary change | Henning Brauer | |
2005-03-30 | spring cleaning, more to come | Henning Brauer | |
2005-03-30 | these bits can rot in Attic/ | Henning Brauer | |
2005-03-30 | remove ccitt x.25 traces, ok theo | Henning Brauer | |
2005-03-30 | add lladdr command to ifconfig to set MAC address. diffs from freebsd via | Ted Unangst | |
Kyunghwan KIM (prs 2117 and 2118) and Fredrik Widlund. ok deraadt | |||
2005-03-30 | document options | Theo de Raadt | |
2005-03-29 | simplify machine chekc now that almost everything has wscons | Michael Shalayeff | |
2005-03-29 | less ugly printout | Michael Shalayeff | |
2005-03-29 | add bioctl | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | adding initial bioctl code | Marco Peereboom | |
ok mickey@ | |||
2005-03-29 | zaurus supports machdep.apmwarn and machdep.kbdreset, too. | Uwe Stuehler | |
2005-03-29 | Allow setting of partition flag with an optional explicit value. PR 4143. | Otto Moerbeek | |
ok weingart@ deraadr@ | |||
2005-03-29 | Add a mount_udf(8) stub. | Pedro Martelletto | |
2005-03-29 | +mount_udf | Pedro Martelletto | |
2005-03-29 | mount_udf, okay deraadt@ | Pedro Martelletto | |
2005-03-29 | Always use network byte order when stuffing port numbers into IPSEC ID | Chad 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-28 | Fix obvious copy/paste typo. | Kurt Miller | |
okay jmc@ | |||
2005-03-27 | provide enough of a -l mode in non-kvm snooping mode, and krw can shrink | Theo de Raadt | |
the install script even more | |||
2005-03-23 | - remove non-existent -p option | Jason 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 gated | Jason 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-22 | Compile when nat_traversal is disabled. | Chad Loder | |
OK hshoexer | |||
2005-03-22 | Do not leak keynote session in error path. | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-03-22 | don't step on ospfd routes, claudio yayayaya | Henning Brauer | |
2005-03-18 | Back out a possible bogus minor diff until we investigate what | Chad Loder | |
broke. OK deraadt@ | |||
2005-03-15 | reset config line numbers, when daemon gets reinitialized. | Moritz Jodeit | |
prevents wrong line numbers in error cases. help from jaredy@ and ok hshoexer@. | |||
2005-03-15 | small log message fix. | Marco Pfatschbacher | |
ok hshoexer@, markus@ | |||
2005-03-13 | Typo; spotted by Richard Ben Aleya | Miod Vallat | |
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder | |
2005-03-13 | turn off accounting when switching to single user; | Markus Friedl | |
report bluhm at genua.de; ok henning, krw, deraadt | |||
2005-03-12 | add descriptions of examples; | Jason McIntyre | |
ok otto@ |