VirtualBox

source: kBuild/trunk/src/kash

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2498   13 years bird kash: OS/2 build fixes.
(edit) @2457   14 years bird kash: --version should print the svn revision.
(edit) @2438   14 years bird build fix
(edit) @2427   14 years bird build fix
(edit) @2425   14 years bird kash: oops
(edit) @2424   14 years bird kash: Some S-bahn optimizations.
(edit) @2423   14 years bird kash: made the SHFILE_IN_USE mode work on unix (because openbsd has a …
(edit) @2417   14 years bird opendir fix.
(edit) @2416   14 years bird kash: implemented opendir/readdir/closedir for windows (NT). Fixed …
(edit) @2415   14 years bird kash: trimmed down the arith stuff, making it not drag in libc bits.
(edit) @2413   14 years bird copyright year update.
(edit) @2394   15 years bird kash: Worked around a VirtualAllocEx problem in the fork code.
(edit) @2393   15 years bird kash: prompt.
(edit) @2392   15 years bird kash: Fixed signal mappings on windows.
(edit) @2391   15 years bird kash: warnings.
(edit) @2390   15 years bird kash: windows build fix.
(edit) @2387   15 years bird kash: another one.
(edit) @2386   15 years bird eval.c: fixed bit rot bug.
(edit) @2385   15 years bird kash: drop debug fprintf
(edit) @2384   15 years bird ash: don't bitch about negative return values. (makes vcslite work)
(edit) @2382   15 years bird kash: made it build on mac os x again.
(edit) @2377   15 years bird kash: another missing STARTF_USESTDHANDLES.
(edit) @2376   15 years bird kash: Fixed some file handle inheritance issues on windows. piping to …
(edit) @2362   15 years bird kash: copy & past bug.
(edit) @2315   16 years bird kash: start using it on windows.
(edit) @2314   16 years bird kash: 32-bit windows build fixes.
(edit) @2313   16 years bird kash: Don't use the 20h spill area.
(edit) @2312   16 years bird kash: eliminating warnings (gcc/darwin).
(edit) @2311   16 years bird kash: darwin build fixes.
(edit) @2310   16 years bird kash: Deal with crlf in the script.
(edit) @2309   16 years bird kash: some more file stuff.
(edit) @2308   16 years bird kash: Fixed wrong assumption in sh_free.
(edit) @2307   16 years bird kash: More file inheritance stuff.
(edit) @2306   16 years bird kash: better CRLF hack for backtick.
(edit) @2305   16 years bird tests/redirect-3: oops.
(edit) @2304   16 years bird kash: CRLF hacking, tests run cleanly on windows now!
(edit) @2303   16 years bird kash: new execve implementation for windows. more file ops.
(edit) @2302   16 years bird kash: Merged the SH_STUB_MODE and SH_FORKED_MODE stuff and use the …
(edit) @2301   16 years bird kash: Removed the SH_PURE_STUB_MODE code.
(edit) @2300   16 years bird kash: execve fix (windows)
(edit) @2299   16 years bird kash: Disable the security cookies as they cannot easily be made to …
(edit) @2298   16 years bird kash: no return indicators that works for both gcc and msc (not …
(edit) @2297   16 years bird kash: removed the stdio based logging.
(edit) @2296   16 years bird kash: avoid file steams in the trace code.
(edit) @2295   16 years bird kash: realloc fix.
(edit) @2294   16 years bird kash: more fixes + pipe.
(edit) @2293   16 years bird kash: forking on windows (almost there).
(edit) @2292   16 years bird kash: forking on widnows.
(edit) @2291   16 years bird hash: cooked our own heap on windows (for forking).
(edit) @2290   16 years bird kash: malloc/free/friends gets a psh.
(edit) @2289   16 years bird kash: implementing shfile on top of the win32 api instead of msvcrt.
(edit) @2288   16 years bird kash: more windows hacking.
(edit) @2287   16 years bird kash: windows build fixes.
(edit) @2286   16 years bird kash: more hacking.
(edit) @2285   16 years bird kash/tests: more tests.
(edit) @2284   16 years bird kash/tests: more tests.
(edit) @2282   16 years bird kash: hacked signal delivery, some trap+kill tests.
(edit) @2281   16 years bird kash/show.c: move the trace file out of the way.
(edit) @2280   16 years bird kash/show.c: move the trace file out of the way.
(edit) @2279   16 years bird NetBSD regression tests. Harvested 2009-02-24 03:50.
(edit) @2243   16 years bird *: Updated copyright to 2009 and normalized name & email.
(edit) @2019   16 years bird GPLv2 -> GPLv3. See Ticket #44 for clarifications. Fixes #44.
(edit) @1785   16 years bird kash: fixed signals. trace all wrapped system calls.
(edit) @1784   16 years bird kash: hacking.
(edit) @1665   17 years bird Converted to a sub-makefile setup ('single' makefile).
(edit) @1604   17 years bird DragonFly BSD config. Kudos to Francis G.
(edit) @1509   17 years bird Environment / global variable renaming. Copyright header/year update.
(edit) @1286   17 years bird KBUILD_OS_* -> K_OS from k/kDefs.h. Use k/kTypes.h too.
(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) @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 ++.
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