openbsd
2014-05-12 miodMove the `pqueue' part of libcrypto, which is a glorifi...
2014-05-12 teduno md5crypt
2014-05-12 teduremove md5crypt.
2014-05-12 espieadjust to ohash being in libutil now, and to the interf...
2014-05-12 espiemove the ohash functions into libutil by popular demand.
2014-05-12 espietweak interface to do the right thing, after useful...
2014-05-12 teduchange to having four freelists per size, to reduce...
2014-05-12 krwDon't exit on encountering RTM_NEWADDR or RTM_DELADDR...
2014-05-12 mpiKeep libusbhid's HID parser in sync with the kernel...
2014-05-12 ericfix a possible double free when tls is required but...
2014-05-12 kettenisFix format strings in debug code.
2014-05-12 andreFix a leak from a recent added mark/marked keywords...
2014-05-12 krwSince all static leases are in one file, /etc/dhclient...
2014-05-12 krwNo need for a dev_bsize variable that is always set...
2014-05-12 mpiBackport FreeBSD's HID parser in order to properly...
2014-05-12 mpiIncludes a router altert option (RAO) in IGMP packets...
2014-05-12 beckMake ifconfig do something intelligent based on the...
2014-05-11 halexreplace realloc(p, N * M) with reallocarray(p, N, M...
2014-05-11 guentherstruct direct's d_ino is no longer the same size as...
2014-05-11 mpiThe relation between uhci(4), ohci(4) and their root...
2014-05-11 krwTweak DHCPREQUEST log message to omit 'port N', since...
2014-05-11 deraadtneed syscall.h..
2014-05-11 krwRework/restore recorded lease handling. Actually use...
2014-05-11 jsingMore KNF.
2014-05-11 jsingKNF.
2014-05-11 jmczap double full stop; ok schwarze
2014-05-11 jasperhide two printfs behind an ifdef DEBUG; spotted by...
2014-05-11 rpeFix configuration of static IPv6 default gateway
2014-05-11 deraadtsync
2014-05-11 guentherMove the increment of uvmexp.softs back to the caller...
2014-05-11 guentherPull in <sys/user.h> before <sys/syscall*.h>
2014-05-11 chlremove unused variable
2014-05-10 jmccatch up with the inet(3) rename; this commit missed...
2014-05-10 jasperspello in comment and tweak DUMP_BOOT_DESC a tad
2014-05-10 jaspervarious format string fixes and remove -Wno-format...
2014-05-10 deraadtsigh, another case of user.h before syscall_mi.h
2014-05-10 chlfix typo in function prototype
2014-05-10 reykFix SSL breakage that I accidentally introduced with...
2014-05-10 chlremove warning by adding explicit parentheses around...
2014-05-10 chlremove unused variable
2014-05-10 kettenisRemove -Wno-format.
2014-05-10 chrisAllow -p prefix to override user home directory for...
2014-05-10 guentherDisable speedstep instead of panicing if the high and...
2014-05-10 kettenisWe print time_t by casting to "long long" even in the...
2014-05-10 kettenisSidestep format string issue by sanitizing a bit of...
2014-05-10 deraadtplease, if there is any chance you've ever encountered...
2014-05-10 ottofix MALLOC_STATS code that was broken in rev 1.159...
2014-05-10 chrisAllow nginx to chroot to a directory other than /var/www
2014-05-10 rpeFix v6_defroute() for automatic installation.
2014-05-10 deraadtbring things syscall_mi.h needs into scope earlier
2014-05-10 deraadtbring things syscall_mi.h needs into scope earlier
2014-05-10 schwarzeGive more(1) its own help file, shorter than the one...
2014-05-10 kettenisFix formwat string. Cast pointer to long and print...
2014-05-10 claudioFix a few bad indents
2014-05-10 kettenisA few more straightforward format string fixes.
2014-05-10 kettenisFormat string fixes for bus_addr_t and bus_size_t,...
2014-05-10 kettenisSchizo registers are all 64-bit, so use u_int64_t to...
2014-05-10 kettenisFormat string fixes for printing interrupt vectors.
2014-05-10 kettenisSome straightforward format string fixes. Also, print...
2014-05-10 claudioExtend the connection and session FSMs so that connecti...
2014-05-10 claudioMove the task cleanup from the task fail callback to...
2014-05-10 guentherFactor out the common ast bits into mi_ast()
2014-05-10 djm__bounded => __attribute__((__bounded__
2014-05-09 schwarzeVarious cleanup in incard():
2014-05-09 schwarzeFix a mini-bug reported by pjanzen@:
2014-05-09 miodTypo in C99 field initializer introduced in r1.3;
2014-05-09 deraadtwording improvements; David Vasek
2014-05-09 jmcpjanzen pointed out that case is irrelevant, so documen...
2014-05-09 jmczap the commented out stuff from this file: it mainly...
2014-05-09 tedustop casting sizeof to int
2014-05-09 rpeTweak response file example:
2014-05-09 sthenprint interface name with queues in "systat q"; ok...
2014-05-09 matthewReplace Apache v2 license with ISC license.
2014-05-09 miodformat string fixes and removal of -Wno-format for...
2014-05-09 miodMake sure to override PIE_DEFAULT when building a cross...
2014-05-09 miodFormat string fixes and removal of -Wno-format for...
2014-05-09 jmcmove some remnants of more behaviour to the compat...
2014-05-09 sfadd note about qemu bug
2014-05-09 krwModernize spelling. 'Mimick' -> 'Mimic' in comment.
2014-05-09 krwFix '-b' option to work with the superblock locations...
2014-05-09 andreAdds a couple tests for relayd parser, specially recent...
2014-05-09 andreAdds $relayd->{dummyrun} and $client->{noclient} flags...
2014-05-09 mpiPlug an xfer leak when detaching root hubs.
2014-05-09 mpiWe should use the highest possible priority for routes...
2014-05-09 nicmJust use char ** for argv like normal people, not char...
2014-05-09 guentherAdd a bit more detail about dot notation from the old...
2014-05-09 jmcmy previous attempt to fix the renaming of the inet...
2014-05-09 markusget rid of redundant {csa,flow}_{src,dst}id pointers...
2014-05-09 markusreplace iked_transform pointer with xform id, since...
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...
next