Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-20 | IPv6 support originally by itojun@ with standalone mode fixes by me. | Todd C. Miller | |
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6. | |||
2004-07-20 | wrap the heads for the linked list of addresses into a new ntp_addr_wrap | Henning Brauer | |
which, besides the head pointer for the list of course, stores the original address as specified (i. e. as hostname instead of resolved IPs) and flags and such. | |||
2004-07-20 | Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbage | Todd C. Miller | |
when wicontrol is run on a non-existant interface. | |||
2004-07-20 | Allow a kernel to specify wd* as root or swap device; | Miod Vallat | |
spotted by Waldemar Brodkorb. | |||
2004-07-20 | - fix macro args | Jason McIntyre | |
- remove .Pp before .Sh - whitespace - new sentence, new line | |||
2004-07-20 | whitespace; | Jason McIntyre | |
2004-07-20 | Fix formats in debug printfs to work correctly on 64-bit archs. | Artur Grabowski | |
miod@ ok | |||
2004-07-20 | make lowpc and highpc into long, fixing gprof on 64-bit archs with text | Artur Grabowski | |
above 4GB. miod@ ok | |||
2004-07-20 | add commented-out entries for currently disabled regress tests | David Krause | |
2004-07-20 | if USE_GCC3, look in the right place for the sources | David Krause | |
2004-07-20 | we can add the gnu directory to the regress build now | David Krause | |
2004-07-20 | comment out gcc,libiberty,libf2c regress tests until they are working right | David Krause | |
2004-07-20 | Document locking infrastructure | Marc Espie | |
ok naddy@ | |||
2004-07-20 | no point in return from void function | Peter Valchev | |
2004-07-20 | Move tag word to the right location in `struct envxmm'. | Mark Kettenis | |
ok deraadt@ | |||
2004-07-20 | sync | David Krause | |
2004-07-20 | SD Controller found on a Toshiba laptop; ok deraadt@ | David Krause | |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-20 | typo | Theo de Raadt | |
2004-07-20 | sync | Theo de Raadt | |
2004-07-20 | another new device; shin@happynet.co.jp | Theo de Raadt | |
2004-07-19 | print the correct labels when displaying timeouts with pfctl (eg, pfctl -st). | David Gwynne | |
From Chris Pascoe. ok dhartmei@ | |||
2004-07-19 | Delete the AP scan timeout in atw_detach. Fixes a panic on detach if the | Todd C. Miller | |
timeout is still active as seen by david@ | |||
2004-07-19 | wording from nick@ | Jason McIntyre | |
2004-07-19 | Recognize the daughter board type, if any - but it is not supported yet. | Miod Vallat | |
2004-07-19 | After a work queue has been aborted and the abort has been acknowledged, | Miod Vallat | |
do not keep setting the A.A. bit in further queue control operations, as advised by the manual. | |||
2004-07-19 | When we want to thaw all work queues we care about, do it correctly. | Miod Vallat | |
2004-07-19 | Direct REQUEST_SENSE commands to the correct target, instead of always | Miod Vallat | |
target zero. This makes targets other than zero working now... Spotted by nick@ | |||
2004-07-19 | use same url as in siop(4) as this link was dead; found by Genadijus ↵ | Michael Shalayeff | |
Paleckis <genadijus@vic.lt> | |||
2004-07-19 | Remove obsolete note about V7 Bourne Shell; espie@ OK | Todd C. Miller | |
2004-07-19 | Implement __HAVE_PMAP_DIRECT on amd64 using large pages. At this moment | Artur Grabowski | |
it's limited to 512GB (one L4 page table entry) physical memory. Only used carefully at this moment, but more improvements are in the pipeline. tested by many, deraadt@ ok. | |||
2004-07-19 | In builtin_saveregs(), do not systematically allocate 8 words on the stack | Miod Vallat | |
for registers if at least one nameless argument is passed through registers; instead, only allocate as many bytes as necessary. Slightly reduces stack usage; no ABI change. | |||
2004-07-19 | correct error checking for strtonum, from mjc@bitz.ca | Vincent Labrecque | |
2004-07-19 | Start working at providing a tutorial for our make, not PMake, which | Marc Espie | |
would thoroughly confuse newbies. okay and suggestions jmc@. | |||
2004-07-19 | use strtonum with proper bounds instead of abusing strtoul; ok millert | Peter Valchev | |
2004-07-19 | mention weak symbols | Michael Coulter | |
improvements and ok miod@ | |||
2004-07-19 | fix signal race in job.c: the signal handler only sets a flag, and | Marc Espie | |
the main loop polls for that signal periodically. Fixes make -j kernel. okay art@ | |||
2004-07-18 | Typos | Miod Vallat | |
2004-07-18 | fix memory leak; ok millert@ tdeval@ | Jakob Schlyter | |
2004-07-18 | kill some more netiso traces - this was in my tree for a bit but I forgot... | Henning Brauer | |
2004-07-18 | there are a few recvfrom(2) errors we do not want to panic on | Henning Brauer | |
2004-07-18 | query interval scaling, episode II | Henning Brauer | |
1) base the interval calculation on the offset from the last reply, not from the last peer update. Allows us to send more queries again faster when the local clock diverges too much 2) every time we form a peer update (for which we need 8 replies) check wether we have a ready peer update for all peers that are currently trusted, and if so, calculate the total offset and call adjtime(). that means that adjtime is no longer called in fixed intervals but whenever we have enough data to reliably calculate the local clock offset. In practice, that means we call adjtime() less often, but with probably better data. 3) invalidate peer updates after beeing used. no point in re-using them - this resulted in calling adjtime() multiple times with the same offset, which doesn't make sense tested by many | |||
2004-07-18 | return EINVAL if ftruncate(2) is passed a negative offset | Anil Madhavapeddy | |
ok millert@, miod@, marius@ | |||
2004-07-18 | when deleting @link, don't bother checking for md5, since we don't have any. | Marc Espie | |
The check will have been done for the `parent' file anyways. noticed by krw@, seems all heavy-duty porters use -q, so we didn't notice it... | |||
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | oops | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | shrinky shrinky | Theo de Raadt | |
2004-07-18 | sync | Theo de Raadt | |
2004-07-18 | more shrink | Theo de Raadt | |