Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-19 | document some missing diagnostics from arp; | Jason McIntyre | |
reported by Fabio Olive Leite on bugs@ a long time ago (sorry it took me so long Fabio!) also kill some .Pp's between list items and s/.sp/.Pp; from ho@ and myself; ok itojun@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-27 | memory leak; andrushock@korovino.net | Theo de Raadt | |
2003-06-27 | remove unused variables | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-10 | typos; | Jason McIntyre | |
2003-03-17 | arp did not long-align sockaddrs in routing messages. This led to | Henric Jungheim | |
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@ | |||
2003-03-14 | typos; | Jason McIntyre | |
audio(4): ok naddy@ cardbus(4): ok deraadt@ | |||
2002-12-03 | print the interface related to the arp entry; several ppl ok. | Federico G. Schwindt | |
2002-09-06 | undo signed vs unsigned confusion | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵ | Dug Song | |
deraadt@ ok. | |||
2001-03-07 | print ether_ntoa() compatible | Theo de Raadt | |
2000-10-23 | Spelling: wierd -> weird | Aaron Campbell | |
2000-10-16 | Re-align with reality: We use ARP for all Ethernet types. | Christian Weisgerber | |
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok millert@ | |||
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat | |
arp -n -d, not arp -nd), millert@ ok | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-07-18 | Sync with current diagnostic messages. | Hakan Olsson | |
1999-07-14 | Explicitly used the phrase "proxy arp". Added examples. | Kjell Wooding | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Mention new option. More diagnostics. | Hakan Olsson | |
1999-05-16 | Added 'permanent' keyword for non-overwritable static ARP entries. | Hakan Olsson | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
1998-09-29 | only spew 'illegal option' once if they give an unsupported optino | Todd C. Miller | |
1998-05-14 | more careful scanf | Theo de Raadt | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1997-11-28 | I'm amazed that noone has ever misspelled the ethernet address when | Artur Grabowski | |
doing an arp -s. Well I was the first. ;) | |||
1997-11-21 | bail if no arp entries | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-06-23 | int vs in_addr_t | Theo de Raadt | |
1997-02-03 | make "arp -na" and "arp -an" do the same thing; ↵ | Theo de Raadt | |
paul@wit387304.student.utwente.nl | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-10 | warnx, from netbsd | Theo de Raadt | |
1996-08-29 | fix warnings | Theo de Raadt | |