Age | Commit message (Expand) | Author |
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek |
2004-07-09 | brings in a few fixes from NetBSD... | Brad Smith |
2004-07-09 | Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as an | Miod Vallat |
2004-07-09 | add section on ntpd; | Jason McIntyre |
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller |
2004-07-09 | post-mortem stuff can go away here too | Theo de Raadt |
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-09 | ansi | Theo de Raadt |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-07-09 | qbus vector counting, too; from hugh | Theo de Raadt |
2004-07-09 | too chatty; ok henning | Theo de Raadt |
2004-07-09 | don't panic when sendto() fails; for the client part just re-schedule | Henning Brauer |
2004-07-09 | don't try to update the clock when we have no data | Henning Brauer |
2004-07-09 | various cleanup: | Jared Yanovich |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-09 | the child process needs to ignore SIGHUP for now, otto | Henning Brauer |
2004-07-09 | remove leftover pieces of on-the-fly reconfig shitz that made ntpd exit on | Henning Brauer |
2004-07-09 | various tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | let log_debug only log at all when we're in debug mode, from Montreal Airport | Henning Brauer |
2004-07-09 | soem tweaks from the Frankfurt->Hamburg flight | Henning Brauer |
2004-07-09 | it is "servers" now for pool.ntp.org | Henning Brauer |
2004-07-09 | document the "servers" keyword | Henning Brauer |
2004-07-09 | rework dns handling with all its cosequences... | Henning Brauer |
2004-07-09 | typo from rohee@ | Jason McIntyre |
2004-07-09 | when calculating the timeout for poll() we need to take the deadlines for | Henning Brauer |
2004-07-09 | typo. Bruno Rohee | Jun-ichiro itojun Hagino |
2004-07-09 | go away statics | Niklas Hallqvist |
2004-07-08 | Make 0/0 table entries work; also fix a problem setting the network mask | Ryan Thomas McBride |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2004-07-08 | make lint happier; vincent ok | Theo de Raadt |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque |
2004-07-08 | POSIX says "data" is void *, not char *. Also remove extern from prototypes. | Todd C. Miller |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2004-07-08 | free() and close() in error path. | Hans-Joerg Hoexer |
2004-07-08 | we don't care about copyout's success. add a comment to appease sturm@ | Ted Unangst |
2004-07-08 | kill traces of on-the-fly reconfigure (from bgpd), not needed in ntpd | Henning Brauer |
2004-07-08 | remove a bogus always-true test before adjtime() | Henning Brauer |
2004-07-08 | Move carp_output() call to after mcopy of MAC address so the virtual address | Ryan Thomas McBride |
2004-07-08 | Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@ | Darren Tucker |
2004-07-08 | Prevent rcp from skipping the file following a double-error. Matches scp.c | Darren Tucker |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |
2004-07-08 | change `Mail aliases' entry to minimise config for user; | Jason McIntyre |
2004-07-08 | clarify which of the rc.* files should/should not be edited; | Jason McIntyre |
2004-07-08 | typo, and line adjustment; | Jason McIntyre |
2004-07-08 | Sync libkvm interface with FSF repository. This adds new "kvm proc" and | Mark Kettenis |
2004-07-08 | Don't close the database too early. ok deraadt@, millert@. | Matthieu Herrb |