summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-12-08use two tiny macros for copying fields out to simplify reading; henning@ okMichael Shalayeff
2004-12-08uniquely name members of s_fixedpt and l_fixedpt; henning@ okMichael Shalayeff
2004-12-07sync usage() w/ man page;Jason McIntyre
2004-12-07sync w/ obsd behaviour + tweaks;Jason McIntyre
2004-12-07wrap pkg_add usage.Marc Espie
2004-12-07oups, little FSM error: when we're in CONNECT and get an CON_OPEN eventHenning Brauer
initialize and start the holdtimer, just like when we're in state ACTIVE.
2004-12-07convert to mdoc;Jason McIntyre
2004-12-07postpone check of conflicts until we have a packing-list.Marc Espie
this was an optimisation, but it doesn't make much sense: not checking the packing-list first means we don't see some errors in case of conflicts. And having the packing-list simplifies the check-for-update operation.
2004-12-07do like the manpage says, don't add a @name if we already got one.Marc Espie
should please aaron@
2004-12-07tweaks;Jason McIntyre
2004-12-06explicit clue() for people running 3.6 packages with current pkg_add.Marc Espie
2004-12-06do not log tiny local clock drifts; w/ help from Joerg Sonnenberger ↵Michael Shalayeff
<joerg@britannica.bec.de>; henning@ ok
2004-12-06Bah, unbreak. from not form. Noticed by Dan Harnett.Claudio Jeker
2004-12-06ensure the most excellent alignment in the structs; henning@ okMichael Shalayeff
2004-12-06forgot -h for pkg_info.Marc Espie
2004-12-06Set correct source address for relayed packets. This affects only setups thatClaudio Jeker
use 'next-server' config option. From Hans Kremers. OK henning@
2004-12-06customise for obsd + tweaks;Jason McIntyre
ok henning@
2004-12-06kill more dead code, mostly inside #ifdef SOMENONSENSEONSTUPIDOSESHenning Brauer
joint work by Michael Knudsen <e@molioner.dk> and Daniel Ouellet <daniel@presscom.net> with my input no change in binaries
2004-12-06UsageMarc Espie
2004-12-06convert to mdoc;Jason McIntyre
2004-12-05max # of virtual terminals is 12. From Janjaap van Velthooven in PR 3995.Otto Moerbeek
ok miod@
2004-12-05MicroSoft -> MicrosoftJonathan Gray
ok deraadt@, macro@, brad@
2004-12-04sync usage() w/ man page;Jason McIntyre
ok henning@
2004-12-04reorder page contents somewhat, to make this easier to read, and put theJason McIntyre
chroot stuff back into the main description; remove non-standard Sh OPTIONS; remove apache web site link, since we keep the docs locally anyway; ok henning@
2004-12-04edit rc.conf.local, not rc.conf;Jason McIntyre
2004-12-04sort OPTIONS/SYNOPSIS;Jason McIntyre
2004-12-04these pages not used;Jason McIntyre
ok henning@
2004-12-04incredible what for shit is in this codeHenning Brauer
adding time and date the binary was built is a really really really important and worthwile information, rrrrriiiiiiiigggggghhhht. and for sure a nice way to make the binary changes every time it is built workaround for now (return "unnown") since this stupid piece of crap function is part of the API and modules etc might (ab)use it. king bula sez: what an incredible nonsense pointed out by John Kerbawy <kerbawy@gmail.com>
2004-12-03king bula sez: rot where the other crap rots shall theseHenning Brauer
2004-12-03various fixes for openssl x509;Jason McIntyre
2004-12-02group paragraphs more logically;Jason McIntyre
suggested by michael knudsen;
2004-12-02king bula sez: in Attic/ you shall rotHenning Brauer
2004-12-02Redirected to /dev/nullHenning Brauer
2004-12-02big time httpd cleanupHenning Brauer
this diff removes a lot of #ifdef'd stuff that is irrelevant for us. done by Daniel Ouellet after my advice. tested by many, ok miod@
2004-12-02Add quotes to unconfuse pkg_create error message.Marc Espie
2004-12-02Document -q and -h options, noticed by Matt Peterson <matt@eff.org>.Alexander Yurchenko
With a help from jmc@.
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-12-02wipe old .Xr's; ok espie@.Xavier Santolaria
2004-12-02don't try to validate_plist if not needed at all.Marc Espie
2004-12-02cosmetic: shows old and new package name, plus signatures.Marc Espie
2004-12-02make sure we don't call Update::is_needed if we're not doing pkg_add -r.Marc Espie
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc Espie
we have all the md5 and stuff, we just need to make sure the package is correct (hence verify_checksum). Add a -n option to pkg_create: this is consistent with pkg_add/pkg_delete, and with this new verify_checksum, pkg_create can be used to check that a package still matches its contents.
2004-11-30- simplify grammarJason McIntyre
- rearrange EXAMPLES somewhat - .Xr pppoe 4
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-11-27tweak very verbose output.Marc Espie
2004-11-27if the package is already installed, check whether updating it makes sense:Marc Espie
look at the context in which both packages were built. If dependencies differ, then this is a sensible update. While we're there, try harder to build a conflict list for .libs-* packages.
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
if those directories are not empty...
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie
2004-11-25fix "listen on hostname"Henning Brauer
fallout from the deferred dns lookups noticed by dhartmei@
2004-11-24if I would remember at what I looked when learning how to use our wonderfulHenning Brauer
RB_* macros I could fix the RB_HEAD calls there too... useless extra define, nothingthat hurts much. stumbled over while hacking on, eh, something new, claudio ok