Commit Graph

9637 Commits

Author SHA1 Message Date
explorer 64abe01775 add dehumanize_number so the build works again 2007-12-14 20:22:45 +00:00
christos 24d7eb9482 bump libc 2007-12-14 17:27:55 +00:00
jnemeth 07b65a160e remove statement about working towards six month releases 2007-12-14 10:18:30 +00:00
jnemeth cf0f556363 - grammar
- lint
2007-12-14 07:07:29 +00:00
jnemeth 87ad1ce6f1 grammar 2007-12-14 06:33:30 +00:00
jnemeth 4440531974 add ACPI to supported items 2007-12-14 06:32:21 +00:00
jnemeth 94b641365c - we don't support the new UltraSPARC T1 or T2
- lint
- we ffb and afb aka Creator3D
2007-12-14 04:30:40 +00:00
jnemeth 6eb364453e - lint
- mention set extraction progress bar
2007-12-14 04:28:14 +00:00
jnemeth f754fb6212 - fix some URLs
- setup postfix, not sendmail
2007-12-14 04:27:03 +00:00
jnemeth 00fdab89a2 - update from htdocs/releases/formal-4/NetBSD-4.0.xml#major-changes
- fix incorrect usage of .Lk macros
- update Release Contents
  - new CHANGES.* files
  - no pkgsrc
  - new SHA512 checksum files
- update set sizes
- grammar
- lint
- thank WWU CS Dept. for a build cluster
- update portmaster list
2007-12-14 04:24:49 +00:00
jnemeth 5969189dbc update set sizes 2007-12-14 00:11:55 +00:00
xtraeme a239f94d36 Rename battery(4) to battery_pmu(4), because at least we know that is
only specific to pmu.
2007-12-12 20:26:23 +00:00
macallan 2204867a54 add a simple battery(4) man page 2007-12-12 20:09:27 +00:00
jnemeth 69990213c9 - update instructions
- update to match current layout of arch dirs
2007-12-12 09:58:41 +00:00
jnemeth dde0984447 init creates the RAM disk for devices not the kernel 2007-12-12 00:09:43 +00:00
jnemeth ff9bf3e224 add common/sysinst to SRCS 2007-12-11 20:57:19 +00:00
jnemeth 6c98464578 properly display >> 2007-12-11 18:22:25 +00:00
jnemeth 6a5f0e658e add common/netboot to SRCS 2007-12-11 18:21:52 +00:00
phx e04bd89800 Add myself to the list of NetBSD developers. 2007-12-11 18:16:16 +00:00
jnemeth 02af069558 update URLs 2007-12-11 07:47:44 +00:00
jnemeth 3c979da1e6 - grammar
- correct list of sets to put on tape
2007-12-11 02:38:33 +00:00
jnemeth ce4230990b update numeric addresses of ftp.netbsd.org 2007-12-11 02:28:42 +00:00
pavel 6431259172 remove a leading .\& which nroff does not like. OK by lukem@. 2007-12-09 23:10:00 +00:00
jmcneill 8bf7f4b9e7 Add pmf.h to the set list. 2007-12-09 23:09:06 +00:00
tls b6f0d2a770 syspkg and 'doc' flag were missing from 17.msmacros/ms, which caused build failures if MKDOC=no. 2007-12-09 22:15:38 +00:00
tls c32b6fa6d8 directories that are in NetBSD.dist can't be conditional on a MK flag in the setlist -- it gives build errors if flag=NO. 2007-12-09 22:14:40 +00:00
jmcneill 75a94c407a Add power management framework man page. 2007-12-09 20:37:42 +00:00
wiz 67e088229c Fix formatting problems in HTML and text output reported by pavel. 2007-12-09 19:23:57 +00:00
yamt 0156962757 document LWP_CACHE_CREDS. 2007-12-09 08:37:48 +00:00
yamt a535c1a428 sort 2007-12-09 08:36:14 +00:00
tsutsui 9f8e035be7 Use ${TOOL_STAT} to get file size instead of ls and awk in more places. 2007-12-08 12:30:18 +00:00
tsutsui dda5f131c9 Add more useful variables for rsync to fetch binary sets:
RSYNC_HOST
  specify rsync host (default: rsync.NetBSD.org)

RSYNC_PATH_PREFIX
  specify extra prefix path of NetBSD module names for rsync mirrors
   ex. "/pub", "/netbsd" etc. (default: empty)

DAILY_DIR
  specify directory name on using NetBSD-daily snapshot for -current
   ex. "200712060002Z" etc. (no default; mandatory for -current)

RELEASE_SUFFIX
  specify suffix of directory names used for pre-releases
   ex. "_BETA2", "_RC5" etc. (default: empty)

RSYNC_PATH
  specify path used to rsync hosts (default: set from the above variables)

Examples:

make RELEASE=3.1 TARGET_CD_IMAGE=mac68kcd fetch
 -> fetch 3.1 mac68k sets from
    rsync.NetBSD.org:/NetBSD/NetBSD-3.1/

make RELEASE=4.0 TARGET_CD_IMAGE=mac68kcd RELEASE_SUFFIX=_RC5 fetch
 -> fetch 4.0_RC5 mac68k sets from
    rsync.NetBSD.org:/NetBSD/NetBSD-4.0_RC5/

make RELEASE=current TARGET_CD_IMAGE=mac68kcd DAILY_DIR=200712060002Z fetch
 -> fetch -current mac68k sets from
    rsync.NetBSD.org:/NetBSD-daily/HEAD/200712060002Z/

