Age | Commit message (Expand) | Author |
2014-12-15 | The PCI device ID 0x4c6e is a secondary device ID for the Radeon Mobility | Mark Kettenis |
2014-12-15 | Notify on zoom/unzoom, from George Nachmann. | Nicholas Marriott |
2014-12-15 | Only redraw affected lines when selection changes with mouse. From | Nicholas Marriott |
2014-12-15 | remove -r from usage(); | Jason McIntyre |
2014-12-15 | Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on | Miod Vallat |
2014-12-15 | fully parenthesize the PMAP_DIRECT_* macros | Philip Guenther |
2014-12-15 | move needed macros to pmap.c and delete stale ones. ok guenther | Ted Unangst |
2014-12-15 | Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro, | Philip Guenther |
2014-12-15 | convert bcopy to memcpy. ok dlg krw | Ted Unangst |
2014-12-15 | change bcopy to memcpy. ok deraadt | Ted Unangst |
2014-12-15 | Eliminate the -r option and always do sysctl OID, username, groupname, | Philip Guenther |
2014-12-15 | Add error handling for EVP_DigestInit_ex(). | Doug Hogan |
2014-12-14 | unconditionally align SSL payloads | Brent Cook |
2014-12-14 | By now relayd expects tls in its config file and writes tls into | Alexander Bluhm |
2014-12-14 | Revert r1.10: properly built shared libraries will never have any DISP26 | Miod Vallat |
2014-12-14 | Switch man(1) to the mandoc implementation. | Ingo Schwarze |
2014-12-14 | minimally document -IOKTW; requested by naddy@ | Ingo Schwarze |
2014-12-14 | Remove unused <stdlib.h> | Brian Callahan |
2014-12-14 | Convert all of the straight forward client handshake handling code to use | Joel Sing |
2014-12-14 | Provide functions for starting, finishing and writing SSL handshake | Joel Sing |
2014-12-14 | Remove trailing whitespace. | Joel Sing |
2014-12-14 | these are no longer used, remove | Gilles Chehade |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing |
2014-12-14 | Remove redundant NULL checks before free - BN_free(), BIO_free_all() and | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | Joel Sing |
2014-12-14 | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | Joel Sing |
2014-12-14 | Handle ed command "s" as a one line command, which it is. | Tobias Stoeckmann |
2014-12-14 | macro cleanup; from Kaspars at Bankovskis dot net | Ingo Schwarze |
2014-12-14 | Disable MWAIT again, this time on both i386 and amd64. Too many systems | Philip Guenther |
2014-12-13 | An UVM_ADV_NORMAL -> MADV_NORMAL was missed here | Philip Guenther |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-13 | Sort members by size to reduce structure padding | Philip Guenther |
2014-12-13 | Add .Xr to chflagsat(2) | Philip Guenther |
2014-12-13 | Correct the handling of symbolic links by chmod/chgrp/chown/chflags, | Philip Guenther |
2014-12-13 | claim posix 2008 compat. apparently people look at this and get scared | Ted Unangst |
2014-12-13 | Provide our own copy of {round,trunc}_page() now that uvm's is unreachable from | Miod Vallat |
2014-12-13 | A first shot at MOP boot instructions. | Miod Vallat |
2014-12-13 | just released mandoc 1.13.2 | Ingo Schwarze |
2014-12-13 | Install netboot.mop | Miod Vallat |
2014-12-13 | Create a MOP version of the network boot loader; verified to boot on DEC 3000. | Miod Vallat |
2014-12-13 | Give the mop suite the ability to process alpha Elf64 files and create mop | Miod Vallat |
2014-12-13 | Add DKIM signing example based on eric@'s asiabsdcon slides | Todd C. Miller |
2014-12-13 | Fix a regression found by Carsten dot Kunze at arcor dot de: | Ingo Schwarze |
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann |
2014-12-13 | macro cleanup; from Kaspars Bankovskis, tweaked a bit | Ingo Schwarze |
2014-12-13 | Properly validate ranges: | Tobias Stoeckmann |
2014-12-13 | ThinkPad Edge E130, event 0x6060 is supposed to indicate toggle | Theo de Raadt |
2014-12-13 | add a sxidog_activate() function so the kernel will link again | Jonathan Gray |
2014-12-12 | free correct size. it's variable! | Ted Unangst |