Link with --no-undefined to enfore the normal missing symbol check,
[dragonfly.git] / usr.bin /
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...
2005-04-28 Max OkumotoClean up main.c
2005-04-28 Max OkumotoReduce the use of global variables by creating Var_SetG...
2005-04-28 Max OkumotoCleanup main()
2005-04-28 Max OkumotoRemove prototype for usage(), and move the definition...
2005-04-28 Max Okumotoremove prototype for Compat_RunCommand() and make it...
2005-04-28 Max OkumotoMove printing of variables into var.c
2005-04-28 Max OkumotoMove some variables into the correct files.
2005-04-28 Max Okumotocleanup middle part of JobFinish()
2005-04-28 Max OkumotoCleanup code near the top part of JobFinish()
2005-04-28 Max OkumotoMove comments to the proper section, and removed some...
2005-04-28 Max OkumotoConvert Compat_RunCommand() to use ProcWait()
2005-04-26 Max OkumotoCreate ProcWait(), like ProcExec() this is a wraper...
2005-04-26 Max OkumotoSet close-on-exec on output side of pipe.
2005-04-26 Max Okumotoinline shellneed()
2005-04-26 Max OkumotoAllocate space for arguments, and free them after vfork().
2005-04-26 Max OkumotoMove initilization of ProcStuff before vfork().
2005-04-26 Max OkumotoPass argv using ProcStuff.
2005-04-26 Max OkumotoDoc struct ProStuff fields.
2005-04-26 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-25 Max OkumotoRemoved duplicate static variable, created when I merge...
2005-04-24 Max OkumotoMove redirection of stdin into ProcExec().
2005-04-24 Max OkumotoMove redirection of stdout into ProcExec().
2005-04-24 Max OkumotoMoved manupulation of close-on-exec flags on std{in...
2005-04-24 Max OkumotoUse a temp variable to move dups2() out of conditional.
2005-04-24 Max OkumotoMove clearing of close-on-exec of both stdin, stdout...
2005-04-24 Max OkumotoMoved execvp() into ProcExec().
2005-04-24 Max OkumotoMove redirection of stderr into ProcExec().
2005-04-24 Max OkumotoMove common exec code into a ProcExec().
2005-04-24 Max OkumotoMove OP_* #defines out of make.h and into GNode.h were...
2005-04-24 Max OkumotoCopy string into temp variable to quiet warning.
2005-04-24 Max OkumotoMove variable declarations out of globals.h into var.h
2005-04-24 Max OkumotoRevert using execl(), it makes it difficult to extract...
2005-04-22 Max OkumotoReally removed the hack. The last patch just added...
2005-04-22 Max OkumotoRemoved stdint.h hack
2005-04-22 Max Okumotoremove spaces before tabs in this file
2005-04-22 Max Okumotouse execl() instead of execv() so we can reduce the...
2005-04-22 Max OkumotoMove prototype for Main_ParseArgLine() into make.h...
2005-04-22 Max OkumotoMove some #defines related to parsing into parse.h
2005-04-22 Max OkumotoMake shellName and shellPath static to job.c
2005-04-22 Max OkumotoMake the three version of the fork code more uniform.
2005-04-22 Liam J. Foy- Use errno to report why freopen(3) failed
2005-04-22 Max OkumotoChange .EXPORT: to .EXPORTVAR: earlier versions of...
2005-04-22 Joerg SonnenbergerUse system version of getopt_long and basename for...
2005-04-22 Max OkumotoAdd Copyright (c) 2002 Juli Mallett, since I merged...
2005-04-21 Max Okumotomove defines from job.h into job.c since nothing else...
2005-04-21 Max OkumotoMerge compat.[ch] into job.[ch]
2005-04-21 Max OkumotoMove Cmd_Exec() from main.c to job.c
2005-04-21 Max OkumotoRemoved paramter to Var_SubstOnly()
2005-04-21 Max Okumotomove VAR_CMD, and VAR_GLOBAL from globals.h to var.h
2005-04-21 Max OkumotoClean up comments.
2005-04-21 Max OkumotoRemove types and functions that are not used by other...
2005-04-21 Max OkumotoMoved all the code in var_modify.c into var.c since...
2005-04-21 Max OkumotoMove code code to print out variable from
2005-04-21 Max OkumotoAdd new function Var_Match(), it returns the number...
2005-04-21 Max OkumotoHandle double dash '--' in command line.
2005-04-21 Sascha WildnerSync with OpenBSD.
2005-04-21 Sascha WildnerSync with OpenBSD.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiChange EXIT STATUS to DIAGNOSTICS. We have standardise...
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Joerg SonnenbergerMake GCC 3.4 the default compiler.
2005-04-19 Matthew DillonNULL-out two stack-declared variables that were incorre...
2005-04-19 Sascha WildnerChange NOACU to NULL.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Chris PresseyStyle cleanup: instead of seperate #defines for NULL...
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerUse the local runetype.h here too.
2005-04-18 Joerg SonnenbergerUse the headers from src/include for ctype.h and runety...
2005-04-16 Max Okumotopatch-7.189
2005-04-16 Max Okumototch-7.188
2005-04-16 Max Okumotopatch-7.187
2005-04-16 Max Okumotopatch-7.186
2005-04-16 Max Okumotopatch-7.185
2005-04-16 Max Okumotopatch-7.184
2005-04-15 Max OkumotoForgot to add these files to previous commit. directiv...
2005-04-15 Max OkumotoAdd back .makenv compat until everyone's source tree...
2005-04-15 Max OkumotoCreate VAR_ENV context, and fill it with everything...
2005-04-15 Max Okumotoadd .EXPORT: special tag and add ST_EXPORT variable.
2005-04-15 Max OkumotoFreeBSD-Date: 2005/04/11 08:20:09
2005-04-15 Max OkumotoInline stripvarname() since it will be removed in the...
2005-04-15 Max OkumotoSplit VarFind() into a series of functions tailored...
next