Commit Graph

880 Commits

Author SHA1 Message Date
perry ca876d2670 remove nsswitch.conf.5 -- not in tree (yet) 1997-01-24 21:27:33 +00:00
cgd 21ad990583 reorganize Alpha boot block sources: put common sources in a 'common'
directory (so they don't clutter up the arch/alpha/stand), and put
not-common sources in programs' directories.
1997-01-24 01:52:35 +00:00
lukem dff93f1d73 (this shouldn't have been in the main trunk) 1997-01-23 12:25:22 +00:00
cgd 1d20ab5d2e if 'clean' is not already defined, rather than simply defining it with
a bunch of rules, define a clean{kmod,lib,prog} target with the rules,
and have both clean and cleandir depend on that.  That eliminates a bug
where 'cleandir' in a directory which included e.g. bsd.prog.mk but which
also had subdirs would 'make clean' all the subdirs and then 'make cleandir'
all ofthe subdirs.  It also allows Makefiles to add more dependencies
to 'clean' after inclusion of the make template.

If 'clean' is already defined, the behaviour is the same as it used to be.
1997-01-22 01:34:11 +00:00
cgd 7878fdb4f2 add a manual page for setnetbootinfo 1997-01-20 22:31:09 +00:00
cgd 96fba1833b add definitions for "1.2a" and "1.2b" arguments to the .Nx macros (For
1.2A and 1.2B, respectively).  clean up the strings resulting from
other Nx uses slightly.  (previously, 1.0A would be printed as 1.0a, etc.
Now it's printed correctly.)
1997-01-20 22:22:30 +00:00
perry 57e986e85a add NODOC -- if set, prevents installation of doc files
contributed by Brian de Alwis <bsdealwi@undergrad.math.uwaterloo.ca>
closes pr-2290 (per thorpej)
1997-01-17 01:15:55 +00:00
perry 2a9ecb70c3 close pr-3111 -- use sh to invoke script instead of executing 1997-01-16 21:17:53 +00:00
mikel b6b71e4383 replace reference to getkerninfo(2) with reference to sysctl(3),
resync structures and definitions with <net/route.h>; PR 2007
also add SEE ALSO section, and misc. cleanup
1997-01-16 06:50:16 +00:00
mikel fe1e723407 fix thinko 1997-01-15 06:25:55 +00:00
perry f0f0eff59f Nuke TIMEZONE and DST, add RTC_OFFSET. 1997-01-15 06:20:02 +00:00
mikel fc9eccd268 move ncr.4 from man4.i386 to MI man4 1997-01-15 05:54:39 +00:00
mikel 3922259bf3 move from i386 dir and update config entry; PR 2863
also expand list of supported devices, RCS ID and .Nm police
1997-01-15 05:47:50 +00:00
mikel bf16e25de3 moved to man4 1997-01-15 05:14:15 +00:00
mark ed0c7a8de5 The arm32 architecture also needs to set NOPIC. 1997-01-13 00:54:23 +00:00
thorpej a5f0d79aaa Document the IP_RECVIF socket option. Also mention that IP_RECVDSTADDR
works with SOCK_RAW sockets now, as well as SOCK_DGRAM.
1997-01-12 00:59:51 +00:00
thorpej 9974ea6a9f Document DDB_ONPANIC. 1997-01-09 05:46:49 +00:00
thorpej c4fc3ef513 Document "onpanic" built-in variable. 1997-01-09 05:42:55 +00:00
cjs 36dd47d99f Fix another minor nit pointed out by Klaus Klein <kleink@layla.inka.de> 1997-01-08 21:01:11 +00:00
scottr 7ee0c73910 Note bug in early revisions of the BT-445S versus systems with
more than 16MB of RAM.
1997-01-07 23:45:21 +00:00
mikel 1bc33c232b fix some typos. 1997-01-07 07:31:32 +00:00
tls b27eb547ea change rc.conf.5 to reflect change to Kerberos stuff in rc.local, as per mrg 1997-01-07 05:37:36 +00:00
cjs a85445f340 PR 3085: typo. Fix from frueauf@ira.uka.de. 1997-01-06 18:30:46 +00:00
cjs 59881bf885 PR 3082: typo. Patch from Klaus Klein <kleink@layla.inka.de>. 1997-01-05 22:53:08 +00:00
mrg a9d07e01a7 fix minor nit. 1997-01-05 12:10:10 +00:00
mrg 5fb9b57376 add man pages for mostly new and some old configuration files. 1997-01-05 11:50:12 +00:00
cjs 4cab439b34 Add references to ypinit(8). Fix typo in SEE ALSO. 1997-01-05 09:40:26 +00:00
mikel 8520799dbe Install tun(4); fixes PR misc/3068. 1996-12-30 04:44:08 +00:00
christos 398a0a033b Don't use @echo "${command}" to echo commands, because if ${command} contains
double quotes we generate shell syntax errors. Use @echo ${command:Q} instead
which properly quotes shell metacharacters.
1996-12-29 19:14:32 +00:00
veego bc9228cf4f Fix typo in the last commit. 1996-12-27 10:42:47 +00:00
pk 7002100e64 Document disklabel routines. 1996-12-27 10:20:25 +00:00
mikel 875986c568 eliminate obsolete references to mkfs(8);
from Klaus Klein <kleink@layla.inka.de>
1996-12-26 04:33:34 +00:00
mikel 0f5ac976de add ahc and move bt to bha; fixes PR 3036
also added boca and fdc.
1996-12-26 02:18:10 +00:00
mikel 445cee15ef add missing comma; fixes PR 3037. 1996-12-26 01:53:59 +00:00
cgd 414b38f4b2 add an afterdepend target (a la the one in bsd.lib.mk) that processes
the .depend file to add <filename>.ln for each <filename>.o as an
object file which has the given dependencies (in addition to
<filename>.po and <filename>.so, which were already there).
1996-12-20 16:39:03 +00:00
cgd 6cd7e38583 change the afterdepend target so that its sed script adds <filename>.ln
for each <filename>.o as an object file which has the given dependencies
(in addition to <filename>.po and <filename>.so, which were already there).
1996-12-20 16:36:56 +00:00
cgd 2dbbba03f0 remove outdated XXX comment (mine) 1996-12-19 07:51:59 +00:00
jtc 1aae3c4b36 Changed xterm entry to point to xterm-r5 so it will work with older
versions of xterm too.
1996-12-18 19:53:18 +00:00
jtc d7fc46850e sync with 9.13.19 1996-12-18 09:44:24 +00:00
jtc fae9706cd0 sync with tzdata96m 1996-12-18 05:22:48 +00:00
jtc d726a6fbac import tzdata96m 1996-12-18 05:21:14 +00:00
cgd cbff9abf27 undo (or actually, do differently) that last: On the Alpha, build shared
libraries with LD, but add /usr/lib/crtbegin.o and /usr/lib/crtend.o
before and after the rest of the stuff being linked.  This is a losing
situation all-around: for correct 'DESTDIR' builds, it should be including
them from ${DESTDIR}/usr/lib.  However, since those objects should be
included for all shared libraries, including them from ${DESTDIR} won't work,
because they won't be installed by normal builds by the time they need to
be used.
1996-12-17 23:14:23 +00:00
cgd 47b997f2e0 build Alpha shared libraries with ${CC} rather than ${LD}, because cc
understands how to do the c run-time startup magic necessary for shared
libraries and ld doesn't.
1996-12-17 21:05:40 +00:00
mikel 6d303ec98e add missing LIBPCAP definition. 1996-12-13 08:02:52 +00:00
mikel 112f25b866 this should work now. 1996-12-05 07:18:28 +00:00
mikel 86cde13f0d misc. updates and fixes from LBL version (bpf-1.1). 1996-12-04 04:46:04 +00:00
perry 75911b347d nuke 'the the' typo 1996-12-04 00:11:23 +00:00
perry 075566199b fix 4(busmouse) typo (pr-2992) 1996-12-03 18:16:35 +00:00
tls ffb2108034 option is PFIL_HOOKS, not PACKET_FILTER 1996-12-02 01:00:50 +00:00
tls 0def6ae7ee .Dt request takes two and only two arguments; use of three leads to rather strange looking man page headers. :-) 1996-12-02 00:11:31 +00:00