| 2012-11-15 |
John Marino | bug 2450: Allow build of RELEASE 3.2 from master's... |
blob | commitdiff |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2007-01-19 |
Matthew Dillon | Rename /usr/src/sys/machine to /usr/src/sys/platform... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 2/2... |
blob | commitdiff | diff to current |
| 2006-08-25 |
Sascha Wildner | Remove more DEC Alpha support. |
blob | commitdiff | diff to current |
| 2005-09-24 |
Max Okumoto | Remove Var_Exists() and just use Var_Value() and compare |
blob | commitdiff | diff to current |
| 2005-09-17 |
Max Okumoto | Change shell.c API to reduce usage of global commandShell. |
blob | commitdiff | diff to current |
| 2005-08-18 |
Max Okumoto | Check result of setenv(putenv) function. |
blob | commitdiff | diff to current |
| 2005-08-03 |
Max Okumoto | Make debug definition match forward declaration. |
blob | commitdiff | diff to current |
| 2005-07-29 |
Max Okumoto | Use standard bool instead of our own Boolean type. |
blob | commitdiff | diff to current |
| 2005-07-19 |
Max Okumoto | Cleanup the signal handling. A lot of unnecessary... |
blob | commitdiff | diff to current |
| 2005-07-13 |
Max Okumoto | Add better comments and renamed functions to match... |
blob | commitdiff | diff to current |
| 2005-07-13 |
Max Okumoto | Move mkfifio(), and FILENO() into util.c |
blob | commitdiff | diff to current |
| 2005-07-13 |
Max Okumoto | Group curdir and objdir code. |
blob | commitdiff | diff to current |
| 2005-07-02 |
Max Okumoto | Use LST_FOREACH() macro instead of for-loop |
blob | commitdiff | diff to current |
| 2005-07-02 |
Max Okumoto | Avoid comments using the word "variable", since it... |
blob | commitdiff | diff to current |
| 2005-07-02 |
Max Okumoto | Move code out of InitVariables() back into main(), to |
blob | commitdiff | diff to current |
| 2005-07-02 |
Max Okumoto | Moved exit status code into subroutine Make_Run() |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Renamed struct MakeFlags to struct CLI. |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Split Dir_Init() into two functions. |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Move sections of init code that do not take any input... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Cleanup Dir_Init*() functions. |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Remove extra semi colin and a few remove redundent... |
blob | commitdiff | diff to current |
| 2005-06-22 |
Max Okumoto | Some cleanup |
blob | commitdiff | diff to current |
| 2005-06-21 |
Max Okumoto | Use strsep() instead of custom loop. |
blob | commitdiff | diff to current |
| 2005-06-21 |
Max Okumoto | Move compatMake test up. |
blob | commitdiff | diff to current |
| 2005-06-21 |
Max Okumoto | cleanup ReadInputFiles() |
blob | commitdiff | diff to current |
| 2005-06-21 |
Max Okumoto | Move code from main into subroutine. |
blob | commitdiff | diff to current |
| 2005-06-21 |
Max Okumoto | cleanup built_stuff() |
blob | commitdiff | diff to current |
| 2005-06-19 |
Max Okumoto | cleanup exit status handling |
blob | commitdiff | diff to current |
| 2005-06-19 |
Max Okumoto | Rename noBuiltins to builtins and invert logic. |
blob | commitdiff | diff to current |
| 2005-06-19 |
Max Okumoto | Add better comments for main() |
blob | commitdiff | diff to current |
| 2005-06-19 |
Max Okumoto | o cleanup usage of outOfDate variable. |
blob | commitdiff | diff to current |
| 2005-06-18 |
Max Okumoto | Pass DEFSHELLNAME into Shell_Init(), and remove the... |
blob | commitdiff | diff to current |
| 2005-06-17 |
Max Okumoto | Add a few highlevel comments in main, describing what... |
blob | commitdiff | diff to current |
| 2005-06-17 |
Max Okumoto | Better comment for chdir_verify_path() |
blob | commitdiff | diff to current |
| 2005-06-17 |
Max Okumoto | Remove extra white space. |
blob | commitdiff | diff to current |
| 2005-06-17 |
Max Okumoto | Remove spaces infront of tabs. |
blob | commitdiff | diff to current |
| 2005-05-23 |
Max Okumoto | Move parseIncPath and sysIncPath out of global scope |
blob | commitdiff | diff to current |
| 2005-05-23 |
Max Okumoto | Move the create list variable out of global scope and... |
blob | commitdiff | diff to current |
| 2005-05-23 |
Max Okumoto | o Remove out of date comment about Compat_Init() |
blob | commitdiff | diff to current |
| 2005-05-23 |
Max Okumoto | Pass queryFlag as a function paramter instead of a... |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | 2nd Try. The correct version. |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Revert patch on 2005/05/19 17:53:58 it was the wrong... |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Move shell code out of job.c into shell.[ch] |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Move RLIMIT_NOFILE code into Proc_Init() |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Small cleanups |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Move make global variables setup into a sepearate function. |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Group code that sets global variables (make MACROs) |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Move code that reads in the input files into sepearte... |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Move a few global variables into a struct and pass... |
blob | commitdiff | diff to current |
| 2005-05-19 |
Max Okumoto | Cleanup search for default Makefile, by adding comments and |
blob | commitdiff | diff to current |
| 2005-05-16 |
Max Okumoto | o Move code to determine objdir into determine_o... |
blob | commitdiff | diff to current |
| 2005-05-16 |
Max Okumoto | Clean up objdir determination code. Create a local... |
blob | commitdiff | diff to current |
| 2005-05-16 |
Max Okumoto | Clean up chdir_verify_path() and add comments. |
blob | commitdiff | diff to current |
| 2005-05-16 |
Max Okumoto | Constify the result of Var_Value(). |
blob | commitdiff | diff to current |
| 2005-05-16 |
Max Okumoto | patch-7.278 |
blob | commitdiff | diff to current |
| 2005-05-14 |
Max Okumoto | FreeBSD-Date: 2005/05/12 15:16:44 |
blob | commitdiff | diff to current |
| 2005-05-05 |
Max Okumoto | Cleanup globals in str.c |
blob | commitdiff | diff to current |
| 2005-05-05 |
Max Okumoto | Move #define of DEFMAXJOBS from config.h to main.c |
blob | commitdiff | diff to current |
| 2005-04-29 |
Max Okumoto | FreeBSD-Date: 2005/04/29 15:37:44 |
blob | commitdiff | diff to current |
| 2005-04-29 |
Max Okumoto | FreeBSD-Date: 2005/04/28 16:37:25 |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Clean up main.c |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Reduce the use of global variables by creating Var_SetG... |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Cleanup main() |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Remove prototype for usage(), and move the definition... |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Move printing of variables into var.c |
blob | commitdiff | diff to current |
| 2005-04-28 |
Max Okumoto | Move some variables into the correct files. |
blob | commitdiff | diff to current |
| 2005-04-24 |
Max Okumoto | Copy string into temp variable to quiet warning. |
blob | commitdiff | diff to current |
| 2005-04-22 |
Max Okumoto | Move prototype for Main_ParseArgLine() into make.h... |
blob | commitdiff | diff to current |
| 2005-04-22 |
Max Okumoto | Change .EXPORT: to .EXPORTVAR: earlier versions of... |
blob | commitdiff | diff to current |
| 2005-04-21 |
Max Okumoto | Merge compat.[ch] into job.[ch] |
blob | commitdiff | diff to current |
| 2005-04-21 |
Max Okumoto | Move Cmd_Exec() from main.c to job.c |
blob | commitdiff | diff to current |
| 2005-04-21 |
Max Okumoto | Handle double dash '--' in command line. |
blob | commitdiff | diff to current |
| 2005-04-16 |
Max Okumoto | patch-7.184 |
blob | commitdiff | diff to current |
| 2005-04-15 |
Max Okumoto | Create VAR_ENV context, and fill it with everything... |
blob | commitdiff | diff to current |
| 2005-04-15 |
Max Okumoto | add .EXPORT: special tag and add ST_EXPORT variable. |
blob | commitdiff | diff to current |
| 2005-04-15 |
Max Okumoto | FreeBSD-Date: 2005/04/11 08:20:09 |
blob | commitdiff | diff to current |
| 2005-04-12 |
Max Okumoto | Removed un-nessisary comment. We can get a zero length... |
blob | commitdiff | diff to current |
| 2005-04-07 |
Max Okumoto | Make should set optreset to one before it calls getopt... |
blob | commitdiff | diff to current |
| 2005-04-07 |
Max Okumoto | FreeBSD-Date: 2005/04/01 10:53:43 |
blob | commitdiff | diff to current |
| 2005-04-07 |
Max Okumoto | FreeBSD-Date: 2005/03/31 11:35:56 |
blob | commitdiff | diff to current |
| 2005-04-05 |
Joerg Sonnenberger | Since optind=0 has a special meaning for GNU getopt... |
blob | commitdiff | diff to current |
| 2005-03-31 |
Max Okumoto | FreeBSD-Date: 2005/03/23 12:56:15 |
blob | commitdiff | diff to current |
| 2005-03-19 |
Max Okumoto | patch-7.151 |
blob | commitdiff | diff to current |
| 2005-03-18 |
Max Okumoto | FreeBSD-Date: 2005/03/18 15:23:49 |
blob | commitdiff | diff to current |
| 2005-03-18 |
Max Okumoto | Fix dangling ref to auto variable. |
blob | commitdiff | diff to current |
| 2005-03-17 |
Max Okumoto | Remove pc98 support as a gift to Sascha Wildner :-) |
blob | commitdiff | diff to current |
| 2005-03-12 |
Max Okumoto | Remove leading underscores from the pathname defines... |
blob | commitdiff | diff to current |
| 2005-03-12 |
Max Okumoto | compat.c: |
blob | commitdiff | diff to current |
| 2005-03-03 |
Max Okumoto | Reduce diffs between FreeBSD |
blob | commitdiff | diff to current |
| 2005-02-28 |
Max Okumoto | The rest of the modifications that Harti made to patch... |
blob | commitdiff | diff to current |
| 2005-02-16 |
Max Okumoto | Add better comments. |
blob | commitdiff | diff to current |
| 2005-02-15 |
Max Okumoto | Make sure the $FreeBSD$ tags are correct. |
blob | commitdiff | diff to current |
| 2005-02-04 |
Max Okumoto | - In main.c use NULL instead of 0 |
blob | commitdiff | diff to current |
| 2005-02-03 |
Max Okumoto | Remove duplicate #include of <sys/sysctl.h> |
blob | commitdiff | diff to current |
| 2005-02-01 |
Max Okumoto | - Fix some duplicate commenting for struct Job, struct... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Max Okumoto | Fixes in main.c |
blob | commitdiff | diff to current |
| 2005-01-31 |
Max Okumoto | - Convert negative logic, so code is easyer to read. |
blob | commitdiff | diff to current |
| 2005-01-27 |
Max Okumoto | - Add Buf_StripNewlines(). |
blob | commitdiff | diff to current |
| next |