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