Age | Commit message (Expand) | Author |
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 |
2004-07-08 | enclose some MP-only things in #ifdef MULTIPROCESSOR | David Krause |
2004-07-08 | for the arm workaround, include CPPFLAGS; ok drahn | Theo de Raadt |
2004-07-08 | again: move PICFLAG into bsd.own.mk with the rest of the shlib handling, | Peter Valchev |
2004-07-08 | remove all handling of netmasks/prefix lengths - we don't need that in ntpd. | Henning Brauer |
2004-07-08 | log_debug() when a peer doesn't answer in time | Henning Brauer |
2004-07-08 | lof replies with log_debug so one gets increased verbosity when in | Henning Brauer |
2004-07-08 | make log_debug() only log anything at all when we are in debug mode | Henning Brauer |
2004-07-08 | nforce3; downsj | Theo de Raadt |
2004-07-07 | Include protocol name in printout. | Ryan Thomas McBride |
2004-07-07 | The -DPIC flag must be passed when building crtbeginS.o/crtendS.o however | Dale Rahn |
2004-07-07 | sync | Theo de Raadt |
2004-07-07 | new-style interrupt counters. based on initial work by hugh. ok miod | Theo de Raadt |
2004-07-07 | document -a/-K and "Acquire-Only"/"Use-Keynote". | Hans-Joerg Hoexer |
2004-07-07 | guard against stat not working, which happened to me... | Marc Espie |
2004-07-07 | missing comma in .Nm; | Jason McIntyre |
2004-07-07 | Funny typo. | Miod Vallat |
2004-07-07 | Stupid typo that may cause a lot of pain. Found by Patrick Latifi. Thanks. | Claudio Jeker |
2004-07-07 | Bad interpretation of the oh so well documented mrt spec. Found by | Claudio Jeker |
2004-07-07 | Only drain the transmit queue if we are idling the transmit section. | Todd C. Miller |
2004-07-07 | After we wait for the MAC's transmit section to idle, drain the | Todd C. Miller |
2004-07-07 | Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported). | Todd C. Miller |
2004-07-07 | The ADM8211C uses a different BBP type-number for RFMD parts than | Todd C. Miller |
2004-07-07 | Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD. | Todd C. Miller |
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt |
2004-07-07 | use the do { .. } while(0) wrapper | Theo de Raadt |
2004-07-07 | Document the [get]{micro,nano,bin}[up]time functions. | Artur Grabowski |
2004-07-07 | If fts_close() fails and we have not yet seen an error, return -1. | Todd C. Miller |