mrg
858ef4e82b
note that COMPAT_12 enables old swapon(2).
1997-06-14 18:33:11 +00:00
drochner
444a854ad2
Separate access to filesystem and access to raw device, mount
...
device only if needed. This allows to work on unmounted disks in
securelevel 1.
1997-06-13 22:14:58 +00:00
bouyer
f586ba056d
Add description for "file-system EXT2FS" and "options EXT2FS_SYSTEM_FLAGS".
1997-06-12 09:09:11 +00:00
is
650ce78c8c
Make more clear what installbot can't do, and the user must do by hand from
...
AmigaOS, when installing bootblocks.
1997-06-11 16:01:59 +00:00
jonathan
3652b54b5d
Add fxp to list of supported NICs.
1997-06-11 09:20:08 +00:00
jeremy
cf53735fa7
Added new pages. [PR/3736]
1997-06-11 04:19:30 +00:00
jeremy
b81b8e54c4
New files from Colin Wood <ender@is.rice.edu>. [PR/3736]
1997-06-11 04:15:30 +00:00
is
b3b47459fe
Fix typo.
1997-06-09 10:37:11 +00:00
jonathan
15a900cb45
refer to sample files in /usr/share/samples/emul/{ultrix,svr4}/etc.
1997-06-08 23:55:26 +00:00
jonathan
7945d5eccd
Move sample configuration files for ultrix, sv4 compatiblity from
...
src/etc/etc.<emul>/ to src/share/emul/<emul>/etc/
1997-06-08 23:31:13 +00:00
jonathan
10efce06ab
Sample /emul/ultrix/etc/svc.conf file for Ultrix compatiblity.
1997-06-08 09:10:21 +00:00
jonathan
5c4753ac78
Add man page describing setup for Ultrix compatibility.
1997-06-08 08:12:34 +00:00
lukem
d5143aca1c
document "options inet6"
1997-06-08 06:00:06 +00:00
lukem
a72a43e88c
fix an internal cross reference to "extended arguments"
1997-06-07 16:48:55 +00:00
kleink
21693b3a6f
Move Xref to ldconfig(8) into the right section; from NAKAJIMA Yoshihiro
...
<nakayosh@kcn.or.jp> in PR/3715.
1997-06-06 15:06:18 +00:00
kleink
f43910b5eb
RCSid police.
1997-06-06 00:24:36 +00:00
pk
19d4236655
Put `-DPIC' back in CPICFLAGS (a.out section); at least one C source
...
file (sparc/include/profile.h) relies on this.
1997-06-04 08:38:45 +00:00
cgd
521240796e
declare ${DESTDIR}${INCSDIR}/$I .PHONY if UPDATE isn't defined, so that
...
headers will be installed properly in the !UPDATE case. From Christos.
1997-06-03 16:00:30 +00:00
mikel
1c200deee9
fix some paste-os and other minor problems.
1997-06-03 05:38:59 +00:00
veego
f03e9b63a5
Only install the SUBDIRS, like we do it with src/bin/csh/USD.doc and the
...
other subdirectories under /usr/share/doc.
1997-06-01 18:32:17 +00:00
mrg
7cedf69cbd
Completely rearrange SPARC boot code, modeling it after alpha and hp300
...
ports' boot programs. Also added support for loading gzip'd kernels,
useful for booting from floppy. From Jason R. Thorpe <thorpej@nas.nasa.gov>,
tested by Matthew Green <mrg@eterna.com.au> and Erik Fair <fair@clock.org>.
1997-06-01 03:39:03 +00:00
cjs
7a66732d34
Back out BUILDDIR and NOINSTALL changes.
1997-05-31 21:21:13 +00:00
cjs
54084592c2
Set or unset OBJDIR before we determine BUILDDIR.
1997-05-30 21:46:02 +00:00
cjs
ab09e2a45e
Fix quoting yet again; reformat.
1997-05-30 15:11:03 +00:00
cjs
a71bce3f88
Don't add MACHINE to BUILDDIR if it's already added to BSDOBJDIR.
1997-05-30 05:50:16 +00:00
lukem
086193ec78
fix one reference to "usr/lib/tabset" (in an obscure entry).
...
noticed when looking if [misc/2624] still highlighted a valid problem.
1997-05-30 02:54:13 +00:00
cjs
c6a0de99f8
Add NOINSTALL option for libraries that are used only during the build
...
of a program, and not installed into the final system.
1997-05-30 01:54:42 +00:00
cjs
1cb525c1e0
Quote it properly this time.
1997-05-29 19:53:32 +00:00
cjs
2707a099a6
Forgot to quote a variable.
1997-05-29 19:35:23 +00:00
cjs
68d423f17b
If BUILDDIR is the same as DESTDIR, we aren't really using an object
...
file tree, so undef OBJDIR and install includes, etc. the old way.
Also, don't use OBJDIR at all if we're not under BSDSRCDIR.
1997-05-29 19:06:26 +00:00
veego
933397a44f
Fix pr#3679 a little different.
...
Remove the '-nostdlib' flag for ELF systems and keep it for a.out systems.
1997-05-29 15:37:11 +00:00
mikel
5817cfa122
fix typo
1997-05-29 06:26:35 +00:00
cgd
c917dfb5b2
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
...
.Dd is supposed to be invoked like:
.Dd month day, year
e.g. ".Dd January 25, 1989", rather than:
.Dd "month day, year"
which is what these pages did.
1997-05-29 01:48:05 +00:00
jeremy
2c6ad26f86
My last commit included SUBDIRS that don't exist yet. Remove them.
1997-05-29 01:14:31 +00:00
cjs
bda4c93e92
Append ${MACHINE} to ${BUILDDIR} if USR_OBJMACHINE is not set.
1997-05-28 23:52:37 +00:00
cgd
7781a356bb
fix a long-standing (since 1993) problem with the invocations of the 'real'
...
.Dd and .TH macros (after loading the right sets of macros). Both were
being called with a different number of macros than they were actually
called with, and that was screwing up Dd's processing of its arguments.
This fix is groff-specific. It's apparently possible to do this is a
non-groff-specific way, but relatively hard, and my roff skills just aren't
up to it (and I have no intention of changing that 8-). I've marked the
lines that are groff-specific, at least.
1997-05-28 19:55:09 +00:00
cgd
594ba5d1c8
add missing entries for ".Os NetBSD <version>" versions. also, fix
...
a few that were there but incorrect (e.g. s/0.9a/0.9A/ in output text).
When updating .Nx, don't forget to update this, too!
1997-05-28 19:49:48 +00:00
veego
2fbf728651
Add '-nostdlib -L${BUILDDIR}/usr/lib' for ${LDADD} so it links a shared
...
library with the correct shared library.
1997-05-28 11:16:19 +00:00
mycroft
d5e3cfc07a
Add a missing / in SHLIB_LD*FILE.
1997-05-27 18:51:12 +00:00
cjs
058d54e069
Always look in usr/lib for crtbegin/crtend; LIBDIR is the destination
...
directory of the library we're currently compiling.
1997-05-27 18:21:16 +00:00
cjs
b73b99ed41
Put include information in CPPFLAGS only (not in CFLAGS or MKDEPFLAGS).
...
Add note that CPPFLAGS is (or should be) passed to all programs that
pass input through cpp.
1997-05-27 18:09:00 +00:00
cjs
2fc3406301
Re-add other folks' changes that I accidently reverted when I did my
...
build system changes commit.
1997-05-27 17:45:57 +00:00
cjs
f66891a189
Make sure mkdep gets correct include directories.
1997-05-27 17:01:56 +00:00
pk
9e91a31967
Remove bogon.
1997-05-26 20:53:28 +00:00
cjs
b3b931acf8
Patch for yesterday's batch of `new build system' commits that I forgot
...
to commit.
1997-05-26 16:36:41 +00:00
cjs
5fd7ce7066
These updates to the build allow building against include files
...
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.
1997-05-26 03:55:19 +00:00
is
b68f9ed256
Add CODE REFERENCES sections. While here, move the fddi_{add,del}multi
...
description right below the ether_{add,del}multi description.
1997-05-25 17:58:22 +00:00
is
10fc645f15
Make clear which of these functions need to be called by hardware drivers.
1997-05-25 15:55:21 +00:00
is
580187839a
Documentation of Ethernet and FDDI driver support functions and macros.
1997-05-25 15:54:22 +00:00
jonathan
346af6eeff
More table-driven changes: split CPICFLAGS into separate flags, to
...
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:
${CPP} | ${AS} for syscalls
${CC} for non-syscalls
for which the different toolchains's ${AS} requires diffferent flags.
1997-05-24 01:42:36 +00:00