openbsd
2014-04-23 miodRemove IRIX_CC_BUG workaround.
2014-04-23 miodI'm glad to know that Ultrix CC has a bug optimizing...
2014-04-23 miodGrr, the more you remove, the more there remain.
2014-04-23 miodForgotten during latest spring cleaning of unreferenced...
2014-04-23 miodUnifdef -UPEDANTIC. ok beck@ tedu@
2014-04-23 schwarzeAudit strlcpy(3)/strlcat(3) usage:
2014-04-23 miodRemove duplicate pointer assignment in ASN1_primitive_f...
2014-04-23 miodFigure out endianness at compile-time, using _BYTE_ORDE...
2014-04-23 ajacoutotRemove more Kerberos cruft.
2014-04-23 jcaBetter name for fdmaskp, reduce the scope of some varia...
2014-04-23 schwarzeimprove SQL style: avoid "SELECT *", be explicit in...
2014-04-23 jmctweak previous; sorry ingo, my review was pretty poor;
2014-04-23 schwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-23 reykFix format string in DEBUG message (not compiled by...
2014-04-23 teduremove Z option and default to something halfway to J.
2014-04-23 florianNo need for vargs here.
2014-04-23 jcaUse arc4random as PRNG backend, instead of libcrypto...
2014-04-23 schwarzemore info about HISTORY; ok jmc@
2014-04-23 jcaHis name is Van Jacobson. ok jmc@
2014-04-23 stspDocument RTS5227 support in rtsx(4).
2014-04-23 djmdon't record duplicate IdentityFiles
2014-04-23 jsingCasting from a const unsigned char ** to a const unsign...
2014-04-23 jsingWe do not need ARGV, Argc and Argv - just use argc...
2014-04-23 florianReplace malloc / memset / select song and dance with...
2014-04-23 mpiDon't use varargs for udp_output() and sync the argumen...
2014-04-23 ottodon't clear label before readasciilabel(), it will...
2014-04-23 jcaKill useless assignement, matchlen is initialized two...
2014-04-23 naddyRemove badly outdated information: FDDI and Token Ring...
2014-04-23 jcaDon't attempt to deal with link types supported by...
2014-04-23 espieexplain a bit more what's going on for stupid me.
2014-04-23 nicmDifferentiate between linked and unlinked window closes...
2014-04-23 ajacoutotRemove krb5 bits from rc(8).
2014-04-23 mpiYou don't want to use ifa_ifwithroute(), it exists...
2014-04-23 florianMerge traceroute6 into traceroute.
2014-04-23 florianPrepare for merge: s/hops/ttl/ in struct packetdata
2014-04-23 florianPrepare for merge: no more useicmp
2014-04-23 florianKNF
2014-04-23 florianbzero -> memset
2014-04-23 florians/lastaddr/lastaddr6/
2014-04-23 florianPrepare merge: check AF
2014-04-23 florianmissing break; not reachable
2014-04-23 florianNo need to set protocol in hints.
2014-04-23 florianzap redundant cast
2014-04-23 florianIntroduce check_tos to unclutter the main loop.
2014-04-23 florianmove AF independet setsockopts down
2014-04-23 florians/Nxt/nxt/
2014-04-23 florianAdd error checking to sysctl. While there pass in an...
2014-04-23 floriansync to traceroute: move sndsock creation up.
2014-04-23 florianPrepare for merge: introduce icmp_code for the AF switch.
2014-04-23 florianPrepare for merge: s/icmp_code/icmp4_code/ and use...
2014-04-23 florianPrepare for merge: s/packet_ok/packet_ok6/ and use...
2014-04-23 florianPrepare for merge: s/packet_ok/packet_ok4/ and use...
2014-04-23 florianPrepare merge: s/to/to6/; s/from/from6/
2014-04-23 florianPrepare merge: introduce struct sockaddr *from, *to...
2014-04-23 florianPrepare merge: s/to/to4/; s/from/from4/
2014-04-23 florianMake this compile with -Wall et al.
2014-04-23 ottoBetter, cleaner hash function that computes the same...
2014-04-23 beckMake libssl and libcrypto compile with -Werror
2014-04-23 beckMake sure ret->name is NULL'ed before return when freeing.
2014-04-23 beckRather than sprinkling magical numbers everywhere,...
2014-04-23 jsgrename some hardware revisions to match FreeBSD
2014-04-23 jsgadd support for RTL8168EP
2014-04-23 jsgWhile we always mask the revision with 0x7c800000 linux...
2014-04-23 jsgAdd support for RTL8168GU
2014-04-22 aoyamaUnify the model name to LUNA-88K{,2}, that is considere...
2014-04-22 miodunifdef -UAES_LONG for we do not intend to run on platf...
2014-04-22 millertUse calloc() instead of malloc(n * s) followed by memse...
2014-04-22 miodSo it turns out that libcrypto on i386 platforms, uncon...
2014-04-22 miodWhen compiling with AES_WRAP_TEST, make main() return...
2014-04-22 teduuse reallocarray
2014-04-22 miodMention 16-bit sound is supported nowadays.
2014-04-22 teduremove dead stores to error. from Fritjof Bornebusch
2014-04-22 tedumalloc/memset -> calloc. from peter malone
2014-04-22 lteoRemove the certs directory that contains ancient files...
2014-04-22 tedumalloc/memset->calloc. with bonus null check. from...
2014-04-22 tedunull a pointer to prevent double free. from Dirk Engling
2014-04-22 miodRemove files which look like actual code compiled in...
2014-04-22 tedufix memory leaks. from Dirk Engling
2014-04-22 miodRemove meat which either duplicates code found in apps...
2014-04-22 tedumalloc/memset -> calloc. from peter malone
2014-04-22 beckFix issue where we could jump into getdirtybuf without...
2014-04-22 espieturns out there are exactly 3 ports that actually use...
2014-04-22 teduTrojan horse is still a noun. noted by fritjof
2014-04-22 naddyRemove RX checksum offloading support. The chip is...
2014-04-22 sobradoadd closing parenthesis.
2014-04-22 jmc- one more mallocarray -> reallocarray
2014-04-22 jsingNuke the last of the windows related defines from the...
2014-04-22 henningthis commit is really florian@'s, since he's the one...
2014-04-22 reykFinally remove KERBEROS5? from the Makefile infrastructure.
2014-04-22 mpiRemove some altq tentacles.
2014-04-22 teduswitch to reallocarray
2014-04-22 teduchange mallocarray to reallocarray. useful in a few...
2014-04-22 jsingKNF.
2014-04-22 jmcmore kerberos zapping;
2014-04-22 jmczap eol whitespace;
2014-04-22 jmczap stray Pp;
2014-04-22 jsingMore KNF.
2014-04-22 gillesmalloc -> calloc
2014-04-22 jsingMore KNF.
2014-04-22 jsingMore KNF.
next