| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-07-30 | Don't set "success" flags before error checks. |  ray | 1 | -7/+9 |
| 2010-07-13 | handle Tm, like in tiff2ps |  espie | 1 | -2/+2 |
| 2010-07-13 | work around a strange problem in locality of @_ by copying stuff. |  espie | 1 | -4/+4 |
| 2010-07-09 | don't print directly, use an interface that's similar enough to pkg_add |  espie | 5 | -98/+153 |
| 2010-07-02 | Add Makefile.inc for hppa64 to aid in building cross tools. |  jsing | 1 | -0/+6 |
| 2010-07-01 | When generating grpsym lists, avoid duplicates without searching the |  drahn | 5 | -14/+61 |
| 2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, |  tobias | 1 | -1/+5 |
| 2010-06-13 | Adjust FTP reply codes (in error conditions) to conform to RFC 959. |  tobias | 1 | -4/+4 |
| 2010-06-07 | Fix a comment typo |  guenther | 1 | -2/+2 |
| 2010-06-06 | add -H to synopsis/usage(); from Rod Whitworth |  jmc | 2 | -5/+5 |
| 2010-06-05 | Argh, revert previous change, for older binutils do not grok the fic() change. |  miod | 1 | -1/+6 |
| 2010-06-05 | Explicitely pass a %sr register to fic instructions, instead of realying on |  miod | 1 | -3/+3 |
| 2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent |  kettenis | 1 | -1/+13 |
| 2010-05-11 | Correct the _dl_sigprocmask() stub to take and store signal masks |  guenther | 1 | -3/+3 |
| 2010-05-09 | use _dl_memset() instead of bzero() here. Unbreaks sparc build. |  matthieu | 1 | -2/+2 |
| 2010-05-09 | Reserve space for 6 extended word argument slots required by the ABI. |  kettenis | 1 | -4/+4 |
| 2010-05-03 | Fix breakage from last commit. Bad guenther@, no cookie! |  miod | 1 | -7/+4 |
| 2010-05-03 | Make powerpc consistent with the other platforms: SYM_SEARCH_OBJ |  guenther | 1 | -5/+5 |
| 2010-05-02 | Fix breakage from last commit. Bad guenther@, no cookie! |  kettenis | 1 | -3/+2 |
| 2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. |  guenther | 11 | -65/+48 |
| 2010-05-01 | bzero a struct to appease gcc4. |  jsg | 1 | -1/+3 |
| 2010-04-24 | Fix handling of more than 32768 PLT entries. Mostly from NetBSD. |  kettenis | 2 | -15/+24 |
| 2010-03-30 | several missing closedir() calls |  zinovik | 3 | -3/+6 |
| 2010-03-27 | Remove explicit nop's in delay slots introduced in the previous commit. They |  kettenis | 1 | -3/+2 |
| 2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two |  kettenis | 3 | -17/+106 |
| 2010-03-08 | Check that gl_pathc is bigger than zero before derefencing gl_pathv. While |  kettenis | 1 | -2/+3 |
| 2010-02-18 | The .It macro is parsed, and .Do is callable, so we must escape. |  schwarze | 1 | -4/+4 |
| 2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 1 | -4/+4 |
| 2010-02-01 | Properly restore ret1 instead of overwriting ret0 with the saved value. |  kettenis | 1 | -2/+2 |
| 2010-01-14 | drop connections to confused clients who do repeated command failures - |  beck | 1 | -2/+10 |
| 2010-01-13 | pfr.rule.*.addr.type must be initialized to PF_ADDR_NONE for things that |  claudio | 1 | -1/+5 |
| 2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing |  mcbride | 1 | -15/+5 |
| 2010-01-11 | KNF |  beck | 2 | -13/+13 |
| 2010-01-03 | Make lazy binding work on hppa. |  kettenis | 2 | -12/+81 |
| 2010-01-02 | Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'. |  kettenis | 11 | -23/+33 |
| 2010-01-02 | the abstraction of using a function pointer for the print functions is |  deraadt | 1 | -27/+27 |
| 2009-12-30 | Remove paths from the prebind code that shouldn't be present. |  drahn | 1 | -2/+2 |
| 2009-12-24 | deal with the new .Aq in perl manpages production. |  espie | 1 | -2/+5 |
| 2009-11-22 | Move from the PF_RULESET_FILTER world order to PF_TRANS_RULESET |  deraadt | 1 | -2/+2 |
| 2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu |  deraadt | 1 | -3/+3 |
| 2009-11-01 | remove unused variable |  chl | 1 | -2/+1 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 37 | -320/+37 |
| 2009-10-22 | replace cross references to other manual pages with the right macros. |  sobrado | 1 | -3/+5 |
| 2009-10-11 | Support manpages with NAME written in Spanish/Italian/Portuguese |  sthen | 1 | -2/+2 |
| 2009-09-17 | merge/update the spamlogd rules into spamd - there were some subtle |  jmc | 2 | -20/+19 |
| 2009-09-09 | Change the way memory is allocated to reduce memory footprint. Loading the |  claudio | 1 | -80/+68 |
| 2009-09-07 | the example pf rules should be "pass in", not just "pass"; ok henning |  jmc | 1 | -5/+5 |
| 2009-09-01 | match samples here with pf.conf(5) sample ruleset following recent pf changes |  todd | 1 | -6/+9 |
| 2009-09-01 | Adjust example pf rules to take nat-to/rdr-to into account. |  sthen | 1 | -26/+13 |
| 2009-09-01 | adapt to new pf, ok henning@ |  sthen | 1 | -77/+26 |