Commit Graph

10655 Commits

Author SHA1 Message Date
tsutsui c77a6f3174 Allow UFS2 (ffsv2) for root parition. 2009-05-03 11:33:05 +00:00
pooka 2ee1e68838 missed the "debug" column ... again 2009-05-02 20:08:52 +00:00
pooka 3bb03fc676 add recent tests 2009-05-02 19:36:27 +00:00
perry 26f303d919 more libc.so.12.166->libc.so.12.167 -- hopefully the end 2009-05-02 02:20:20 +00:00
pooka 45ef580f17 Merge librumpfs_ufs into librumpfs_ffs. This reflects what happened
with the ffs kernel module and follows the trend of retiring ufs.
It also allows to get rid of a special case kludge in runtime module
loading, since ufs was not really a module.  librumpfs_ufs is now
obsoleted and ffs consumers should be linked solely against
librumpfs_ffs.
2009-05-02 01:15:52 +00:00
agc 2c67f700b7 Remove openpgp files from the build (replaced by netpgp) 2009-05-01 22:59:51 +00:00
perry 5658834bef fix a tyop 2009-05-01 21:49:59 +00:00
perry 56bf6b0b77 update libc minor number 2009-05-01 21:45:45 +00:00
perry 95b8b10f8d add stpcpy, stpncpy, strnlen pages.
also sort
2009-05-01 18:02:24 +00:00
christos 4d3c211551 Put libgcc_s.so in /lib for MKPIE=yes 2009-05-01 15:30:46 +00:00
tsutsui 0cd2869469 Add necessary files for build.sh -m rs6000 release.
Based on PR port-powerpc/40421 from Wojciech Galazka,
with misc tweaks by me.

Note sysinst part is not pulled because there is
no supported storage device yet on this port.
2009-04-30 12:47:39 +00:00
tsutsui 8579e4ddeb Fix indent. 2009-04-29 18:24:05 +00:00
tsutsui 72c20785c4 Sort some entries. 2009-04-29 18:23:46 +00:00
tsutsui 06add2372c Fix indent and sort some entries. 2009-04-29 18:22:47 +00:00
tsutsui 1bdd710904 Fix indent on common/protocols changes. 2009-04-29 18:20:00 +00:00
tsutsui 1b053c8aa5 Remove unnecessary gnu/usr.bin from SRCDIRS. 2009-04-29 18:07:01 +00:00
tsutsui 102ba59746 Remove unneeded gnu/usr.bin from SRCDIRS. 2009-04-29 18:01:50 +00:00
roy 6bdecd9c27 Add an rc.d script for dhcpcd(8) 2009-04-28 23:30:34 +00:00
njoly a6ba76a6cd Add some missing entries to fix MKDEBUG build on alpha.
Looks good from tsutsui.
2009-04-27 14:22:40 +00:00
snj 7548a3a557 Nuke some 5.0 stuff in preparation for 6.0. Sigh. 2009-04-27 00:07:06 +00:00
sborrill ae2bdcdb20 Fix a lot more grammatical errors and inconsistencies (e.g. RiscOS -> RISC
OS).
2009-04-26 16:58:30 +00:00
sborrill d0ea34baab !SparkPlug, not !SparcPlug 2009-04-26 16:44:51 +00:00
snj 54a18014ee Final round of INSTALL cleanups for 5.0. 2009-04-25 21:21:47 +00:00
tsutsui 3777f91783 Use src/distrib/common/termcap.mini. 2009-04-25 18:39:47 +00:00
tsutsui 5a3df35d7b - remove gnu/usr.bin from SRCDIRS
- sort
2009-04-25 18:38:32 +00:00
tsutsui 42eecbf8ef Use DBG=-Os, which works fine on landisk. 2009-04-25 18:29:05 +00:00
snj 0e48057f61 Yet another round of INSTALL fixes. 2009-04-25 10:34:42 +00:00
snj 059a9b4ae1 Sync with (a close approximation of) reality. 2009-04-25 09:10:55 +00:00
agc ee219f892b Enable netpgp in the build, and amend set lists accordingly. 2009-04-25 05:54:50 +00:00
snj cbd498a0a1 Another round of INSTALL improvements big and small. 2009-04-25 01:33:12 +00:00
ad 1344cedef1 Remove some rubbish 2009-04-24 23:11:07 +00:00
snj ca3c228f9e Note that SMP is broken on sparc. 2009-04-23 23:54:10 +00:00
tsutsui 0cfe059a5a Build ramdisk based INSTALL kernel and bootstrap bootable install image file
and install them into releasedir.
2009-04-23 14:16:09 +00:00
tsutsui 931804e263 Switch bootstrap bootable install image from ffs to ustarfs based. 2009-04-23 14:14:35 +00:00
apb 3ae1376a23 Clean up the handling of METALOG.sanitised:
* Don't change METALOG in place while creating METALOG.sanitised in the
  sanitise_METALOG target.  This makes it easier to manually inspect
  METALOG to find the order in which lines were added during a build.

