openbsd
2014-12-15 nicmNotify on zoom/unzoom, from George Nachmann.
2014-12-15 nicmOnly redraw affected lines when selection changes with...
2014-12-15 jmcremove -r from usage();
2014-12-15 miodMove 40MB of .rodata and 40MB of stack to .bss; allows...
2014-12-15 guentherfully parenthesize the PMAP_DIRECT_* macros
2014-12-15 tedumove needed macros to pmap.c and delete stale ones...
2014-12-15 guentherUse MAP_INHERIT_* for the 'inh' argument to the UMV_MAP...
2014-12-15 teduconvert bcopy to memcpy. ok dlg krw
2014-12-15 teduchange bcopy to memcpy. ok deraadt
2014-12-15 guentherEliminate the -r option and always do sysctl OID, usern...
2014-12-15 dougAdd error handling for EVP_DigestInit_ex().
2014-12-14 bcookunconditionally align SSL payloads
2014-12-14 bluhmBy now relayd expects tls in its config file and writes...
2014-12-14 miodRevert r1.10: properly built shared libraries will...
2014-12-14 schwarzeSwitch man(1) to the mandoc implementation.
2014-12-14 schwarzeminimally document -IOKTW; requested by naddy@
2014-12-14 bcallahRemove unused <stdlib.h>
2014-12-14 jsingConvert all of the straight forward client handshake...
2014-12-14 jsingProvide functions for starting, finishing and writing...
2014-12-14 jsingRemove trailing whitespace.
2014-12-14 gillesthese are no longer used, remove
2014-12-14 jsingunifdef OPENSSL_NO_NEXTPROTONEG
2014-12-14 jsingRemove redundant NULL checks before free - BN_free...
2014-12-14 jsingunifdef OPENSSL_NO_NEXTPROTONEG
2014-12-14 jsingunifdef OPENSSL_NO_NEXTPROTONEG, which is one of the...
2014-12-14 jsingunifdef NETSCAPE_HANG_BUG from the DTLS code. The code...
2014-12-14 tobiasHandle ed command "s" as a one line command, which...
2014-12-14 schwarzemacro cleanup; from Kaspars at Bankovskis dot net
2014-12-14 guentherDisable MWAIT again, this time on both i386 and amd64...
2014-12-13 guentherAn UVM_ADV_NORMAL -> MADV_NORMAL was missed here
2014-12-13 dougyet more mallocarray() changes.
2014-12-13 guentherSort members by size to reduce structure padding
2014-12-13 guentherAdd .Xr to chflagsat(2)
2014-12-13 guentherCorrect the handling of symbolic links by chmod/chgrp...
2014-12-13 teduclaim posix 2008 compat. apparently people look at...
2014-12-13 miodProvide our own copy of {round,trunc}_page() now that...
2014-12-13 miodA first shot at MOP boot instructions.
2014-12-13 schwarzejust released mandoc 1.13.2
2014-12-13 miodInstall netboot.mop
2014-12-13 miodCreate a MOP version of the network boot loader; verifi...
2014-12-13 miodGive the mop suite the ability to process alpha Elf64...
2014-12-13 millertAdd DKIM signing example based on eric@'s asiabsdcon...
2014-12-13 schwarzeFix a regression found by Carsten dot Kunze at arcor...
2014-12-13 tobiasThe function savestr allows NULL return values during...
2014-12-13 schwarzemacro cleanup; from Kaspars Bankovskis, tweaked a bit
2014-12-13 tobiasProperly validate ranges:
2014-12-13 deraadtThinkPad Edge E130, event 0x6060 is supposed to indicat...
2014-12-13 jsgadd a sxidog_activate() function so the kernel will...
2014-12-12 tedufree correct size. it's variable!
2014-12-12 schwarzecatch up with swab.c rev. 1.9:
2014-12-12 tedusizeof(*ptr) for some free()
2014-12-12 teduconvert some hash tables (the easy ones) to siphash...
2014-12-12 schwarzemarkup fixes from Kaspars at Bankovskis dot net;
2014-12-12 teduoops, i was not supposed to disable mwait. found by...
2014-12-12 reykLike previously done in relayd, change the keyword...
2014-12-12 schwarzemarkup fixes, and repair some wrong argument types...
2014-12-12 jsingIncrease cipher suite test coverage by including all...
2014-12-12 reykChange the keyword "ssl" to "tls" to reflect reality...
2014-12-12 teduput global_ptrace here too so users know how to spell...
2014-12-12 tedusysctl kern.global_ptrace.
2014-12-12 tedusysctl kern.global_ptrace.
2014-12-12 jsgRange check the value of the base for typeset -i base...
2014-12-12 jsgBounds check the file path used in the 'w' command...
2014-12-12 jsgRework the pointer swap in the 'P' command to make...
2014-12-12 uebayasisysctl_proc_vmmap(): Allow retrieving "self" VM mapping...
2014-12-12 deraadtXr getdtablecount
2014-12-12 djmrevert chunk I didn't mean to commit yet; via jmc@
2014-12-11 teduupdate swab() to match the current posix definition...
2014-12-11 deraadtsync
2014-12-11 teduwe do not need the complexity of an assembly swab funct...
2014-12-11 teduuse a local swapbytes function instead of relying on...
2014-12-11 deraadtThe utwitch(4) driver was never added here. Obviously...
2014-12-11 miodDo not blindly dereference hw_vendor and hw_prod withou...
2014-12-11 schwarzeFix previous:
2014-12-11 schwarzeslightly reshuffle some code to reduce the diff with...
2014-12-11 teduregen
2014-12-11 teduremove urio
2014-12-11 teduremove urio
2014-12-11 teduurio has been removed
2014-12-11 tedudragonflybsd has added a urio driver. conservation...
2014-12-11 teduconvert bcopy to memcpy/memmove. ok krw
2014-12-11 mpiMake sure you'll never look at stack garbage, prodded...
2014-12-11 mpiHandle UPSes with broken report descriptors.
2014-12-11 mpiChange uhidev(4) set/get report functions in various...
2014-12-11 schwarzeWhen scanning backwards for the last dot in a filename,
2014-12-11 bradmerge conflicts
2014-12-11 millertRemove an undocumented limit on the length of the patte...
2014-12-11 bradupdate to Unbound 1.5.1, ok sthen@
2014-12-11 jmctypos; from kaspars bankovskis
2014-12-11 jmcaccording to kaspars bankovskis, allocbuf was removed...
2014-12-11 stspDelete #ifdef'd code that hasn't been compiled in years...
2014-12-11 mpiDo not change the interface of a route if it is not...
2014-12-11 mpiDo not use "struct route" when it is not necessary.
2014-12-11 djmexplicitly include sys/param.h in files that use the...
2014-12-11 guentherMake quotactlcmd formatting consistent with others
2014-12-11 djmmention AuthorizedKeysCommandUser must be set for
2014-12-11 djmshow in debug output which hostkeys are being tried...
2014-12-11 djmMake manual reflect reality:
2014-12-10 schwarzeHISTORY correction: v7, not v6.
2014-12-10 schwarzeadd missing sentence to RETURN VALUES; from Kaspars...
next