summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-09-22document the semantics of @newuser/@newgroupMarc Espie
2004-09-22don't bother shrinking the pfd and index2peer arraysHenning Brauer
2004-09-21@newuser/@newgroup initial support:Marc Espie
2004-09-21sort option descriptions. from jmcJared Yanovich
2004-09-21sync usageJared Yanovich
2004-09-21sync usage, de-globalize a variable, and de-lint. ok millertJared Yanovich
2004-09-21Don't pad the prefix count with 0. OK henning@Claudio Jeker
2004-09-21Start external tests and init commands also in the initial state.Marco Pfatschbacher
2004-09-21typoMarc Espie
2004-09-21rename cleanup dirs functions, since they will apply to all shared itemsMarc Espie
2004-09-21.Xr elansc(4) here tooAlexander Yurchenko
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-20addres -> addressMiod Vallat
2004-09-20error out for pkgcfl in pkg_create, but don't warn if it's found inMarc Espie
2004-09-20deals with conflicts, must keep pkgcfl around a little while longer...Marc Espie
2004-09-20old pkgcfl is dead.Marc Espie
2004-09-20use fullname() in sample, so that absolute names AND relative names work.Marc Espie
2004-09-18greatly improved by jmc with some tweaks by yours trulyHenning Brauer
2004-09-18jmc says S before s and not s before S, sssssssso we do.Henning Brauer
2004-09-18implement -S to override earlier -s, requested by theoHenning Brauer
2004-09-18say when we run settimeofday() with -s and when not, help from bobHenning Brauer
2004-09-18don't call settimeofday() when the offset is smaller than 180 seconds,Henning Brauer
2004-09-18add a new -s option, that tells ntpd to set the time using settimeofday()Henning Brauer
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
2004-09-18document new @shell and @conflict.Marc Espie
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-18do not bother overallocating and shrinking the pfd and idx2peer arrays,Henning Brauer
2004-09-17Fix log messageClaudio Jeker
2004-09-17warn for dirrm.Marc Espie
2004-09-16malloc ibuf instead of having it staticallyHenning Brauer
2004-09-16Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problemClaudio Jeker
2004-09-16nice off_t castTheo de Raadt
2004-09-16avoid aliasing with libc functions; ok henningTheo de Raadt
2004-09-16ftruncate() with ftello() instead of ftell(); ok millertTheo de Raadt
2004-09-16imsg type is really an enum imsg_type and not an intHenning Brauer
2004-09-16when a cloned peer goes back to IDLE state, don't remove him immediatelyHenning Brauer
2004-09-16cope with imsg API changeHenning Brauer
2004-09-16imsg API cleanup:Henning Brauer
2004-09-16print th_seq from truncated tcp headers (e.g. in icmp need-frag)Markus Friedl
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-09-16nfs v3 support from tcpdump.org/netbsd; tests with pedro, mariusMarkus Friedl
2004-09-16Remove the not initialized fallback_interface code and use the normal bpfClaudio Jeker
2004-09-16various lint. ok millertTheo de Raadt
2004-09-16Add LibraryOnly routine to check on @lib files.Marc Espie
2004-09-16minor KNFHenning Brauer
2004-09-16cope with ENOBUFS in buf_write()Henning Brauer
2004-09-16the "type" param to imsg_compose and imsg_create is really anHenning Brauer
2004-09-16in imsg_compose:Henning Brauer
2004-09-16use imsg_add instead of the lower level buf_add in imsg_create; it alreadyHenning Brauer