Commit Graph

365 Commits

Author SHA1 Message Date
fa4718efcf Minor update for handling TERM with serial consoles.
-Erik
2000-02-21 19:25:12 +00:00
e272915e1f Some updates for the day,
-Erik
2000-02-18 21:34:17 +00:00
fb1793f03c Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>
for noticing these bugs.
 -Erik
2000-02-09 16:37:08 +00:00
07f5604046 Fix a possible /linuxrc crash.
-Erik
2000-02-09 06:05:01 +00:00
e132f4b09e Fixed the init problem where it wouldn't unmount filesystems
on reboot.  Also fixed swapoff -a so it works.
 -Erik
2000-02-09 04:16:43 +00:00
e49d5ecbbe Some formatting updates (ran the code through indent)
-Erik
2000-02-08 19:58:47 +00:00
31cf8e0056 device_open is common code -- moved into utility.c
-Erik
2000-02-07 20:31:19 +00:00
fac10d7c59 A few minor updates. ;-)
Seriously though, read the Changelog for busybox 0.42,
which this is about to become...
 -Erik
2000-02-07 05:29:42 +00:00
04e97024e7 Clear up some ambiguity with old style assignments.
-Erik
2000-01-29 07:06:24 +00:00
a6d0dbc86f Minor change. init now uses dup2.
-Erik
2000-01-29 06:29:32 +00:00
ccc7488615 Fixed ls formatting for 8 char user names.
-Erik
2000-01-27 02:40:21 +00:00
5cbdd712f5 mount and umount could leak loop device allocations causing the system to
quickly run out.  Also disable init's SIGHUP handler during shutdown.
 -Erik
2000-01-26 20:06:48 +00:00
3fe39dce5d Some busybox updates. See the changelog for details if you care.
-Erik
2000-01-25 18:13:53 +00:00
de552874d2 Some busybox updates. You no longer _have_ to put a "-" in front of tar
options, logger is better behaved and has a "-t" option now.  init now supports
the kernel chroot patch, so you can chroot to a new device and umount the old
root.
 -Erik
2000-01-23 01:34:05 +00:00
3163821967 Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release.
 -Erik
2000-01-15 22:28:50 +00:00
05df239ed9 Bug fixes.
-Erik
2000-01-13 04:43:48 +00:00
ac6e71f0c4 Possible fixes...
-Erik
2000-01-08 22:04:33 +00:00
5f2df6ccb4 Remove some leftover debug noise.
-Erik
2000-01-07 23:11:00 +00:00
812d46667d More minor fixes.
-Erik
2000-01-07 18:30:40 +00:00
96e2abd084 Init is now even more perfect then before.
-Erik
2000-01-07 11:40:44 +00:00
0e3782f7c3 Init is now _more_ perfect then before.
-Erik
2000-01-07 02:54:55 +00:00
9e7372584f inittab is now perfect. The universe will now submit to my
will. muhahahaha!!!  Phear!
 -Erik
2000-01-06 01:16:13 +00:00
0881de706e The latest and greatest. init basically works, though needs
a minor inittab design change to accomodate specifying the device
to run each process on.
 -Erik
2000-01-05 09:34:26 +00:00
7dc160721e Bunches of fixes. Typos, bugs, etc.
Added 'gunzip -t'.  inittab support _almost_ works (but it isn't
ready for prime time useage yet).
 -Erik
2000-01-04 01:10:25 +00:00
9c88cac5cb First pass inittab parser written
-Erik
1999-12-30 09:25:17 +00:00
f294a0288d Fix double quoting bug preventing ininit scripts from running 1999-12-21 02:54:37 +00:00
4d1d0113fd Reworked the source so it will compile and run under glibc 2.0.7
and linux kernel 2.0.36 (though the dubious reasons why someone
would want to do that defy imagination ;)
 -Erik
1999-12-17 18:44:15 +00:00
84b009256f Minor updates 1999-12-11 04:16:51 +00:00
2cb55077e2 Added poweroff (and adjusted init to use it). Inlined function
calls to code only called once in tee.  Made BB_KLOGD and option.
 -Erik
1999-12-10 08:25:07 +00:00
f0758dd6ba * Fixed rebooting from init. I'd left some debugging code in
which blocked reboots.  Oops.
 -Erik
1999-12-09 07:57:58 +00:00
485b9550fd Stuf 1999-12-07 23:14:59 +00:00
d00c262847 Stuf 1999-12-07 08:37:31 +00:00
0ecb54a0f3 Stuf 1999-12-05 23:24:55 +00:00
b186d980d6 Stuf 1999-12-03 09:19:54 +00:00
4c78147755 Changes 1999-11-26 08:12:56 +00:00
0727458a97 Stuf 1999-11-21 21:50:07 +00:00
08b1034f4f Stuf 1999-11-19 02:38:58 +00:00
ded6259f62 Latest and greatest 1999-11-18 00:19:26 +00:00
d80e851dc0 Stuf 1999-11-16 00:46:00 +00:00
a9c95ea655 Updates 1999-11-15 17:33:30 +00:00
b6a44b8d39 updates for the day 1999-11-13 04:47:09 +00:00
d73dc5b073 Updates to usage, and made tar work.
-Erik
1999-11-10 23:13:02 +00:00
fbb39c83b6 Stuff
-Erik
1999-11-08 17:00:52 +00:00
07e5297ca7 init and ls -l fixes 1999-11-07 07:38:08 +00:00
e18c75a563 Fixed init so it won't hang on reboot... 1999-11-05 04:23:05 +00:00
cf8c9cf7b9 More stuff -- ready for release.
-Erik
1999-11-05 00:31:46 +00:00
3ae0c78962 Stuf 1999-11-04 01:13:21 +00:00
be971d6b69 More init fixes. Fixed sync segfault.
-Erik
1999-11-03 16:52:50 +00:00
219d6f5e0c Stuf 1999-11-02 19:43:01 +00:00
2f6c04f63c Ha! Got init working.
-Erik
1999-11-01 23:59:44 +00:00