VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1298   17 years bird better check for the kmk shell. don't freak out and use the shell on …
(edit) @1297   17 years bird Skip blank program argument (kmk).
(edit) @1294   17 years bird copy & past bug.
(edit) @1293   17 years bird spaces
(edit) @1292   17 years bird Added kmk_builtin_test and kmk_test - a slightly modified version of …
(edit) @1291   17 years bird NetBSD src/bin/test/test.c, revision 1.33.
(edit) @1290   17 years bird Allow builtins to spawn and schedule spawning.
(edit) @1287   17 years bird Added --ignore-non-existing and --changed flags. (latter not implemented)
(edit) @1286   17 years bird KBUILD_OS_* -> K_OS from k/kDefs.h. Use k/kTypes.h too.
(edit) @1285   17 years bird nt_fullpath doens't return unixslashes, so call fixslash.
(edit) @1284   17 years bird Use double quotes.
(edit) @1283   17 years bird Use kDefs.h and kTypes.h to avoid having a zillion ways of testing for …
(edit) @1281   17 years bird docs, and separator alternatives.
(edit) @1280   17 years bird print_version fix.
(edit) @1279   17 years bird KMKFLAGS for users.
(edit) @1278   17 years bird execvp screws up wrt to anyone waiting on us on window.
(edit) @1276   17 years bird todo.
(edit) @1275   17 years bird Fixed build issues.
(edit) @1274   17 years bird Updated to version 0.1.2
(edit) @1273   17 years bird Added redirect to the build.
(edit) @1271   17 years bird Created kmk_redirect.
(edit) @1270   17 years bird Fixed typo.
(edit) @1269   17 years bird Fixed handle leak.
(edit) @1265   17 years bird fixed a symlink problem.
(edit) @1264   17 years bird fixed usage.
(edit) @1263   17 years bird Some notes for profiling (on windows).
(edit) @1262   17 years bird for profiling window on windows.
(edit) @1261   17 years bird KMK_PRF
(edit) @1258   17 years bird We have a default shell, don't waste time searing for something we've …
(edit) @1250   17 years bird fix the right path.
(edit) @1248   17 years bird Substitute spacy names with the alternate one.
(edit) @1246   17 years bird Solaris build fixes.
(edit) @1241   17 years bird disable trace.
(edit) @1240   17 years bird shfile_cloexec. signal types.
(edit) @1239   17 years bird new init code.
(edit) @1238   17 years bird init psh->optlist.
(edit) @1237   17 years bird logging.
(edit) @1236   17 years bird Deal with basic bash prompting.
(edit) @1235   17 years bird proper header.
(edit) @1234   17 years bird the win dir is gone.
(edit) @1233   17 years bird keywords.
(edit) @1232   17 years bird kmk_ash -> kask.
(edit) @1231   17 years bird Strip both \r\n and \n.
(edit) @1230   17 years bird pid.
(edit) @1229   17 years bird stubs, made echo work.
(edit) @1228   17 years bird dead
(edit) @1227   17 years bird file mockup.
(edit) @1226   17 years bird removed all the fake header files on windows.
(edit) @1225   17 years bird stubbed the sh stuff.
(edit) @1224   17 years bird who is using getopt again?
(edit) @1223   17 years bird normal abort.
(edit) @1222   17 years bird more fixes - it all compiles now (linking fails of course).
(edit) @1221   17 years bird more cleanup.
(edit) @1220   17 years bird make it build…
(edit) @1219   17 years bird changed eol-style to LF.
(edit) @1218   17 years bird changed eol-style to LF.
(edit) @1217   17 years bird make more build…
(edit) @1216   17 years bird more fixes.
(edit) @1215   17 years bird native eol-style.
(edit) @1214   17 years bird some more cleanup.
(edit) @1213   17 years bird kill.c ++
(edit) @1212   17 years bird redir.c
(edit) @1211   17 years bird reorg.
(edit) @1210   17 years bird var.c ++
(edit) @1209   17 years bird var.c ++.
(edit) @1208   17 years bird trap.c ++.
(edit) @1207   17 years bird jobs and other stuff.
(edit) @1206   17 years bird some more.
(edit) @1205   17 years bird echo.
(edit) @1204   17 years bird Made miscbltin.c compile.
(edit) @1203   17 years bird converted a few more files.
(edit) @1202   17 years bird Added psh parameter to the remaining global functions.
(edit) @1201   17 years bird input.c
(edit) @1200   17 years bird Updating function calls.
(edit) @1199   17 years bird moving globals into shinstance…
(edit) @1198   17 years bird moving globals into shinstance…
(edit) @1196   17 years bird ash-messup -> kash
(edit) @1195   17 years bird place holder.
(edit) @1194   17 years bird Fixed a couple of slash problems in cp and install (dos based systems).
(edit) @1193   17 years bird 16KB -> 256KB copy buffer for windows.
(edit) @1192   17 years bird 16KB -> 256KB copy buffer for windows.
(edit) @1190   17 years bird Mixed help and version.
(edit) @1188   17 years bird changed the --version output so it's aligned with the reset.
(edit) @1187   17 years bird Added version and help.
(edit) @1186   17 years bird aligned the version message.
(edit) @1185   17 years bird Added --version and --help.
(edit) @1184   17 years bird Usage and version. Shut up a couple of warnings.
(edit) @1183   17 years bird Added --version and --help to all builtins.
(edit) @1181   17 years bird added variable assignment to the includedep parser.
(edit) @1180   17 years bird don't free twice.
(edit) @1179   17 years bird eol-style - native.
(edit) @1177   17 years bird Fixed regression.
(edit) @1175   17 years bird Only use FileNameInformation on NTFS volumes because at least FAT32 …
(edit) @1173   17 years bird oops.
(edit) @1172   17 years bird just try open it and then check whether to keep quiet about it or not.
(edit) @1171   17 years bird Added a $(which ) function. takes any number of args, with or without …
(edit) @1170   17 years bird GCC starts with an empty ' \' line.
(edit) @1169   17 years bird reworte it to use a whole file buffer so we can use mmap later…
(edit) @1168   17 years bird Wrote the eval_include_dep parser.
(edit) @1167   17 years bird skip some unnecessary system calls during process creation and termination.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette