Commit Graph

6422 Commits

Author SHA1 Message Date
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