summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-25Merge traceroute6 man page with traceroute.Florian Obser
"sure" jmc@
2014-04-25Sync "struct rt_addrinfo" definition after removal of rti_ifp and killMartin Pieuchot
a trailing whitespace pointed by jmc@.
2014-04-25Remove NULL pointer dereference, which jsg insists I notBret Lambert
call a use-after free, from error path. found by and ok jsg@
2014-04-25Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay!Martin Pieuchot
This pointer was only needed by rt_getifa() to find an address, so turn it into a local variable. ok henning@, bluhm@
2014-04-25Do no reprobe for a supported protocol when enabling a pointingMartin Pieuchot
device of type PMS_STANDARD, probing during autoconf(9) is enough!. In such case, the device can be a simple PS/2 mouse, a unsupported touchpad or a downgraded touchpad if something bad happened. But it is very unlikely that reprobing will improve the situation and transform a standard mouse into a multitouch-aware touchpad ;) This fixes the 12 seconds delay seen on various Dell laptops (E4310 and Latitude D630) when starting Xorg, reported by Kārlis Miķelsons on bugs@. ok stsp@, dcoppa@, shadchin@
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
ok bmercer@
2014-04-25Kill in_localaddr(), one less usage of the global list of IPv4 addresses.Martin Pieuchot
This function is used only once in our tree to optimize the size of the MSS if the forward address correspond to a host on one of our subnets, but only if ip.mutdisc is disable, which is not the default! While here get rid of the "#ifdef RTV_MTU", it is here. ok henning@, mikeb@, bluhm@
2014-04-25don't access a pointer till after the null checkJonathan Gray
ok mikeb@
2014-04-25don't access a pointer till after the null checkJonathan Gray
ok mikeb@
2014-04-25Support running user-defined actions on receipt of snmp traps.Bret Lambert
testing sthen@ much man page guidance jmc@ ok reyk@
2014-04-25be a bit clearer about what this page is; ok millert schwarzeJason McIntyre
2014-04-25Remove defined varibles that no longer do anything.Joel Sing
ok miod@
2014-04-25Use const char *.Joel Sing
Suggested by miod@
2014-04-25KNF fixesLawrence Teo
2014-04-24Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.Miod Vallat
The intent of this change is to only keep support for two kind of architectures: - those with 32-bit int and long, and 64-bit long long, where ``long * long -> long long'' multiplication routines are available. - those with 64-bit int and long, and no 128-bit long long type. This gets rid of the SIXTY_FOUR_BIT_LONG, SIXTY_FOUR_BIT (not the same!), THIRTY_TWO_BIT, SIXTEEN_BIT and EIGHT_BIT defines. After this change, the types and defines are as follows: arch: 64bit 32bit rationale BN_LLONG undefined defined defined if l * l -> ll BN_ULLONG undefined u long long result of BN_LONG * BN_LONG BN_ULONG u long u int native register size BN_LONG long int the same, signed BN_BITS 128 64 size of 2*BN_ULONG in bits BN_BYTES 8 4 size of 2*BN_ULONG in bytes BN_BITS2 64 32 BN_BITS / 2 Tested on various 32-bit and 64-bit OpenBSD systems of various endianness.
2014-04-24Re-add rcsid, and switch back to our previous descriptions for -iDsym[=value]Stuart Henderson
and -iUsym which jmc and I find a bit easier to understand. ok jmc
2014-04-24syncMiod Vallat
2014-04-24Install separate more.1 instead of using a link from less.1.Todd C. Miller
Requested by jmc@
2014-04-24Fix indentation.Ryan Thomas McBride
2014-04-24Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they alreadyMiod Vallat
were), after stumbling upon code (mis)using them in the wild.
2014-04-24rearrange a bit of code/commentsTed Unangst
2014-04-24combine some notes in STANDARDS for consistency;Jason McIntyre
2014-04-24document the new makewhatis(8)/apropos(1) database format;Ingo Schwarze
original idea to have some documentation about this by espie@; ok jmc@
2014-04-24no more kinit(1);Jason McIntyre
2014-04-24jmc spotted more ruptime tentaclesTed Unangst
2014-04-24uses ssh these days, not rsh; ok teduJason McIntyre
2014-04-24no more rwho/ruptime;Jason McIntyre
2014-04-24unifdef MSDOSGiovanni Bechis
ok miod@
2014-04-24obvious use after free was less obviously not a use after free.Ted Unangst
who uses '\0' as a null pointer constant? fix my mistake and restore original semantics.
2012-10-13import OpenSSL-1.0.1cDamien Miller
2014-04-24Fix logic inversion when checking environment variables on theTodd C. Miller
command line against the blacklist. This is only a problem when env_reset is disabled. CVE 2014-0106
2014-04-24More KNF.Joel Sing
2014-04-24no need to check for default_chip_map twice in one if statementJonathan Gray
2014-04-24Make it compile again.Joel Sing
2014-04-24Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid anJoel Sing
unchecked malloc at the same time. ok beck@
2014-04-24regenKenji Aoyama
2014-04-24add ERR_asprintf_error_data, A tool to be used to get rid of the far tooBob Beck
frequent construct of 30 lines of pointer and strlcat insanity followed by an ERR_add_error_data. I will sweep through here like a chubby mongol horde in the next few days pillaging crappy ERR_add_error_data's. Oh and while we're at it fix the nasty vdata function to use something less hard on the eyes. ok jsing@
2014-04-24rm rwhod tentaclesTed Unangst
2014-04-24rm rwho xrTed Unangst
2014-04-24I have not eaten for days.Ted Unangst
And who says you will?
2014-04-24regenKenji Aoyama
2014-04-24That is strength, boy! That is power! What is steel compared to the handTed Unangst
that wields it? Look at the strength in your body, the desire in your heart, I gave you this! Such a waste. Contemplate this on the tree of woe.
2014-04-24days since rwhod was useful: 5475Ted Unangst
2014-04-24Add pcex{mem,io} entries to MAKEDEV.Kenji Aoyama
ok miod@
2014-04-24remove kerberos reference, and knock some fairly useless Xr out;Jason McIntyre
2014-04-24You want signals?!? I'll give you signals!!! Oh, and we have termios asJoel Sing
well... ok beck@
2014-04-24simpler description for -P, avoiding the need to discuss rsh;Jason McIntyre
2014-04-24no more asn1 or comm_err;Jason McIntyre
2014-04-24adjust some list widths;Jason McIntyre
2014-04-24More KNF.Joel Sing