Commit Graph

47 Commits

Author SHA1 Message Date
christos
d443656936 cgdconfig is not crypto 2016-07-02 15:59:21 +00:00
apb
c5a47a1b14 Add rescue/ekermit. 2014-08-09 18:32:34 +00:00
christos
096e95360a mount_smbfs has moved. 2013-12-26 02:25:57 +00:00
christos
c19c99c207 nvi has moved 2013-11-29 01:12:47 +00:00
jnemeth
ad2783f75a PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
tron
09e74efd7a Update location of "less" directory. 2011-07-03 22:05:01 +00:00
christos
c21dd86c39 add the lzma library now that is used by gzip 2011-06-19 01:53:36 +00:00
njoly
bb3c6ce094 Adjust for the new chown location. 2011-01-14 00:59:14 +00:00
roy
b17c885f88 Don't install terminfo.db. 2010-02-13 22:54:51 +00:00
roy
89d790bdbe Move the emergancy terminfo database from /root to /rescue. 2010-02-05 09:44:23 +00:00
roy
98eb889579 Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
pooka
70d4493c77 Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs.  User functionality remains the same.
2009-12-05 20:11:01 +00:00
mrg
9b688fed42 - rework this a bunch to make it work inside /rescue/ldd.
- fix alpha build.
2009-01-07 00:39:23 +00:00
ad
0efea177e3 Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
2008-11-12 12:35:50 +00:00
christos
f1178d7b7f use nvi instead. thanks to Andreas Wrede 2008-10-29 23:55:28 +00:00
ad
2ecdf58c2c Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
rumble
6912898dc8 Add read-only support for SGI's Extent File System.
Reviewed by pooka@.
2007-06-29 23:30:16 +00:00
lukem
8f20ed50e2 Add dumpfs & dumplfs to /rescue, as they may be useful during system
recovery.
2007-05-15 23:23:49 +00:00
lukem
a37dc4c07f Add: lfs_cleanerd
Suggested by Blair Sadewitz

Add: grep egrep fgrep zgrep zegrep zfgrep
Suggested by George Michaelson
2007-03-23 05:48:34 +00:00
dogcow
a1ad69aaeb add libprop to LIBS, as veriexecctl now needs it. 2006-11-29 08:41:49 +00:00
apb
67c362294a Revert the recent addition of /rescue/gkermit. There's some concern
that linking GPL code into /rescue is not a good idea.
2006-11-01 17:36:13 +00:00
apb
3d7d705c6f Add /rescue/gkermit. Discussed in tech-userlevel. 2006-11-01 13:22:32 +00:00
ghen
8ef6dfdf8c Add mount_tmpfs(8) to /rescue. Ok with christos. 2006-08-16 16:50:59 +00:00
ghen
787f1c4af1 Add ex(1) to /rescue. This won't add more than a few bytes to the crunchgen
binary since "ex" is just "vi -e" and vi(1) is already there.

Ok with hubertf and salo.
2006-08-15 14:14:35 +00:00
skrll
856be5d817 lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
christos
1441dfb39d put back tetris; by popular demand. 2005-09-23 00:29:51 +00:00
christos
55130020a8 PR/31370: Andreas Wiese: Remove tetris from rescue 2005-09-22 12:29:31 +00:00
xtraeme
cf10ca7b98 Add vnconfig(8). ok christos 2005-08-10 20:04:40 +00:00
lukem
335e2ccf58 add scan_ffs and veriexecctl to /rescue 2005-06-18 06:59:23 +00:00
lukem
dfee67134f Make fdisk(8) available on all platforms, since MS-DOS partitioning
is the de-facto standard for many removable media types.
2005-05-22 03:45:30 +00:00
lukem
6448c18465 Add /rescue/tetris.
When your system is fubared, this will help you relax.
2005-04-01 08:35:17 +00:00
lukem
368cef3ad7 cosmetic tweak 2005-01-13 03:50:08 +00:00
lukem
83846d378c Restore the "liboverride" functionality because it's needed to correctly
implement rmcd(3) in the rescue tools.
2005-01-13 03:08:07 +00:00
lukem
c0cb06d9b5 Add: less (more), vi, chroot
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
lukem
7157011597 Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2005-01-10 02:58:58 +00:00
tron
06838f8d94 Complete removal of "liboverride" to fix build problems. 2004-08-20 11:01:03 +00:00
mrg
8ee13c5e05 no need to list gnu/usr.bin any more. 2004-04-01 14:41:09 +00:00
jdolecek
ca851523f4 add mount_smbfs 2004-03-21 15:11:21 +00:00
simonb
2ac2b77477 systrace needs libevent now. 2003-11-29 05:47:51 +00:00
lukem
31903eec7b Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
lukem
adb7a5bf1c * Add ftp to /rescue.
* Implement liboverride.o to provide overrides of various libc functions.
  For now, compile a special version of rcmd(3) (et al) which uses
  /rescue/rcmd and /rescue/sh instead of the /bin variants.
  Other overrides may appear in the future.

Should fix [bin/21670] from Geoff Wing.
2003-05-26 09:46:47 +00:00
enami
98ebf57f57 Build mount_* individually, since mount and most of mount_* no longer
shares binary image.  Fixes PR#20553.
2003-03-03 02:09:18 +00:00
lukem
2edd859626 Add chown and chgrp. Suggested by Geoff Wing in [bin/18393] 2002-09-24 06:37:55 +00:00
lukem
844f13b164 oops; typo. (thanks enami!) 2002-08-26 09:02:45 +00:00
lukem
cd906151fd don't install -sh as a link to sh. use ARGVLN to support -sh, -csh, and -ksh 2002-08-26 08:57:29 +00:00
lukem
fe84c3ffb2 support -sh as a synonym for sh 2002-08-24 00:51:12 +00:00
lukem
8290f52368 Migrate rescue tools from distrib/rescue -> rescue. Purpose of tools:
Infrastructure to build a set of "rescue" tools; a crunched-up
	version of all the statically linked binaries in /bin, /sbin
	and the few in /usr/bin.
2002-08-22 01:23:46 +00:00