Better function description for Compat_RunCommand()
[dragonfly.git] / usr.bin /
2005-06-15 Max OkumotoBetter function description for Compat_RunCommand()
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-01 Liam J. Foy- Kill keyword 'register'
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-01 Joerg SonnenbergerUpdate to file 4.13. Put the contrib files into contrib...
2005-06-01 Sascha Wildner* Remove timevaladd() and move timevalfix() and timeval...
2005-06-01 Sascha WildnerAdd DragonFly cvs id.
2005-05-31 Liam J. Foy- Minor restructure. Don't bother calling makemsg(...
2005-05-28 Sascha WildnerRemove DEC Alpha support.
2005-05-24 Max OkumotoFreeBSD-Date: 2005/05/23 14:27:52
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-23 Max OkumotoMove parseIncPath and sysIncPath out of global scope
2005-05-23 Max OkumotoMove the create list variable out of global scope and...
2005-05-23 Max Okumotoo Remove out of date comment about Compat_Init()
2005-05-23 Max OkumotoPass queryFlag as a function paramter instead of a...
2005-05-23 Max OkumotoPass ENDNode as a function parameter instead of using...
2005-05-23 Max OkumotoMove signal handler setup code into its own function...
2005-05-23 Max OkumotoMove ProcExec() into proc.c
2005-05-23 Max OkumotoSome comment header and whitespace cleanups.
2005-05-20 Max OkumotoCleanup str_concat() there is no need for special flags...
2005-05-20 Max OkumotoGet rid of shellPath global by adding another field...
2005-05-20 Max OkumotoRename functions since they are no longer part of job.c
2005-05-20 Max OkumotoRemove shells array and just use the const strings...
2005-05-20 Max OkumotoRemove string array called 'copy' and just use the...
2005-05-19 Max OkumotoAdd comments to shells array definition.
2005-05-19 Max OkumotoFreeBSD-Date: 2005/05/18 07:50:38
2005-05-19 Max OkumotoAdd the missing files. <sigh>
2005-05-19 Max Okumoto2nd Try. The correct version.
2005-05-19 Max OkumotoRevert patch on 2005/05/19 17:53:58 it was the wrong...
2005-05-19 Max OkumotoBackout last commit. It should be done after the next...
2005-05-19 Max OkumotoAdd comments to shells array definition.
2005-05-19 Max OkumotoMove shell code out of job.c into shell.[ch]
2005-05-19 Max OkumotoMove RLIMIT_NOFILE code into Proc_Init()
2005-05-19 Max OkumotoSmall cleanups
2005-05-19 Max OkumotoMove make global variables setup into a sepearate function.
2005-05-19 Max OkumotoGroup code that sets global variables (make MACROs)
2005-05-19 Max OkumotoMove code that reads in the input files into sepearte...
2005-05-19 Max OkumotoMove a few global variables into a struct and pass...
2005-05-19 Max OkumotoCleanup search for default Makefile, by adding comments and
2005-05-18 Max OkumotoSpelling error caught by harti.
2005-05-18 Max OkumotoReduce diff from FreeBSD.
2005-05-16 Max Okumoto o Move code to determine objdir into determine_o...
2005-05-16 Max OkumotoClean up objdir determination code. Create a local...
2005-05-16 Max OkumotoClean up chdir_verify_path() and add comments.
2005-05-16 Max OkumotoConstify the result of Var_Value().
2005-05-16 Max Okumotopatch-7.278
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 14:47:40
2005-05-15 Max OkumotoMove print_flags() back into utils. Since harti decide...
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 07:31:45
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 17:40:16
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 15:16:44
2005-05-14 Max OkumotoUse strpbrk() instead of array to match characters...
2005-05-14 Joerg SonnenbergerRemove an incorrect free. The code path should normally...
2005-05-14 Max OkumotoRemove extranious blankline.
2005-05-14 Max OkumotoFix spelling error.
2005-05-14 Max OkumotoConstify ProcExec()
2005-05-13 Joerg SonnenbergerAdd an explicit abort in printaddr to avoid unused...
2005-05-13 Joerg SonnenbergerFix pointer arithemetic.
2005-05-13 Joerg SonnenbergerWARNS=6 clean already.
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-10 Max OkumotoRemove some extra white space
2005-05-07 Simon SchubertFix compilation with gcc40: *_hash() take (unsigned...
2005-05-07 Simon SchubertFix compilation with gcc40: Make `padchar' char *,...
2005-05-07 Simon SchubertFix compilation with gcc40: Move function prototypes...
2005-05-07 Simon SchubertFix compilation with gcc40: Swap #include order
2005-05-07 Simon SchubertFix compilation with gcc40: Move structure definitions...
2005-05-07 Simon SchubertFix compilation with gcc40: un-static-ize variable...
2005-05-07 Simon SchubertFix compilation with gcc40: Move declaration of variabl...
2005-05-06 Simon SchubertFix compilation with gcc-4.0: static int debug can...
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max OkumotoCleanup MAKEFLAGS_break()
2005-05-05 Max OkumotoCleanup brk_string()
2005-05-05 Max Okumotoinline nomem() and delete the function.
2005-05-05 Max Okumotouse waitpid() instead of wait()
2005-05-05 Max OkumotoMinor cleanup.
2005-05-05 Max OkumotoJob_ParseShell()
2005-05-05 Max OkumotoMove #define of DEFMAXJOBS from config.h to main.c
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-05-03 Joerg SonnenbergerSync with FreeBSD. This adds read-only support for...
2005-05-01 Hiten PandyaNetworking routing statistics on a per-CPU basis:
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 16:15:28
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 15:37:44
2005-04-29 Max OkumotoPut paren around return arg.
2005-04-29 Max OkumotoWe have no more warnings, turn on WARNS_WERROR.
2005-04-29 Max OkumotoUpdate directive_hash.c by running
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 16:37:25
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 13:05:43
2005-04-28 Max OkumotoRestructured building the directive_hash.[ch] files...
2005-04-28 Max OkumotoHandle longjmp(), vfork() warning message about variables.
2005-04-28 Max Okumotogot rid of mktemp() warning.
2005-04-28 Max Okumotogot rid of last warning in cond.c
2005-04-28 Max OkumotoMove code between goto do_compare and label, above...
2005-04-28 Max OkumotoPass CondToken() through indent to cleanup indention.
2005-04-28 Max OkumotoNegate if-statement and swap code sections in CondToken()
2005-04-28 Max OkumotoCleanup suff.c:SuffFindArchiveDeps() this removes two...
2005-04-28 Max OkumotoThe first element of the array return by brk_string...
next