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