Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-25 | Merge traceroute6 man page with traceroute. | Florian Obser | |
"sure" jmc@ | |||
2014-04-25 | Sync "struct rt_addrinfo" definition after removal of rti_ifp and kill | Martin Pieuchot | |
a trailing whitespace pointed by jmc@. | |||
2014-04-25 | Remove NULL pointer dereference, which jsg insists I not | Bret Lambert | |
call a use-after free, from error path. found by and ok jsg@ | |||
2014-04-25 | Remove 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-25 | Do no reprobe for a supported protocol when enabling a pointing | Martin 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-25 | test dt_min for invalid minute values instead of testing dt_sec twice | Jonathan Gray | |
ok bmercer@ | |||
2014-04-25 | Kill 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-25 | don't access a pointer till after the null check | Jonathan Gray | |
ok mikeb@ | |||
2014-04-25 | don't access a pointer till after the null check | Jonathan Gray | |
ok mikeb@ | |||
2014-04-25 | Support running user-defined actions on receipt of snmp traps. | Bret Lambert | |
testing sthen@ much man page guidance jmc@ ok reyk@ | |||
2014-04-25 | be a bit clearer about what this page is; ok millert schwarze | Jason McIntyre | |
2014-04-25 | Remove defined varibles that no longer do anything. | Joel Sing | |
ok miod@ | |||
2014-04-25 | Use const char *. | Joel Sing | |
Suggested by miod@ | |||
2014-04-25 | KNF fixes | Lawrence Teo | |
2014-04-24 | Try 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-24 | Re-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-24 | sync | Miod Vallat | |
2014-04-24 | Install separate more.1 instead of using a link from less.1. | Todd C. Miller | |
Requested by jmc@ | |||
2014-04-24 | Fix indentation. | Ryan Thomas McBride | |
2014-04-24 | Bring back the SSL_OP_PKCS1_CHECK_* defines (defined to zero, as they already | Miod Vallat | |
were), after stumbling upon code (mis)using them in the wild. | |||
2014-04-24 | rearrange a bit of code/comments | Ted Unangst | |
2014-04-24 | combine some notes in STANDARDS for consistency; | Jason McIntyre | |
2014-04-24 | document the new makewhatis(8)/apropos(1) database format; | Ingo Schwarze | |
original idea to have some documentation about this by espie@; ok jmc@ | |||
2014-04-24 | no more kinit(1); | Jason McIntyre | |
2014-04-24 | jmc spotted more ruptime tentacles | Ted Unangst | |
2014-04-24 | uses ssh these days, not rsh; ok tedu | Jason McIntyre | |
2014-04-24 | no more rwho/ruptime; | Jason McIntyre | |
2014-04-24 | unifdef MSDOS | Giovanni Bechis | |
ok miod@ | |||
2014-04-24 | obvious 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-13 | import OpenSSL-1.0.1c | Damien Miller | |
2014-04-24 | Fix logic inversion when checking environment variables on the | Todd C. Miller | |
command line against the blacklist. This is only a problem when env_reset is disabled. CVE 2014-0106 | |||
2014-04-24 | More KNF. | Joel Sing | |
2014-04-24 | no need to check for default_chip_map twice in one if statement | Jonathan Gray | |
2014-04-24 | Make it compile again. | Joel Sing | |
2014-04-24 | Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an | Joel Sing | |
unchecked malloc at the same time. ok beck@ | |||
2014-04-24 | regen | Kenji Aoyama | |
2014-04-24 | add ERR_asprintf_error_data, A tool to be used to get rid of the far too | Bob 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-24 | rm rwhod tentacles | Ted Unangst | |
2014-04-24 | rm rwho xr | Ted Unangst | |
2014-04-24 | I have not eaten for days. | Ted Unangst | |
And who says you will? | |||
2014-04-24 | regen | Kenji Aoyama | |
2014-04-24 | That is strength, boy! That is power! What is steel compared to the hand | Ted 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-24 | days since rwhod was useful: 5475 | Ted Unangst | |
2014-04-24 | Add pcex{mem,io} entries to MAKEDEV. | Kenji Aoyama | |
ok miod@ | |||
2014-04-24 | remove kerberos reference, and knock some fairly useless Xr out; | Jason McIntyre | |
2014-04-24 | You want signals?!? I'll give you signals!!! Oh, and we have termios as | Joel Sing | |
well... ok beck@ | |||
2014-04-24 | simpler description for -P, avoiding the need to discuss rsh; | Jason McIntyre | |
2014-04-24 | no more asn1 or comm_err; | Jason McIntyre | |
2014-04-24 | adjust some list widths; | Jason McIntyre | |
2014-04-24 | More KNF. | Joel Sing | |