fvdl
099d07f374
Apparently, due to a recent change in crunchgen, msg.def needs ${.CURDIR}
...
prepended in the explicit rule that creates target files from it.
2003-03-18 00:55:09 +00:00
jdolecek
ad5a73ba6b
build and install union LKM now that it works
2003-03-17 09:18:53 +00:00
darcy
795a64ffd8
Text on pkg_add assumes sh(1). This fix adds text describing how to
...
set environment under csh(1) as well.
Closes PR install/14797.
2003-03-16 13:10:01 +00:00
he
dace8f1df0
Do not try to build LKMs on evbppc, because we cannot predetermine
...
the PPC_INTR_IMPL, which is used to include a file in <machine/intr.h>.
To allow evbppc to complete a ``make release'', we also need to
factor out the LKM files to a new set list file, and tweak makeflist
to not include this file for evbppc.
Discussed with Matt Thomas.
2003-03-15 22:32:07 +00:00
darcy
48e2f3947b
The pkg_add examples assume sh(1). Adding text to mention csh(1) syntax.
...
Closes PR install/14797.
2003-03-15 12:46:49 +00:00
wiz
fe8e96c537
Add atc_score in place of atc_scores; completes solution of PR 20709.
2003-03-15 12:33:55 +00:00
jdolecek
2a74d10407
atc uses /var/games/atc_score, not atc_scores
...
Problem pointed out and fix supplied in PR install/20709 by Kazuhito Tsuburaya
2003-03-15 08:44:16 +00:00
mbw
a382fbca7f
D'oh -- PowerComputing PowerBase models are actually Open Firmware 2.0.
2003-03-15 02:16:02 +00:00
lukem
664f01402c
add multiple-include protection.
...
clean up some comments.
2003-03-11 07:18:38 +00:00
lukem
00a162d001
Augment the `KERNEL' field of MDSETIMAGES; if it contains a `/'
...
character, use that as the path to the kernel to use, rather than
using the default of "${KERNOBJDIR}/${KERNEL}/netbsd".
(Using this feature means that FILENAME == "-" isn't useful. such is life...)
2003-03-11 05:14:58 +00:00
lukem
5c40b88236
a minor heads-up. (if i got bit by this, someone else might)
2003-03-10 23:42:45 +00:00
lukem
5b4f7a290b
add usr/include/sys/tree.h
2003-03-10 08:01:11 +00:00
fvdl
af4ceb3bdf
Add missing include file
2003-03-09 22:42:25 +00:00
he
218e798c23
Add entries related to the new Postfix program called ``proxymap''.
2003-03-09 13:50:56 +00:00
fvdl
d4bb6dd255
Extra file to be put in /rescue (fdisk).
2003-03-08 20:50:58 +00:00
fvdl
62e3f4a4b0
Set lists for XF4 on x86_64. Not quite a perfect match, since libGLU
...
isn't built shared (no shared libstdc++ because of external toolchain).
2003-03-08 20:49:13 +00:00
lukem
6107a9b605
crank memory disk from 1360 blocks to 1376 blocks
2003-03-08 00:04:36 +00:00
he
9042681cbb
Rewrite the MD install script to use awk instead of grep, since
...
trying to include grep in the miniroot currently causes a build
failure, ref. PR#20431.
Also correct a typo/inconsistency "no disk label" -> "no disklabel"
(the disklabel program is not consistent in it's use...), here we
just compensate.
Reviewed by Steve Woodford.
2003-03-07 17:00:22 +00:00
he
cf13cdc4df
Stop trying to include grep in the miniroot, since this in grep's
...
current incarnation causes a build failure for the miniroot.
Use awk instead; this also eliminates the need to include "cut" in
the mac68k miniroot.
Reviewed by Scott Reynolds (except for the "cut" eviction).
2003-03-07 16:57:46 +00:00
lukem
5ab04f288f
use distrib/common/sunbootcd.sh instead of distrib/utils/mksunbootcd/*
2003-03-07 09:52:59 +00:00
lukem
2fef6e7fc1
fix a bogus comment...
2003-03-07 09:49:34 +00:00
lukem
43dbccb5e3
Script to make a file system image (usually .iso) bootable by Sun
...
computers, by appending appropriate boot file systems to the image and
then creating a disklabel using sunlabel(8).
Inspired by distrib/utils/mksunbootcd, except that this is a shell script
instead of being a C program that would have needed to become a host tool.
2003-03-07 09:36:02 +00:00
lukem
85794c7b93
improve calculation to determine number of disks required
2003-03-07 09:33:53 +00:00
tshiozak
5abc4b4f43
add fgetws() and fputws() (lib/20576).
...
Note: fgetws.c, fgetws.3, fputws.c and fputws.3 are obtained from FreeBSD,
and fitted by sigsegv@infoseek.jp and me.
2003-03-07 07:11:35 +00:00
fvdl
86748d8f56
etc setlit for x86_64
2003-03-06 23:42:53 +00:00
fvdl
12979f5862
Sync with reality.
2003-03-06 23:41:10 +00:00
fvdl
dd5e8c7e4d
Update include files.
2003-03-06 23:25:19 +00:00
lukem
7f9b0a178a
add wcstok(3) (missed in previous?)
2003-03-06 04:05:45 +00:00
tshiozak
326ed36874
changes related to lib/20576 and lib/20577.
...
- add wcstok() and wcswcs(),
- add wcstok(3),
- move btowc() and wctob() into each ctype modules,
- bump ctype interface ABI version,
- bump i18n modules' minor and
- update sets.
and fix a stupid bug in _RUNE_ISCACHED macro.
2003-03-05 20:18:14 +00:00
tron
0f3d1214d1
Remove "/etc/X11" and "/etc/fonts" which are X11 specific.
2003-03-05 16:50:20 +00:00
mrg
0164a94391
fixes for XF4.3.
2003-03-05 15:29:04 +00:00
wiz
e2b15c4c77
Add readelf(1) man page, requested by mrg.
2003-03-05 09:37:21 +00:00
lukem
5ff82b6aaa
correct location of usr/share/examples/wsmoused/wsmoused.conf
2003-03-05 07:10:50 +00:00
lukem
55b7585456
add etc/X11 and etc/fonts
2003-03-05 07:09:37 +00:00
jmmv
48f9faab8e
Add the wsmoused.conf(5) manpage.
2003-03-04 14:51:52 +00:00
jmmv
0ca9b0e305
Add the /usr/share/examples/wsmoused directory and the wsmoused.conf file
...
inside it.
2003-03-04 14:39:06 +00:00
tshiozak
352611fffc
add manpages for wctype, wctrans, iswctype and towctrans.
2003-03-04 12:26:26 +00:00
nathanw
5d3c3b4483
add man pages for wctob() and btowc().
2003-03-04 00:32:55 +00:00
nathanw
fba8aef839
libc bumped to 12.96 by tshiozak.
2003-03-04 00:31:40 +00:00
dsl
9817668a75
Report free space for unpadded floppies
...
(approved by christos)
2003-03-03 14:20:13 +00:00
soren
2a544b838b
The cirrus driver is not being built on macppc.
2003-03-03 13:08:39 +00:00
dogcow
34b8ee35d8
ramdisk-tiny needs the disk space, so farewell bad144.
2003-03-03 05:12:46 +00:00
fvdl
b09a412b7f
cpuvar.h addition
2003-03-01 18:49:43 +00:00
bjh21
715d206459
Add _Exit(2).
2003-03-01 16:06:11 +00:00
mrg
2a59955cee
update (some?) for binutils 2.13.2.1
2003-03-01 13:13:11 +00:00
tron
28aac24c1f
X11 directories and files in "/etc".
2003-03-01 07:31:35 +00:00
tron
9f1b05bb05
Update X11 sets for XFree86 4.3.0.
2003-03-01 00:11:28 +00:00
fvdl
02b764b650
Update for x86 include file changes.
2003-02-28 12:37:04 +00:00
thorpej
a4c5b13998
Bump libpthread to 0.2
2003-02-26 22:32:10 +00:00
thorpej
de7b2793e0
Back out change that made libpthread per-platform. It is *intentional*
...
that the build fails on platforms which do not yet have libpthread support.
2003-02-26 22:30:56 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
briggs
899f04df9b
Bump rescuetiny's ramdisk to match tiny's.
2003-02-24 18:59:26 +00:00
wiz
a01816b280
Obsolete arm32 specific wd(4) man page.
2003-02-24 13:29:55 +00:00
kochi
7a7dfd71a7
Add myself.
2003-02-24 07:47:17 +00:00
he
eca5e4743f
Bump ramdisk image size from 1444k to 1500k.
2003-02-23 22:30:46 +00:00
he
87ce3fd084
Remove the need to include grep in the miniroot; replace with
...
usage of awk instead.
2003-02-23 22:29:38 +00:00
lukem
adc15e0f59
move the obsolete lists from etc to base, as they're more useful there.
...
suggested by matt green.
2003-02-22 23:39:54 +00:00
lukem
4f6381b784
all:
...
Use /var/db/obsolete instead of /etc/obsolete
etc/Makefile:
Create separate target "install-obsolete-files" to populate
/var/db/obsolete, instead of using "install-etc-files".
Makefile:
Add do-obsolete target, to run "cd etc && make install-obsolete-files",
and add this to BUILDTARGETS.
This moves the "obsolete files" creation from "distribution" to "build".
Per discussion with Andrew Brown.
2003-02-22 03:20:45 +00:00
lukem
ab020dd57c
fix previous; target_prefix() returns const char *, not char *.
2003-02-20 22:21:25 +00:00
lukem
73b865f1d6
install obsolete set lists as /etc/obsolete/%s not /dist/%s_obsolete
2003-02-20 12:06:54 +00:00
lukem
87d530f065
cleanup_dist():
...
- filenames in obsolete sets start with "./" not "/" (i changed that a
while ago, and forgot to update this)
- only call target_prefix() once, not for each filename parsed...
- look for obsolete lists in /etc/obsolete/%s instead of /dist/%s_obsolete
2003-02-20 12:02:56 +00:00
lukem
5c198ab018
etc/postinstall
...
* Improve message display in find_file_in_dirlist()
* do_obsolete(): instead of running distrib/sets/makeobsolete to
temporarily generate the obsolete sets lists, look for them in
${SRC_DIR}/etc/obsolete/* or ${DEST_DIR}/etc/obsolete/*.
The obsolete check now works for "extracted etc.tgz" as the source dir.
etc/Makefile (install-etc-files), distrib/sets/lists/*
* Install obsolete set lists into /etc/obsolete/
* Tweak how pwd_mkdb files are added to METALOG
distrib/sets/makeobsolete
* Don't bother with "_obsolete" suffix on generated file names.
2003-02-20 11:40:28 +00:00
grant
d1d5ade4cf
remove -O arg in pax->tar change.
...
also noted by MOCHIZUKI Tomomitsu.
2003-02-20 11:03:34 +00:00
grant
5bb479a60f
add missing '-' (stdin) to progress/tar command line.
...
noted by MOCHIZUKI Tomomitsu in PR install/20442.
2003-02-20 11:00:35 +00:00
he
3d65d2c867
The ports which use grep in their miniroot need to have a special
...
rule to get at the source (and object) directory after the recent
grep move.
2003-02-19 14:21:06 +00:00
elric
bbf4f2d867
Sync this file up with its counterpart in libc,
...
src/lib/libc/gen/getgrent.c
Patch and PR provided by: FUKAUMI Naoki
Addresses PR lib/20365
2003-02-19 08:04:29 +00:00
mrg
6f05c73b55
fix a couple of sparc sysinst bugs:
...
- md_set_no_x() was turning off the "misc" and "text" sets and
not turning off the "xcomp" and "xmisc" sets.
- now that a kernel is installed as "/netbsd" by default, do not
try to symlink (!) from /netbsd-GENERIC (which does not exist)
to /netbsd.
also:
- instead of printing the 3 kernel sets all as "Kernel : ",
now use "Kernel : ", "Kernel(SCSI3): " and "Kernel(SUN4U): "
- add a note to md.c and the menus.md.* files to keep these lists
in sync (so that the first problem above does not occur again.)
missing:
- a way to force that one and only one of the 3 kernel sets are
selected. at least the default install works now.
2003-02-19 02:09:46 +00:00
jdolecek
55faf5989f
add mount_smbfs(8)
2003-02-18 20:35:28 +00:00
soren
985217460a
Include pdisk on the ramdisk. It can be very useful during installation.
2003-02-18 15:38:53 +00:00
jdolecek
8fb0f74264
add Boris Popov acknowledgement - smbfs code
2003-02-18 14:05:56 +00:00
shin
ea688f03fb
s/netbsd.aout/netbsd/
2003-02-18 08:18:31 +00:00
shin
f37f0fc990
remove workaround for toolchain bug (already fixed).
2003-02-18 08:13:13 +00:00
shin
1bcf450633
toolchain problem (toolchain/16529) was fixed. build miniroot for pmax.
2003-02-18 08:11:21 +00:00
grant
e245be8651
we really should install the GENERIC kernel by default.
...
fixes PR install/18502 from Jay R. Fink.
2003-02-17 16:31:05 +00:00
wiz
df1519e03b
Add setuid(7).
2003-02-17 10:32:02 +00:00
augustss
d3d4fdd7f0
Add uax(4).
2003-02-16 14:12:41 +00:00
jdolecek
e74a93f4fc
okay, libc.so.x.y has _two_ entries here
...
pointed out by Stephen Degler in private e-mail
2003-02-16 07:44:17 +00:00
lukem
cd8d483609
Do not ship with (an empty) /home in the base distribution.
...
The old behaviour caused problems when /home is a symlink on a system
and pax is used to extract base.tgz or "installworld" the base set
(because pax will remove the symlink before creating the now-empty
directory). It also made it more difficult for a site that wants
permissions on /home to be something other than what the NetBSD
defaults are.
For sites which want /home, it's a "once off" operation to create it,
and "useradd -m" (with the default "base-dir" of /home) will create
it anyway.
This resolves PR [install/19673], as well as being more consistent
with our defacto policy of "not stomping on stuff we don't need to".
2003-02-16 00:18:59 +00:00
jdolecek
4095b3316d
libc minor was bumped
2003-02-15 21:14:11 +00:00
jdolecek
af3d346a8c
add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals
...
note these are for non-threaded programs only - libpthread will provide
it's own thread-aware wrapper
2003-02-15 21:11:47 +00:00
he
259fba4dde
Correct the file name of this file.
2003-02-15 11:14:46 +00:00
tron
d79f15801a
The manual page "scanpci" is only include in XFree86 4.x.
2003-02-15 09:05:52 +00:00
grant
d2af5da2ad
use pas-as-tar to extract sets rather than pax-as-pax, and pass
...
-e arg to abort after first error.
This means the extract process doesn't spew seemingly-endless
"No space left on device" if the destination partition fills.
2003-02-14 00:17:56 +00:00
jmc
e13c2b4818
Not all ports/archs have pthread support. So split this up by the proper arch's
...
for determining which ones get the libraries. Tested on dreamcast, macppc
and i386 builds to cover non builds, ad and md mods
2003-02-13 23:57:51 +00:00
jmc
f59ffcc923
After pax-as-tar conversion the -O option no longer exists nor is a
...
substitute available (boo..hiss..). Fix the extraction to deal with this.
2003-02-13 23:55:12 +00:00
jmc
2915e46cec
INSTALL kernel is named netbsd.INSTALL.gz on 1.6
2003-02-13 23:54:07 +00:00
nathanw
817925442c
Add pthread_atfork() man page.
2003-02-13 03:00:51 +00:00
bouyer
a82a445995
Use the real size of the disk, not cyl*head*sect.
...
Handle the "use existing" option for partitions (but keep d as the
boot partition).
While I'm there use get_real_geom() instead of custom code to get the
existing disklabel.
2003-02-12 11:10:08 +00:00
leo
f2079d67e5
Get the documentation in sync with the kernel wrt. the floppy boot device.
2003-02-12 08:18:22 +00:00
gmcgarry
70f3d1c13d
Add nls(7)
2003-02-12 02:45:06 +00:00
jmc
c3afc4ab88
Put a retry loop around the cd mount to try and handle slow cd spinup's that
...
might return EIO on some systems. Fixes PR#20165
2003-02-11 11:30:54 +00:00
jmc
4aa8ba861b
After dhcp'ing rerun the interface get routine to pick up any new values
...
like IP/netmask/etc. Fixes PR#20133
2003-02-11 11:29:35 +00:00
drochner
56a2c46cd8
access(9) et al. were in comp, not man. Pointed out by James Chacon.
2003-02-11 10:41:55 +00:00
seb
a5742d7191
usr/share/man/{cat,man}9/{access,kernacc,useracc}.9 were removed.
...
Approved by perry@
2003-02-11 00:50:22 +00:00
drochner
25d3c2e03b
remove leftover pre-UVM manpages
2003-02-10 13:08:00 +00:00
tsutsui
cf7ee4e531
Bump md_root size to 2.5Mbytes.
2003-02-10 11:18:55 +00:00
shin
d27035e925
add csh, dhclient, dhclient-script, netstat, tset, vi.
2003-02-10 07:17:58 +00:00
shin
e6e2ffad7b
fix typo in comment.
2003-02-10 02:24:27 +00:00
martin
246aa3ebe9
Avoid a spurious warning (with random errno) if read(2) returns 0
...
(i.e. at EOF).
This should close PR install/20054.
2003-02-09 16:31:05 +00:00
tron
c9fe87550b
Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.
2003-02-09 09:56:49 +00:00
shin
d1f3739431
fix typo.
2003-02-08 09:53:08 +00:00
rafal
8884f84081
Fix `pk' entry in iris-ansi, add `k9', `@8' entries to iris-ansi-ap. Based
...
on reports from Thomas Dickey and his latest termcap file.
PR: port-sgimips/17619
2003-02-06 04:15:44 +00:00
perry
8a49ec08e4
"Utilize" has exactly the same meaning as "use," but it is more
...
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 23:07:28 +00:00
thorpej
4f677a99d8
Back out previous; it was an error in a different file.
2003-02-04 16:24:18 +00:00
scw
112dffd0b2
Add entries for callout_active/callout_deactivate manual pages.
2003-02-04 12:59:08 +00:00
thorpej
e6f0d8d10d
Update for new callout(9) implementation.
2003-02-04 01:23:52 +00:00
matt
2b0e97a561
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
2003-02-03 17:09:53 +00:00
taca
df2305f39d
- mallocvar.h is in /usr/include/sys, not /usr/inckude.
2003-02-02 03:47:13 +00:00
zuntum
6d1101369a
- bump MEMORY_DISK_ROOT_SIZE from 2920 to 2960
...
in sys/arch/i386/conf/INSTALL_TINY
- bump IMAGESIZE from 1460k to 1480k
in distrib/i386/floppies/ramdisk-tiny/Makefile
so that "build.sh release" works again.
Suggested by simon, okay'd by luke.
2003-02-01 13:53:36 +00:00
pooka
6181a88028
leftovers from arm32 split:
...
Xarm32VIDC is built only on acorn32 so kill it from here
2003-02-01 13:23:57 +00:00
thorpej
de04c9ff00
Add new malloc(9)-related pages.
2003-02-01 06:37:54 +00:00
thorpej
b9cc9e6f27
Add <sys/mallocvar.h>
2003-02-01 06:32:10 +00:00
tsutsui
e2c139ba9f
Remove "-Wa,-xgot" hack from DBG flag for broken objcopy-crunchide
...
that has been fixed by simonb.
BTW, should we also add "-mmemcpy" here to reduce code size?
2003-02-01 05:03:42 +00:00
tsutsui
31fb061b05
Remove "-Wa,-xgot" hack from DBG flag for broken objcopy-crunchide
...
that has been fixed by simonb.
2003-02-01 05:00:17 +00:00
lukem
4b3798a679
In "sets" target, ensure ${RELEASEDIR}/${MACHINE}/binary/sets exists.
...
Fixes [toolchain/20120] from Lubomir Sedlacik.
2003-01-30 12:16:18 +00:00
simonb
7176940e72
Enable MIPS now that crunchgen works again for this arch.
2003-01-29 11:32:45 +00:00
kleink
3c72e59089
Add flockfile(3) etc.
2003-01-28 20:31:41 +00:00
jdolecek
2b7aac82cb
move <g++/libioP.h> and <g++/iostreamP.h> to obsolete lists
2003-01-28 14:43:18 +00:00
jdc
4cfb7a60e7
Libcurses minor version increment (from 5 to 6).
2003-01-27 21:15:55 +00:00
wiz
024a7d26ca
Build and install gzip.info.
2003-01-27 09:07:13 +00:00
wiz
47b130b3a8
Add some locale files for grep (cs, eo, et, gl, hr, id, it, ja).
2003-01-27 00:07:19 +00:00
wiz
694145268b
Add /usr/share/locale/gl{,/LC_MESSAGES} in new base-locale-gl.
2003-01-26 22:17:49 +00:00
thorpej
a033f1975c
Update the supported hardware list.
2003-01-25 23:17:21 +00:00
jmmv
ada8ecf126
Add missing usr/libdata/lint/llib-lrt.ln file. Okay'ed by wiz.
2003-01-24 12:06:21 +00:00
thorpej
4b1575e3fa
Add librt.
2003-01-24 01:54:52 +00:00
kleink
21eefe83fb
Move gcore(1) to comp, alongside gdb(1) and friends.
2003-01-23 23:47:58 +00:00
kleink
dccc67eb34
Oops, ucontext(5) lives in the man set already.
2003-01-23 23:45:45 +00:00
kleink
264b98b781
Add gcore(1).
2003-01-23 22:08:44 +00:00
kleink
8ed9abe510
Add ucontext(5).
2003-01-23 22:03:57 +00:00
jdolecek
2011a991cc
ramdisk image overflew, bump by 4K
2003-01-23 21:37:28 +00:00
christos
ae1294f148
add gcore.
2003-01-23 17:38:23 +00:00
christos
3235cc3b30
add gcore
2003-01-23 17:37:31 +00:00
jdolecek
b8445f760f
bump ramdisk image to 2330k
2003-01-22 21:16:32 +00:00
kleink
e280195c6d
Fix pasto in previous.
2003-01-22 14:21:45 +00:00
jhawk
5541e55b38
Allow the user to select a progress bar for file extraction, rather
...
than simply silence or maximum verbosity. Leverage progress(1).
2003-01-22 05:59:07 +00:00
jhawk
d8390bf622
install /usr/bin/progress along with sysinst on all installation media
...
of all architectures that use sysinst.
2003-01-22 05:57:37 +00:00
grant
1ba646ba74
add usr/bin/progress and man pages (hi, jhawk!).
2003-01-22 00:29:42 +00:00
kleink
d6d8fabf91
Add <pc532/mcontext.h>.
2003-01-21 20:52:58 +00:00
erh
f3281c94bd
Return the correct exit status in the trap handler so errors get caught.
...
Also make sure the status is less than 256.
2003-01-21 19:07:05 +00:00
wiz
c09d00bead
Add ucontext(5).
2003-01-21 12:44:36 +00:00
wiz
7c49e373d6
Add makecontext(3) and swapcontext(3).
2003-01-21 12:41:27 +00:00
kent
9a82d65cfb
Add cat3/sem_*.0 and man3/sem_init.3.
2003-01-21 06:49:23 +00:00
kent
5bed1bd6f7
/usr/lib/libc.so.12.93 -> /usr/lib/libc.so.12.94
2003-01-21 06:48:03 +00:00
christos
103666c164
add semaphore man pages.
2003-01-21 02:33:48 +00:00
christos
88176d9c56
semaphore additions
2003-01-21 02:09:24 +00:00
christos
61bbc30d65
semaphore includes
2003-01-21 02:07:53 +00:00
is
f81fd6de3a
Increase inode density - we were running out of inodes mid-install after
...
adding more cd and st devices. Reported by Oliver B. Warzecha when testing
patches to his PR 14356.
2003-01-20 21:47:20 +00:00
simonb
276fd1665c
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
lukem
d744f1783b
Let this grow to a second floppy. It's much less work than trying to
...
shave space here & there, only to have the problem occur the next time
the kernel or the ramdisk image slightly grows again.
2003-01-20 02:20:21 +00:00
lukem
ef1ca5d8b8
crank to 2240k; they've grown again
2003-01-20 01:39:02 +00:00
thorpej
e81ee90ff4
Add <threadlib.h>.
2003-01-19 19:26:46 +00:00
lha
e29b769cd8
Add _lwp_ man pages and sys/sigtypes.h
...
Fixes PR misc/19927
2003-01-19 13:06:50 +00:00
tsutsui
6b54faae89
EOL x_mount.
2003-01-19 12:35:00 +00:00
tsutsui
a6223afc8f
Remove "srcdir distrib/utils/x_mount" from ramdisk lists
...
since src/sbin/mount/Makefile no longer links fs specific routines.
2003-01-19 12:26:47 +00:00
thorpej
e58da7f0ae
Update for nathanw_sa merge.
2003-01-18 17:50:18 +00:00
wiz
9bfbd00681
Add infokey; found text-texinfo-share and move/add all texinfo shared files
...
there.
2003-01-17 16:05:43 +00:00
wiz
0a7f0fe821
Add some texinfo locales (XXX: creates new sets)
2003-01-17 16:04:54 +00:00
lukem
d48147ade0
add ./etc/rc.d/ypset
2003-01-16 22:04:50 +00:00
kleink
d080e16763
Oops, missed one libc instance in previous.
2003-01-16 14:48:35 +00:00
martti
405c73366e
Back out previous (as discussed with releng). The correct way to set this is:
...
# echo "myserver" > /var/yp/binding/`domainname`.ypservers
2003-01-16 11:55:28 +00:00
martti
1e0411d0d5
Script to bind a NIS client to a known server.
...
$ grep yp /etc/rc.conf
ypbind=YES
ypbind_flags="-ypset"
ypset=YES
ypset_flags="myserver"
2003-01-16 07:37:33 +00:00
kleink
ee051ce446
Add sighold(3), sigignore(3), sigrelse(3), and sigset(3).
2003-01-16 00:02:46 +00:00
kleink
5b86f73eda
libc 12.92.
2003-01-15 23:58:57 +00:00
mhitch
800625f99f
/usr/mdec/installboot is gone.
2003-01-15 07:32:39 +00:00
mhitch
1984eae437
No more /usr/mdec/installboot.
2003-01-15 07:28:09 +00:00
mhitch
ee6fcf69c0
Use the MI /usr/sbin/installboot instead of /usr/mdec/installboot.
2003-01-15 07:20:52 +00:00
thorpej
5004e5bb0f
Copy the specific biosboot_com0_<speed> files.
2003-01-15 00:11:59 +00:00
thorpej
8f4d94ed22
Allow the user to select the console speed of the boot blocks.
2003-01-15 00:09:30 +00:00
thorpej
b8ba72b9c8
Add biosboot_com0_{9600,38400,57600,115200}.sym
2003-01-14 23:54:49 +00:00
skrll
c412d1def0
Don't strip the kernel before the objcopy as the result won't load with
...
the CATS firmware. I think this is due to a bug in bfd. We'll see.
2003-01-14 20:18:25 +00:00
pooka
6ff7823dd7
Add appropriate-looking density-value to MAKEFS_FLAGS to force
...
makefs to create enough inodes for the image.
suggested by Izumi Tsutsui
2003-01-14 11:40:31 +00:00
wiz
78a8e9aa19
Add /usr/include/dev/dmover and dmover_io.h inside.
2003-01-14 11:29:35 +00:00
is
35f63bbaf7
make this less confusing
2003-01-13 20:34:05 +00:00
christos
cc9b9c6553
hack to have only one copy of fstypenames[]
2003-01-12 21:49:50 +00:00
veego
3b63e47464
Check if DESTDIR is defined before checking for non empty DESTDIR
2003-01-12 18:51:26 +00:00
is
0b73f01456
Make it work more than one time. The old behaviour was very annoying.
...
Reviewed by hubertf.
2003-01-12 14:41:20 +00:00
lha
7e3ef8185e
s/pfil_get_head/pfil_head_get/
...
fixes Joel Wilsson's <joelw@unix.se> misc/19796
2003-01-11 22:45:39 +00:00
christos
d9edafd3d3
check for strdup returning null
2003-01-11 22:32:43 +00:00
christos
440c3bcc16
check for malloc returning null
2003-01-11 22:32:25 +00:00
christos
774782c3bc
Make everything compile again. All platforms compile on i386 now.
2003-01-11 19:44:04 +00:00
christos
d5c5392912
make compile on !playstation
2003-01-11 19:37:48 +00:00
christos
848b0d8582
use the <sys/bootblock.h> names.
2003-01-11 19:31:52 +00:00
christos
83b0b99b3b
use definitions from <sys/bootblock.h>; don't require <machine/disklabel.h>
...
mac68k machine/disklabel.h contains duplicate definitions that also exist
in <sys/disklabel.h> and <sys/bootblock.h> and should be removed.
2003-01-11 19:28:04 +00:00
christos
405768deca
remove i386'isms; make link again.
2003-01-11 19:06:54 +00:00
christos
2d7e213ded
pass lint[pass1]
2003-01-10 20:00:27 +00:00
lukem
84b7892ccc
add halfdelay(3). (hi blymn!)
2003-01-10 03:22:00 +00:00
lukem
9432b9952d
add etc/rc.d/staticroute. (hi christos!)
2003-01-10 03:17:52 +00:00
blymn
271801f093
bumped minor version of libcurses.
2003-01-09 12:50:28 +00:00
wiz
1035faff1d
writable, not writeable.
2003-01-06 20:30:28 +00:00
jmcneill
3310ad9e79
Add acpitz
2003-01-05 23:42:57 +00:00
sommerfeld
da083e42b5
add bsd.rpc.mk to sets.
2003-01-05 23:40:05 +00:00
jmmv
a9a3a6a120
Remember the administrator to look at the afterboot(8) manpage after a
...
successful installation, upgrade or extraction of sets.
Reviewed by wiz (and tech-install).
2003-01-04 10:07:45 +00:00
lukem
a250e57c96
Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
...
"${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
2003-01-03 15:34:30 +00:00
lukem
245a0c292b
improve description of -t
2003-01-03 15:26:32 +00:00
reinoud
b958189aa0
Rollback
2003-01-02 13:40:35 +00:00
reinoud
7a7740fa8f
Include this file too in the packing list. It is needed for the bootloader
...
and for general `loadfile' using programs.
2003-01-02 03:19:59 +00:00
thorpej
7c7afe5444
Add aprint_error(), aprint_get_error_count(), and printf_nolog()
...
manual pages.
2002-12-31 23:55:45 +00:00
thorpej
e0de80eb25
Document the "aprint" autoconfiguration message printing routines.
2002-12-31 17:49:14 +00:00
pooka
5cdedc03d0
reflect boot.ip32
2002-12-30 14:55:28 +00:00
pooka
34eaeeaa27
add boot.ip32
2002-12-30 14:51:15 +00:00
lukem
7f4e9b543c
improve description
2002-12-25 23:47:32 +00:00
lukem
12837cbb48
fix header to match usage
2002-12-25 23:44:06 +00:00
lukem
a34c2facce
add various postfix share files missed as part of postfix upgrade,
...
identified by "make checkflist"....
(mmm, testing [hi perry! :-])
2002-12-25 10:43:24 +00:00
jdc
0e1f1db73e
Add curses pad manual pages.
...
Pointed out by wiz.
2002-12-24 07:26:05 +00:00
pooka
c78a554d3a
add {crime,mace}.{0,4}
2002-12-23 22:11:41 +00:00
jdc
161b065346
Bump libcurses minor to 4 (pads support).
2002-12-23 12:34:29 +00:00
jdolecek
b42b75087b
make the description text for special label offset a bit more explicit
...
adresses install/13026 by John P. Refling
2002-12-23 10:29:57 +00:00
lukem
144b55005f
Rework METALOG manipulation:
...
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
"mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
on a P3-600.
(This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
on all the pathnames, and it's smaller as well.
2002-12-23 06:52:48 +00:00
lukem
d5f6736812
Add bootfloppy-laptop-big, which creates bootlap-big.fs, which is a 2.88MB
...
version of bootlap[12].fs.
This is suitable for using as a boot file for an El Torito CD-ROM image
to be used to boot laptops, as it has the INSTALL_LAPTOP kernel
(instead of the INSTALL kernel that bootbig.fs has).
2002-12-23 01:58:17 +00:00
lukem
1903b2f616
Add '-O' to pax command line, so that various error conditions don't try
...
and prompt the user for a new archive.
(No idea if this solves the infamous "sysinst random coredump" problem,
but it's worth a shot, and makes sense in any case)
2002-12-22 12:07:34 +00:00
wiz
33007fe500
Add walnut's MAKEDEV(8) and /sbin/verifiedexec_load.
2002-12-21 23:44:05 +00:00
lukem
d9aa9519e8
Invoke ${PAX} with '-O' so that various errors don't hang the make
...
or the command with an interactive question. (This also prevents
weird problems if a directory element of '-f path' is missing and
'make -j N' is being used).
2002-12-21 15:54:48 +00:00
lukem
10d98f9c78
Add some magic with ${SUNLABEL} into ${IMAGEPOSTBUILD} (after ${INSTALLBOOT}
...
runs) to ensure that boot.fs has a valid Sun disklabel.
Sparc boot floppies now boot.
2002-12-21 13:01:20 +00:00
lukem
31754a0e99
add sunlabel
2002-12-21 12:52:58 +00:00
lukem
233359acd6
tyop in comment
2002-12-21 02:52:25 +00:00
thorpej
d0460fb811
Bump the image size up to 1460k.
2002-12-20 23:11:59 +00:00
lukem
ebdb5fe2ad
Remove /usr/local (and children) from the base distribution; we shouldn't
...
be creating directories or modifying permissions under there.
(/usr/local/* is still retained in various default PATHs, for convenience)
2002-12-20 06:39:53 +00:00
lukem
9dac6e17e3
Remove /sys -> /usr/src/sys symlink.
2002-12-19 23:04:26 +00:00
lukem
a4a6515a36
Always call maketars (and subsequently pax) with -N ${NETBSDSRCDIR}/etc,
...
so that we always use the user & group databases from there rather than
the host systems.
2002-12-19 12:33:10 +00:00
lukem
e629b6c337
maketars:
...
- add "-N etcdir", to be used for pax & mtree -N. defaults to ${DESTDIR}/etc
Makefile:
- if UNPRIVED, call maketars with "-N ${NETBSDSRCDIR}/etc", so that
"make UNPRIVED= DESTDIR=/foo installsets" can work with an empty
${DESTDIR}/etc. (i.e, after a make build without install-etc-files)
2002-12-19 06:21:45 +00:00
wiz
22acfbd83b
Add {cat,man,html}8 for walnut; remove some files that still get installed.
2002-12-18 20:07:23 +00:00
jdolecek
81f80a2d00
remove empty md.* files
2002-12-17 16:08:13 +00:00
jdolecek
1e127d86d1
ttyaction is ${MACHINE}-specific, not per ${MACHINE_ARCH}
...
remove special ttyaction hook from etc/etc.sun[23]/Makefile.inc, it's no longer
needed
ld.so.conf is ${MACHINE}-specific, the code happened to work for i386 and sparc
only because ${MACHINE} == ${MACHINE_ARCH} there
remove basesrc/etc/ld.so.conf and its special vax/ns32k/m68k hook in Makefile -
vax & m68k are ELF now, and ns32k doesn't need to be handled here
2002-12-17 15:54:59 +00:00
jdolecek
800e198ba6
add example disktab file
2002-12-17 15:16:40 +00:00
jdolecek
6f0545ca61
move fstab example files from base to misc
2002-12-17 14:49:18 +00:00
perry
0fe7bcd013
add postfix html directory
2002-12-17 04:42:06 +00:00
lukem
27015a09a7
consistently use $dest instead of $DESTDIR
2002-12-17 01:59:32 +00:00
lukem
49781231ca
Move dev/MAKEDEV from base to etc, just like everything else installed
...
by etc/Makefile::install-etc-files.
(Arguably a bunch of stuff in etc could move to base, but that's a
separate issue).
2002-12-17 01:17:44 +00:00
wiz
c9823214af
Add utmp_update(8) man page.
2002-12-16 22:47:26 +00:00
lukem
e00ddd7131
If ${DESTDIR}="", ensure `maketars -d ...' is called with an argument ("/").
...
Fixes problem noted by simonb@
2002-12-16 00:30:39 +00:00
scw
4f0fde8807
Bump minor number for getlabel{sector,offset}() addition.
2002-12-12 09:46:49 +00:00
scw
0c83fd4944
Add getlabelsector() and getlabeloffset() as wrappers around the
...
KERN_LABELSECTOR and KERN_LABELOFFSET sysctls.
2002-12-12 09:45:32 +00:00
lukem
d5e024c747
Add "installsets" target, which copies the sets ${INSTALLSETS} from
...
${DESTDIR} into ${INSTALLDIR}.
INSTALLDIR is mandatory.
INSTALLSETS is optional, and if its not given, the following sets are used:
base comp games man misc text
2002-12-12 08:54:25 +00:00
lukem
25193201ba
Add '-i installdir', to copy the given sets from $DESTDIR to installdir
...
instead of creating tar files. If the default sets are used, "etc" is
removed from the list, because it's highly unlikely that it's wanted
in that case.
Tested against a DESTDIR created with "make UNPRIVED= DESTDIR=.... build".
2002-12-12 08:51:49 +00:00
lukem
cf4eb31ab4
Disable IMAGEPOSTBUILD=${DESTDIR}/usr/mdec/installboot
...
since it's not cross friendly.
The release should now cross-build again...
2002-12-11 15:52:47 +00:00
lukem
d182cf2f90
add db(1)
2002-12-11 13:52:41 +00:00
fvdl
ec2d95a2ad
Remove conditional for x86_64 to not include lintlibs, they're ok now.
2002-12-10 22:00:56 +00:00
fvdl
1922972e59
if 0 out the X sets for the time being.
2002-12-10 20:08:46 +00:00
gavan
ec86ec411e
Default to MDF and screen mode configured in RISC OS
2002-12-09 17:28:59 +00:00
scw
16af9da786
The walnut port has been subsumed by the new evbppc port.
2002-12-09 14:20:52 +00:00
scw
1d4f4f766c
The walnut port has been subsumed by the new evbppc port.
2002-12-09 14:08:02 +00:00
scw
3838a93e9d
The walnut port has been subsumed by the new evbppc port.
...
XXX: There is some work to do here to allow for different
installation notes for different eval boards...
2002-12-09 14:03:52 +00:00
perry
a7a74b4b41
add qsubst
2002-12-08 21:54:03 +00:00
jdolecek
851a5c50dd
seems we don't need /usr/bin/strings in ramdisk
2002-12-05 19:37:04 +00:00
explorer
e578f0eb06
add newly added ieee1394 directory and file
2002-12-05 03:59:19 +00:00
fvdl
a4da65a9cc
sysinst glue for x86_64.
2002-12-05 02:05:56 +00:00
fvdl
39970b9661
Bootfloppy glue for x86_64.
2002-12-05 02:04:09 +00:00
fvdl
171b46b525
FILE *log -> FILE *logfp, to avoid warnings about gcc-current's
...
builtin log() function.
2002-12-05 01:17:15 +00:00
wiz
105141693b
Don't end line with an abbreviation dot, *roff will think it ends a sentence.
2002-12-02 15:29:54 +00:00
isaki
90a3bd2d8c
Add bmd(4) for x68k.
2002-12-01 09:17:27 +00:00
isaki
d014576fdb
Fix broken $NetBSD$ tag in 1.12 - 1.13
2002-12-01 04:23:22 +00:00
jdolecek
4b413dd039
add afterboot(8) manpage - things to check after the first complete boot
...
adapted from OpenBSD by Julio Merino in PR misc/16745, with some further
changes by me
2002-11-30 14:09:50 +00:00
lukem
b1e79510cf
- Migrate fparseln(3) from libutil to libc, where it should have been in
...
the first place...
- Bump libutil major (to 7.0) and libc minor (to 12.91).
2002-11-30 03:04:44 +00:00
martin
925c8ea415
Add the sparc/bpp man page.
2002-11-29 18:00:54 +00:00
lukem
1fc7ef95dc
update for strsuftoll(3) and associated libc minor bump
2002-11-29 13:16:27 +00:00
lonewolf
27c20b8059
Added myself.
2002-11-28 16:09:08 +00:00
tron
cfc041b8c9
Add "usr/include/sys/siginfo.h".
2002-11-27 13:31:23 +00:00
pk
bea0986dff
Add libsparc_v8 shared library.
2002-11-27 11:58:23 +00:00
lukem
62148d5f92
use ${make} instead of ${MAKE} in the shell scripts, to prevent weird
...
lossage with the modified ${MAKE} getting passed to child make's
2002-11-26 06:22:22 +00:00
lukem
8fa5df2d2d
explicitly add " -f `dirname $0`/Makefile " to ${MAKE}, so that
...
these scripts do not need to be run from this directory in order
to function correctly
2002-11-25 23:29:54 +00:00
jmmv
4f319f9a6a
Add myself.
...
(My first commit ;-)
2002-11-25 13:11:36 +00:00
thorpej
bf3979a00a
Use objcopy to a.out'ify the install kernel image.
2002-11-23 16:02:55 +00:00
blymn
c26f63141b
Renamed verified exec fingerprint loader
2002-11-23 11:24:03 +00:00
blymn
01ab9ad2be
Change name of verified exec fingerprint loader.
2002-11-23 11:11:15 +00:00
lha
2943f5e96b
install intrdefs.h so it can be used by intr.h (and libkvm)
2002-11-23 05:33:11 +00:00
thorpej
74f4284e39
Add /usr/lib/crti.o and /usr/lib/crtn.o.
2002-11-23 03:48:55 +00:00
chris
e1f2f4db9e
As sys/locale.h no longer includes some extraneous headers, localeconv.c
...
needs to include limits.h itself.
2002-11-19 23:15:59 +00:00
bouyer
98092f81dd
It seems the miniroot needs more inodes now. Decrease density to 4k so that
...
it builds again.
2002-11-19 16:31:49 +00:00
lukem
c7ad6e6337
Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".
2002-11-18 12:39:43 +00:00
wiz
481f815061
Add {cat,man,html4}/dreamcast, and html4/evbarm.
2002-11-17 15:51:21 +00:00
itohy
d6fda2f750
Add {cat,man}4/dreamcast/*
2002-11-17 06:14:39 +00:00
lukem
e97eca6cda
grammar fix
2002-11-17 03:04:53 +00:00
lukem
e134704457
remove unnecessary code, and add minor code formatting tweak
2002-11-17 02:59:56 +00:00
lukem
8df8082f37
- add leading `.' to pathnames, for consistency with other sets lists.
...
- remove the usr/include/machine and usr/include/${MACHINE} entries
added to help the sysinst upgrade from 1.4.2 -> 1.5 (where the
symlink changed from ${MACHINE}->machine to machine->${MACHINE}),
as they are bogus and lead to false matches when using the obsolete
lists for other purposes (such as, checking for obsolete files
outside of sysinst! :)
the installer should use another mechanism to detect that the
symlink has to be changed.
2002-11-17 02:54:50 +00:00
lukem
b966f5df8e
Add a leading `.' to all pathnames, to be more consistent with the other sets,
...
and to prepare for an upcoming feature addition to postinstall...
2002-11-17 02:48:11 +00:00
lukem
1e09fd464d
Add a leading `.' to all pathnames, to be more consistent with the other sets,
...
and to prepare for an upcoming feature addition to postinstall...
2002-11-17 02:48:01 +00:00
lukem
ac1a503233
use ${MAKE} print_machine(_arch)? where appropriate
2002-11-17 02:22:11 +00:00
grant
daa208f50f
(belatedly) add myself.
2002-11-15 02:29:44 +00:00
salo
15f69dcd3c
Add myself.
2002-11-14 09:05:16 +00:00
chris
62fa2583b2
pleasemountroot has 4 %s's in it. Note that the fr translation needs
...
updating to 4.
2002-11-13 00:43:09 +00:00
wiz
e949218216
Add mtd(4).
2002-11-11 22:35:04 +00:00
gmcgarry
da4e54bda5
More inodes for ramdisk
2002-11-11 05:07:09 +00:00
jdolecek
1baf58d3fd
libc minor was bumped, update list
2002-11-10 20:28:50 +00:00
jdolecek
5a9446396b
add <rpc/rpc_com.h>
2002-11-10 20:26:41 +00:00
cgd
652d9440af
NetBSD/sbmips boot blocks
2002-11-09 06:58:37 +00:00
briggs
0a3ddcba15
Catch up with jdolecek again and remove ./usr/include/powerpc/macho_machdep.h.
2002-11-04 19:58:36 +00:00
briggs
9e19c6e872
Add ./usr/include/powerpc/macho_machdep.h
2002-11-04 19:49:00 +00:00
wiz
ac9ef76efe
Add NetBSD calendar file.
...
Dates supplied by Hubert Feyrer, thanks!
2002-11-03 15:53:41 +00:00
bjh21
0f452df06d
Spelling correction in comment.
2002-11-03 12:46:29 +00:00
bjh21
8f720e45aa
Move the pause to before the kernel is loaded, and allow the user to press
...
a key to provide extra options or to load a different kernel (much like
biosboot on i386). This saves having to edit the fastboot file just to
boot single-user.
2002-11-03 12:45:29 +00:00
isaki
302149111d
Place installation tools in RELEASEDIR/installation/misc.
...
- gzip.x, gz124x5f.lzh
- rawrite.{x,doc,lzh}
2002-11-03 02:13:20 +00:00
agc
79cd9d5c9c
Add a missing /usr/share/man/cat4/veriexec.0 as well
2002-10-30 17:02:14 +00:00
tsutsui
5e1deee8cf
Build ramdisk kernel for dreamcast.
2002-10-30 12:42:24 +00:00
blymn
d84050f8a4
Added verified exec header.
2002-10-30 11:52:45 +00:00
blymn
8ab5b2e1ff
Add verified exec fingerprint loader stuff.
2002-10-30 11:47:47 +00:00
blymn
99c12443ca
Add verified exec man pages.
2002-10-30 11:46:53 +00:00
lukem
f21875b77f
we generally don't list older shlib minor versions as "obsolete",
...
so don't treat libkrb5.so.18.0 and libroken.so.12.2 as special cases...
2002-10-30 10:39:39 +00:00
lukem
4fcc3e8569
remove a bunch of entries in /usr/include/g++ which are NOT obsolete
2002-10-29 06:44:40 +00:00
lukem
34c993950b
revert most of rev 1.4, since AFAICT, the files are NOT obsolete
2002-10-29 06:19:37 +00:00
lukem
854d3205c4
hpcsh/bootinfo.h does not actually appear to be obsolete...
2002-10-29 06:04:16 +00:00
lukem
c41a35350c
vn_marktext is not obsolete any more
2002-10-29 05:30:23 +00:00
lukem
918cabcf54
add /etc/default. sort file
2002-10-29 05:05:12 +00:00
nathanw
490a68eaad
Adapt miniroot list to libraries in /lib.
2002-10-28 17:25:14 +00:00
isaki
e648085d77
Increase the image size, to build.
2002-10-27 08:00:26 +00:00
jdolecek
4f5c93d217
remove arm/footbridge/footbridge_irqhandler.h, it's not installed anymore
2002-10-25 09:19:29 +00:00
agc
53db780200
Add arm/footbridge/footbridge_irqhandler.h to sync with reality.
2002-10-24 23:08:07 +00:00
jdolecek
07c713d5c2
install kqueue sys/event.h
2002-10-23 09:21:24 +00:00
gmcgarry
052ea14e35
vgonel.9
2002-10-23 06:18:29 +00:00
thorpej
87833d8fe3
Bump the image size to 1452k (+12k) .. needed for nathanw_sa branch
...
builds.
2002-10-22 23:36:46 +00:00
blymn
7a7914f91a
bumped minor for libcurses.
2002-10-22 12:10:32 +00:00
martin
ccf1c3c2f4
Simplify boot commands (no -s needed), kill all references to installation
...
scripts, we use sysinst now.
2002-10-21 20:35:39 +00:00
blymn
1441b806a6
Added curses man page links.
2002-10-21 13:36:04 +00:00
lukem
f60d6abce0
don't depend upon 'cvs -kb' to preserve macppcboot.raw (et al).
...
instead, keep uuencoded versions in the repository.
(arguably /usr/sbin/installboot -m macppc should support -t cd9660,
at which point we'd nuke this macppc_installboot hack)
2002-10-21 05:08:23 +00:00
rnestor
75cd879de4
Fixed problem initializing the Partition Map on a blank disk and added
...
a driver entry for an ATA driver used on Macs with IDE disks. Also did
some cleanup to facilitate use of code on the Macppc port.
2002-10-20 22:06:17 +00:00
thorpej
2649bcd277
Reinstate /usr/bin/tar and /usr/bin/cpio (they are symlinks to their
...
counterparts in /bin, for backwards-compatibility with things that
hard-code their pathnames, like binary packages).
2002-10-20 21:28:11 +00:00
jdolecek
5773ad9bcc
/usr/include/walnut/autoconf.h isn't installed anymore, move it to obsolete
...
list
2002-10-20 18:21:29 +00:00
gmcgarry
174f011eed
More kernel documentation.
2002-10-20 05:16:31 +00:00
provos
32b88027c7
use readlink with bufsize - 1; approved thorpej.
2002-10-19 20:33:17 +00:00
lukem
c88bce2d8b
obsolete usr/share/info/tar.info
2002-10-17 12:27:58 +00:00
lukem
43863418ef
- obsolete usr/share/locale/*/LC_MESSAGES.mo
...
- sort entries
2002-10-17 12:26:46 +00:00
lukem
ea0637c5af
Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6,
...
we don't need distrib/utils/x_ftp anymore...
2002-10-17 06:38:15 +00:00
lukem
f36008676d
Remove these, since platforms using the New Distrib World Order have
...
been building these using the basesrc Makefiles with SMALLPROG defined
for a while now.
2002-10-17 06:02:34 +00:00
lukem
ed56ec3a05
Rework how SMALLPROG was being used and how INET6 support was enabled.
...
There's two variables added to Makefile.crunch:
SMALLPROG If 1, add SMALLPROG=1 to CRUNCHENV. [default: 1]
This can be used by various Makefiles to
determine if a `small' version of the program
is required.
SMALLPROG_INET6 If 1 and SMALLPROG == 1, add SMALLPROG_INET6=1
to CRUNCHENV. [default: 0]
This can be used by various Makefiles to
determine if the `small' version has INET6
support enabled.
Only enable SMALLPROG_INET6 for programs on the ramdisks that have INET6 in
the appropriate kernel, and cleanup INET6 setting.
(Note: this means that sysinst won't get INET6 support if the kernel
it's running on doesn't have it).
This change saves a fair bit of space on various install images
(including i386 ramdisk-{ps2,small,tiny}) that didn't have INET6 in
the kernel but were unconditionally getting INET6 support in their tools.
2002-10-17 02:05:35 +00:00
christos
2a7fb4d2a5
tar and cpio have been paxified.
2002-10-16 15:32:26 +00:00
itojun
0427f35ddc
sync with pax flip
2002-10-16 15:31:26 +00:00
itojun
bfe85e26f6
remove sh1.iijlab.net's old address (what is the best way to maintain
...
the list of publically-usable DNS server addresses?)
2002-10-16 08:04:26 +00:00
lukem
87ce234096
refer to 1.2MB diskettes
2002-10-16 04:10:43 +00:00
lukem
e3c4d0c577
no rescue-small on i386 any more
2002-10-16 04:09:11 +00:00
lukem
1ede8b245b
As both boot-small and rescue-small have expanded onto a second 1.2MB
...
floppy (and there's not the same RAM contraints that *-tiny has),
fold rescue-small into boot-small and deprecate the former.
The "all in one" boot-small is only 100KB larger on the second floppy.
2002-10-16 04:00:53 +00:00
lukem
859e7d7867
netbsd.INSTALL_SMALL and netbsd.RESCUE_SMALL have grown past the size
...
of a single 1.2MB floppy; cranky FLOPPYMAX to use two floppies.
the kernel and the contents of the ramdiskbin have both grown...
(We should just merge the install & rescue functionality of the -small
floppies into one two x 1.2MB floppy set, since -small is for older
machines with 1.2MB floppy drives, versus those with extremely small
RAM constraints)
2002-10-16 01:03:07 +00:00
lukem
f535541326
Default FLOPPYMAX to 1 for i386 floppies, so the build will fail if an
...
image accidentally grows past 1 floppy and we didn't know about it.
2002-10-16 00:59:24 +00:00
jdolecek
446deeb58f
ld.elf_so is now in /libexec, so update the list here
...
XXX not tested
2002-10-15 21:58:20 +00:00
gmcgarry
1b54fb00e8
link for vn_rdwr()
2002-10-14 21:03:19 +00:00
lukem
858e032a8f
Merge kernel-ramdisk & kernel-rescue into instkernel, now that
...
../../common/Makefile.mdset supports building multiple copies of the
same kernel (as long as they're to separate filenames).
Now there's no need to set FLOPPYKERNDIR, as it now defaults to instkernel.
2002-10-14 16:20:39 +00:00
lukem
e3ad63279a
Use _KERNEL.${_K}.${_F} instead of _KERNEL.${_K}, as this allows
...
MDSETTARGETS to contain the same kernel (_K) more than once, as long
as the filename (_F) is different.
2002-10-14 16:16:09 +00:00
dent
42feb79d92
Fix a cut'n'paste-o
2002-10-14 15:59:46 +00:00
takemura
976f1e210f
Enabled apm command device node for hpcmips and put apm.8 and zzz.8 man pages
...
into mi directory.
2002-10-14 06:31:37 +00:00
gmcgarry
31d4a5e75c
Add vn_marktext() and vn_statfile() pages.
2002-10-14 05:00:01 +00:00
takemura
c6dfedddb0
Added APM header files for Hpcmips.
2002-10-14 02:11:09 +00:00
elric
703ee21aaa
Add the man pages for disklabel_dkcksum.3 and disklabel_scan.3.
2002-10-13 04:37:03 +00:00
briggs
2cc2b9cde2
Some systems/shells have difficulty if the closing ] of a test does not have
...
preceding whitespace. Ensure that there is whitespace.
2002-10-10 20:46:39 +00:00
itojun
4384c54c01
switch to GNU tar 1.13.25 with security fixes.
2002-10-10 08:22:22 +00:00
wiz
0da5ac2408
Add dot in abbreviation.
2002-10-10 07:55:50 +00:00
simonb
b1a30609f9
Install the kernel linker script in /usr/lkm/ldscript so that modload(8)
...
works without needing to resort to -A abuse. LKMs work cleanly on MIPS
now.
2002-10-10 01:59:29 +00:00
lukem
30f103aea1
some clarifications & roff cleanups (yes, there's a problem with .Oo .. .Oc).
...
sparc64 does NOT appear to need a slicemap, so comment out that entire
section.
XXX: this program needs a rewrite. the argument handling is suboptimal.
that's coming next...
2002-10-10 01:25:03 +00:00
lukem
df6c4cf203
more details on which platforms can share a multiboot cd
2002-10-10 01:22:19 +00:00
elric
98839fb386
Added cgd rc.d script and put it in the appropriate postinstall and
...
mtree files.
2002-10-09 14:55:53 +00:00
augustss
b0eef0bfaa
Use unsigned variable for memory size, so > 2M memory isn't negative.
2002-10-09 13:28:48 +00:00
lukem
77dee4dead
set BOOTFILE.sparc64, to create bootable sparc64 cds.
2002-10-09 11:57:14 +00:00
thorpej
b8c378293f
* Clean up the handling of rescue.* files makeflist.
...
* Move all md.* and ad.* /rescue/... files into their
own list files.
2002-10-09 01:22:37 +00:00
martin
6060607b3f
Add sun-type4 termcap entry and a hint to use this as TERM when using
...
a Type 4 keyboard.
2002-10-08 20:29:58 +00:00
martin
73d617f74e
Add sun-type4 termcap entry and print a hint to change TERM to this
...
if using a Type 4 keyboard.
2002-10-08 20:26:38 +00:00
lukem
863e999f52
- add more MACHINE_ARCH.xxx variables
...
- when building RSYNC_INCLUDE, only add a directory once
- automatically add `shared/ALL' and `shared/${MACHINE_ARCH}' to
${BASE_PORTS.${image}} for each unique MACHINE_ARCH in the latter.
- don't bother explicitly listing shared/* in the example
- note that the cats cdrom is now bootable
2002-10-08 15:20:50 +00:00
lukem
f7e2efaa06
gunzip cats/binary/kernel/netbsd.aout-INSTALL.gz to /netbsd.cats
2002-10-08 14:18:17 +00:00
augustss
0c81b8340d
Add ubsa(4).
2002-10-08 13:18:42 +00:00
lukem
887a1407d6
Update example.conf to be more relevant to NetBSD 1.6, and to take
...
advantage of the support for symlinks to shared/* .
2002-10-08 07:38:52 +00:00
lukem
92184041d7
oops; still need ./usr/lib/lib{crypto,des}.so* (for the symlinks)
2002-10-07 22:46:24 +00:00
lukem
93305911e9
Move libcrypto.so* from /usr/lib to /lib, as /sbin/cgdconfig needs it.
...
Requested by elric@.
2002-10-07 00:53:31 +00:00
thorpej
7d588a758e
* Move the rescue bits into their own file.
...
* In makeflist, skip rescue bits in arch's that don't yet support it
(MIPS, currently, due to an objcopy-crunch bug).
2002-10-06 17:28:46 +00:00
thorpej
796c5d9347
Crank ramdisk size to 1440k.
2002-10-06 17:01:27 +00:00
grant
3b71e362fa
add /etc/mail/local-host-names, required by sendmail(8).
2002-10-05 15:24:43 +00:00
grant
eac5abccd0
sync with reality: add cgdvar.h and cgd/cgdconfig man pages.
...
(hi Roland!)
2002-10-05 06:02:56 +00:00
gmcgarry
06b14f09b7
config_match(9)
2002-10-05 05:43:38 +00:00
grant
a94624a921
during timezone selection, only update the clock once per minute. once
...
per second is painful and annoying over a serial line.
2002-10-05 02:41:54 +00:00
martin
3371592c77
Do not use -Os when compiling small programs for the miniroot or
...
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.
2002-10-04 21:23:06 +00:00
elric
7d7701ff68
include cgdconfig(8) in the installation.
2002-10-04 18:43:36 +00:00
jwise
c33cdb26b3
Fix paste-o which put `kdump' in wrong syspkg. Pointed out by nick.
2002-10-04 14:57:11 +00:00
lukem
e103106547
enable -o append for alpha as well
2002-10-03 07:28:33 +00:00
lukem
d864e0371d
revert part of previous;
...
alpha installboot still needs to come after everything else, because non of
the other installboot(8) backends support recalculating the alpha checksum
(yet).
2002-10-03 05:26:49 +00:00
lukem
a50326b0d6
- create ${IMAGEDIR}/${image}.contents, with the files from BASE_PORTS.${image}
...
(could be extended )
- move alpha installboot above pmax/vax; it doesn't need to be last anymore
- cosmetic tweaks
2002-10-03 03:58:56 +00:00
grant
8f34e7dde1
sync with reality: add pwhash.1 (missed in last commit).
2002-10-02 03:20:40 +00:00
grant
5599dcbd7b
sync with reality: add ./usr/include/i386/atomic.h.
2002-10-02 03:19:33 +00:00
provos
c00f24e6cf
add pwhash to sets
2002-10-01 22:43:03 +00:00
lukem
cf6615ab93
slight tweak
2002-10-01 00:58:00 +00:00
agc
821fe4ba95
SYnc with reality - add apm and zzz
2002-09-30 18:44:27 +00:00
agc
0edfa8219b
Sync with reality - add apmvar.h
2002-09-30 18:43:50 +00:00
jdolecek
ecb97b038d
bring knote(9) and kfilter_register(9) from kqueue branch to mainline
...
HISTORY section mentions the interface is only available on experimental
kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz
2ebc2ec36b
No more sleep(9).
2002-09-29 17:38:37 +00:00
lukem
752effddfa
Instead of building the staging area with symlinks and using "mkisofs -f",
...
only populate the stage area with the minimal necessary files and use
"mkisofs -graft-points -path-list pathlistfile", and populate pathlistfile
with the "reachover" paths.
IMPORTANT NOTE:
This change requires mkisofs 1.15a34 or newer for a working
-graft-points option.
This can be found in the cdrecord-devel 1.11a34 package.
Don't fetch by default; the rsync is resource intensive on rsync.netbsd.org
and is often unnecessary. Deprecate NO_FETCH whilst here.
Use "make fetch" explicitly...
Explicitly add ${RELEASENAME} to RSYNC_SITE (and remove it from all
the other rsync options), and deprecate ${RELEASE_SUBDIR}
Add some # { and # } comments, to make it easier to track make(1)
conditionals & loops.
2002-09-29 14:29:19 +00:00
lukem
4408faac1a
- don't hardcode the CD size to 666000 blocks; use CD_SIZE variable instead.
...
- access mksunbootcd via ${NETBSDSRCDIR}/... && ${PRINTOBJDIR}
- use ${INSTALLBOOT} for alpha,pmax,vax instead of /sys/arch/*/stand/...
- use ${.CURDIR}/macppc_installboot to access macppcboot.raw
2002-09-29 07:23:15 +00:00
lukem
461cf89b24
fix path to macppc INSTALL kernel
...
remove VAX_IBOOT?= ; it's set in the Makefile and i'll be fixing the
definition in the latter in another commit RSN
2002-09-29 06:44:36 +00:00
lukem
891c2e212a
clean up the building of macppcboot.raw (the previous mechanism wasn't
...
USETOOLS=yes friendly):
since the file only changes when a new bootxx.raw is committed into this
directory, commit a generated version of macppcboot.raw here as well.
clean up the framework that builds mkmacppcboot as well, and don't
remove macppcboot.raw on make clean.
2002-09-29 06:38:19 +00:00
elric
c37b0f13ba
Fix usage of -mdoc that wiz pointed out to me.
2002-09-28 23:35:41 +00:00
elric
f075a6c2cc
Added a little verbiage describing that root logins from the network
...
are not enabled by default even via ssh(1). Thanks to Thomas
Klausner for some rewording of this.
Addresses PR: install/18456
2002-09-28 23:07:31 +00:00
chris
ffffdcd9c7
Add footbridge_intr.h
2002-09-28 16:08:03 +00:00
chris
d20df65c58
Remove cats/byte_swap.h.
2002-09-28 16:02:54 +00:00
kano
f33e9b1e1a
add myself
2002-09-28 09:45:04 +00:00
thorpej
bc35b15d70
Add /usr/share/mk/bsd.shlib.mk
2002-09-27 21:42:15 +00:00
grant
b81826593e
s/unused/inutilis'e/
...
from Stoned Elipot.
2002-09-27 15:21:52 +00:00
grant
6f98f8dffe
update French translation, add "don't change" option to mbr partition
...
type selection.
from install/18192.
2002-09-27 15:20:01 +00:00
wiz
4a47c952db
Add documentation for utmpx and some related functions.
...
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.
2002-09-27 15:02:24 +00:00
thorpej
f27313f9ab
<sys/map.h> is gone.
2002-09-25 23:07:38 +00:00
augustss
1f35d185e0
Add a file I forgot when creating the pmppc port.
2002-09-25 21:32:58 +00:00
lukem
cbfa6ea631
fix path to pmax install kernel
2002-09-25 04:15:41 +00:00
wiz
f020223b5c
Add auto-generated MAKEDEV(8) for ofppc.
2002-09-25 01:07:41 +00:00
pooka
28b38adf3b
add iwic man page
2002-09-24 22:20:17 +00:00
provos
28f9f41e2a
add myself
2002-09-24 15:29:24 +00:00
shin
29815951b2
reorder lines so that ${MAKESUMS} is executed after all files are installed.
...
(previous revision calculates checksums only for *boot.exe)
2002-09-24 12:15:11 +00:00
agc
7c4cb11d99
sync list with reality - add /rescue/chgrp and /rescue/chown
2002-09-24 10:49:15 +00:00
grant
7dd9244284
crank imagesize to 1440k (same as ramdisk-rescuetiny).
2002-09-24 06:04:24 +00:00