Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-09 | missing gcc2 outputs for: | David Krause | |
regress check for macro presence/failure in bounded attrib declaration ok avsm@ | |||
2004-07-09 | add gcc-bounds directory | David Krause | |
2004-07-09 | attach to Planex and Corega Ethernet cards. | Brad Smith | |
From NetBSD ok deraadt@ | |||
2004-07-09 | various cleanup: | Jared Yanovich | |
- fix examples - fix macro abuse - hex -> hexadecimal - rewording for clarity and consistency - make -a description seem less dangerous - sort options work, help, ok jmc ok otto | |||
2004-07-09 | if REGRESS_SKIP is defined, no need to also define REGRESS_SKIP_TARGETS | David Krause | |
2004-07-09 | add a missing CLEANFILES used in the re-exec test | David Krause | |
2004-07-09 | make lint a wee bit happier | Theo de Raadt | |
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek | |
character of the line buffer was a backslash. ok deraadt@ | |||
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-07-09 | [From: Joris Vink] | Thierry Deval | |
Use strtonum(3) instead of strtol(3). ok deraadt@ & me | |||
2004-07-09 | Do not forget to initialize head. ok henning@ | Otto Moerbeek | |
2004-07-09 | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby | Dale Rahn | |
and tested in-tree for a while. | |||
2004-07-09 | put dhcp support on the alpha CD (not onto the floppies, where it does not | Theo de Raadt | |
fit) | |||
2004-07-09 | from netbsd: | Theo de Raadt | |
The Sony camera reports itself as a "disk", not a "simplified direct access" device -- ergo, it is "SCSI", not "RBC". | |||
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek | |
are no eols at eofs involved. Tested by quite some people. ok deraadt@ | |||
2004-07-09 | brings in a few fixes from NetBSD... | Brad Smith | |
- fix typo in comment: resister -> register - Remove an unreachable return statement (and fix a whitespace nit) - Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t types defined in terms if 'int' instead of 'long'. - use u_long for extent_alloc_subregion result instead of bus_addr_t ok deraadt@ | |||
2004-07-09 | Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as an | Miod Vallat | |
expedient to s(h)ave more bytes on the installation media. Prompted by deraadt@ | |||
2004-07-09 | add section on ntpd; | Jason McIntyre | |
ok henning@ deraadt@ | |||
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 | |
Use memcpy() instead and NUL terminate. | |||
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 | |
noticed & fix tested by fries@ | |||
2004-07-09 | don't try to update the clock when we have no data | Henning Brauer | |
2004-07-09 | various cleanup: | Jared Yanovich | |
- mention '#' comments - fix macros for directives - typos - change list display - ntp -> NTP - slight rewording help and ok jmc ok henning otto | |||
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque | |
prompt the user and add the newline if he agrees. tested by a lot of helpful tech@ guys, approved by henning | |||
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 | |
SIGHUP, noticed by otto | |||
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 | |
we know have both a "server" and "servers" keyword. they differ when the hostname resolves to more than one IP, server picks one and servers expands to all. that means no longer stuffing a sockaddr_storage into ntp_peer but a pointer to a linked list of ntp_addr structs. in the "servers" case the list of n addresses returned by host() is expanded into n ntp_peer structs and thus n individual peers. in the "server" case the whole list is attached to ntp_peer, and whenever we do not receive a reply in time we traverse the list one further, so that hosts with both AAAA and A records are first tried with the AAAA one but we gracefully fall back to the A one. semantics with theo; hacked up on the Montreal->Frankfurt flight. again Air Canada surprised me, that older 767 hat pretty decent seats. | |||
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 | |
the outstanding queries into account just-before-meal from the Montreal->Frankfurt flight | |||
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 | |
on v6 addresses. Reported by Ilya A. Kovalenko, fix from Cedric Berger. | |||
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 | |
found by lint via deraadt ok deraadt | |||
2004-07-08 | POSIX says "data" is void *, not char *. Also remove extern from prototypes. | Todd C. Miller | |
deraadt@ OK |