summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-11-04remove the lower bound limitation on UUID, it is not necessary or mandatedplunky
2007-10-30From Anon Ymous: Make this compile without MIME_SUPPORT.christos
2007-10-30bump datechristos
2007-10-30From Anon Ymous:christos
2007-10-29From Anon Ymous:christos
2007-10-28x86 -> i386.ragge
2007-10-27bump date.christos
2007-10-27uncomment the group handling documentation.christos
2007-10-27Add somewhat inelegant logic to handle config.h for now - obviously notabs
2007-10-27- move grutil code to newgrp.christos
2007-10-27Move the grutil code from su to here. Requested by ginsbach@christos
2007-10-27From Anon Ymous:christos
2007-10-27From Anon Ymous:christos
2007-10-23From Anon Ymous:christos
2007-10-22Allow .PATH<suffix> to be used for .include "".sjg
2007-10-19Handle 2 digit years, from Anon Ymouschristos
2007-10-18Make the license match to grutil.cchristos
2007-10-18Put the proper license on this file, using the newgrp.c one.christos
2007-10-17From Anon Ymous:christos
2007-10-17From Anon Ymous:christos
2007-10-15Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). Thesead
2007-10-15If we don't have emalloc, we won't have strndup either.sjg
2007-10-14Make it easier for the build environment (such as a configure script)apb
2007-10-14typojnemeth
2007-10-14Convert to using raise_default_signal(3).lukem
2007-10-14Convert to using raise_default_signal(3).lukem
2007-10-13Revert to revision 1.128. Now that the Var* functions no longer try toapb
2007-10-13Don't write into const strings; not even if we intend toapb
2007-10-13strlen returns size_tchristos
2007-10-13* Convert all uses of strdup() to estrdup();apb
2007-10-13Oops, missed a few more comments in previous.apb
2007-10-13Correct documentation for Var_Parse's freePtr arg. It's a pointer toapb
2007-10-13When processing .include "../../foo.mk" lexically process the leading ../dsl
2007-10-13The 'job_prefix' string can be static but not const 'hi xtos'.dsl
2007-10-12If we are going to save the names of all opened makefiles, do so when filesdsl
2007-10-12static a const string.christos
2007-10-12improve on previouschristos
2007-10-12Var_Subst() seems to write into its input string! So we do need a copy.dsl
2007-10-12Remove tmp[] buffer and strncpy() call.dsl
2007-10-11If _BASENAME_DEFSHELL is defined, it might be a full path,sjg
2007-10-11More code clean up (KNF): de-__P and ANSI'ify function declarationsginsbach
2007-10-10Merge from vmlocking:ad
2007-10-10- add const qualifiers where necessaryginsbach
2007-10-09Fix an off-by-one error in handing mal-formed modifiers.sjg
2007-10-08Use .MAKE.MAKEFILES to track all the makefiles that have been readsjg
2007-10-08call sysconf, before add paths. From Kurt Schreinerchristos
2007-10-08call xfree instead of free so that we don't bring in libc's free.christos
2007-10-06Changes for standards compliance:ginsbach
2007-10-05Add the ability to .export variables to the environment.sjg
2007-10-05don't zero out the wrong pointer. from Anon Ymouschristos