tsutsui
f6b24c6d1c
Stop installing <machine/intr.h> on hp300. Suggested by simonb.
2007-03-04 09:57:43 +00:00
tsutsui
7105072ba9
Stop installing <machine/intr.h> on news68k. Suggested by simonb.
2007-03-04 08:51:19 +00:00
tsutsui
d6ca0e8299
Several fixes to make sgimipscd actually bootable:
...
- introduce SGIMIPS_SGIVOL variable which specifies sgivol(8) path
because nbsgivol tool is available only in TOOLDIR for sgimips and
possibly exists in a different directory from default TOOLDIR path
- use fixed (4096) value for SGIVOLHDR.size because default value
taken from <sys/bootblock.h> is 3135 (not multiples of 4) so it
doesn't match 2048bytes/sector CD images
- also pass SGIVOLHDR.size to sgivol(8) on creating volume
- rename raw iso9660 image before creating SGIVOLHDR to avoid
incomplete (non-bootable) image left on failure of sgivol(8)
Problem (i.e. sgimipscd-3.0.2.iso is not bootable) was reported
by Thierry Lacoste on port-sgimips, and fixed images are also
tested by him on IP22 (and by me on IP32).
2007-03-04 04:59:41 +00:00
tsutsui
3723e75357
We can't use && in expression for test(1); use -a instead.
2007-03-04 04:27:21 +00:00
tsutsui
327f43d18c
Add a new TARGET_CD_IMAGE variable which specifies single target ISO image,
...
to make debugging Makefile easier.
For example:
# make RELEASE=3.1 obj
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd fetch
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd
or:
# make RELEASE=current obj
# make RELEASE=current RSYNC_SITE=rsync://rsync.NetBSD.org/NetBSD-daily/HEAD/200702280002Z TARGET_CD_IMAGE=macppccd fetch
# make RELEASE=current TARGET_CD_IMAGE=macppccd
etc.
2007-03-04 04:16:15 +00:00
tsutsui
8a4debd1f3
Remove an extra trailing slash.
2007-03-04 03:52:08 +00:00
apb
b3ee2947ce
Revert previous. It was work in progress, accidentally included
...
when other nearby files were committed.
2007-03-03 07:41:17 +00:00
apb
305d6c91e1
MAKEDEV.subr no longer exists. Don't install it in any ramdisk
...
or miniroot images.
2007-03-03 06:40:05 +00:00
apb
5f5bff1ef6
Mark dev/MAKEDEV.subr as obsolete
2007-03-03 06:37:21 +00:00
wiz
1118359d03
packages(7) has (finally!) completely been integrated in the pkgsrc guide,
...
remove it.
2007-03-02 09:45:32 +00:00
riz
c40218ad62
Add man4/prep, cat4/prep, html4/prep directories, and a couple of
...
missed cat4/prep manpages.
2007-03-02 06:38:40 +00:00
martin
9f138b51a8
Add dkscan_bsdlabel
2007-03-01 23:55:43 +00:00
garbled
c5c77432ea
Add man4.prep manpages
2007-03-01 18:43:47 +00:00
garbled
793e6a8c0a
Add eeprom to prep setlists
2007-03-01 16:51:35 +00:00
apb
911c20c486
Add MAKEDEV.subr to IMAGEDEPENDS. These miniroot images should probably
...
be converted to use common/Makefile.makedev.
2007-03-01 09:25:42 +00:00
apb
b3a537ff41
${DESTDIR}/dev/MAKEDEV.subr -> ${MAKEDEVSUBR}
2007-03-01 09:22:28 +00:00
apb
40b4a926c7
Invent MAKEDEVSUBR and add it to IMAGEDEPENDS and PARSELISTENV if
...
appropriate. Previously, IMAGEDEPENDS did not include MAKEDEV.subr.
2007-03-01 09:20:59 +00:00
apb
5d188139b4
Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk
...
images or miniroot images.
2007-03-01 07:11:04 +00:00
apb
9768ef777c
Use ${DESTDIR}/dev/MAKEDEV instead of .../etc/etc.${MACHINE}/MAKEDEV.
...
I assume this has been broken for years.
2007-02-28 20:40:26 +00:00
xtraeme
0ee4765917
Add /usr/include/fuse_opt.h
2007-02-28 16:23:22 +00:00
tron
35ce54d7b7
Update release engineering member list with reality.
2007-02-27 09:06:17 +00:00
garbled
a330515740
Add /usr/include/prep/nvram.h
2007-02-26 23:57:19 +00:00
apb
234c7e3957
Add a man page for MAKEDEV.local(8), and a link for makedev.local(8).
2007-02-26 22:35:04 +00:00
apb
ea06fb3292
add etc/MAKEDEV.subr
2007-02-26 20:46:31 +00:00
yamt
a2a4c5824b
add syncobj.h.
2007-02-26 10:55:36 +00:00
yamt
652511e445
sort.
2007-02-26 10:53:10 +00:00
pooka
bda4b28048
Add a couple of librefuse files I managed to miss initially.
...
from <seb> and Stephane Engel
2007-02-23 19:12:34 +00:00
drochner
7161d089aa
-get cabs() and cabsf() out of public view - these are historical and
...
conflict with C99 functions which are builtins in newer gcc
(actually, the old cabs() is ABI compatible with the new _complex one
on i386, but this is purely accidental)
remove public prototypes and manpages, move the code into a compat
subdirectory as libc does so that binary compatibility is kept
-add a manpage for the isgreater() etc macros, borrowed from FreeBSD
2007-02-22 22:08:17 +00:00
mrg
46deb749ba
document bus_dmatag_subregion(9) and bus_dmatag_destroy(9).
2007-02-21 21:13:01 +00:00
briggs
ab2f2eb380
Add catman for btuart.4
2007-02-20 20:49:32 +00:00
mrg
3ff056f4e0
use -publisher instead of -P. from mkisofs(1):
...
-P Outdated option reserved by POSIX.1-2001, use -publisher
instead. This option will get POSIX.1-2001 semantics with
mkisofs-2.02.
2007-02-20 18:09:05 +00:00
kiyohara
10abd6f2e2
Supprot Bluetooth HCI UART (H4) driver and daemon.
2007-02-20 16:53:20 +00:00
he
dde5afca61
Add acorn26/mutex.h and acorn26/rwlock.h.
2007-02-19 18:32:36 +00:00
he
866ddec825
Add acorn32/mutex.h and acorn32/rwlock.h.
2007-02-19 15:56:43 +00:00
briggs
470fb10317
Add arm/atomic.h
2007-02-18 18:47:36 +00:00
he
4e2ac45a91
Add the new rwlock.h and mutex.h header files.
2007-02-17 22:00:25 +00:00
yamt
38384421f9
need_resched -> cpu_need_resched.
2007-02-17 17:18:31 +00:00
yamt
32137900b7
mark cpu_idle.9 obsolete.
2007-02-17 14:34:22 +00:00
wiz
c7567a33c8
Add strings(3), collecting information about strings.h.
...
Add Xr for it to string(3).
XXX: if someone could make a HISTORY section, I'd appreciate it
2007-02-17 09:32:57 +00:00
hannken
198beb0314
Make fstrans(9) the default helper for file system suspension.
...
Replaces the now obsolete vn_start_write()/vn_finished_write().
2007-02-16 17:23:53 +00:00
ad
c38f8a7a38
There is no rw_owned(9) manual page.
2007-02-15 15:16:02 +00:00
rillig
88a0bfb9fa
Fixed lots of Deppenleer Zeichen in the German translation of sysinst,
...
as suggested in PR 34048.
2007-02-15 12:00:15 +00:00
pooka
5cb107d447
add librefuse and refuse man pages to set lists
2007-02-11 18:37:45 +00:00
ad
6f86141195
Add mb/rwlock/condvar/mutex section 9 manual pages.
2007-02-11 16:16:09 +00:00
hannken
2913e5b9ef
newlock2: add include files mutex.h and rwlock.h
2007-02-11 12:15:07 +00:00
ad
743f737961
Add manual pages for new LWP syscalls.
2007-02-10 10:38:25 +00:00
elad
7f962d079d
Remove myself from list of developers.
2007-02-10 00:30:22 +00:00
ad
a0f13ff82d
- Exclude SA syscalls from LintSysNormal.c.
...
- Obsolete SA manual pages.
2007-02-09 23:48:27 +00:00
ad
a21c37097e
Bump libpthread & libpthread_dbg minor versions so that an old SA copy
...
gets kept in the file system. Requested by pavel.
2007-02-09 23:00:16 +00:00
ad
6cb2f27bc7
Sync with changes introduced by merging the newlock2 branch.
2007-02-09 22:49:47 +00:00