Commit Graph

6412 Commits

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