Age | Commit message (Expand) | Author |
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 |
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 |
2013-04-06 | a little fix for the version history | Ted Unangst |
2013-04-06 | remove more references to kern.rthreads sysctl. | Ted Unangst |
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 |
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 |
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 |
2013-04-05 | kill redundant prototype | Florian Obser |
2013-04-05 | spacing and clarify that one has to manually create the fat partition for | Jasper Lievisse Adriaanse |
2013-04-05 | Small grammar fix. "a firmware" -> "a firmware file" | Brian Callahan |
2013-04-05 | Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting it | Mark Kettenis |
2013-04-05 | don't hardcode the size of u-boot's argv, but use a define instead. | Jasper Lievisse Adriaanse |
2013-04-05 | send_packet() and writev() return ssize_t, not int. Use correct | Kenneth R Westerback |
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 |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
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 |
2013-04-05 | Add the remaining USB Wifi adapters to the CD RAMDISK media for users | Brad Smith |
2013-04-05 | Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL | Brad Smith |
2013-04-05 | Grammar tweaks. | Brian Callahan |
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | Theo de Raadt |
2013-04-05 | move the bounds check for execbuffer relocation count closer to linux | Jonathan Gray |
2013-04-05 | SECONDS is, in a highly theoretical way, not y2k38 safe. comment it. | Ted Unangst |
2013-04-05 | rename a variable to hours so it doesn't look like time. ok deraadt guenther | Ted Unangst |
2013-04-05 | this doesn't need to be time_t ok deraadt | Ted Unangst |
2013-04-05 | cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too | Damien Miller |
2013-04-05 | use the existing _PATH_SSH_USER_RC define to construct the other | Damien Miller |
2013-04-05 | hush some {unused, printf type} warnings | Damien Miller |
2013-04-04 | regen | Brad Smith |
2013-04-04 | Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids. | Brad Smith |
2013-04-04 | Add support for "d" floating-point suffix, as defined by draft N1312 | Martynas Venckus |
2013-04-04 | The intel_dp_i2c_aux_ch() function has to return Linux-style negative errno | Mark Kettenis |
2013-04-04 | Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input() | Alexander Bluhm |
2013-04-04 | jot down some steps for loading a kernel of internal storage; not quite compl... | Jasper Lievisse Adriaanse |
2013-04-04 | Do not allow the listen(2) syscall for an already connected socket. | Alexander Bluhm |
2013-04-04 | Make icmp6 ready for 64 bit time_t by adding a range check and an | Alexander Bluhm |
2013-04-04 | fix alignment issue in getnetby{addr,name}() too. | Eric Faurot |