Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | Do not leak mbuf in the TX path when a TX error occurs; found the hard way | Miod Vallat | |
by syuu@; ok kettenis@ | |||
2010-03-15 | Correct return from attach on error, add splx() and urndis_stop(). | Fabien Romano | |
This fix a crash on detach. | |||
2010-03-15 | Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATA | Kenneth R Westerback | |
drives. Reported on misc@ by 'a b <rclocal () yahoo ! co ! uk', who also tested the diff from Brad. ok kettenis@ for 4.7. | |||
2010-03-14 | Fix a use-after-free when cancelling copy mode, or trying to repeat cancel. | Nicholas Marriott | |
ok kettenis | |||
2010-03-14 | Rewrite urndis_match() logic for the HTC Hero to match on vendor and | Michael Knudsen | |
product ID. The former code was a bit promiscuous and would attempt to attach urndis(4) to e.g. E71 (as noticed by jmc) and then fail. ok fabien armani deraadt | |||
2010-03-14 | sync | Michael Knudsen | |
2010-03-14 | Add product ID for HTC Hero. | Michael Knudsen | |
ok deraadt | |||
2010-03-14 | Quieten ahc a bit, same as ahd is. Put some messages emitted during | Kenneth R Westerback | |
an i/o restart inside AHC_DEBUG. Spotted by jsing@ during sgi probe. Should be cosmetic only. Tested by jsing@. ok beck@ ok deraadt@ for 4.7. | |||
2010-03-14 | Specify when newfs_ext2fs was introduced into OpenBSD. | Antoine Jacoutot | |
ok otto@ jmc@ | |||
2010-03-14 | when closing, remove commands from the right queues as we iterate over | David Gwynne | |
them, rather than the next queue. ok deraadt@ | |||
2010-03-14 | .Pd -> .Pq | Jason McIntyre | |
2010-03-13 | fix a formatting error (args need quoted); noted by stevesk | Jason McIntyre | |
2010-03-13 | regen | Miod Vallat | |
2010-03-13 | make ``MAKEDEV all'' create device nodes for up to four heads. | Miod Vallat | |
"go ahead" kettenis@ | |||
2010-03-13 | Make sure non-console impact_screen struct gets zeroed upon allocation, | Miod Vallat | |
otherwise backing store may not get allocated for it; "go ahead" kettenis@ | |||
2010-03-13 | Octane PROM picks highest graphics widget as console, not lowest; | Miod Vallat | |
"go ahead" kettenis@ | |||
2010-03-13 | Certificates are named *-cert.pub, not *_cert.pub; committing a diff | Damien Miller | |
from stevesk@ ok me | |||
2010-03-13 | protocol conformance fix: send language tag when disconnecting normally; | Damien Miller | |
spotted by 1.41421 AT gmail.com, ok markus@ deraadt@ | |||
2010-03-13 | document the REQPROBE and REQDETACH ioctls so i can make claudios slides go | David Gwynne | |
out of date. ok claudio@ deraadt@ | |||
2010-03-13 | no need for "-offset -0i"; | Jason McIntyre | |
2010-03-13 | .Xt -> .Xr | Jason McIntyre | |
2010-03-12 | sync with recent mirror changes and list http mirrors here. | Stuart Henderson | |
looks good to deraadt@ | |||
2010-03-12 | Since my changes @n2k10, carp(4) group failover does not rely | Marco Pfatschbacher | |
on preempt anymore. Adjust manpage. Pointed out by sthen@, wording jmc@. OK sthen, jmc. | |||
2010-03-12 | document PF_KEY; from sthen and myself | Jason McIntyre | |
issue reported by Toni Mueller ok markus | |||
2010-03-12 | do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative paths | Markus Friedl | |
free() (not xfree()) the buffer returned by getcwd() | |||
2010-03-12 | document softraid-related ioctls; from Vadim Zhukov | Jason McIntyre | |
ok marco | |||
2010-03-12 | unbreak AuthorizedKeys option with a $HOME-relative path; reported by | Damien Miller | |
vinschen AT redhat.com, ok dtucker@ | |||
2010-03-11 | Fix intended use of closefrom() so that we do indeed close fd 3 and up by | Alexander Hall | |
default and make -C work as expected. fine by kettenis@, beck@, millert@ | |||
2010-03-11 | Correct a wrong printf and move a check than should be before the debug. | Jonathan Armani | |
Found when looking at ckuethe problem. with and ok fabien@, "definitivly" mk@, "that diff can go in" kettenis | |||
2010-03-11 | add 'softcar' to tty00, to make getty work in the non-serial | Otto Moerbeek | |
console case; ok deraadt@ miod@ | |||
2010-03-11 | unbreak the build with a custom kernel config including "pseudo-device | Stuart Henderson | |
faith 1", noticed by Andris Kadar. ok kettenis@ beck@ | |||
2010-03-10 | correct certificate logging and make it more consistent between | Damien Miller | |
authorized_keys and TrustedCAKeys; ok markus@ | |||
2010-03-10 | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | Matthias Kilian | |
ok millert@ | |||
2010-03-10 | fix the option that sets the image operating system. | Igor Sobrado | |
ok jmc@ | |||
2010-03-10 | typos; from Ross Richardson | Jason McIntyre | |
closes prs 6334 and 6335 | |||
2010-03-09 | correctly choose the files in a directory, even if it is a symbolic link | Theo de Raadt | |
also don't pull extra goop into the selector (do not use ls -l) diff from halex ok krw | |||
2010-03-09 | fix an obvious syntax error: add missing closing quote | Ingo Schwarze | |
no output change found by mandoc -Tlint | |||
2010-03-09 | use conv=osync when preparing an install tape; ok deraadt@ krw@ | Otto Moerbeek | |
2010-03-09 | SBus Fibre Channel is supported now. | Mark Kettenis | |
2010-03-09 | - push replies back to the free queue when done processing events | Marco Peereboom | |
so that we won't accidentally run out of replies; - tell ioc our reply post host index right away in the mpii_complete; - don't try to call ccb_done of the unqueued ccb; - decrease poll timeouts in req_cfg_header and req_cfg_page by the factor of 10 (5 seconds is pretty much enough); - add facility to calculate event masks and get rid of the Task Set Full event; - alter openings as we have (request_depth - 1) ccbs actually; - promote printfs in the mpii_bio_volstate to the MISC debug level; - rototil some more disabled and experimetal code. from Mike Belopuhov <mkb@crypt.org.ru> specific ok from deraadt | |||
2010-03-09 | Don't attempt to dereference gl_pathv if the gl_pathc returned by glob(3) is | Mark Kettenis | |
zero. ok deraadt@, millert@ | |||
2010-03-09 | Tweak default set selection so X sets are in the default list when | Kenneth R Westerback | |
/etc/X11 already exists. So if you install X to a headless machine and then upgrade you don't have to remember to add X sets. Idea from landry@ who installs to a lot of ports boxen. ok halex@ beck@ deraadt@ | |||
2010-03-09 | Use correct routing domain when doing address lookups. | Joel Sing | |
ok claudio@ "approved" deraadt@ | |||
2010-03-08 | Don't mention that M_WAITOK is defined to be zero, readers do not need | Owain Ainsworth | |
to know that. ok jmc@, though i'm tempted to remove the whole bit about being the same as having no other flags specified as well. Prompted by a discussion with deraadt and tedu. | |||
2010-03-08 | document PR_NOWAIT. | Owain Ainsworth | |
(for those who've forgotten, if you can't sleep in pool_get, use PR_NOWAIT, not zero. it makes the intention a lot clearer. prompted by deraadt and jsing. ok jmc@ | |||
2010-03-08 | argh, in del too, simultaneously spotted by kettenis and me | Henning Brauer | |
2010-03-08 | When sensor update fails, set SENSOR_FINVALID in sensor->flags; | Miod Vallat | |
from cnst, thanks! ok otto@ | |||
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat | |
before attaching wsdisplay; it was turning out harmless but using more cpu time for nothing than necessary. ok deraadt@ | |||
2010-03-08 | aye, broadcast addr too. spotted by kettenis | Henning Brauer | |
2010-03-08 | don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn't | Henning Brauer | |
get used at all. turns out this needs more work - after release. |