Age | Commit message (Expand) | Author | Files | Lines |
2002-08-24 | * archtable: Add i386-gnu0.3. | Adam Heath | 1 | -0/+1 |
2002-08-23 | Handle directories better in md5sum. | Adam Heath | 1 | -1/+2 |
2002-08-23 | Fix segfault in md5sum if the file being checked doesn't exist. | Adam Heath | 1 | -2/+2 |
2002-07-12 | If in --test mode, and --stop is given, increment n_killed, so that | Adam Heath | 1 | -2/+3 |
2002-07-12 | Fix test inversion in start-stop-daemon, when checking the pid given in a | Adam Heath | 1 | -1/+1 |
2002-05-26 | Merge 1.9 branch. | Adam Heath | 1 | -13/+9 |
2002-05-20 | Even more gcc warning fixes. | Adam Heath | 1 | -4/+1 |
2002-05-20 | Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in is | Adam Heath | 1 | -1/+1 |
2002-05-20 | Fairly heavy work(net no lines changed), to fix longjmp() clashing variable | Adam Heath | 1 | -53/+53 |
2002-05-19 | Use the configure detected gcc __attribute__ macros, instead of hard-coding | Adam Heath | 1 | -2/+2 |
2002-05-06 | Perl sucks, fix Ian's email address | Wichert Akkerman | 1 | -1/+1 |
2002-05-06 | Update Ian Jacksons' email address | Wichert Akkerman | 1 | -1/+1 |
2002-04-09 | Add LFS support | Wichert Akkerman | 1 | -2/+3 |
2002-02-25 | Fix test for incorrect packagename for -p option. | Wichert Akkerman | 1 | -8/+11 |
2002-02-01 | move tty change outside OS specific ifdef and use the new TIOCNOTTY test instead | Wichert Akkerman | 1 | -0/+3 |
2002-02-01 | Use setsid instead of setpgid if available | Wichert Akkerman | 1 | -1/+5 |
2002-02-01 | Move setsid outside of HP-UX #ifdef | Wichert Akkerman | 1 | -1/+2 |
2002-02-01 | HP-UX support for start-stop-daemon | Wichert Akkerman | 1 | -2/+64 |
2002-01-31 | Remove emacs crap and 2 Linux references | Wichert Akkerman | 1 | -2/+1 |
2002-01-29 | Fix typo in ssd help message | Wichert Akkerman | 1 | -1/+1 |
2002-01-03 | Handle errors properly in do_check | Wichert Akkerman | 1 | -0/+11 |
2001-11-28 | When parsing stdin, md5sum now displays '-' as the filename, to match | Adam Heath | 1 | -1/+1 |
2001-08-19 | do not start a command if the pidfile option is used and the pid in that file... | Wichert Akkerman | 1 | -15/+32 |
2001-07-27 | General cvsignore updates | Wichert Akkerman | 1 | -6/+1 |
2001-07-26 | seems glibc has a completely non-standard return value for nice(2), so deal w... | Wichert Akkerman | 1 | -1/+2 |
2001-07-16 | Fix test for nice(2) failure | Wichert Akkerman | 1 | -1/+1 |
2001-06-08 | Use uid_t and pid_t everywhere | Wichert Akkerman | 1 | -19/+20 |
2001-05-28 | Fix some gcc 3.0 warnings. | Adam Heath | 1 | -1/+1 |
2001-05-27 | Discovered that if anything in optlib/ was actually needed, it wasn't being | Adam Heath | 1 | -2/+2 |
2001-04-30 | Added -static support. There is support for building a dpkg-static.deb, | Adam Heath | 1 | -3/+9 |
2001-04-28 | Fix md5sum -c. | Adam Heath | 1 | -10/+5 |
2001-04-26 | Use libdpkg style error handling in md5sum | Wichert Akkerman | 1 | -12/+37 |
2001-04-26 | Modified mlib.c, to malloc enough space for the digest, instead of | Adam Heath | 1 | -7/+7 |
2001-04-24 | Add new enoent utility to get ENOENT at runtime | Wichert Akkerman | 2 | -3/+17 |
2001-04-24 | Use INSTALL_PROGRAM for programs | Wichert Akkerman | 1 | -2/+2 |
2001-04-23 | Fixed up several warning types: const, casting, incorrect sizes, | Adam Heath | 2 | -6/+6 |
2001-04-22 | Added macro NONRETURNING to several functions. | Adam Heath | 2 | -0/+3 |
2001-04-21 | No longer use deprecated multi-line string literal | Wichert Akkerman | 1 | -36/+35 |
2001-04-21 | Include stdlib.h to get exit declaration | Wichert Akkerman | 1 | -0/+1 |
2001-04-19 | Add --retry option to start-stop-daemon | Wichert Akkerman | 2 | -50/+423 |
2001-03-04 | Fix typos | Peter Karlsson | 1 | -5/+5 |
2001-03-04 | * ChangeLog: undo file corruption (ugh) | Wichert Akkerman | 1 | -1/+1 |
2001-02-23 | utils/start-stop-daemon.c: Add OpenBSD support | Wichert Akkerman | 2 | -64/+179 |
2001-02-15 | * utils/Makefile.in: Do not use libopt.a, since libdpkg.a not includes those | Ben Collins | 1 | -2/+2 |
2001-02-02 | scripts/dpkg-source.pl: fix error in error message | Wichert Akkerman | 1 | -0/+1 |
2000-12-31 | utils/start-stop-daemon.c: --name is now allowed on the command line | Adam Heath | 1 | -2/+2 |
2000-12-25 | Don't use FILE * in mdfile. | Adam Heath | 1 | -6/+6 |
2000-12-25 | Moved md5 code into generic buffer_copy loop. | Adam Heath | 4 | -308/+14 |
2000-12-24 | Add --nicelevel, to alter a programs priority before starting. | Adam Heath | 2 | -1/+17 |
2000-12-24 | Clean up a few gcc warnings. Note that the warning: | Adam Heath | 1 | -1/+1 |