* Add a clean_METALOG target, to be invoked from src/Makefile early in
  the build, to prevent unbounded growth of METALOG during multiple
  MKUPDATE builds.

* Remove the old hack of incorporating etc/mtree/NetBSD.dist into
  METALOG.sanitised.  It was needed only during a short transition
  period when people might have done MKUPDATE builds starting from
  existing DESTDIR and OBJDIR trees that had been created before
  revision 1.317 of src/etc/Makefile.

* Since etc/mtree/NetBSD.dist is no longer added, there's will not
  be any "optional" lines, so there's no need to filter them from
  METALOG.sanitised.

* There's no need for two different METALOG.unpriv and
  METALOG.sanitised.unpriv variables; combine them into a single
  METALOG.unpriv variable whose value is "-M ${METALOG}.sanitised".

* Reorder some lines in the Makefile, to bring related targets,
  variables and comments together.
2009-04-23 09:37:03 +00:00
apb 9d84a95580 Simplify the way EXCLUDE_REGEXP is built. 2009-04-23 09:30:56 +00:00
snj 5c8a8d50a8 Various updates to the INSTALL notes in preparation for 5.0. Changes
are still to come.
2009-04-23 01:56:48 +00:00
zafer ec72b79806 Add myself to the list of developers. 2009-04-22 22:47:21 +00:00
tsutsui ba5d4af029 Add UFS2 root and boot support. 2009-04-22 17:21:47 +00:00
tsutsui af8acc11fd +/usr/mdec/bootxx_ustarfs 2009-04-22 17:20:15 +00:00
tsutsui 398b5dccb5 Install MBR bootcode (/usr/mdec/mbr) after write_mbr(). 2009-04-22 16:53:15 +00:00
tsutsui 5cca2f6bf3 Remove a bogus (debug?) message. 2009-04-22 16:51:02 +00:00
tsutsui c0164d1bfe Also put /usr/mdec/mbr to install ramdisk to initialize a disk. 2009-04-22 16:43:43 +00:00
tsutsui c4ea44d4b8 Make No_Bootcode message a bit more verbose.
XXX: needs translations
2009-04-22 12:38:10 +00:00
tsutsui 134814a80f Add UFS2 root and boot support. 2009-04-22 12:37:01 +00:00
tsutsui 62e5412d38 Make sure to free(3) memory allocated by asprintf(3) in bootxx_name(). 2009-04-22 12:35:46 +00:00
tsutsui 52546eae4e Put /usr/mdec/bootxx_ffsv2 into install ramdisk. 2009-04-22 12:15:03 +00:00
tsutsui 2131e68dd1 Put /usr/mdec/bootxx_ffsv2 into install ramdisk. 2009-04-22 11:18:29 +00:00
nonaka 65b8e3da03 Add SD/MMC releated man pages. 2009-04-21 22:25:05 +00:00
tsutsui a25308e261 +/usr/mdec/bootxx_ffsv2 2009-04-21 16:09:22 +00:00