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
Andrey A. Chernov
b298203bd4
Reword compatibility note
2002-04-08 09:28:22 +00:00
Ruslan Ermilov
7cf143f761
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
Ruslan Ermilov
88505e11bc
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
Andrey A. Chernov
b2f4082444
Add warning about collating order
2002-04-07 03:15:51 +00:00
Andrey A. Chernov
f59de9ec72
Fix this table, it was completely out of reasonable order
2002-04-07 02:52:11 +00:00
Gregory Neil Shapiro
1bff600f6e
Add some additional sendmail related directories
...
MFC after: 3 days
2002-04-06 17:19:09 +00:00
Murray Stokely
33c8be7e3e
* Correct a typo.
...
* Add an entry for /etc/pam.d.
* Update /usr/libdata/stallion description.
2002-04-06 11:50:23 +00:00
Mike Barcroft
995f177eac
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 Barcroft
3bede0fb51
Fix misordered list.
2002-04-06 07:10:15 +00:00
Mike Barcroft
a2a4431989
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
Alexey Zelkin
20762f714b
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
Alexey Zelkin
3ac0118b8c
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
Alexey Zelkin
f218cb8431
la_LN.ISO8859-2 depends on map.ISO8859-2. Reflect it in dependence rules
2002-04-05 15:24:04 +00:00
Alexey Zelkin
196e098229
Associate tr_TR.ISO8859-9's LC_COLLATE with US-ASCII's one
2002-04-05 15:19:17 +00:00
Alexey Zelkin
8118280958
Add pt_BR.ISO8859-1 (Brazilian Portuguese) locale
...
Submitted (partly) by: dcs
2002-04-05 15:03:13 +00:00
Chad David
8d7cbc2dea
Fix typo and change Fn to Xr.
2002-04-05 08:05:11 +00:00
Gregory Neil Shapiro
619b80c4e6
Quoting Peter Wemm, "At great personal risk, touch the sendmail startup
...
again."
As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail. The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed. A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA. For backward compatibility, it will default to
/etc/rc.sendmail. The specified script is called out of /etc/rc after
checking to make sure it exists. A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.
Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.
Reviewed by: -current, -stable, obrien, peter, ru
MFC after: 1 week
2002-04-05 02:30:49 +00:00
Garrett Wollman
b19a67b074
Merge from vendor branch.
2002-04-04 18:16:19 +00:00
Ruslan Ermilov
d912b3a824
Complete the fix in revision 1.13 -- don't even depend on termcap(5)
...
database to be present.
PR: misc/31225
2002-04-04 07:30:46 +00:00
Sheldon Hearn
2514186c3b
Regen.
...
This restores rev 1.12 (spammed by rev 1.13), as the Cenatek Rocket
Drive is now included in at least the Hart list.
2002-04-03 17:03:09 +00:00
Andrew R. Reiter
80cc42da6b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
John Baldwin
cfa028281a
- Update to new suser() API.
...
- Spell privilege properly.
- Grammar nits.
2002-04-02 16:41:11 +00:00