Add a manual page, clean up the options display, and link dntpd into the
[dragonfly.git] / usr.bin /
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...
2005-04-15 David RhodusRemove some uses of register keywords.
2005-04-14 Eirik Nygaardgetopt is WARNS 6 clean.
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-13 Liam J. Foy- Let receiver know if the sender accepts replies
2005-04-12 Max OkumotoRemoved un-nessisary comment. We can get a zero length...
2005-04-11 Hiten PandyaUse the correct macro for printing TCP statistical...
2005-04-10 David RhodusClean up some register keyword usage.
2005-04-10 Max OkumotoRemove previous hack, for now just use strtoull() inste...
2005-04-10 Max OkumotoAdded #ifdef to aid people upgrading from before March 17.
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/08 10:03:40
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 15:39:38
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:29:39
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:26:15
2005-04-07 Max OkumotoMake should set optreset to one before it calls getopt...
2005-04-07 Max OkumotoDate: 2005/04/01 16:24:25
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 13:35:35
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 10:53:43
2005-04-07 Max OkumotoFreeBSD-Date: 2005/03/31 11:35:56
2005-04-07 Max OkumotoAdd compat code so code that uses types defined by c99
2005-04-05 Joerg SonnenbergerRevamp getopt(3) usage:
2005-04-05 Joerg SonnenbergerSince optind=0 has a special meaning for GNU getopt...
2005-04-04 Matthew DillonWARNS?=6 cleanup for fstat.
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/31 11:12:45
2005-04-01 Max OkumotoDate: 2005/03/30 15:18:58
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/23 16:28:57
2005-04-01 Max OkumotoThe previous patch had conflicts with our version....
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 16:14:41
2005-03-31 Max OkumotoReduce white space diffs between FreeBSD.
next