Remove MGA/CGA/EGA rendering code.
[dragonfly.git] / usr.bin /
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...
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
next