summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
2006-07-25kill redundant prototypesHenning Brauer
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-18Tyop fix: simultaniousMichael Knudsen
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
2006-07-09Use sigaction() instead of signal() in the parent and use theTodd C. Miller
2006-07-06In rt_invalidate() skip all as_ext routes if routes matching a specific areaClaudio Jeker
2006-07-03Add missing breaks and suddenly all starts to make sense again. WonderedClaudio Jeker
2006-07-02Recognise OpenBSD vendor IDHans-Joerg Hoexer
2006-07-01Don't warn for kernel_text being zero on (some) m68k systems.Miod Vallat
2006-07-01remove some unneeded includes; one found by vetinariOtto Moerbeek
2006-07-01clean this page up;Jason McIntyre
2006-07-01simplify synopsis/usage(); ok teduJason McIntyre
2006-06-30spacesTheo de Raadt
2006-06-30add -K option which uses a salt file and pkcs5 pbkdf2 to create aTed Unangst
2006-06-30don't write anything to log until we are daemonized. spotted byOtto Moerbeek
2006-06-28Track the uptime of the ospfd daemon itself.Esben Norby
2006-06-27add new event rules to match optional elements of radiotap headers:Reyk Floeter
2006-06-27sync with openssl-0.9.7j docs;Jason McIntyre
2006-06-26fix printing of the RSSI radiotap element: use the PRINTF wrapperReyk Floeter
2006-06-26increase polling intervbal, but only after we are synced and have doneOtto Moerbeek
2006-06-26Reset adjtime() on startup; having an adjtime() active while startingOtto Moerbeek
2006-06-26Code cleanup/shortening. No binary changes.Marc Balmer
2006-06-23set the RSSI Max value in ath(4) and use the new RSSI radiotap headerReyk Floeter
2006-06-22CAVEATSRay Lai
2006-06-22Document /var/db/ntpd.drift; ok jmc@Otto Moerbeek
2006-06-22Save the computed clock drift and use it on startup. ok deraadt@Otto Moerbeek
2006-06-21avoid a race by installing SIGCHLD handler before fork() is called.Otto Moerbeek
2006-06-19a little .Xr;Jason McIntyre
2006-06-19add -c to usage() and synopsis;Jason McIntyre
2006-06-19if at startup a given group has carpdemote == 0, we don't do carp demotion.Henning Brauer
2006-06-18tsk, tsk, tsk... the rule is simple: any define consisting ofOtto Moerbeek
2006-06-18fix a commentHenning Brauer
2006-06-18make cloned sessions appear with RECONF_REINIT so they are treated likeHenning Brauer
2006-06-17Import frequency conrrection code from dragonfly, whith some changes:Otto Moerbeek
2006-06-17make dvmrpd(8) behave correctly on sparc64 when generating and parsingEsben Norby
2006-06-17use the carp_demote_ioctl directly instead of carp_demote_set, ok claudioHenning Brauer
2006-06-17urgs, helps to commit everything, sorryHenning Brauer
2006-06-17implement carp demotion control for bgpd.Henning Brauer
2006-06-17make dvmrpd(8) capable of fetching interfaces correctly on sparc64.Esben Norby
2006-06-16printing these version numbers in usage is ugly and uselessTheo de Raadt
2006-06-16Don't use rmx_hopcount any longer. The kernel ignores it anyway.Claudio Jeker
2006-06-15Use new struct ctl_show_rib_request for show rib requests. OK henning@Claudio Jeker
2006-06-15Instead of passing three different kinds of arguments in show rib controlClaudio Jeker
2006-06-15Move the PREFIX token to the end of the list. The other tokens are moreClaudio Jeker
2006-06-15Shuffle some vars to make the struct ordered by size.Claudio Jeker
2006-06-14sort options;Jason McIntyre
2006-06-14bgpctl show rib shows now the exit nexthop per default and not the trueClaudio Jeker
2006-06-14Send bot nexthops (exit and true) in the bgpctl show rib cases. bgpctlClaudio Jeker
2006-06-14Use inet_net_pton() instead of inet_pton() so that it is possible to useClaudio Jeker