Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | wait for sshd to fully stop in cleanup() function; avoids races in tests | Damien Miller | |
that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@ | |||
2010-02-24 | Add $OpenBSD$ tags in comments, our portable-syncing scripts use these | Damien Miller | |
2010-02-23 | Add another 340 product ids found in the linux driver | Jonathan Gray | |
2010-02-23 | regen | Jonathan Gray | |
2010-02-23 | add a heap of ftdi devices found in the linux driver | Jonathan Gray | |
2010-02-23 | Fix the worst among the fatal block-nesting issues we have in our tree, | Ingo Schwarze | |
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc. I tried five different variants without the Xo/Xc, because there is no real reason why Xo/Xc should be needed here, and two additional variants with Xo/Xc that look more pretty than what i'm now committing. All seven alternatives work both with mandoc and groff 1.20.1, but all seven trigger various different bugs in our old groff, and we still need to remain compatible with our old groff right now. ok jmc@ sobrado@ | |||
2010-02-23 | add remove command; ok jmc@ gilles@ | Kevin Steves | |
2010-02-23 | switch to simple indicators instead of playing string games; prompted | Otto Moerbeek | |
by deraadt@ | |||
2010-02-23 | - add more machines these devices are found on. | Jasper Lievisse Adriaanse | |
2010-02-23 | Restore MTRRs on resume. | Mark Kettenis | |
ok oga@, pirofti@ | |||
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze | |
in these cases, is useless anyway. Found by and fixing the build with mandoc; still fine with both old and new groff. ok jmc@ | |||
2010-02-23 | Add a description for message-id and message-uid (text from gilles@). | Kevin Steves | |
Also combine the two schedule commands with uid/id into one. help and ok jmc@ and gilles@ | |||
2010-02-23 | ykbec(4), a driver to read fan, temperature and battery status using | Otto Moerbeek | |
the kb3310b embedded controller chip on the yeeloong. With help & ok miod@ | |||
2010-02-23 | Allow CPU->PCI access in a subset of the `high' bonito pci memory space | Miod Vallat | |
(1GB@1GB); that's the best we can do on 2F due to the way the crossbar windows work. Necessary for upcoming Fuloong2F changes. | |||
2010-02-23 | Add opendocument mime types, from Lars Nooden. | Stuart Henderson | |
Pointed out by deraadt@, ok henning@ | |||
2010-02-23 | mention 82599 support | Jonathan Gray | |
2010-02-23 | Add support for 82599 devices based on changes to the FreeBSD driver. | Jonathan Gray | |
Tested by deraadt on a HotLava card and myself with an Intel X520 and a CX4 82598. ok claudio@ | |||
2010-02-23 | sync | Igor Sobrado | |
2010-02-23 | use the right capitalization for Ethernet. | Igor Sobrado | |
2010-02-23 | Unbreak tree. struct lsa_asext changed so we need to adjust the output | Claudio Jeker | |
function. Correct fix will follow but this compiles again. | |||
2010-02-23 | This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up and | Claudio Jeker | |
created a badly sized struct sockaddr_in6 we need to add some magic pading on 64bit archs. Code stolen from bgpd after a painful afternoon of bug hunting, head scratching and violent cursing. Now ospf6d works on 64bit archs. | |||
2010-02-23 | Remove some extra (). | Claudio Jeker | |
2010-02-23 | Attack of the Clones. | Jasper Lievisse Adriaanse | |
2010-02-23 | bump patchlevel | Todd C. Miller | |
2010-02-23 | only match on Gdium; ok miod@ | Otto Moerbeek | |
2010-02-23 | Oups, forgot this file in last commit. Bit definitions for AS-ext LSA needed | Claudio Jeker | |
by lsa_asext_check(). | |||
2010-02-23 | Implement lsa_asext_check() to verify that type 5 LSA are correctly encoded. | Claudio Jeker | |
Diff originally from stsp@, some minor modifications by me. First step to support type 5 LSA. | |||
2010-02-23 | include boot and miniroot image in MDEXT; ok miod@ | Otto Moerbeek | |
2010-02-23 | fetchtable and the kroute dispatch handlers both parse the same messages | David Gwynne | |
in slightly different ways. this unifies these handlers and cuts fetchtable over to using the generic handler. help from claudio@ and sthen@ ok claudio@ | |||
2010-02-23 | Fix byte range parsing, broken in last revision of http_protocol.c, | Pierre-Yves Ritschard | |
unfortunately this backs out the use of strtonum and goes back to strtoll will need more love in a future diff. This fix from Dan Harnett <daniel @ harnett . name> ok deraadt@ | |||
2010-02-23 | sync | Theo de Raadt | |
2010-02-22 | Rename QUALCOMM3 to ZTE. | Marco Pfatschbacher | |
Add support for ZTE MF637. OK jsg@ | |||
2010-02-22 | 0x19d2 is most likely a ZTE and not a Qualcomm vendor ID. | Marco Pfatschbacher | |
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... OK jsg@ | |||
2010-02-22 | 0x19d2 is most likely a ZTE and not a Qualcomm vendor ID. | Marco Pfatschbacher | |
Too bad usb.org doesn't like to keep their lists updated, so we have to resort to guessing here... Also add ZTE MF637 HSUPA USB modem. OK jsg@ | |||
2010-02-22 | It is bad to have HAVE_TIMECOUNTER but the clock/timer not configure a | Dale Rahn | |
timecounter. | |||
2010-02-22 | Check for pseudo-command by looking at the first character of the | Todd C. Miller | |
command in sudoers instead of checking the user-supplied command for a slash. | |||
2010-02-22 | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott | |
Micah Cowan. | |||
2010-02-22 | In load-buffer, read until EOF rather than using stat() and reading a fixed | Nicholas Marriott | |
size. Allows use of FIFOs and whatnot. From Tiago Cunha, idea from Fulvio Ciriaco. | |||
2010-02-22 | Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor | Nicholas Marriott | |
should not wrap at the end of the text on the line but should be allowed to move freely. | |||
2010-02-22 | Display -t argument to new-session, from Tiago Cunha. | Nicholas Marriott | |
2010-02-22 | Don't attempt to repost the video hardware. There are quite a few machines | Mark Kettenis | |
where jumping to the "standard" video BIOS entry point locks up or even resets the machine. This will break resume on some other machines in the sense that the display on them will remain disabled. But hopefully those machines make it into a state where the kernel is running and we can fix that. ok deraadt@, marco@, mlarkin@ | |||
2010-02-22 | compute intermediate results in double precision; from pjanzen@, ok | Otto Moerbeek | |
sobrado@ | |||
2010-02-22 | fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen | Jason McIntyre | |
2010-02-22 | Undo 1.48 and 1.49 for now, and go back to the drawing board; PR #6320 | Miod Vallat | |
2010-02-22 | Use the logical or operator, not the bitwise operator in | Kevin Lo | |
the preprocessor. | |||
2010-02-22 | add ldpd.conf to changelist and mtree/special | Claudio Jeker | |
2010-02-22 | Add _ldpd user for ldpd(8). OK dlg, deraadt | Claudio Jeker | |
2010-02-22 | Install a sample ldpd.conf file. OK dlg, deraadt | Claudio Jeker | |
2010-02-22 | regen | Jonathan Gray | |
2010-02-22 | Add some more 82599 ids from the FreeBSD driver. | Jonathan Gray | |