Age | Commit message (Expand) | Author |
2014-01-21 | Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now. | Joel Sing |
2014-01-21 | Allow dhclient.conf to specify 'fixed-address', 'next-server', | Kenneth R Westerback |
2014-01-21 | Instead of maintaining a completely separate list of crypto work units, | Joel Sing |
2014-01-21 | Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux. | Mark Kettenis |
2014-01-21 | Allow for variable sized work units. | Joel Sing |
2014-01-21 | sync | Todd T. Fries |
2014-01-21 | Use a TAILQ for tracking work units, rather than an array. This will allow | Joel Sing |
2014-01-21 | dtucker@ pointed out i suck at grep. | David Gwynne |
2014-01-21 | Stop bzeroing the work unit when it is initialised. Rather, only initialise | Joel Sing |
2014-01-21 | Add all the Intel KT's which got missed. | Theo de Raadt |
2014-01-21 | Remove pointless validation - these cases cannot be hit as they have | Joel Sing |
2014-01-21 | Factor out and fix the RAID5 write functionality. | Joel Sing |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2014-01-21 | Update the names of the DIOCXBEGIN ruleset types. | Lawrence Teo |
2014-01-21 | Add parsing for options 121 (classless-static-routes) and 249 | Kenneth R Westerback |
2014-01-21 | Update gcc-local(1) with recent changes to the toolchain: | Martynas Venckus |
2014-01-21 | Add support for ISP2200 based adapters. | Jonathan Matthew |
2014-01-21 | The semaphore register does need to be cleared when clearing interrupts, | Jonathan Matthew |
2014-01-21 | Stop using 23xx-specific interrupt status codes everywhere. Instead, classify | Jonathan Matthew |
2014-01-21 | document how any matches any non-loopback interface, ok benno | Henning Brauer |
2014-01-21 | if_item can be "any" now. | Henning Brauer |
2014-01-21 | introduce a way to match "any" interface, excluding loopback ones. | Henning Brauer |
2014-01-21 | bzero -> memset | Ted Unangst |
2014-01-21 | naughty guenther didn't compile | Ted Unangst |
2014-01-20 | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself | Claudio Jeker |
2014-01-20 | Try to be more consistent in how various variables are setup and named. | Claudio Jeker |
2014-01-20 | Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-20 | Get rid of the old routing message version 4 transition code before | Alexander Bluhm |
2014-01-20 | Add sdmmc support to the install media, as proposed by Florian Stinglmayr | Theo de Raadt |
2014-01-20 | Do not use .Ar for fixed strings, it is intended for argument placeholders. | Ingo Schwarze |
2014-01-20 | With 2K login firmware, the login option bits are in mbox register 10. | Jonathan Matthew |
2014-01-20 | P_NOZOMBIE and P_STOPPED are PS_* process flags now | Philip Guenther |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2014-01-20 | for the SHA256 file, output checksums in base64; ok espie@ | Christian Weisgerber |
2014-01-20 | The strings "1" and "2" are not placeholders for arguments, | Ingo Schwarze |
2014-01-20 | add HISTORY and AUTHORS; triggered by a much shorter patch | Ingo Schwarze |
2014-01-20 | Fix the .Xr macros such that we get nice clickable links on the web. | Ingo Schwarze |
2014-01-20 | Use SEEK_SET instead of hardcoded 0. | Tobias Stoeckmann |
2014-01-20 | Fix race condition during symlink check. If there was no symbolic link | Tobias Stoeckmann |
2014-01-20 | call usbd_deactivate() for DVACT_DEACTIVATE | joshua stein |
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein |
2014-01-20 | define UIPROTO_BOOT_MOUSE | joshua stein |
2014-01-20 | bcopy to memcpy | Chris Cappuccio |
2014-01-20 | bcmp to memcmp | Chris Cappuccio |
2014-01-20 | bzero to memset | Chris Cappuccio |
2014-01-20 | Do not complain if release is not implemented in fuse client. | Sylvestre Gallon |
2014-01-20 | Include fuse_opt.h in fuse.h. | Sylvestre Gallon |
2014-01-20 | Better explanation what slowcgi(8) is for. | Florian Obser |
2014-01-20 | hook mknod() if create() implementation is not present. | Sylvestre Gallon |
2014-01-20 | Keep words after .Ic together in a single argument. | Ingo Schwarze |