pavel
1bde439405
Remove a spurious paragraph break from the start of the generated
...
text. Bump date.
2007-12-15 19:48:16 +00:00
agc
2c5108a997
Update the number of packages in pkgsrc to match reality.
...
Dedicate the 4.0 release to the memory of itojun.
2007-12-15 19:16:57 +00:00
pavel
339ab7fc8b
add a space between "NetBSD" and the version number.
2007-12-15 14:00:08 +00:00
pavel
a181cd6f4f
avoid the Fl macro because of formatting problem in the HTML output.
2007-12-15 12:29:16 +00:00
pavel
b5140129cc
Our xsrc is based on XFree86 4.5.0, not 4.4.0. Applies also to the
...
netbsd-4 branch and to all 3.x releases thanks to a pullup.
2007-12-15 12:08:01 +00:00
jnemeth
d073d0744a
some updates to the "Thanks go to" section
2007-12-14 23:38:22 +00:00
yamt
c9f8844e18
add several manpages.
2007-12-14 22:01:52 +00:00
pavel
474470307d
Update URLs after website reorganization. patch by OKANO Takayoshi, from
...
PR 37070.
2007-12-14 21:15:52 +00:00
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