Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | macro fix for previous; | Jason McIntyre | |
2013-04-08 | division of time_t does not necessarily fit in an int | Gilles Chehade | |
spotted by deraadt@ | |||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther | |
2013-04-08 | Fix typo in ale_stop_mac(). | Brad Smith | |
From FreeBSD ok kevlo@ | |||
2013-04-08 | zap trailing whitespace; | Jason McIntyre | |
2013-04-08 | Use the fixed pixel clock for eDP in intel_dp_set_m_n() | Jonathan Gray | |
from linux 3.8.6 | |||
2013-04-08 | Don't clobber crtc->fb when queue_flip fails | Jonathan Gray | |
from linux 3.8.6 | |||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther | |
getrlimit(2) RLIMIT_STACK wording suggested by jmc@ | |||
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | Alexander Bluhm | |
OK markus@ | |||
2013-04-07 | clarify -e text. suggested by & ok jmc@ | Darren Tucker | |
2013-04-07 | check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd. | David Gwynne | |
found by david imhoff. tested by david on a 5719 and by me on a 5720 and 5721 | |||
2013-04-07 | david imhoff points out that the error handling in mfi_init_ccb gets the | David Gwynne | |
index to which ccb to free wrong. this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off the free list rather than rely on the current index from the for loop that we failed inside of. thanks to david for finding this out. | |||
2013-04-07 | use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and | Darren Tucker | |
save the output from any failing tests. If a test fails the debug output from ssh and sshd for the failing tests (and only the failing tests) should be available in failed-ssh{,d}.log. | |||
2013-04-07 | Add -E option to ssh and sshd to append debugging logs to a specified file | Darren Tucker | |
instead of stderr or syslog. ok markus@, man page help jmc@ | |||
2013-04-06 | Turn an error into a warning to be able to start l2tp tunnels even if | Giovanni Bechis | |
gre is not allowed. ok yasuoka@ | |||
2013-04-06 | Remove duplicate "is supported" text and reformat. | James Turner | |
ok jasper@ | |||
2013-04-06 | handle ECONNABORTED for accept(); ok deraadt some time ago... | Markus Friedl | |
2013-04-06 | sync | Theo de Raadt | |
2013-04-06 | make kernel compile | Theo de Raadt | |
2013-04-06 | fix format string % escape | Stefan Fritsch | |
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | Alexandre Ratchov | |
with tweaks from jmc | |||
2013-04-06 | allow GENERIC.MP to compile again...just for shits and giggles. | Jasper Lievisse Adriaanse | |
2013-04-06 | drop paragraph saying there are no install sets and that one needs to | Jasper Lievisse Adriaanse | |
cross compile. pointed out by Rafael Neves | |||
2013-04-06 | a little fix for the version history | Ted Unangst | |
2013-04-06 | remove more references to kern.rthreads sysctl. | Ted Unangst | |
many thanks to jmc for noticing | |||
2013-04-06 | i missed this file too. | Ted Unangst | |
2013-04-06 | i missed a file, crap. found by deraadt | Ted Unangst | |
2013-04-06 | Split the regress log into 3 parts: the debug output from ssh, the debug | Darren Tucker | |
log from sshd and the output from the client command (ssh, scp or sftp). Somewhat functional now, will become more useful when ssh/sshd -E is added. | |||
2013-04-06 | there aren't any locks in here anymore, so we don't need lock.h | Ted Unangst | |
2013-04-06 | fix race when exiting a detached thread. observed by and ok guenther | Ted Unangst | |
2013-04-06 | shuffle around some poison code, prototypes, values... | Ted Unangst | |
allow some more pool debug code to be enabled if not compiled in bump poison size back up to 64 | |||
2013-04-06 | remove kern.rthreads | Ted Unangst | |
2013-04-06 | rthread sysctl isn't experimental anymore. oh, and it's gone too. | Ted Unangst | |
2013-04-06 | rthreads are always enabled. remove the sysctl. | Ted Unangst | |
ok deraadt guenther kettenis matthew | |||
2013-04-05 | kill redundant prototype | Florian Obser | |
OK dlg@ | |||
2013-04-05 | spacing and clarify that one has to manually create the fat partition for | Jasper Lievisse Adriaanse | |
now as the installer doesn't take care of that yet...soon though. | |||
2013-04-05 | Small grammar fix. "a firmware" -> "a firmware file" | Brian Callahan | |
"sounds better." tedu@ | |||
2013-04-05 | Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting it | Mark Kettenis | |
from the GTT aperture doesn't make a lot of sense. On some machines the amount of stolen memory is the same size of even larger than the aperture! So pretend that there is no stolen memory on these systems for now. ok jsg@ | |||
2013-04-05 | don't hardcode the size of u-boot's argv, but use a define instead. | Jasper Lievisse Adriaanse | |
to be re-used shortly elsewhere.. | |||
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | Kenneth R Westerback | |
type to store the returned value. From dhill. | |||
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | Kenneth R Westerback | |
2013-04-05 | Brad didn't even try building the ramdisk, because it is 7.5K oversize. | Theo de Raadt | |
2013-04-05 | - Hookup regress for rpath substitution support | Kurt Miller | |
2013-04-05 | - Add comments regarding copies of these files also in libexec/ld.so | Kurt Miller | |
okay guenther@ | |||
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller | |
Improvements and okay matthew@, millert@, guenther@ | |||
2013-04-05 | remove some obsolete casts | Ted Unangst | |
2013-04-05 | unfinished opti device code is never called or used | Ted Unangst | |
2013-04-05 | do not fail on EINTR | Eric Faurot | |
suggested by deraadt@ | |||
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | Brad Smith | |
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4) ok deraadt@ | |||
2013-04-05 | Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL | Brad Smith | |
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode so just stub out the function and don't build the callback function for the RAMDISK. ok deraadt@ |