Age | Commit message (Expand) | Author | Files | Lines |
2012-01-28 | Missing MIN(a, b) macro | Igor Pashev | 1 | -0/+4 |
2012-01-28 | Fixed getpeereid() : struct ucred_t is not public | Igor Pashev | 1 | -5/+10 |
2012-01-28 | "Ported" fpurge() | Igor Pashev | 1 | -4/+0 |
2012-01-28 | flock() by fcntl() | Igor Pashev | 1 | -0/+44 |
2012-01-28 | "Ported" src/fgetln.c | Igor Pashev | 1 | -4/+0 |
2012-01-28 | Use regular getopt() | Igor Pashev | 1 | -5/+1 |
2011-06-08 | Constify bsd_getopt(3) arguments | Guillem Jover | 1 | -1/+1 |
2011-05-29 | Remove blank lines at EOF | Guillem Jover | 3 | -3/+0 |
2011-05-28 | Map getopt to bsd_getopt if we are using the overlay | Guillem Jover | 1 | -1/+5 |
2011-05-16 | Abort compilation if fgetln cannot be wrapped | Guillem Jover | 1 | -1/+3 |
2011-05-16 | Add fpurge function | Guillem Jover | 1 | -0/+68 |
2011-05-14 | Conditionalize temporary compatibility inclusions | Guillem Jover | 1 | -0/+1 |
2011-05-14 | Correct library name in man pages | Guillem Jover | 2 | -2/+4 |
2011-05-14 | Update libbsd header references in man pages | Guillem Jover | 19 | -19/+19 |
2011-05-14 | Add support for transparent compilation | Guillem Jover | 5 | -6/+4 |
2011-05-14 | Initialize __progname to program_invocation_short_name | Guillem Jover | 1 | -1/+7 |
2011-05-14 | Add new radixsort and sradixsort functions | Guillem Jover | 3 | -0/+488 |
2011-05-14 | Add man pages for heapsort and mergesort | Guillem Jover | 2 | -0/+208 |
2011-05-14 | Add new mergesort function | Guillem Jover | 1 | -0/+351 |
2011-05-14 | Add getpeereid function | Guillem Jover | 2 | -0/+270 |
2011-02-23 | Add reallocf function | Aurelien Jarno | 2 | -0/+155 |
2010-01-30 | Fix setprogname to strip leading paths from progname | Guillem Jover | 1 | -2/+10 |
2010-01-21 | Make setprogname and getprogname arguments and return value const | Guillem Jover | 1 | -4/+5 |
2010-01-10 | Reformat code to KNF | Guillem Jover | 4 | -34/+35 |
2010-01-10 | Add vis and unvis man pages | Guillem Jover | 2 | -0/+519 |
2010-01-10 | Add dehumanize_number man page link | Guillem Jover | 1 | -0/+1 |
2010-01-10 | Update vis and unvis modules from OpenBSD | Guillem Jover | 2 | -16/+8 |
2010-01-10 | Update strlcat and strlcpy from OpenBSD | Guillem Jover | 3 | -99/+48 |
2010-01-10 | Add arc4random_buf and arc4random_uniform functions | Guillem Jover | 4 | -63/+162 |
2010-01-10 | Replace setproctitle dummy macro with a function stub | Guillem Jover | 1 | -0/+33 |
2010-01-10 | Add pidfile functions | Guillem Jover | 2 | -0/+509 |
2010-01-10 | Add flopen function | Guillem Jover | 2 | -0/+207 |
2010-01-10 | Move man pages to the same directory as the source code | Guillem Jover | 16 | -0/+1617 |
2009-12-10 | Expand on API guarantee for fgetln | Thorsten Glaser | 1 | -0/+1 |
2009-12-10 | Add readpassphrase function | Guillem Jover | 1 | -0/+187 |
2009-12-10 | Add dehumanize_number function | Guillem Jover | 1 | -0/+114 |
2009-10-24 | Add strnvis and strnunvis functions | Guillem Jover | 2 | -2/+100 |
2009-10-24 | Add strtonum function | Guillem Jover | 1 | -0/+68 |
2009-08-30 | Fix typos in M32R local-elf.h endian definitions | Hirokazu Takata | 1 | -2/+2 |
2009-07-17 | Fix typos in AVR32 and SH local-elf.h endian definitions | Nobuhiro Iwamatsu | 1 | -2/+2 |
2009-05-29 | Define N_SYMSIZE in case the system does not do it | Guillem Jover | 1 | -0/+3 |
2009-05-25 | Use N_SYMSIZE instead of directly accessing ‘struct exec’ | Guillem Jover | 1 | -1/+1 |
2009-05-21 | Fix typos (‘ELFDATA2MSG’ → ‘ELFDATA2MSB’) | Guillem Jover | 1 | -3/+3 |
2009-05-20 | Use UTF-8 copyright symbols for non-imported files | Guillem Jover | 5 | -6/+6 |
2009-05-20 | Add nlist function | Guillem Jover | 2 | -0/+616 |
2009-05-20 | Add strmode function | Guillem Jover | 1 | -0/+149 |
2009-05-15 | Fix buffer leaks in fgetln | Guillem Jover | 1 | -2/+2 |
2009-05-15 | Change fgetln to return the correct length value | Guillem Jover | 1 | -8/+9 |
2008-07-12 | Use sigprocmask instead of _sigprocmask | Guillem Jover | 1 | -2/+2 |
2008-07-09 | Add new setmode and getmode functions from FreeBSD | Guillem Jover | 1 | -0/+444 |