make RELEASE=4.0 TARGET_CD_IMAGE=mac68kcd RELEASE_SUFFIX=_RC5 \
    RSYNC_HOST=rsync3.jp.NetBSD.org RSYNC_PATH_PREFIX=/pub fetch
 -> fetch 4.0_RC5 mac68k sets from
    rsync3.jp.NetBSD.org:/pub/NetBSD/NetBSD-4.0_RC5/

make RELEASE=3.1 TARGET_CD_IMAGE=mac68kcd \
    RSYNC_PATH=/NetBSD-daily/netbsd-3/200712060002Z fetch
 -> fetch mac68k sets of netbsd-3 branch from
    rsync.NetBSD.org:/pub/NetBSD-daily/netbsd-3/200712060002Z
2007-12-07 21:08:58 +00:00
tsutsui a0b97864fc - fix "Rounding up to 32k boundary and padding 32k" code
("dd if=/dev/zero bs=512 count=0" seems to cause unexpected results)
- use ${TOOL_STAT} to get file size instead of ls and awk
  (1.6.x don't have ${TOOL_STAT} but they have been obsolete anyway)

Both are taken from sys/arch/i386/stand/bootxx/Makefile.bootxx.
2007-12-07 18:35:21 +00:00
ad e1b5d7773c Add links for softint_* 2007-12-05 05:52:21 +00:00
ad 6a7a863131 + mutex_spin_enter, mutex_spin_exit 2007-12-05 05:19:34 +00:00
ad 851c98e8ed +splsoftbio(9) 2007-12-05 04:53:19 +00:00
xtraeme 11b3a747bd Rename the Areca RAID driver (known as arc(4) to arcmsr(4) to avoid
namespace conflict with NetBSD/arc.

Found by tsutsui@.
2007-12-05 00:18:06 +00:00
pooka fe819e7531 puffs_req man is dead 2007-12-04 21:26:27 +00:00
xtraeme 8e6cf74867 Areca Technology Corporation SATA RAID controller driver, ported
from OpenBSD.

arc0 at pci2 dev 14 function 0: interrupting at ioapic0 pin 18 (irq 5)
arc0: Areca ARC-1210 Host Adapter RAID controller
arc0: 4 ports, 256MB SDRAM, firmware <V1.43 2007-4-17>
scsibus0 at arc0: 16 targets, 8 luns per target
[...]
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 0 lun 0: <Areca, ARC-1210-VOL#00, R001> disk fixed
sd0: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors
sd1 at scsibus0 target 0 lun 1: <Areca, ARC-1210-VOL#01, R001> disk fixed
sd1: 465 GB, 56514 cyl, 36 head, 480 sec, 512 bytes/sect x 976562176 sectors

bioctl(4) output with two RAID0 volumes:

Volume  Status               Size Device
 arc0 0 Online               466G ARC-1210-VOL#00 RAID0
      0 Online               234G 0:0.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:1.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
 arc0 1 Online               466G ARC-1210-VOL#01 RAID0
      0 Online               234G 0:2.0   noencl <WDC WD2500YS-01SHB1 20.06C06>
      1 Online               234G 0:3.0   noencl <WDC WD2500YS-01SHB1 20.06C06>

The driver still needs changes related to locking and talking to the
firmware, which sometimes is unable to answer...

Raid card donated by Areca Technology Corporation via Trent George.
Disks used for testing were contributed by TNF.

Thank you very much.
2007-12-04 18:47:50 +00:00
ad 2fdfbee8ac -GENERIC_DIAGNOSTIC 2007-12-02 23:55:52 +00:00
bouyer 382d13b49a Install the linker scripts on amd64, which allows to link x86 32bit objects
using the native ld(1). This helps building pkgsrc/sysutils/xentools3-hvm
on amd64; is also allows to build the x86 boot blocks with the
native toolchain.
2007-12-02 18:10:20 +00:00
minskim 9e5ba8057c Remove MKUUCP from MKVARS; uucp is not in src any longer. 2007-12-01 03:20:33 +00:00
dsl 8ae1366b06 Remove now unnecessary casts to of 'mbrbs_nametab' to 'char *'. 2007-11-29 23:20:47 +00:00
mjf 036409b859 Commit Caldera licensed documentation from 4.4BSD. This was taken from the
OpenBSD tree.

No objections on netbsd-docs.
2007-11-29 12:35:04 +00:00
rhaen 480c90d49f Added my name to the list of developers 2007-11-27 22:56:07 +00:00
ad ae87f94d1d Bump libc/libpthread minor for thr_curcpu()/pthread_curcpu_np(). 2007-11-27 21:06:41 +00:00
jnemeth 3b39a4f529 Add a comment after the copyright boiler plate describing how to
"regenerate" this file.
2007-11-27 13:38:23 +00:00
haad 8a4a986b56 Add myself to the list of NetBSD developers. 2007-11-27 13:04:01 +00:00
sborrill 1a550c9b7b Add boot menu and welcome banner to installation CD allowing the user to
choose between the normal and non-ACPI kernel.
2007-11-23 16:21:22 +00:00
sborrill 14df52fe64 Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items
to the CD-ROM image.
Make CDEXTRA and CDBUILDEXTRA be able to contain lists of files and directories
which are added in turn.
Add support for CDEXTRA_SKIP which contains a list of fnmatch(3) items to
skip during the copy. This is _very_ useful for skipping CVS dirs for example.
CDBUILDEXTRA and CDEXTRA_SKIP are to be used in Makefiles creating the images,
CDEXTRA remains to be used from build.sh.
Update documentation and build.sh help text to show that -C can be used to
specify a list of files and directories rather than just a single dir.
2007-11-23 16:19:28 +00:00