Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-14 | sendto() takes socklen_t as an argument; ok henning@ | Darren Tucker | |
2004-12-14 | one more rc.conf -> rc.conf.local; | Jason McIntyre | |
2004-12-14 | convert to mdoc; | Jason McIntyre | |
2004-12-13 | pull all the conflict checking code into one single function, makes | Marc Espie | |
things much simpler... | |||
2004-12-13 | since we store dependencies we looked at, show them in the clue() message, | Marc Espie | |
so that people can try to figure out why the library wasn't found. | |||
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie | |
2004-12-13 | avoid brutal exits from loop. | Marc Espie | |
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre | |
2004-12-13 | Sanity check owner and permissions of privsep directory, like sshd does; | Darren Tucker | |
ok henning@ | |||
2004-12-13 | Check for error status from poll() too; ok henning@ | Darren Tucker | |
2004-12-13 | Discard replies with alarm flag set or invalid stratum; ok henning@ | Darren Tucker | |
2004-12-13 | permit protocol name longer than 3 letters. canacar ok | Jun-ichiro itojun Hagino | |
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie | |
need a full name. | |||
2004-12-12 | add somewhat more regular error catching code. | Marc Espie | |
2004-12-11 | implement zeroes blocks detection | Marc Espie | |
2004-12-10 | sync usage(); | Jason McIntyre | |
ok espie@ | |||
2004-12-10 | typos, then -> than, from Michael Knudsen | Jared Yanovich | |
2004-12-09 | define TRUSTLEVEL_MAX for the trustedlevel value of 10; henning@ ok | Michael Shalayeff | |
2004-12-09 | make -f scripts work again, and document it properly in both pkg_add and | Marc Espie | |
pkg_delete since it now works for both. | |||
2004-12-09 | while upgrading, protect deletion in an eval: we've got an extract | Marc Espie | |
package that should be registered as borked if something should go wrong (which can happen if -f update, as I just witnessed with firefox). | |||
2004-12-08 | use two tiny macros for copying fields out to simplify reading; henning@ ok | Michael Shalayeff | |
2004-12-08 | uniquely name members of s_fixedpt and l_fixedpt; henning@ ok | Michael Shalayeff | |
2004-12-07 | sync usage() w/ man page; | Jason McIntyre | |
2004-12-07 | sync w/ obsd behaviour + tweaks; | Jason McIntyre | |
2004-12-07 | wrap pkg_add usage. | Marc Espie | |
2004-12-07 | oups, little FSM error: when we're in CONNECT and get an CON_OPEN event | Henning Brauer | |
initialize and start the holdtimer, just like when we're in state ACTIVE. | |||
2004-12-07 | convert to mdoc; | Jason McIntyre | |
2004-12-07 | postpone 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-07 | do like the manpage says, don't add a @name if we already got one. | Marc Espie | |
should please aaron@ | |||
2004-12-07 | tweaks; | Jason McIntyre | |
2004-12-06 | explicit clue() for people running 3.6 packages with current pkg_add. | Marc Espie | |
2004-12-06 | do not log tiny local clock drifts; w/ help from Joerg Sonnenberger ↵ | Michael Shalayeff | |
<joerg@britannica.bec.de>; henning@ ok | |||
2004-12-06 | Bah, unbreak. from not form. Noticed by Dan Harnett. | Claudio Jeker | |
2004-12-06 | ensure the most excellent alignment in the structs; henning@ ok | Michael Shalayeff | |
2004-12-06 | forgot -h for pkg_info. | Marc Espie | |
2004-12-06 | Set correct source address for relayed packets. This affects only setups that | Claudio Jeker | |
use 'next-server' config option. From Hans Kremers. OK henning@ | |||
2004-12-06 | customise for obsd + tweaks; | Jason McIntyre | |
ok henning@ | |||
2004-12-06 | kill more dead code, mostly inside #ifdef SOMENONSENSEONSTUPIDOSES | Henning Brauer | |
joint work by Michael Knudsen <e@molioner.dk> and Daniel Ouellet <daniel@presscom.net> with my input no change in binaries | |||
2004-12-06 | Usage | Marc Espie | |
2004-12-06 | convert to mdoc; | Jason McIntyre | |
2004-12-05 | max # of virtual terminals is 12. From Janjaap van Velthooven in PR 3995. | Otto Moerbeek | |
ok miod@ | |||
2004-12-05 | MicroSoft -> Microsoft | Jonathan Gray | |
ok deraadt@, macro@, brad@ | |||
2004-12-04 | sync usage() w/ man page; | Jason McIntyre | |
ok henning@ | |||
2004-12-04 | reorder page contents somewhat, to make this easier to read, and put the | Jason 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-04 | edit rc.conf.local, not rc.conf; | Jason McIntyre | |
2004-12-04 | sort OPTIONS/SYNOPSIS; | Jason McIntyre | |
2004-12-04 | these pages not used; | Jason McIntyre | |
ok henning@ | |||
2004-12-04 | incredible what for shit is in this code | Henning 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-03 | king bula sez: rot where the other crap rots shall these | Henning Brauer | |
2004-12-03 | various fixes for openssl x509; | Jason McIntyre | |