summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-05-24kill unneeded exit(). log_fatal() already does it. ok hshoexer@Moritz Jodeit
2005-05-24no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclientTodd T. Fries
uses bpf exclusively ok deraadt@, henning@, claudio@
2005-05-24typoMoritz Jodeit
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
allocator and two pools, but PR_WAITOK when called from non-interrupt context (ioctl). add configurable hard limits for tables and table entries (set limit tables/table-entries), defaulting to 1000/100000. ok aaron@, henning@, mcbride@, art@
2005-05-23Mention interface names can be used in Listen-on. OK hshoexerChad Loder
2005-05-23minor memset->bzero, clarify an error condition, and plug a leak.Kjell Wooding
ok cloder@, unpronounceable@
2005-05-23endpwent() not needed here, pointed out by theo.Hakan Olsson
2005-05-23endpwent() after last use. hshoexer@ okHakan Olsson
2005-05-23remove code that duplicates getservice()Camiel Dobbelaar
ok dhartmei mcbride
2005-05-23tap. tap. is this thing on?Kjell Wooding
KNF, Fix a typo in an ENUM, Xr to ipsec.conf no binary change ok hshoexer@
2005-05-22Add support to kill states that match networks.Marco Pfatschbacher
man page from jmc@ OK dhartmei@
2005-05-22No more ifdef KAME. From hshoexerChad Loder
2005-05-22rewrite the interface groups printing code:Henning Brauer
don't rely on the interface's driver-name based group to be the first in the list don't rely on one group == only default one do not print the "all" group don't segfault on interfaces with no group at all ok mcbride
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
useless layers of indirection and make the code way cleaner overall. this is just the start, more to come... worked very hard on by Ryan and me in Montreal last week, on the airplane to vancouver and yesterday here in calgary. it hurt. ok ryan theo
2005-05-19sort options + sync usage();Jason McIntyre
2005-05-19p's and q's;Jason McIntyre
2005-05-18remove certpatch(8) stuff;Jason McIntyre
ok hshoexer@
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18there's no need for certpatch anymore, so remove itHans-Joerg Hoexer
ok markus some time ago
2005-05-18allow payload types 20 and 21 for nat-tHans-Joerg Hoexer
ok ho
2005-05-14more logical section order;Jason McIntyre
2005-05-14- openssl req can create self-signed certs in one stepJason McIntyre
- no need to encourage people to generate system keys: rc(8) already does it ok hshoexer@
2005-05-14Give example of how to spin down a device since this is a questionTodd C. Miller
that comes up periodically.
2005-05-12add some missing section descriptions to make this page a littleJason McIntyre
easier to read; ok hshoexer@
2005-05-10no need to use select()Hans-Joerg Hoexer
ok moritz cloder
2005-05-07Add support for the domain keyboards, and simplify the kbd -l logic.Miod Vallat
2005-05-07Check for kvm_nlist failure to retrieve all keyboard map symbols, and doMiod Vallat
not dispaly garbage in this case.
2005-05-06sync the CERTIP and CERTFQDN sections;Jason McIntyre
2005-05-05document /etc/isakmpd/pubkeys a little better;Jason McIntyre
2005-05-05cleanup FIFO section;Jason McIntyre
2005-05-05.Xr openssl 1 ,Jason McIntyre
2005-05-05sort options;Jason McIntyre
2005-05-05first stab at improving PKI section;Jason McIntyre
2005-05-05improve FILES;Jason McIntyre
2005-05-05sort options;Jason McIntyre
2005-05-05grammar/mdoc tweaks;Jason McIntyre
2005-05-05remove a LOG_DBG, suggested by moritzHans-Joerg Hoexer
2005-05-05more cleanup: use log_fatalx(), nicer handling of the socketpair, useHans-Joerg Hoexer
setre[sg]id. ok moritz djm
2005-05-05alphabetically order options within sections;Jason McIntyre
discussed w/ hshoexer@
2005-05-05this is not a separate list item;Jason McIntyre
ok hshoexer@
2005-05-05first stab at making this page easier to read:Jason McIntyre
various grammar/mdoc fixes;
2005-05-05typoJoel Knight
2005-05-05Remove REGENTS in license. Spotted miod@Marco Peereboom
2005-05-04clean up KEY_API() wrapper.Hans-Joerg Hoexer
ok ho@
2005-05-04- treat allowaperature like other machdep sysctls - don't mentionJared Yanovich
where it applies. (it is out of date and is as likely to change as the other machdep sysctls.) - minor mdoc/rewording nits ok jmc
2005-05-03Remove SIGUSR2-related stuff as suggested by ho@.Moritz Jodeit
SA rehashing won't happen anytime soon. ok hshoexer@
2005-05-03remove remaining stuff from b2n_snprintf removal. ok hshoexer@Moritz Jodeit
2005-05-03provide log_fatalx() function, that does not print an error string (like errHans-Joerg Hoexer
vs. errx). Not used yet. ok moritz@