Use queue(3) macros for if_multiaddrs.
[dragonfly.git] / usr.bin /
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-19 Max Okumotocleanup exit status handling
2005-06-19 Max OkumotoRename noBuiltins to builtins and invert logic.
2005-06-19 Max OkumotoAdd better comments for main()
2005-06-19 Max Okumotoo cleanup usage of outOfDate variable.
2005-06-18 Max OkumotoPass DEFSHELLNAME into Shell_Init(), and remove the...
2005-06-17 Max OkumotoAdd a few highlevel comments in main, describing what...
2005-06-17 Max OkumotoBetter comment for chdir_verify_path()
2005-06-17 Max OkumotoStyle(9) - add blank line before first statement in...
2005-06-17 Max OkumotoRemove extra white space.
2005-06-17 Max OkumotoRemove spaces infront of tabs.
2005-06-17 Max OkumotoFix order of functions Shell_Init() uses ShellMatch()
2005-06-16 Max OkumotoReduce diffs
2005-06-16 Max OkumotoSome more style(9) stuff and took some comment from...
2005-06-16 Max OkumotoFix some style(9) errors.
2005-06-16 Max OkumotoFreeBSD-Date: 2005/06/14 12:50:52
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/25 17:06:14
2005-06-16 Max OkumotoReorder functions to reduce determining what harti...
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/25 09:46:31
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 16:48:10
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 16:45:11
2005-06-16 Max OkumotoRenamed ProcExec() to Proc_Exec() to follow code conven...
2005-06-16 Max OkumotoSome DDEFSHELLNAME cleanups noted by harti
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 14:14:23
2005-06-16 Max OkumotoMoved free() out of both branches of if statement.
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 11:59:08
2005-06-16 Max OkumotoFreeBSD-Date: 2005/05/24 11:55:00
2005-06-16 Max OkumotoAdd meta to free routine
2005-06-16 Max OkumotoUse new meta and builtins fields, to process command...
2005-06-16 Max OkumotoRestructure .SHELL parser
2005-06-16 Max OkumotoAdd Shell_Dump()
2005-06-16 Max OkumotoAdd meta and builtins to ShellMatch()
2005-06-16 Max OkumotoCorrect some spelling errors
2005-06-15 Max OkumotoFix memory leak, I forgot to free the path when releasi...
2005-06-15 Max OkumotoBetter comment for fields in Shell object, and add...
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...
next