summaryrefslogtreecommitdiffstats
path: root/rescue/rescue
Commit message (Collapse)AuthorAgeFilesLines
* Remove cxconfig and add sconfigimp2003-12-031-1/+1
| | | | | | | # maybe we can remove sconfig later from rescue? Submitted by: Roman Kurakin <rik@cronyx.com> Approved by: re@ <scottl>
* Reconnect ipfstat, ipnat, and ipftest to the build now that if_xnamebrooks2003-12-021-1/+1
| | | | | | support is enabled. Approved by: re (scottl)
* Alternate version of rev 1.20.obrien2003-11-091-1/+1
| | | | | | | Comment out rather than totally remove the ipfilter pieces that we need reconnected some day. This is now only ipnat as it is for configuring NAT. ipfstat is meant for reporting statistics/filter lists. For /rescue it is enough to configure lists but not view the installed ones.
* Temporarily disable ipfstat and ipnat in /rescue to fix world.brooks2003-10-311-1/+1
|
* No need to check for the directory, fols are assumed to have all themarkm2003-09-271-1/+1
| | | | correct sources. Only check the crypto macros.
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+1
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* Teach rescue about NOATM, NO_VINUM and NOINET6phk2003-09-021-5/+18
|
* Build the atmconfig utility into rescue.harti2003-08-121-2/+3
|
* When using crunchgen, blow away MAKEFLAGS. This fixes make -j <#> -Pgordon2003-08-011-2/+2
| | | | | | | | from passing the -P flag to crunchgen which seems to confuse crunchgen horribly. This is the preferable solution to modifing crunchgen to unset the MAKEFLAGS environment variable. Submitted by: gad@
* Fix rescue build using -j. The problem appears to be make not being ablegordon2003-07-241-2/+3
| | | | | | | | | | | | to find the source when the object was specified as <directory>/foo.o. The fix makes the build go through a make objs before compiling the rest of the crunchgen. This ensures that the dhclient bits are built in the correct place where they are picked up for the final compile of rescue. I'd like to thank dwhite@ and gad@ for helping me track down the problem. Fast testing box provided by: phk@ (thanks)
* Missed one, remove one more.obrien2003-07-211-1/+1
|
* Trim /rescue.obrien2003-07-191-12/+10
| | | | Discussed on: freebsd-arch@
* Obey NOCRYPTobrien2003-07-181-1/+4
| | | | Submitted by: Skip Ford <skip.ford@verizon.net>
* NO_TCSH would be set in /etc/make.conf, not here. Also obey NO_IPFILTER.obrien2003-07-171-5/+6
|
* consistify the style someobrien2003-07-171-41/+42
|
* Remove the commented out 'rmail' before someone gets a really bad idea.obrien2003-07-171-3/+0
|
* Depessimize rescue build by only clean'ing and obj'ing the directories wegordon2003-07-151-27/+47
| | | | | | | care about, not a full usr.bin tree. This should reduce buildworld times pretty drastically. Requested by: lots of people
* Turn rescue back on, conditional to NORESCUE. We seem to be split ongordon2003-07-111-2/+10
| | | | | | | | | | | using underscores or not, so I just randomly picked a style. I think I have the logic correct, but if someone wants to give it a once over that would be good. Tim submitted a patch to fix the cross-building issues which I tested with a tinderbox run for sparc64. Submitted by: Tim Kientzle <kientzle@acm.org>
* Remove mount_portalfs, it's just wrong in this context.gordon2003-06-301-1/+1
|
* Don't build mount_nwfs or mount_smbfs in rescue.gordon2003-06-301-8/+6
| | | | | | | | | Build fdisk_pc98 on pc98 arch, not fdisk. Don't alias disklabel on pc98, ia64. Don't build fdisk on sparc64, alpha. Pointed out by: tmm@ Submitted by: Tim Kientzle <kientzle@acm.org>
* Fix fdisk naming issues on pc98 and other platforms.gordon2003-06-301-5/+17
| | | | | | | Fix disklabel, bsdlabel, and sunlabel on various platforms. Noticed by: tmm@ Submitted by: Tim Kientzle <kientzle@acm.org>
* Fix typo sparc -> sparc64gordon2003-06-291-1/+1
| | | | Submitted by: tmm@
* Add /rescue bits. This basically encompasses all of bin and sbin alonggordon2003-06-291-0/+263
with a couple of bits from usr.bin in a crunchgen'd binary. Submitted by: Tim Kientzle <kientzle@acm.org>
OpenPOWER on IntegriCloud