Ruslan Ermilov
d0a19329c7
Revert to the ordinary :' dependency operator for
mainstall'.
...
Revision 1.7 had "maninstall::" inside a loop. Revision 1.36
unrolled the loop.
Reviewed by: bde
2002-04-17 05:53:57 +00:00
Ruslan Ermilov
70e82473a4
Doh, previous revision made .depend to be almost always out of date.
...
Spotted by: bde
Fortunately, we have a powerful make(1). Apply some black magic to
make it DTRT. (Better viewed as diff to revision 1.30.)
2002-04-17 05:42:18 +00:00
Tom Rhodes
28395f9543
Add more information to SYNOPSIS of ed.4
...
PR: 36467
MFC after: 3 days
2002-04-16 22:52:01 +00:00
Yaroslav Tykhiy
60af6add19
Describe possible values for net.inet.tcp.log_in_vain
...
and their effects.
PR: docs/35932
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
MFC after: 1 week
2002-04-16 13:19:33 +00:00
Ruslan Ermilov
0cfacc8666
Don't spawn extra make(1) process to execute _EXTRADEPEND.
2002-04-16 12:27:07 +00:00
Jun Kuriyama
aad76ee7dd
Change reference path/URL.
...
Submitted by: Olivier Tharan <olivier.tharan@idealx.com>
PR: docs/37094
MFC after: 1 week
2002-04-16 01:21:06 +00:00
Ruslan Ermilov
e16529d335
Only pass our idea of `CC' down to mkdep(1) if it's non-default.
2002-04-15 15:23:45 +00:00
Ruslan Ermilov
a5772968f0
Fix all-man to look into the SUBDIR subdirs as well.
2002-04-15 10:17:35 +00:00
Ruslan Ermilov
9bda5a5789
Added glue for the all-man and maninstall targets.
2002-04-15 10:16:26 +00:00
Tom Rhodes
f9d32093a6
Removed 2 lines from the cd(9) manual page.
...
PR: 35944
2002-04-15 06:02:58 +00:00
Dag-Erling Smørgrav
c3ec83e170
Add a dependency on libypclnt to libpam, in preperation for making pam_unix
...
use it to update NIS passwords.
2002-04-15 02:32:54 +00:00
Tom Rhodes
537b182320
a.out.5 states that nobody seems to agree on what bss stands for. This is
...
incorrect, however, as Dennis Ritchie states ``Actually the acronym is "block
started by symbol." It was a pseudo-op in FAP (Fortran Assembly Program), an
assembler for the IBM <models> machines. It identified its label and set
aside space for a given number of words.''
PR: 34088
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
MFC after: 2 days
2002-04-15 02:05:06 +00:00
Jeroen Ruigrok van der Werven
50c1e22e2e
Correct two syntax mistakes.
...
Fix overflowing right side, so that the && operator fits on the same line.
2002-04-14 19:52:42 +00:00
Jeroen Ruigrok van der Werven
d172142dc6
Remove extraneous newline.
2002-04-14 19:33:07 +00:00
Gregory Neil Shapiro
14d6d7657a
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick
...
the .mc file used for /etc/mail/submit.cf. By default,
/etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenner
Submitted by: ume
MFC after: 1 week
2002-04-14 19:20:26 +00:00
Dima Dorfman
146b8183bc
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
...
PR: 37032
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-13 09:07:22 +00:00
Dag-Erling Smørgrav
533e4c33b3
Add libypclnt.
2002-04-13 07:23:25 +00:00
Tom Rhodes
cb9c48832e
Make a few content fixes/additions to tap(4) manual page.
...
PR: 36985
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
MFC after: 4 days
2002-04-12 22:06:16 +00:00
Chad David
623fded8d6
Remove a duplicate description of the type parameter for mtx_init.
...
Noticed by: scottl
2002-04-12 16:32:38 +00:00
Ruslan Ermilov
5d68012a54
Back out second part of the previous change. While this was
...
indeed a good change, I shouldn't have made it after testing
with the -DNOCLEAN buildworld. There are far too many users
of this misfeature under sys/boot/. I will reapply the change
after I fix these.
This change has been tested with the clean buildworld.
2002-04-12 16:25:13 +00:00
Ruslan Ermilov
d8d5898fff
Fixed the fatal breakage I introduced in the last commit.
...
Make the defined(SRCS) case similar to the !defined(SRCS)
case - only define ${PROG}: ${OBJS} if the ${PROG} target
does not exist. This has only one precedence in the entire
source tree, usr.bin/doscmd, and its Makefile is horribly
broken. I will temporarily unconnect it from build until
I'm working on the fix.
2002-04-12 11:21:09 +00:00
Ruslan Ermilov
f8ba15551d
Don't add -lstdc++ to LDADD, just let c++(1) link C++ programs.
...
Record the dependency on ${LIBSTDCPLUSPLUS} similar to ${LIBC}.
Suggested by: imp, obrien, peter
2002-04-12 08:17:24 +00:00
Chad David
468f8a27bb
Add entries for selrecord.9.
2002-04-12 06:19:34 +00:00
Chad David
307ce5fea9
Add a new man page that documents selrecord and selwakeup.
...
Thanks to: alfred
2002-04-12 06:19:12 +00:00
Chad David
4edac09c3e
Update the prototype for maybe_resched to take a thread not a ksegrp.
...
Remove need_resched as it no longer exists.
Cleanup the text for other functions that have changed out from under
their descriptions.
This page needs to be reviewed again after things settle down a bit.
Reviewed by: jhb
2002-04-12 06:03:47 +00:00
Chad David
57cf955171
Add text describing the new type parameter, and rename description
...
to name as that is what it is called in mutex.h.
2002-04-12 05:55:17 +00:00
Chad David
e6f97cc401
Add sys/types.h to the list of required includes.
2002-04-12 05:23:16 +00:00
Chad David
234b7100a1
Update the prototype for read_random to reflect that the count parameter
...
is an int not an unsigned int, and that it returns an int not an unsigned
int.
2002-04-12 05:19:12 +00:00
Chad David
c4a7ba6e34
Update the prototype for lockinit to reflect that wmesg is a const char *.
2002-04-12 05:16:27 +00:00
Chad David
f972f99474
Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update
...
the text to reflect the changes.
Update the header files list.
2002-04-12 05:06:38 +00:00
Scott Long
6a00ed1536
Document the lock type argument of mtx_init().
2002-04-12 05:05:19 +00:00
Julian Elischer
44f9a04673
Change the script a bit to allow the creation of 'brouted' bridges.
...
To do this you need to have each top-end connected as well.
IP can be routed and other protocols get bridged..
Also useful when bridgeing two networks while merging them as
machines will work with both old and new netmasks. (well mostly).
2002-04-12 04:44:53 +00:00
Chad David
94552cece2
Document the new size parameter.
2002-04-12 04:26:15 +00:00
Chad David
ac05f75438
Document the new flags parameter.
...
Add vget(9) to the SEE ALSO list.
Minor formatting change.
2002-04-12 04:23:22 +00:00
Chad David
55d04e913a
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
Chad David
37bc3d021d
Update the .Fn line for MTX_SYSINIT to include the parameter types.
2002-04-12 03:54:44 +00:00
Ruslan Ermilov
47bf8a5c3b
Implement PROG_CXX for <bsd.prog.mk>.
...
Obtained from: NetBSD (with some mods)
Reviewed by: peter
2002-04-11 10:44:30 +00:00
Ruslan Ermilov
de0d6977f9
Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55.
...
bsd.lib.mk,v 1.101 only did that partly.
2002-04-11 08:54:21 +00:00
Mike Silbersack
102b06f844
Update documentation relating to sysctls in a post-syncache
...
world. Goodbye tcp.tcp_lq_overflow and tcp.strict_rfc1948,
hello tcp.syncookies.
MFC after: 3 days
2002-04-10 19:52:21 +00:00
Maxim Konovalov
23c2b90cba
Document NO_RCMNDS flag introduced in rev. 1.20 src/bin/Makefile.
...
Approved by: ru
MFC after: 1 week
2002-04-10 09:23:38 +00:00
Gregory Neil Shapiro
14a349d554
Update mail queue related periodic scripts to account for sendmail 8.12's
...
clientmqueue (submit mail queue).
The new mailq display is only active if both the old
daily_status_mailq_enable is set to "YES" and the new
daily_status_include_submit_mailq is set to "YES" so people who disabled
440.status-mailq won't have any surprises.
Likewise, the new queue run is only active if both the old
daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun
is set to "YES" so people who disabled 500.queuerun won't have any
surprises.
While I am here, remove the [ ! -d /var/spool/mqueue ] checks from
both scripts as the queue directory isn't always /var/spool/mqueue for
the main daemon -- it can be set to anything in the sendmail.cf file.
MFC after: 1 week
2002-04-10 03:58:40 +00:00
David E. O'Brien
89d1cbc7aa
Add WARNS levels 5 and 6:
...
5 gives us -Wuninitialized rather than -Wno-uninitialized
6 gives us full BDECFLAGS
2002-04-10 02:45:22 +00:00
Julian Elischer
b1f2c84336
Slight correction to ng_etf man page and add it to the list
...
of man pages to install.
2002-04-09 21:34:33 +00:00
Tom Rhodes
a8f838798e
intro(8) is lacking a command status explanation, added.
...
PR: 36448
No objections from: ru
MFC after: 3 days
2002-04-09 21:05:18 +00:00
Bosko Milekic
e5f7f97622
Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,
...
and document in share/examples/etc/make.conf
Submitted by: Aleksandar Simic <asimic@dsl.pipex.com>
MFC after: 1 week
2002-04-09 18:25:44 +00:00
Mike Silbersack
74c0361a9d
Update ip(4) manpage to reflect recent ephemeral port range
...
change.
Noticed by: ru
MFC after: 1 day
2002-04-09 18:03:18 +00:00
Ruslan Ermilov
d3b39427f5
Fixed broken dependency in lib/libpam/modules/pam_krb5.
2002-04-09 13:19:09 +00:00
Jeroen Ruigrok van der Werven
eb8f9028fb
Add the Euro symbol mapping to the UK keyboard keymap.
...
PR: 33956
Submitted by: Andrew McKay <andy@openirc.co.uk>
MFC after: 3 weeks
2002-04-08 19:16:01 +00:00
John Baldwin
2acffa072b
Update /usr/libdata/perl subdirectory to the Perl 5.6.1.
2002-04-08 18:41:33 +00:00
Andrey A. Chernov
f9209c6234
Back out ASCII compatibility and let people face the problems themself
...
Cejka Rudolf <cejkar@fit.vutbr.cz> tells that it was in strong violation with
national standard.
2002-04-08 09:40:52 +00:00