| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-08-31 | Finally ``revert'' to the recent pexecute interface, now that we do not need |  miod | 2 | -772/+325 |
| 2014-08-31 | Now that gcc 2.95 is out of the tree, get rid of the old hash table interface |  miod | 4 | -371/+5 |
| 2014-08-20 | Backport support for i386/amd64 'rdtscp' instruction from binutils-2.17 |  guenther | 2 | -8/+16 |
| 2014-08-14 | Backport from binutils-2.17: |  guenther | 1 | -4/+3 |
| 2014-08-10 | Format time_t with %lld after casting to long long |  guenther | 2 | -3/+3 |
| 2014-08-09 | Use time_t for storing times |  guenther | 1 | -1/+1 |
| 2014-08-09 | Parse times with strtoll() instead of strtol() |  guenther | 2 | -2/+2 |
| 2014-08-09 | Regenerate to pick up time_t changes |  guenther | 4 | -11/+8 |
| 2014-08-09 | bfd-in2.h is generated from this; merge back a change that was made there |  guenther | 1 | -0/+1 |
| 2014-08-09 | Store timestamps in time_t |  guenther | 2 | -7/+6 |
| 2014-08-09 | bfd-in2.h is generated from this; merge back a change that was made there |  guenther | 1 | -0/+1 |
| 2014-08-09 | Fix readelf --debug-dump=frames-interp output: once a register is given |  guenther | 2 | -4/+24 |
| 2014-08-09 | Backport from 2.17: mark the _GLOBAL_OFFSET_TABLE_, _DYNAMIC, and |  guenther | 1 | -0/+9 |
| 2014-08-09 | Backport from binutils-2.17 the correct i386/amd64 register->int assignments |  guenther | 1 | -9/+33 |
| 2014-08-09 | We don't use the __openbsd_randomdata_{start,end} symbols, but rather |  guenther | 2 | -10/+0 |
| 2014-08-09 | Match format width of symbol visibility to the column header |  guenther | 2 | -4/+4 |
| 2014-07-24 | Revert ssp-strong on arm. This has been exposing one or more bugs in GCC that |  pascal | 1 | -0/+4 |
| 2014-07-23 | delinked from tree, now it goes to the bit bucket |  deraadt | 452 | -456579/+0 |
| 2014-07-21 | printf(9) and friends don't support the <number>$ flags, so gcc's |  guenther | 2 | -2/+2 |
| 2014-07-16 | lynx has left the tree, and let's be honest noone will find these html |  deraadt | 1 | -22/+1 |
| 2014-07-16 | lynx will go to ports. there are too many reasons for it to go there, |  deraadt | 1 | -2/+2 |
| 2014-07-14 | international currency locale rules as per POSIX.1-2008 |  pelikan | 3 | -1/+15 |
| 2014-07-14 | Fix an off-by-one error that's already been accepted upstream |  guenther | 1 | -1/+1 |
| 2014-07-11 | use CC when running configure |  jsg | 1 | -4/+5 |
| 2014-07-11 | start reducing the attack surface of lynx. |  daniel | 1 | -2/+10 |
| 2014-07-11 | make the __cxa_call_terminate() proto match the definition |  jsg | 1 | -1/+1 |
| 2014-07-10 | Backport support for -Wframe-larger-than=N to base GCC |  matthew | 3 | -1/+7 |
| 2014-07-09 | update to lynx 2.8.8rel2, keeping local changes. primarily to get these |  daniel | 242 | -45042/+73164 |
| 2014-06-25 | delete some leftovers. |  daniel | 3 | -7120/+0 |
| 2014-06-23 | gcc4: emit warning when ignoring alignment constraints |  matthew | 1 | -1/+4 |
| 2014-06-05 | Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) |  jasper | 1 | -2/+2 |
| 2014-06-01 | Correct version for disabling getserbyname_r to reduce diff with upstream |  afresh1 | 1 | -1/+1 |
| 2014-05-31 | Remove now unnecessary local patch to disable usemallocwrap on m68k |  afresh1 | 1 | -8/+5 |
| 2014-05-31 | Remove unneeded patch, upstream fixed this differently in 2008 |  afresh1 | 1 | -1/+0 |
| 2014-05-29 | We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed. |  guenther | 1 | -2/+2 |
| 2014-05-29 | To get a random seed, just call arc4random() instead of reading a |  guenther | 1 | -0/+4 |
| 2014-05-28 | finally enable writing per-commit commitid tokens to rcs ,v files |  jcs | 2 | -8/+1 |
| 2014-05-27 | Enable strong stack protector by default for GCC 3 architectures. |  martynas | 1 | -3/+3 |
| 2014-05-08 | Recognize `t' as a valid format modifier for kprintf-style format strings. |  miod | 1 | -3/+4 |
| 2014-05-07 | Match search_string_def() prototype change, forgotten in previous protector.[ch] |  miod | 1 | -1/+1 |
| 2014-05-06 | When the stack protector heuristics doesn't cover a function, leave |  martynas | 1 | -8/+7 |
| 2014-05-06 | Introduce -fstack-shuffle, which randomizes local stack variables. |  martynas | 2 | -12/+33 |
| 2014-05-06 | Remove the ``addressable'' argument to search_string_def(). Turned out to be |  miod | 2 | -15/+9 |
| 2014-05-01 | Revert 1.49 (bad merge with free dejavu) |  miod | 1 | -1/+1 |
| 2014-05-01 | x86-64 ABI requires arrays greater than 16 bytes to be aligned to |  martynas | 1 | -1/+1 |
| 2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is |  reyk | 1 | -9/+1 |
| 2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is |  miod | 3 | -14/+3 |
| 2014-04-13 | Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN. |  brad | 2 | -11/+2 |
| 2014-04-12 | Bring back the fix in r1.16 of the gcc 2.95 version of protector.c - the code |  miod | 1 | -1/+1 |
| 2014-04-10 | Revive the fix for Perl RT bug 116441 (null dereference affecting |  kili | 1 | -1/+2 |