summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2008-06-10correctly setup the tty line for NMEA devices, especially turn off echoMarc Balmer
2008-06-09Don't reverence slattach(8) or nmeaattach(8) in a comment.Marc Balmer
2008-06-09- move the "this app is deprecated" blurb to the start, where it's moreJason McIntyre
2008-06-09zap trailing whitespace;Jason McIntyre
2008-06-09Remove nmeaattch(8), which is superseeded by ldattach(8).Marc Balmer
2008-06-09nmeaattach(8) is now deprecated. Use ldattach(8) instead.Marc Balmer
2008-06-09slattach(8) is now deprecated. Use ldattach(8) instead.Marc Balmer
2008-06-09The new newfs(8) code causes alternate superblocks to end up inOtto Moerbeek
2008-06-09Add the '-p' option to ldattach(8) to pass data received from the deviceMarc Balmer
2008-06-08fix generated size for -m; bug report by Peter J. Philipp; ok millert@Otto Moerbeek
2008-06-07stop spurious "got link" which nooone noticed, but everyone should have; ok krwTheo de Raadt
2008-06-04warnx already prepends string with a colon, no need to manually add oneTobias Stoeckmann
2008-06-04setbootflag() must be done before checksum'ing the label. Bug introducedTheo de Raadt
2008-06-03fix some spacing issues;Jason McIntyre
2008-06-01synchronize synopsis and usage.Igor Sobrado
2008-05-31add hfs+ type. deraadt@ okFederico G. Schwindt
2008-05-29Second half of PF state table rearrangement.Ryan Thomas McBride
2008-05-27Fix count of states flushed, broken when the psnk_af hack was removed in pf_i...Ryan Thomas McBride
2008-05-26no need for such a wordy .Nd; ok grunkJason McIntyre
2008-05-26- put CAVEATS in the right placeJason McIntyre
2008-05-26fix example in manpage, spotted by Jacek MasiulaniecAlexander von Gernler
2008-05-26reorg fields in structs inodesc and inoinfo to reduce size on some archs; fromOtto Moerbeek
2008-05-26If an interface has no link at startup, try to force it up, and thenTheo de Raadt
2008-05-25do not need sys/protosw.hTheo de Raadt
2008-05-16no need to quote the argument to .Nd, now that it's nice and short;Jason McIntyre
2008-05-16There is not really a network address translation device.Marco Pfatschbacher
2008-05-13Disable more wscons bits on socppc.Miod Vallat
2008-05-13Make socppc on par with macppc for now.Miod Vallat
2008-05-13fix an error in the example partition table; from Adam PattersonJason McIntyre
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-05-09Add support to kill states by rule label or state id.Marco Pfatschbacher
2008-05-09Replace a crockpot of semi-cloned productions for handling portTheo de Raadt
2008-05-09using the rtm_priority to translate priority number into nice name isHenning Brauer
2008-05-09on route get, display the priority and a cleartext name (like, "bgp" for 48)Henning Brauer
2008-05-09convert port byte order in the production; add port keyword; ok deraadt@Markus Friedl
2008-05-09- don't give up when the link is not available on startup: dhclientReyk Floeter
2008-05-09divert packets to local socket without modifying the ip header;Markus Friedl
2008-05-08add missing header for exitCharles Longeau
2008-05-08make "to any" optional in binat, or well, the implied default.Theo de Raadt
2008-05-08Loosen grammer to permit any number of newlines within most kinds of { }Theo de Raadt
2008-05-08spaceClaudio Jeker
2008-05-08Fix fallout from the route priority thing.Esben Norby
2008-05-08Don't display the outlabel and interface for POP operations.Esben Norby
2008-05-08Bring back (in a more yacc friendly way) support for setting variablesTheo de Raadt
2008-05-07Remove references to routed.Claudio Jeker
2008-05-07RIP routed.Claudio Jeker
2008-05-07unlink routed. unbreaks the tree (it is obvious claudio has it removed inHenning Brauer
2008-05-07do not assume PF_INOUT is 0 in the enum; ok mcbrideTheo de Raadt
2008-05-07put the mpe bits in the right place;Jason McIntyre
2008-05-07scrub packets based on tags; ok henningMarkus Friedl