Age | Commit message (Expand) | Author |
2010-11-16 | sync | Theo de Raadt |
2010-11-16 | Add support for enable/disable table when using relays instead of redirects. | Jonathan Gray |
2010-11-16 | Crank minor due to the addition of isduid(). | Joel Sing |
2010-11-15 | fix up a pointer bug introduced in the previous revision | Mike Belopuhov |
2010-11-15 | NUL-terminate buffer in compiler_text() after realloc, not before. | Todd C. Miller |
2010-11-15 | Aesthetic improvements to make it appear more normal and knf'y. | Kenneth R Westerback |
2010-11-15 | Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop. | Damien Bergamini |
2010-11-15 | add urtwn(4) to more USB 2.0 capable architectures, since it works | Damien Bergamini |
2010-11-15 | print board type in human readable form in dmesg. | Damien Bergamini |
2010-11-15 | Teach readlabelfs() how to handle DUIDs. | Joel Sing |
2010-11-15 | Factor out DUID identification code so that it can easily be reused. | Joel Sing |
2010-11-15 | Do not fatal if an attempt to open a message envelope results in ENOENT. | Joel Sing |
2010-11-15 | rename aesni_sess to aesni_session; bugged me all the time | Mike Belopuhov |
2010-11-15 | do session allocations from the pool | Mike Belopuhov |
2010-11-15 | thrash less cache lines and zero out only what we've touched | Mike Belopuhov |
2010-11-15 | More cleanup. Add DEVNAME() macro and generic functions for various | Kenneth R Westerback |
2010-11-15 | convert one if-else instance to the switch to ease gcm integration; | Mike Belopuhov |
2010-11-15 | round up crd_len to the blocksize; will be needed for gcm | Mike Belopuhov |
2010-11-15 | there's either mbuf or an iovec, no other option is possible | Mike Belopuhov |
2010-11-15 | show more of the host, but be careful not to go over 80 cols; ok krw@ | Otto Moerbeek |
2010-11-15 | remove trailing whitespace; | Jason McIntyre |
2010-11-15 | desambiguate -> disambiguate; | Jason McIntyre |
2010-11-15 | libary -> library; | Jason McIntyre |
2010-11-15 | Show more window and pane flags in list-* output, and put layout on the | Nicholas Marriott |
2010-11-14 | Cleanup dmesg a bit, do not print the device name twice when attaching | Paul de Weerd |
2010-11-14 | remove unused header file | Takuya ASADA |
2010-11-14 | scandir() does not NULL-terminate the list of dirent structs so use | Todd C. Miller |
2010-11-14 | Terminate midi thru boxes trying to drain but that have no | Alexandre Ratchov |
2010-11-14 | document the new simpler way to do specs | Marc Espie |
2010-11-14 | Update man page for update-environment. | Nicholas Marriott |
2010-11-14 | Don't allow last and active window to become the same - a very bad move | Nicholas Marriott |
2010-11-14 | document some more | Marc Espie |
2010-11-14 | simplify slightly, make the . optional | Marc Espie |
2010-11-13 | allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of | Damien Miller |
2010-11-13 | backout 1.86 | Theo de Raadt |
2010-11-13 | mention the helper scripts and how to get to their documentation. | Marc Espie |
2010-11-13 | Switch from TSS-per-process to TSS-per-CPU, placing the TSS right | Philip Guenthe |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-12 | avoid pointer arithmetic on void * | David Hill |
2010-11-12 | The ioctl to show states returns a pfsync_state which is in network byte | Claudio Jeker |
2010-11-12 | - introduce quote() which prints its arguments quoted for sh/ksh parsing | Alexander Hall |
2010-11-11 | Add XAUTHORITY to update-environment, requested by Andreas Kloeckner. | Nicholas Marriott |
2010-11-11 | Nuke dead assignments and a dead function, from Michael W Bombardieri | Nicholas Marriott |
2010-11-11 | Flag to flush all key bindings from Rob Paisley. | Nicholas Marriott |
2010-11-11 | Declaration in header should be extern. | Nicholas Marriott |
2010-11-11 | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | Miod Vallat |
2010-11-11 | Compute syhcnronous transfer periods with a better accuracy, to get better | Miod Vallat |
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |