openbsd
2015-01-27 bradRevert 1.61 since support for the TX path was also...
2015-01-27 bradRewrite receive filter handling and ioctl bits.
2015-01-27 kurtRequire EFT shared objects have a PT_PHDR entry to...
2015-01-26 kettenisMove the "stackgap" from the stack into its own page...
2015-01-26 miodPrint frame buffer resolution at attach time.
2015-01-26 deraadtsync
2015-01-26 schwarzeRework tbl(7) layout parsing:
2015-01-26 jmcsort previous;
2015-01-26 jsingPlace the remainder of e_os2.h under #ifndef LIBRESSL_I...
2015-01-26 djmproperly restore umask
2015-01-26 jsingAdd AEAD as a "MAC alias" so that it is possible to...
2015-01-26 schwarzeMore improvements regarding tbl(7) options.
2015-01-26 djmcorrect description of UpdateHostKeys in ssh_config...
2015-01-26 bradMerge in a commit from upstream..
2015-01-26 mpiCall rtdeletemsg(9) instead of rerolling its code....
2015-01-26 mpiDo not always try to rtfree(9) route entries inside...
2015-01-26 bradSet PCIe max read request size to 2K to help with TX...
2015-01-26 djmregression test for host key rotation
2015-01-26 djmadapt to sshkey API tweaks
2015-01-26 djmcorrectly match ECDSA subtype (== curve) for offered...
2015-01-26 guentherOops: symlinkat()'s 'atfd' argument is its second,...
2015-01-26 bradUpdate the Samsung SSD controller comment.
2015-01-26 djmHost key rotation support.
2015-01-26 djmsmall refactor and add some convenience functions;
2015-01-26 bmercerImport the exynos work into tree. This is from Bitrig...
2015-01-26 jsgRename miniroot-sunxi to miniroot-cubie as the u-boot...
2015-01-26 schwarzeImprove (or rather, rewrite) tbl(7) option parsing.
2015-01-25 kettenisRework cbus(4) interrupt support a bit. Instead of...
2015-01-25 tedumention that the kern.global_ptrace sysctl also affects...
2015-01-25 nicmDon't leak the individual strings when copying environment.
2015-01-25 naddytweak and update the illustration to what the bootstrap...
2015-01-25 jsgCorrect a bit test for DDR2 CAS Latency and recognise...
2015-01-25 dlgrefactor loading of dmamaps.
2015-01-24 kettenisImplement bus_dmamem_alloc_range(9) for macppc/socppc.
2015-01-24 naddycorrect the syntax description of the boot command...
2015-01-24 millertFix getopt string; the -N flag doesn't take an argument.
2015-01-24 jmctweak previous;
2015-01-24 kettenisAdd bus_dmamem_alloc_range(9).
2015-01-24 kettenisDocument bus_dmamem_alloc_range(9).
2015-01-24 kettenisUse bus_dmamem_alloc_range(9) to make sure the ring...
2015-01-24 kettenisAdd bus_dmamem_alloc_range(9) to allow drivers to alloc...
2015-01-24 miodMove -lz late in the linker commandline for things...
2015-01-24 kettenisAdd back <sys/param.h>; it's needed for MACHINE_STACK_G...
2015-01-24 schwarzepreserve .PP before .RE; effect found in audio/pms(1)
2015-01-24 dougConvert openssl(1) sess_id to the new option handling.
2015-01-24 dougConvert openssl(1)'s rsa.c to the new option handling...
2015-01-24 schwarzeStrangely, ignoring the roff(7) .na request was impleme...
2015-01-24 bradRemove a comment that is no longer true with MCLGETI...
2015-01-24 schwarzechange .Cm to .Ar for macro arguments
2015-01-24 schwarzeSupport .RE with an argument; needed for audio/pms(1).
2015-01-24 deraadtUserland (base & ports) was adapted to always include...
2015-01-24 krwIn shell statements use shell pattern '+([0-9])', not...
2015-01-23 krwMore missing $OpenBSD$.
2015-01-23 espiea wee little bit more cleanup (more const and remove...
2015-01-23 miod-Wpointer-sign is supported by gcc 4 only.
2015-01-23 schwarzeWhile ignoring the .ta (set tab stops) and .ti (temp...
2015-01-23 tedubraces to open a function go on their own line like...
2015-01-23 tedudelete some code that doesn't (and shouldn't) run....
2015-01-23 kettenisMake km_alloc(9) use the direct map for all "phys conti...
2015-01-23 millertRemove now-unused DebugFlags.
2015-01-23 jsingEnsure that a ServerKeyExchange message is received...
2015-01-23 halexKilling my darling. Functionality and binary name...
2015-01-23 schwarzeLet .Aq/.Ao/.Ac print "<>" instead of the normal "...
2015-01-23 espietypo
2015-01-23 espieremove a bunch of dangerous casts (useless casts from...
2015-01-23 sthenNormal OpenBSD code fits in an 80 column term. From...
2015-01-23 dlgbreak after return is useless.
2015-01-23 dlgmove from deferring vd requests with a task per message...
2015-01-23 dlgget the args right for the fallback atomic_{cas,swap...
2015-01-23 jmczap trailing whitespace;
2015-01-23 teduRemove the OK and ERR macros. They obfuscate the code...
2015-01-23 tedudon't need to define debugging 0 anymore
2015-01-23 teduminor debug removal cleanup
2015-01-23 teduremove debug code.
2015-01-23 schwarzeWonders of roff(7): Integer numbers in numerical expres...
2015-01-22 schwarzeSlightly improve \w width measurements:
2015-01-22 tedudelete useless casts. ok deraadt guenther millert
2015-01-22 teduremove a stupid -Wstrict-prototype warning by making...
2015-01-22 schwarzeTraditional roff(7) explicitly allows certain control...
2015-01-22 miodFix logic botch causing warnings with Clang. Reported...
2015-01-22 miodPossibly uninitialized variable. From Clang via dhill.
2015-01-22 jmcheirarchy -> hierarchy;
2015-01-22 millertDocument that changes made to the directory hierarchy...
2015-01-22 deraadtProvide a warning about chroot misuses (which sadly...
2015-01-22 deraadtpool_setipl() on both pmap pools as a workaround for...
2015-01-22 schwarzeDon't let a failing mparse_open() clobber the filename...
2015-01-22 krwProcessing $OpenBSD$ as well as sccs's @(#) is an OpenB...
2015-01-22 krwUse /etc/services names in all the default pf rules...
2015-01-22 florianClean up includes, while here fix a white space which...
2015-01-22 mpiLet powerpc's bus_space(9) use the same pmap and uvm...
2015-01-22 reykClean up the relayd headers with help of include-what...
2015-01-22 millertOnly allow the -r flag when sending a message; from...
2015-01-22 reykspacing
2015-01-22 reykspacing
2015-01-22 reykwrap long lines; spacing.
2015-01-22 krwReplace some obvious '$OpenBSD' and '$OpenBSD:' typos...
2015-01-22 deraadtsync
2015-01-22 jsingUse field names in struct initialisers.
2015-01-22 jmclast entry in NAME should not have a trailing comma;
2015-01-22 mpiReduce the number of intermediate buffers by pre-alloca...
next