openbsd
2014-05-09 deraadtwhen demonstrating the correct "double-check" idiom...
2014-05-09 tedustop using B_AGE, it was effectively retired some time...
2014-05-09 tedudisable IO_NOCACHE B_NOCACHE conversion until it works.
2014-05-09 schwarzeKNF: unify style and reduce indentation in get_line...
2014-05-09 schwarzeAfter entering an invalid three-letter card name, one...
2014-05-09 schwarzeVarious cleanup:
2014-05-08 schwarzeDo not read from index -1 of an array.
2014-05-08 miodFormat string fixes for m88k; remove -Wno-format from...
2014-05-08 deraadtmove reallocarray() to a seperate file so that -portabl...
2014-05-08 miodFormat string fixes and removal of -Wno-format for...
2014-05-08 miodFormat string fixes and removal of -Wno-format for...
2014-05-08 miodUpdate #include list after not-so-recent uvm includes...
2014-05-08 miodFormat string fixes and removal of -Wno-format for...
2014-05-08 miodFormat string fixes for alpha kernels, and remove ...
2014-05-08 kettenisFix some potential integer overflows caused by converti...
2014-05-08 miodReplace hand-crafted STRICT_ALIGNMENT with system provi...
2014-05-08 miodNo longer build vax kernels with -Wno-format.
2014-05-08 miodFormat string fixes.
2014-05-08 miodRecognize `t' as a valid format modifier for kprintf...
2014-05-08 sfFormat string fix in disabled code. Format bus_space_ha...
2014-05-08 sfEnable -Wno-format in the kernel on i386 & amd64
2014-05-08 miodregen
2014-05-08 miodRemove irrelevant devices from the ramdisk target;...
2014-05-08 krw"Server?" -> "HTTP Server?" to allow unambiguous auto...
2014-05-08 reykfail for unsupported node action/type combinations...
2014-05-08 jsingMore KNF.
2014-05-08 jsingKNF.
2014-05-08 andreAdjust this test contents from path keytype to url...
2014-05-08 teduprotip: "It's largely bad style to do (int)sizeof"
2014-05-08 jsingRemove KSSL debug code.
2014-05-08 jsingKNF.
2014-05-08 jsingNuke OPENSSL_FIPS - having #ifdefs inside a #ifndef...
2014-05-08 blambertremove debug prints that snuck in; found by reyk@
2014-05-08 jsingKNF.
2014-05-08 mikebPretty print MIB_ipNetToMediaPhysAddress'es; ok blambert
2014-05-08 mpiPlug one more xfer leak.
2014-05-08 jsingknfectomie.
2014-05-08 aoyamaThe pcexmem(4) and pcexio(4) should be attached on...
2014-05-08 jsingEmergency knfectomie requested by tedu@.
2014-05-08 blambertmatch iked proc.c infrastructure with proc.c
2014-05-08 blambertmatch relayd proc.c infrastructure with snmpd
2014-05-08 jmcinet(3) -> inet_net(3);
2014-05-08 blambertBring back restricted sockets, inadvertantly removed in
2014-05-08 giovannikill some more VMS ifdefs
2014-05-08 mpiSync flags with route.h
2014-05-08 mpiIntroduce two new route flags: RTF_LOCAL and RTF_BROADCAST.
2014-05-08 nicmSend up and down keys for mouse wheel in alternate...
2014-05-08 nicmInstead of forcing mouse scroll to 1 in choose mode...
2014-05-08 jmcwhack some useless verbiage from DESCRIPTION, and merge...
2014-05-08 jmc- update DESCRIPTION and COMPATIBILITY WITH MORE
2014-05-08 jmc+.Xr less 1 ,
2014-05-08 nicmPlug a memory leak, from J Raynor.
2014-05-08 nicmBoth the two previous ways of navigating panes by direc...
2014-05-08 nicmHandle colour 8 properly in the 256 colour palette...
2014-05-07 miodGet __STRICT_ALIGNMENT from <machine/endian.h> and...
2014-05-07 zhukWhen you want more, you say "more". When you want...
2014-05-07 teduless than jpake
2014-05-07 schwarzeRepair the termination condition of a write(2) loop.
2014-05-07 tedudon't free memory unless we allocated it.
2014-05-07 teduwith the first bug it uncovered fixed, clear all bignum...
2014-05-07 teduin BN_clear_free, don't cleanse the data if the static...
2014-05-07 halexcomment style fix
2014-05-07 krwjmc@ points out '-F/-f' are available only in conjuncti...
2014-05-07 miodMatch search_string_def() prototype change, forgotten...
2014-05-07 jsingKNF.
2014-05-07 schwarzeRender roff escape sequences contained in manual page...
2014-05-07 schwarzeFix two memory leaks in makewhatis -n:
2014-05-07 teduconsolidate some code by using reallocarray in all...
2014-05-07 teduuse reallocarray. ok guenther
2014-05-07 piroftiFix whitespace mistakes.
2014-05-07 schwarzeDo not segfault in makewhatis -Q if the next .SH after...
2014-05-07 tedurevert, thanks sthen
2014-05-07 pelikanback out the previous ICMP simplifying diff, it caused...
2014-05-07 markustry postponed requests first, so we do in-order process...
2014-05-07 markusprint msgid for debugging; ok reyk & mikeb
2014-05-07 markusmake authentication work with X509 certificates that...
2014-05-07 schwarzeRemove the undocumented and ineffective -F option ...
2014-05-07 markusfactor out ikev2_ike_auth() (state machine; used multip...
2014-05-07 jsgadd additional includes from eng_cryptodev.c
2014-05-07 mpiRemove the last hacks concerning the global list of...
2014-05-07 mpiMake sure to call uhidev_close() upon detach for every...
2014-05-07 mpiKill the {nd6_,}useloopback buttons, using the loopback...
2014-05-07 mpiRemove some m->m_pkthdr.rcvif dereference to help for...
2014-05-07 yasuokaInitialize struct iface by zero. Without this, npppd...
2014-05-07 guentherFix ext2fs atime and mtime handling that I broke from...
2014-05-07 sthenpass daemon_flags to nsd-control when used to check...
2014-05-07 tedumissing word in error message. ok millert
2014-05-07 tedudelete some crusty casts
2014-05-07 teduconvert calloc to use reallocarray instead. ok millert
2014-05-07 teducalloc, from peter malone
2014-05-07 teduuse calloc. from peter malone
2014-05-07 teducalloc is simpler. suggested by Peter Malone and halex
2014-05-07 teduuse calloc. from Peter Malone
2014-05-07 deraadtmiod forgot about fcrypt_b.c being needed, before he...
2014-05-06 tedutemp variable for a bit of clarity
2014-05-06 teduremove unneeded variable
2014-05-06 martynasWhen the stack protector heuristics doesn't cover a...
2014-05-06 tedufactor out the safepath
2014-05-06 tedube more explicit about what's a string
2014-05-06 martynasIntroduce -fstack-shuffle, which randomizes local stack...
next