openbsd
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...
2015-01-22 mpiUse correct error type and remove unused interface...
2015-01-22 reykAdd MLINK for tls_config_set_ca_mem()
2015-01-22 reykLibreSSL now supports loading of CA certificates from...
2015-01-22 reykAllow to to load the CA chain directly from memory...
2015-01-22 reykSupport CA verification in chroot'ed processes without...
2015-01-22 reykAdd X509_STORE_load_mem() to load certificates from...
2015-01-22 deraadtdelete annoying white space that annoy
2015-01-22 dougMake it obvious which openssl test complained and wheth...
2015-01-22 jsgRecognise 'F'/'f' constant suffix for single precision...
2015-01-22 dlgpool_chk_page iterates over a pages free item lists...
2015-01-22 bcookAssume that the size of a pointer will not change at...
2015-01-22 guentheramd's nfs_prot.x file has some tweaks from the standard...
2015-01-22 dlgbring back r1.80:
2015-01-22 bluhmMake syslogd tests more reliable on slow machines....
2015-01-22 deraadtDo not need to include <sys/cdefs.h> when headers inclu...
2015-01-21 jmctweak previous; ok schwarze
2015-01-21 deraadt3 different .h files here include ioccom.h. Do not...
2015-01-21 deraadtif_media.c needs net/if_var.h. This fixes the build...
2015-01-21 teducomplete the circle so all ql pages xref all other...
2015-01-21 deraadtDo not need sys/cdefs.h
2015-01-21 deraadtremove #if 0 cdefs.h blocks
2015-01-21 deraadtTo satisfy kernel grovellers and bad (but document...
2015-01-21 reykOoops, no need to include sys/cdefs.h.
2015-01-21 reykhttpd is based on relayd and had included many headers...
2015-01-21 deraadtInclude <netinet/in.h> before <net/pfvar.h>. In a...
2015-01-21 bluhmRemove the useless variable ifa in rt_getifa().
2015-01-21 schwarzeRudimentary implementation of the roff(7) \o escape...
2015-01-21 miodBy popular demand, put NFS, ipv6 and vlan support in...
2015-01-21 schwarzeImprove overstriking. When overstriking a wider charac...
2015-01-21 naddyBuild the argument list for halt/reboot without excessi...
2015-01-21 deraadtTruncate progname to NAME_MAX in the syslog message...
2015-01-21 naddyUse plain "-p" to specify "halt and power down", for...
2015-01-21 mpiEven without BATs memory under ``physmaxaddr'' is mappe...
2015-01-21 teduI don't foresee knowing that my i386 netbook has an...
2015-01-21 mpiDo not try to stop and reset endpoints if USB transfers...
2015-01-21 mpiUbreak the tree by using "struct ifreq" instead of...
2015-01-21 sthenIn options-table.c r1.51 an extra space was added to...
2015-01-21 kettenisEnable ix(4).
next