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