mrg
c258d0d05e
make it "options IPFILTER_DEFAULT_BLOCK".
1997-06-16 13:38:05 +00:00
is
ae1eb6bf66
Move installboot.8 here.
1997-06-16 13:37:40 +00:00
mrg
5327fe2b30
continue clean up from last commit, and tell NetBSD/sparc users to use our boot program.
1997-06-16 07:50:35 +00:00
thorpej
2ff53183d5
Update diskless system swap setup for new swap system, from
...
maximum entropy <entropy@zippy.bernstein.com>.
1997-06-16 07:32:15 +00:00
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
cjs
23cbb00329
Back out previous change; bug was in src/share/mk/bsd.prog.mk.
1997-05-22 18:05:44 +00:00
jeremy
dcfd9aaa8a
Add intro(9).
1997-05-22 03:46:33 +00:00
jeremy
a9f5946c00
Reduce redundant 'describes'.
1997-05-22 03:41:00 +00:00
jeremy
d58b5c298b
Introduction to kernel internals section.
1997-05-22 03:39:20 +00:00
jeremy
d354506769
Remove extra whitespace.
1997-05-22 02:12:18 +00:00
jeremy
44572d2bb8
Description of sun3 interrupt handler interface functions.
1997-05-22 00:39:26 +00:00
jeremy
b0dc94ccd1
Added SUBDIRS= for architecture dependent directories.
1997-05-21 22:45:16 +00:00
mjacob
3942000d9a
Real link doesn't work because the install comes after. Use a symlink instead.
1997-05-21 21:31:43 +00:00
jeremy
98b6233268
Added missing function arguments. Also made it clear which process receives
...
the data.
1997-05-21 03:14:07 +00:00
jeremy
f65ba6ca92
Added leds.4.
1997-05-21 01:42:33 +00:00
jeremy
41b84f150c
Man page for der Mouse and Gordon Ross's /dev/leds diagnostic LED interface.
1997-05-21 01:40:03 +00:00
is
3274c536b3
Yet another try to sanitize the bootblock build. Each major target has now
...
its own subdirectory.
Smaller changes involved:
- installboot installs to /usr/mdec
- installboot.8 installs to /usr/share/man/cat8/amiga/
1997-05-19 21:18:58 +00:00
pk
33f9641c2b
Add NetBSD RCSId.
...
Fix spelling.
1997-05-18 22:08:27 +00:00
kleink
4c60ea6dc2
Add libposix.
1997-05-18 20:21:53 +00:00
pk
7a128d9be1
An ESP406/FAS408 ISA SCSI adapter driver (from Eric S. Hvozda; PR#3581)
1997-05-17 21:00:00 +00:00
christos
67c5f6f8ee
Add a realinstall target so that we recurse to subdirectories making install,
...
before the our afterinstall target fires.
1997-05-17 16:59:28 +00:00
mycroft
a9b9dbd457
Do LINKS and SYMLINKS after FILES and INCS.
1997-05-17 16:43:31 +00:00
mycroft
e30142d40d
Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the
...
right preferences.
1997-05-17 02:01:07 +00:00
explorer
51096e423b
Add kernel log() man page. Will add other logging/printing functions soon.
1997-05-12 23:51:56 +00:00
lukem
6de0bcebfd
document $hostname, $domainname, $defaultroute and $ifaliases_XXX
1997-05-12 11:28:19 +00:00
mikel
698eafc238
update to match reality. changes include:
...
- add missing update_motd and ntpdate_hosts variables
- fix incorrect variable names (syslogd_flags and kerberos_server)
- xntpd(8) has been integrated
- kerberos_server is no longer used by rc.local
- add some xrefs
plus some misc. cleanup.
1997-05-12 05:21:51 +00:00
mikel
689e1cbafe
fix FILES list indentation, and comma-separate SEE ALSO list; from Enami
...
Tsugutomo in PR misc/3598.
also some cleanup by myself.
1997-05-11 08:21:28 +00:00
mycroft
fb74da89f9
Add another .PHONY.
1997-05-10 14:19:02 +00:00
mycroft
e5ae95698c
Always rebuild links, since dependencies don't DTRT.
1997-05-10 10:55:19 +00:00
mycroft
bb84c33ebb
Add some .NOTMAINs.
1997-05-10 10:54:27 +00:00
mycroft
544c782a19
Move makewhatis.sed into man0, and split the Makefile.
1997-05-09 14:31:24 +00:00
mycroft
3ae4ef8d4c
Fix typo in previous.
1997-05-09 13:40:34 +00:00
mycroft
4e5d05c9cc
Automatically add the .c files corresponding to .l and .y files to DPSRCS.
...
Automatically add DPSRCS to CLEANFILES.
1997-05-09 13:25:46 +00:00
mycroft
83a6d8a106
Get the install dependencies in the right order, for the first time.
1997-05-09 09:18:23 +00:00
mycroft
fde14a0e77
Remove cruft.
1997-05-09 07:56:00 +00:00
mycroft
cc4a1553a1
Eliminate bogus redefinitions of standard targets.
1997-05-09 07:50:03 +00:00
mycroft
a6b93bb66a
Don't empty the suffix list.
1997-05-09 06:19:55 +00:00
mycroft
ca03cbbd4d
Oops; rearrange dependencies to get things built early enough.
1997-05-09 05:43:41 +00:00
mycroft
f0a00ea4d3
Make sure INCS and SRCS are built if necessary.
1997-05-09 05:17:29 +00:00
gwr
386c8864bc
Set the .NOPATH flag for ${OBJS} (from Christos).
1997-05-08 21:21:25 +00:00
gwr
1f53401903
Set the .NOPATH flag for the .depend target.
1997-05-08 21:18:59 +00:00
mycroft
8350f2906b
Fix the MACHINE and MACHINE_ARCH links.
1997-05-07 19:34:16 +00:00
mycroft
2189b1da42
Make $S default to /sys.
1997-05-07 19:25:16 +00:00
augustss
c397fa8357
Return audio buffer size in audio_info_t with ioctl() AUDIO_GETINFO.
...
Use the buffer size to implement one more OSS ioctl().
1997-05-07 19:24:25 +00:00
mycroft
413d34c758
Add some dummy targets.
1997-05-07 19:09:47 +00:00
mycroft
b81d43c325
Fix typo.
1997-05-07 17:17:20 +00:00
mycroft
b2a77a6aa4
Don't use _SUBDIRUSE outside of bsd.subdir.mk.
1997-05-07 17:06:16 +00:00
mycroft
b89441bd06
Always define cleanman.
1997-05-07 16:45:40 +00:00
mycroft
78f9e94dd2
Always define cleandepend. Don't use a .depend target if SRCS is empty.
1997-05-07 16:44:04 +00:00
mycroft
b475e889d8
Introduce a separate cleandoc target.
1997-05-07 16:35:44 +00:00
mycroft
6df71800cb
Use afterinstall, not realinstall, for data files.
1997-05-07 16:12:00 +00:00
mycroft
9091c8c59a
Clean up the proginstall hacks a little.
1997-05-07 16:06:00 +00:00
mycroft
bb8827f7d1
Various simplifications.
1997-05-07 15:53:28 +00:00
mycroft
aec27c808c
Add some missing .PHONYs.
1997-05-07 09:43:32 +00:00
mycroft
1bd348b5f9
Shuffle some .PHONYs around, to work better with `-t'.
1997-05-07 08:42:18 +00:00
mycroft
6a00bc76f3
Set the .MAKE attribute for all recursive targets.
1997-05-06 23:53:40 +00:00
mycroft
2da111c521
Make most of the install targets .PRECIOUS.
1997-05-06 21:29:33 +00:00
mycroft
5acae7b6ea
Add a pile of missing .PHONYs.
1997-05-06 20:54:31 +00:00
perry
930d115a51
Update to note a linux_lib-2.4.tar.gz is available from the
...
FreeBSD folks.
1997-04-29 16:16:40 +00:00
jonathan
65a1c6544a
Fix tyop (accidentally snippedl line).
1997-04-27 11:58:46 +00:00
jonathan
89ea27100f
Update media selection, add 100Mbit info.
...
Add cross-references to parent buses.
1997-04-27 09:43:05 +00:00
jonathan
f906f30c34
Add isapnp(4) man page.
1997-04-27 09:09:50 +00:00
is
412fee4faf
- Minor brushup of man page.
...
- Try to fix manual installation.
1997-04-24 08:02:29 +00:00
mrg
34affd9ae4
add ip-filter options.
1997-04-21 13:00:52 +00:00
mellon
86b1df4e9f
Document dc flag
1997-04-20 00:05:27 +00:00
christos
b69d8d5561
Update for incremental make changes.
1997-04-19 22:24:30 +00:00
jtc
1558b93d4c
fix typo
1997-04-18 19:14:33 +00:00
christos
b339c21257
Add ${LIBNTP}
1997-04-18 14:30:24 +00:00
jtc
3e31b96702
Add entry for POSIX.1b
1997-04-17 18:02:10 +00:00
mikel
6cb2fd80d8
fix area codes (210, 512, 817) of some Texas cities; from
...
Dave Huang <khym@bga.com>.
also added some more codes that took effect in April 1997.
1997-04-17 07:02:33 +00:00
thorpej
a585fb7042
Add several HOST_* variables. These identical to their non-HOST_
...
counterparts, and are used to compile programs that are needed to
compile other programs (see src/bin/sh for an example use). These
facilitate cross-compiling.
Define an NM variable - the program to use for nm(1)
1997-04-17 06:43:32 +00:00
thorpej
985170db35
- Properly depend on crtbegin.o and crtend.o for platforms that use
...
them (currently Alpha and PowerPC)
- STRIP -> STRIPFLAG
1997-04-17 06:40:32 +00:00
thorpej
9377c557b2
Rename STRIP -> STRIPFLAG - this is a flag passed to install(1) to
...
indicate whether or not the program should be stripped. This rename
allows the user to set STRIP as an alternative to /usr/bin/strip,
helping cross-compiling.
1997-04-17 06:34:15 +00:00
thorpej
2e6057dd39
Pass the program to use for nm(1) to lorder(1), helps cross-compiling.
1997-04-17 06:32:23 +00:00
mikel
80190df338
update some .nl prefixes; from Janjaap van Velthooven <janjaap@stack.nl>
...
in OpenBSD PR 160.
1997-04-17 06:02:03 +00:00
christos
c9ba10ae4a
Annotate missing directories as [skipped: missing] (from Christoph Badura)
1997-04-16 14:09:16 +00:00
christos
9a7df3e0e4
Skip missing subdirectories to enable builds in partial source trees.
...
Directories being skipped are mentioned as '===> dir [skipped]'
1997-04-15 21:32:40 +00:00
christos
a2a43b1836
Make the `obj' target `.PHONY', so that does not get affected by .PATH/VPATH
...
This is not hurting things right now, and it will help things when path
searching for target nodes is enabled for make.
1997-04-15 21:29:09 +00:00
perry
138bcc102f
fix 3497 from Manuel Bouyer -- install source man pages with proper suffix.
1997-04-15 16:57:46 +00:00
mrg
601c0eaed7
update this a bit.
1997-04-13 13:48:51 +00:00
mrg
d7afda6db3
update this to somewhat closer to reality.
1997-04-13 13:46:56 +00:00
mikel
37cc5a6912
add md(4) page for memory disk pseudo-device
1997-04-11 05:26:25 +00:00
mikel
848bdf7930
supply missing .Nm, and other cleanup
1997-04-11 05:14:20 +00:00
mikel
4c95bb8a08
add synopsis line for isapnp attachment
...
add pointers to aic(4) and joy(4)
1997-04-10 07:30:03 +00:00
jeremy
993d27e731
Made changes to reflect new netstart script and ifconfig options.
...
(thanks to frueauf@ira.uka.de ). Closes PR#3470.
1997-04-10 06:36:28 +00:00
mikel
f757ccd497
fix some typos; from Thorsten Frueauf in PR misc/3465.
...
also update and clean up a bit.
1997-04-09 05:13:44 +00:00
mikel
35650bb88f
xref slattach(8), not slipattach(8); from Thorsten Frueauf in PR misc/3164.
...
clean up .Nm usage, use .Cd and .Nx where advantageous, capitalize SLIP.
1997-04-09 04:36:34 +00:00
mikel
368cd458f8
fix some typos
1997-04-08 04:46:55 +00:00
mouse
03c91976bf
Update (rewrite significant fraction of, actually) this to at least
...
approximately match current reality. Also give some description of
HP-UX-style event format, with a table of key/button codes discovered
by experimentation with my keyboard/mouse. (Ain't great, but better
than what was there, which was zilcho.)
1997-04-06 15:09:48 +00:00
cgd
562fa9b97d
clean up NetBSD RCS ID strings
1997-04-06 08:39:37 +00:00
augustss
e1c29a5303
Add support for MAD16 based audio cards.
1997-04-06 00:33:34 +00:00
mikel
43ba9b9b69
don't allow override of all: target
1997-04-03 06:53:18 +00:00
kleink
2dcebb6f16
Add STRIPDISC to the list of line disciplines.
1997-04-03 00:56:29 +00:00
kleink
6b58679ffa
Implement OCRNL "\r" -> "\n" tty output translation.
...
Fixes PR standards/3434.
1997-04-02 03:10:51 +00:00
cjs
8075b68cc3
Move network interface config after programs run on boot-up, to match
...
the order this actually happens in at boot time. Fix a few minor typos.
1997-04-02 02:02:51 +00:00
perry
98a833ca5c
document net_interfaces, ifconfig_*
1997-04-01 20:17:43 +00:00
mikel
da57e278b2
update; from Dave Huang in PR misc/3383 and the Bellcore NANP WWW site.
1997-04-01 07:36:12 +00:00
jonathan
39cc3a9c6b
Add entry for en ENI-155 ATM driver. Fix typo in ep line.
...
List OEM cards suppoted by if_de driver, in lieu of a de manpage.
1997-03-31 08:50:45 +00:00
is
476514e8a8
Add a full stop.
1997-03-30 10:13:09 +00:00
thorpej
043fb41aec
Set NOPIC and NOPROFILE on PowerPC.
1997-03-29 21:17:22 +00:00
mikel
76cfd073e9
merge lite-2 changes (mostly SCCSids)
1997-03-29 08:02:45 +00:00
christos
f897bfdce7
Don't make bogus dependencies with symlinks sources.
1997-03-28 15:07:28 +00:00
veego
ff99218046
Remove the old manpage for the Ariadne and the reference in intro.4
1997-03-28 00:29:33 +00:00
veego
9ff709fbb5
Updated for the Ariadne changes.
1997-03-28 00:27:59 +00:00
gwr
45e8a48a8f
Renamed boot to cpu_reboot
1997-03-27 20:23:48 +00:00
gwr
b2d05722be
Renamed boot to cpu_reboot (via repository copy)
1997-03-27 20:15:05 +00:00
christos
22d479a4a8
Don't generate an include target if we don't have INCS set, because SUBDIRS
...
can make one too. This will break on Makefiles that have both INCS and SUBDIRS,
so then we'll need to change includes: to includes::, but we don't have any
yet.
1997-03-27 17:39:31 +00:00
christos
6c7d983258
Add bsd.files.mk
1997-03-27 17:35:58 +00:00
christos
cef52070f9
Put the FILES generated rules in a separate .mk file since both bsd.prog.mk
...
and bsd.lib.mk use them.
1997-03-27 17:33:34 +00:00
mycroft
5fa188a26f
Make the SCRIPTS case mimic the FILES case more closely, so we can override
...
the destination direectory, etc.
1997-03-27 11:05:32 +00:00
mycroft
908bee20db
Use bsd.prog.mk, to deal with FILES.
1997-03-27 10:45:57 +00:00
mycroft
0d6b2973f3
Remove knowledge of HIDEGAME from here.
1997-03-27 09:10:09 +00:00
mycroft
4c5c1ab440
Set FILESDIR.
1997-03-27 08:52:23 +00:00
mycroft
557dd62340
No need to override BINDIR here.
1997-03-27 08:50:26 +00:00
mycroft
494f5c0c99
Set FILESDIR.
1997-03-27 08:48:56 +00:00
mycroft
70ab3781a1
If we're going to run things through strip.sed, let's be consistent about it.
1997-03-27 03:12:32 +00:00
thorpej
f7a196917a
Make this work with obj dirs.
1997-03-26 23:11:15 +00:00
mikel
4a78bf11a6
merge lite2 changes, RCSid police
1997-03-26 07:14:31 +00:00
mikel
efb277451b
import 4.4BSD-Lite2 version
1997-03-26 07:07:41 +00:00
mikel
ba73a3f67d
RCSid police
1997-03-26 06:57:08 +00:00
mikel
5b03129331
merge lite-2 changes
1997-03-26 06:30:54 +00:00
mikel
7cefc17c7e
import 4.4BSD-Lite2 versions
1997-03-26 05:10:53 +00:00
perry
273d9d8452
Update to note that sound now mostly works, and to list the FreeBSD
...
URL to retrieve an easy to use tar file of Linux libraries etc.
1997-03-25 19:29:01 +00:00
christos
790c4693cc
Add the bsd.links.mk and bsd.inc.mk
1997-03-25 18:20:55 +00:00
is
138db3e452
Add MROUTING description.
1997-03-25 16:42:52 +00:00
mikel
20efef237e
expand on these a bit.
1997-03-25 07:20:00 +00:00
christos
7600672517
put the 'r' back in archive.
1997-03-24 23:19:12 +00:00
christos
3917c3179d
- Makefile cleanups
1997-03-24 21:57:01 +00:00
christos
25f6ec749f
make rules update:
...
- add UPDATE and BUILD features
- add new FILES, INCS, SCRIPTS variables
- allow man pages source installation
1997-03-24 21:54:12 +00:00
christos
8a6e9721ca
const poisoning.
1997-03-24 21:20:03 +00:00
jtk
eaede4d4fa
fix PR 3381, and make it refer to NetBSD-1.3 rather than -current
1997-03-23 19:20:30 +00:00
cjs
cdd442b698
Re-write.
1997-03-23 07:57:22 +00:00
is
a36535a1c0
mention ARP support
1997-03-23 01:32:38 +00:00
cgd
d46cdace76
add SHLIB_LDSTARTFILE and SHLIB_LDENDFILE variables for a.out shared lib
...
architectures, for consistency. (For a.out shared libs, they're empty.)
Make the shared library target depend on them.
1997-03-23 00:52:20 +00:00
perry
1d624f4f7e
Fix SYMLINKS not to include DESTDIR in the link itself
1997-03-22 22:33:53 +00:00
cjs
30b1e68f3d
PR misc/3375, submitted by der Mouse <mouse@Rodents.Montreal.QC.CA>.
...
The if_name fields are really called ifr_name.
1997-03-22 02:59:11 +00:00
cgd
30f6cf581e
changes to allow "make -j N" to more easily parallelize many subdirs
1997-03-21 00:53:02 +00:00
perry
ab8dd6a331
fix typos per pr-3349 submitted by SAITOH Masanobu
1997-03-18 14:25:29 +00:00
perry
d7df680439
Fix the last fix.
...
a the -> the
1997-03-18 06:17:17 +00:00
perry
a8f5d0c853
Note that DDB_ONPANIC may also be set with sysctl(8)
1997-03-18 06:15:18 +00:00
perry
55a6ac03fd
Correction: ifaliases appeared in 1.2
1997-03-18 04:50:56 +00:00
perry
50bfaaee22
close enami tsugutomo's pr-3346 -- silly mistake in description of page
1997-03-18 04:48:42 +00:00
mrg
4beb045eb4
merge tzdata1997d
1997-03-18 03:01:32 +00:00
mrg
be477182a9
import tzdata97d
1997-03-18 01:37:09 +00:00
is
6ecca3f700
add arpresolve and arpintr descriptions
1997-03-17 14:06:49 +00:00
cjs
9da2a1ed80
Rewrote second paragraph, and added mopd in a new format. All the other
...
entries will be converted soon after feedback is received.
1997-03-17 01:22:49 +00:00
is
41d77d21fc
Fix yet another typo.
1997-03-16 20:24:08 +00:00
is
b40ff398db
fix typo
1997-03-16 20:06:37 +00:00
is
bf744fd321
Fix .Nx call.
1997-03-16 20:04:13 +00:00
is
fb5a155058
Support NetBSD-1.2C, -1.2D, and -1.2E just in case.
1997-03-16 19:59:02 +00:00
is
ea7a8a2959
Pull the ARP support function man page up to the main branch.
1997-03-16 19:43:17 +00:00