index
:
platform/upstream/toybox
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
sandbox/jobol/0.5.2
sandbox/jobol/0.5.2-futur
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Network & Connectivity / Common;
Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-12
Add TOYFLAG_UMASK.
Rob Landley
1
-0
/
+1
2008-01-22
Fix crash when running unknown command via symlink.
Rob Landley
1
-0
/
+1
2008-01-20
Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Rob Landley
1
-1
/
+1
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
1
-2
/
+2
2007-12-09
Changeset 186 assumed that toys.exitval defaults to 0. Actually change the
Rob Landley
1
-1
/
+0
2007-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
1
-6
/
+5
2007-11-27
Patch from Charlie Shepherd: remove extra \n from error_exit() arguments.
Rob Landley
1
-1
/
+1
2007-11-15
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Rob Landley
1
-1
/
+1
2007-08-21
Tweak error message.
Rob Landley
1
-1
/
+1
2007-06-07
Make warning go away.
Rob Landley
1
-1
/
+1
2007-06-01
Show the compiler how to optimize out the option parsing logic when nothing
Rob Landley
1
-1
/
+13
2007-06-01
Allow applets with optarg string NULL to use toy.optargs[].
Rob Landley
1
-2
/
+3
2007-02-02
Trim a redundant definition that confuses older compilers. (Regression testing
Rob Landley
1
-0
/
+1
2007-01-31
Small cleanup to prepare for cross-compile friendly make install.
Rob Landley
1
-1
/
+5
2007-01-18
Save 4 bytes of stack space.
Rob Landley
1
-7
/
+10
2007-01-14
Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Rob Landley
1
-0
/
+1
2006-11-19
New option parsing infrastructure (doesn't use getopt). Hook it up to
Rob Landley
1
-0
/
+1
2006-11-04
Add pwd. Consolidate toy list information under toylist.h.
Rob Landley
1
-13
/
+3
2006-11-03
Implement which. Add hello world to menuconfig. Wrap the various applet main
Rob Landley
1
-6
/
+7
2006-11-01
Add a hello world applet, partly as an example and partly for testing purposes.
Rob Landley
1
-0
/
+1
2006-10-30
Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
landley
1
-1
/
+0
2006-10-18
Next drop of toysh, plus more infratructure.
landley
1
-6
/
+12
2006-10-05
Infrastructure, first drop of toy shell, and a bit of work on df.
landley
1
-46
/
+74
2006-09-28
Next snapshot. Tries to grab something out of lib in order to build, I have
landley
1
-0
/
+88