Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-08 | Fix typo in ale_stop_mac(). | 1 | -2/+2 | ||
From FreeBSD ok kevlo@ | |||||
2013-04-08 | zap trailing whitespace; | 1 | -2/+2 | ||
2013-04-08 | Use the fixed pixel clock for eDP in intel_dp_set_m_n() | 1 | -2/+12 | ||
from linux 3.8.6 | |||||
2013-04-08 | Don't clobber crtc->fb when queue_flip fails | 1 | -8/+5 | ||
from linux 3.8.6 | |||||
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | 1 | -12/+38 | ||
getrlimit(2) RLIMIT_STACK wording suggested by jmc@ | |||||
2013-04-07 | Make the SO_BINDANY socket option also work for raw IPv6 sockets. | 1 | -1/+2 | ||
OK markus@ | |||||
2013-04-07 | clarify -e text. suggested by & ok jmc@ | 1 | -4/+2 | ||
2013-04-07 | check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd. | 1 | -2/+2 | ||
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 | 1 | -5/+2 | ||
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 | 6 | -22/+51 | ||
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 | 6 | -20/+68 | ||
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 | 1 | -5/+4 | ||
gre is not allowed. ok yasuoka@ | |||||
2013-04-06 | Remove duplicate "is supported" text and reformat. | 1 | -5/+5 | ||
ok jasper@ | |||||
2013-04-06 | handle ECONNABORTED for accept(); ok deraadt some time ago... | 2 | -6/+13 | ||
2013-04-06 | sync | 22 | -22/+0 | ||
2013-04-06 | make kernel compile | 1 | -1/+3 | ||
2013-04-06 | fix format string % escape | 1 | -2/+2 | ||
2013-04-06 | explain what "default" means in sndio.7 rather than {sio,mio}_open.3, | 3 | -22/+41 | ||
with tweaks from jmc | |||||
2013-04-06 | allow GENERIC.MP to compile again...just for shits and giggles. | 1 | -2/+2 | ||
2013-04-06 | drop paragraph saying there are no install sets and that one needs to | 1 | -5/+1 | ||
cross compile. pointed out by Rafael Neves | |||||
2013-04-06 | a little fix for the version history | 2 | -7/+7 | ||
2013-04-06 | remove more references to kern.rthreads sysctl. | 3 | -12/+6 | ||
many thanks to jmc for noticing | |||||
2013-04-06 | i missed this file too. | 1 | -5/+16 | ||
2013-04-06 | i missed a file, crap. found by deraadt | 1 | -4/+1 | ||
2013-04-06 | Split the regress log into 3 parts: the debug output from ssh, the debug | 6 | -25/+41 | ||
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 | 1 | -2/+1 | ||
2013-04-06 | fix race when exiting a detached thread. observed by and ok guenther | 1 | -4/+7 | ||
2013-04-06 | shuffle around some poison code, prototypes, values... | 4 | -56/+32 | ||
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 | 1 | -3/+2 | ||
2013-04-06 | rthread sysctl isn't experimental anymore. oh, and it's gone too. | 1 | -6/+2 | ||
2013-04-06 | rthreads are always enabled. remove the sysctl. | 7 | -30/+10 | ||
ok deraadt guenther kettenis matthew | |||||
2013-04-05 | kill redundant prototype | 1 | -2/+1 | ||
OK dlg@ | |||||
2013-04-05 | spacing and clarify that one has to manually create the fat partition for | 1 | -14/+15 | ||
now as the installer doesn't take care of that yet...soon though. | |||||
2013-04-05 | Small grammar fix. "a firmware" -> "a firmware file" | 1 | -3/+3 | ||
"sounds better." tedu@ | |||||
2013-04-05 | Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting it | 1 | -73/+5 | ||
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. | 1 | -1/+3 | ||
to be re-used shortly elsewhere.. | |||||
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | 3 | -6/+9 | ||
type to store the returned value. From dhill. | |||||
2013-04-05 | Nuke parameter to do_packet() not used since 2006. From dhill. | 3 | -6/+6 | ||
2013-04-05 | Brad didn't even try building the ramdisk, because it is 7.5K oversize. | 1 | -6/+2 | ||
2013-04-05 | - Hookup regress for rpath substitution support | 1 | -2/+2 | ||
2013-04-05 | - Add comments regarding copies of these files also in libexec/ld.so | 3 | -3/+9 | ||
okay guenther@ | |||||
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | 30 | -41/+834 | ||
Improvements and okay matthew@, millert@, guenther@ | |||||
2013-04-05 | remove some obsolete casts | 5 | -48/+41 | ||
2013-04-05 | unfinished opti device code is never called or used | 3 | -411/+2 | ||
2013-04-05 | do not fail on EINTR | 1 | -4/+16 | ||
suggested by deraadt@ | |||||
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | 2 | -3/+12 | ||
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 | 1 | -1/+3 | ||
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@ | |||||
2013-04-05 | Grammar tweaks. | 3 | -6/+6 | ||
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | 2 | -5/+5 | ||
ok miod kettenis tedu | |||||
2013-04-05 | move the bounds check for execbuffer relocation count closer to linux | 1 | -3/+9 | ||
ok kettenis@ |