dd
b2386b0cda
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
...
PR: 37032
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-13 09:07:22 +00:00
des
3359f274e8
Add libypclnt.
2002-04-13 07:23:25 +00:00
trhodes
6d87908c0d
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
davidc
ad1eafb6f0
Remove a duplicate description of the type parameter for mtx_init.
...
Noticed by: scottl
2002-04-12 16:32:38 +00:00
ru
8ed4d7e8dd
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
ru
f94502c94d
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
ru
ef11b271d4
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
davidc
a7b85370e3
Add entries for selrecord.9.
2002-04-12 06:19:34 +00:00
davidc
9933dcee22
Add a new man page that documents selrecord and selwakeup.
...
Thanks to: alfred
2002-04-12 06:19:12 +00:00
davidc
e402b1524f
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
davidc
861f848704
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
davidc
81fcf8a41f
Add sys/types.h to the list of required includes.
2002-04-12 05:23:16 +00:00
davidc
4ebe7db907
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
davidc
a783cc12f6
Update the prototype for lockinit to reflect that wmesg is a const char *.
2002-04-12 05:16:27 +00:00
davidc
4a064bd33a
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
scottl
75c2263931
Document the lock type argument of mtx_init().
2002-04-12 05:05:19 +00:00
julian
8fd9529d1e
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
davidc
444ec93d92
Document the new size parameter.
2002-04-12 04:26:15 +00:00
davidc
5d7385435e
Document the new flags parameter.
...
Add vget(9) to the SEE ALSO list.
Minor formatting change.
2002-04-12 04:23:22 +00:00
davidc
2d9c1acf77
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
davidc
8acd6ce788
Update the .Fn line for MTX_SYSINIT to include the parameter types.
2002-04-12 03:54:44 +00:00
ru
42b9c98c9a
Implement PROG_CXX for <bsd.prog.mk>.
...
Obtained from: NetBSD (with some mods)
Reviewed by: peter
2002-04-11 10:44:30 +00:00
ru
4247d565b7
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
silby
d6ba2b5d3e
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
0373dfb081
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
gshapiro
cb7ff33241
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
obrien
824b21ae00
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
5f2261a757
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
trhodes
f543b2d6fc
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
bmilekic
890c5794a5
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
silby
d1c813d025
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
ru
43c55fd8d5
Fixed broken dependency in lib/libpam/modules/pam_krb5.
2002-04-09 13:19:09 +00:00
asmodai
93edb94e4e
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
jhb
0a7f76ebcb
Update /usr/libdata/perl subdirectory to the Perl 5.6.1.
2002-04-08 18:41:33 +00:00
ache
ff74b91a12
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
ache
01b48f0236
Reword compatibility note
2002-04-08 09:28:22 +00:00
ru
b42f3eadf7
FreeBSD prior to 4.5-RELEASE and older versions of 5.0-CURRENT do not
...
have the __FBSDID() macro in <sys/cdefs.h>. Fix this once and for all
for tools that need to be bootstrapped.
PR: bin/36747
MFC after: 3 days
Prodded by: obrien
2002-04-07 17:03:06 +00:00
ru
cb2e537633
Fixed the nasty bug where .depend file that exists somewhere in
...
the .PATH (but not in the ${.OBJDIR}) would result in a leak of
the ${OBJS}: ${SRCS:M*.h} dependency hint.
Spotted by: fixing the broken gnu/usr.bin/cc/cc1obj build
MFC after: 1 day
2002-04-07 14:58:12 +00:00
ache
30621dc30c
Add warning about collating order
2002-04-07 03:15:51 +00:00
ache
44ee59c255
Fix this table, it was completely out of reasonable order
2002-04-07 02:52:11 +00:00
gshapiro
5780e6b397
Add some additional sendmail related directories
...
MFC after: 3 days
2002-04-06 17:19:09 +00:00
murray
2bf5b24480
* Correct a typo.
...
* Add an entry for /etc/pam.d.
* Update /usr/libdata/stallion description.
2002-04-06 11:50:23 +00:00
mike
855da786ec
Remove types(5). It is of little use to have a manual with only the
...
contents of a header. It is of even less use when its contents are
stale.
2002-04-06 07:18:46 +00:00
mike
eba1005ff8
Fix misordered list.
2002-04-06 07:10:15 +00:00
mike
4ca49ee2c3
Add stdint(7), a manual which describes some of the integer types
...
available in the <stdint.h> header.
2002-04-06 07:05:42 +00:00
phantom
88fdbeb725
Unbreak ja_JP.SJIS locale by adding following associations:
...
LC_NUMERIC: ja_JP.eucJP -> ja_JP.SJIS
LC_MONETARY: ja_JP.eucJP -> ja_JP.SJIS
LC_MESSAGES: en_GB.ISO8859-1 -> ja_JP.SJIS
2Japansese folks: Feel free to fix as you desire correct.
2002-04-05 15:39:16 +00:00
phantom
86d0db992d
Link tr_TR.ISO8859-9's LC_CTYPE to UA-ASCII's. It's not completely correct,
...
but better than nothing.
2002-04-05 15:27:36 +00:00
phantom
e488e556dd
la_LN.ISO8859-2 depends on map.ISO8859-2. Reflect it in dependence rules
2002-04-05 15:24:04 +00:00
phantom
faddfa1aa0
Associate tr_TR.ISO8859-9's LC_COLLATE with US-ASCII's one
2002-04-05 15:19:17 +00:00
phantom
8e0b36fd31
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
...
Submitted (partly) by: dcs
2002-04-05 15:03:13 +00:00