VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @1166   17 years bird reverted accidental commit of some debug code.
(edit) @1165   17 years bird Optimized kDebIDB a bit for Windows; use nt_fullpath and map the IDB …
(edit) @1164   17 years bird Ctrl-C/Break stuff ported to 64-bit windows too.
(edit) @1163   17 years bird proto.
(edit) @1162   17 years bird Made kDepIDB into an builtin command to try speed up windows…
(edit) @1158   17 years bird The FreeBSD sed doesn't grok a\ unless in a script.
(edit) @1154   17 years bird md5sum.
(edit) @1152   17 years bird cleanup properly.
(edit) @1151   17 years bird On solaris rmdir returns EEXIST instead of ENOTEMPTY.
(edit) @1149   17 years bird just for testing.
(edit) @1141   17 years bird unused
(edit) @1140   17 years bird typo.
(edit) @1134   17 years bird Fixed termination problem in the append/prepend code.
(edit) @1133   17 years bird Fixed termination problem in the append/prepend code.
(edit) @1128   17 years bird OUTPUT_MAYBE support for compilers and assemblers.
(edit) @1127   17 years bird Use NtQueryInformationFile + FileNameInformation to figure out the …
(edit) @1126   17 years bird Need to check for Makefile.kup *after* processing -C arguments.
(edit) @1125   17 years bird Fixed typo.
(edit) @1124   17 years bird the strptime part too.
(edit) @1122   17 years bird Added as $(file-size ) function while at it.
(edit) @1121   17 years bird Added $(date ) and $(date-utc ) function as simple wrappers around …
(edit) @1120   17 years bird cmp.
(edit) @1117   17 years bird kmk_builtin_cmp.
(edit) @1116   17 years bird src/usr.bin/cmp from NetBSD current, 2007-09-25.
(edit) @1115   17 years bird src/usr.bin/cmp from NetBSD current, 2007-09-25.
(edit) @1114   17 years bird Don't wanna use the FreeBSD code after all because of the license. darn.
(edit) @1113   17 years bird src/usr.bin/cmp from FreeBSD current, 2007-09-25.
(edit) @1112   17 years bird backed out 1111, it was netbsd instead of freebsd. :/
(edit) @1111   17 years bird src/usr.bin/cmp from FreeBSD current, 2007-09-25.
(edit) @1110   17 years bird More CONFIG_WITH_EXPLICIT_MULTITARGET hacking. Have to deal with …
(edit) @1109   17 years bird New feature: if1of and ifn1of (CONFIG_WITH_SET_CONDITIONALS).
(edit) @1108   17 years bird Added symlink link support (vista).
(edit) @1107   17 years bird some silly realloc optimizations.
(edit) @1106   17 years bird fixed sed bustage after converting to msvc*.dll.
(edit) @1105   17 years bird 64-bit.
(edit) @1104   17 years bird comment.
(edit) @1103   17 years bird reorged the code. progress option.
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