aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* Make the three versions of fork() more uniform.Hartmut Brandt2005-05-101-63/+63
* Move the defines for TMPPAT and KQUEUE from the public job.h into job.cHartmut Brandt2005-05-102-12/+12
* Merge compat.c into job.c. There is a lot in common between theseHartmut Brandt2005-05-106-820/+709
* Add option -l, to make output line buffered.Gleb Smirnoff2005-05-102-5/+11
* Move Cmd_Exec() from main.c to job.c and fix its prototype. ThisHartmut Brandt2005-05-105-110/+114
* Var_SubstOnly() is only used to subsitute a variable from the globalHartmut Brandt2005-05-103-4/+4
* Move the declaration of VAR_CMD and VAR_GLOBAL from globals.h to var.hHartmut Brandt2005-05-102-6/+6
* Clean up comments. No code changes.Hartmut Brandt2005-05-101-194/+128
* Merge var_modify.c into var.c and move types and function declarationsHartmut Brandt2005-05-104-691/+602
* Move some debugging code from targ.c to var.c where it actually belongs.Hartmut Brandt2005-05-103-10/+14
* Make make a little bit more POSIXish with regard to option parsing:Hartmut Brandt2005-05-103-12/+64
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesHartmut Brandt2005-05-099-163/+174
* Clarify some error messages.Tim Kientzle2005-05-084-8/+8
* Introduce a new pseudo-target .EXPORTVAR which allows to put aHartmut Brandt2005-05-065-94/+119
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-041-2/+2
* Enabke mkuzip(1) on amd64.Maxim Sobolev2005-05-021-0/+1
* Make WARNS=6 clean, which should make it compiling on amd64.Maxim Sobolev2005-05-022-4/+4
* Make brandelf(1)'s -t "ABI format" case insensitive, as the ABI valueBrian Feldman2005-05-021-1/+1
* Include systat.h for cmdtab, to make gcc4 happy.Xin LI2005-05-021-0/+1
* Consistently use signed char so gcc4 won't complainXin LI2005-05-021-1/+1
* Rename the directive_hash.[ch] files to hash_tables.[ch] nowHartmut Brandt2005-04-294-11/+10
* Implement a pseudo-target .WARN that allows toggeling the warning flagsHartmut Brandt2005-04-296-32/+109
* Add flag to choose whether to use getgrouplist(3) or getgroups(2)Robert Drehmel2005-04-291-6/+11
* Fix spelling error.Robert Drehmel2005-04-291-1/+1
* We need to pass NGROUPS + 1 to getgrouplist(3) to displayRobert Drehmel2005-04-281-1/+1
* - Merge two functions for printing `id' output.Robert Drehmel2005-04-281-57/+33
* Introduce a flag to enable extended warnings (-x) and make them offHartmut Brandt2005-04-284-8/+31
* - Set negative row or column argument values to zero.Robert Drehmel2005-04-281-3/+5
* Use a minimal perfect hash for the special sources/targets too. AddHartmut Brandt2005-04-284-49/+114
* Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.cHartmut Brandt2005-04-282-2/+2
* Move the hash function for directives into its own file and addHartmut Brandt2005-04-284-67/+160
* bsdtar now uses the "tree" package instead of "fts" for walkingTim Kientzle2005-04-247-1518/+743
* Correct autoconf/automake invocation to work with devel/gnu-auto* fromTim Kientzle2005-04-231-2/+2
* Minor fix to the configure logic to properly detect ACL support.Tim Kientzle2005-04-231-2/+1
* Overhaul getdate.y. In particular, remove minutes-based logicTim Kientzle2005-04-231-686/+574
* Point users to tcsh(1) for information about shell globbing patterns,Murray Stokely2005-04-191-1/+2
* MFS revision 1.139.2.4 (add edwin) because I accidentally committed toColin Percival2005-04-181-0/+1
* A very minor tweak to the handling of leading '/' characters.Tim Kientzle2005-04-171-1/+6
* A number of fixes to the autoconf-generated build system. InTim Kientzle2005-04-175-30/+120
* Configure script needs to test for dirent.d_namlen.Tim Kientzle2005-04-171-1/+1
* Update "make distfile" to use newest automake/autoconf from ports.Tim Kientzle2005-04-171-2/+2
* Support path-rewriting options (including --strip-components) for bothTim Kientzle2005-04-176-90/+115
* Reduce the width of the THR column to 4 characters, to avoid wrap-aroundGiorgos Keramidas2005-04-161-5/+5
* Update the bugs section, null characters in the format string are now handled.Stefan Farfeleder2005-04-141-6/+4
* Handle null characters in the format string. A \0 in the argument passed to %bStefan Farfeleder2005-04-141-7/+13
* No reason to write \a and \v as octal escape sequences.Stefan Farfeleder2005-04-141-2/+2
* - Add a THR column to the process listing, that shows the number ofGiorgos Keramidas2005-04-141-12/+57
* Printf(1) is WARNS 6 clean.Stefan Farfeleder2005-04-141-0/+1
* - Move parts of the long main() function into a new function doformat().Stefan Farfeleder2005-04-141-153/+160
* Assign 0.0 to the variable passed to getfloating() if the argument is missing.Stefan Farfeleder2005-04-131-1/+3