ru
07d71fd775
mdoc(7) police: markup nits.
2001-08-27 08:01:01 +00:00
sobomax
9d85358bad
Remove grammatical bogon.
2001-08-27 08:00:15 +00:00
markm
2bc4538f02
Introduce a "noroot_ok" option to make this module ignore authentications
...
to a non-superuser if required.
2001-08-26 18:09:00 +00:00
markm
ca27273b17
Introduce better logging, error reporting and use of login_cap data.
2001-08-26 18:05:35 +00:00
markm
9259e6a60d
Add extra logging detail. This needs a more general solution.
2001-08-26 17:57:44 +00:00
markm
1821568d5e
Adjust dependancies and build order. PAM needs RPC.
2001-08-26 17:49:51 +00:00
markm
bed2067305
Big module makeover; improve logging, standardise variable names,
...
introduce ability to change passwords for both "usual" Unix methods
and NIS.
2001-08-26 17:41:13 +00:00
ache
16016c9943
Cosmetique fixes from bde
2001-08-26 10:38:29 +00:00
rwatson
d60872ff4a
o s/violate/override/ Capabilities are part of the system policy, not
...
an exception to it.
Submitted by: tmm
Obtained from: TrustedBSD Project
2001-08-25 14:37:01 +00:00
brian
30669fc42f
Rename the DIAGNOSTICS section to RETURN VALUES and describe the
...
return values a little more. Specifically, mention that a return
of 0 from NgRecvData() and NgRecvMsg() means the socket has been
closed.
Suggested by: jkh
2001-08-24 21:39:27 +00:00
dillon
d8f47c3dcc
Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the same
...
semantics as PROT_XXX vs VM_PROT_XXX separating user-space defines from
kernel defines).
2001-08-24 19:45:59 +00:00
dillon
a689358625
Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properly
...
document minherit().
2001-08-24 19:43:45 +00:00
dillon
e74674220c
Update the mmap.2 and minherit.2 manual pages. Add a short explanation and
...
referal from mmap to minherit for MAP_INHERIT. Fully document the
minherit.2 manual page (because frankly, my dear, however you think it
currently works is almost certainly wrong!). I may soon re-implement
MAP_COPY because I believe we can support it properly now, but I will have
to call it something else and that is for a later time.
2001-08-24 19:28:00 +00:00
brian
555f723063
Explain what the return value from NgRecvMsg() and NgRecvData() means,
...
specifically that 0 means the socket has been closed.
2001-08-24 14:52:05 +00:00
ache
e19bfc33ec
Fd is macro too, so use \&Fd
2001-08-24 11:12:58 +00:00
ache
48f4de4b24
Fildes -> Fd too (started from big letter)
2001-08-24 11:05:11 +00:00
ache
a8dcabefec
Change
...
start means ...
to
.Fa l_start
means ...
2001-08-24 10:59:32 +00:00
sheldonh
0d4a8deadc
Fix up English from previous 3 revisions.
...
There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'.
2001-08-24 10:36:29 +00:00
peter
5c9278dd27
Make ps -M corefile work again. This has been broken for quite some time.
...
kvm_proclist() was aborting when it saw the ithreads with no pgrp.
2001-08-24 09:43:44 +00:00
peter
48a05c39e4
Dynamically adjust to the value of KERNBASE in a crashdump, with
...
a fallback for old kernels without the "kernbase" symbol.
2001-08-24 08:53:30 +00:00
ken
f3757912bf
Remove a duplicate "that".
...
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
2001-08-24 02:24:58 +00:00
dd
499a5e0623
begin executed --> being executed
...
Obtained from: NetBSD
2001-08-24 00:18:37 +00:00
dg
3f316f2813
Killed reference to MAP_INHERIT which is not supported in FreeBSD.
2001-08-23 22:39:52 +00:00
ache
6bf9344aea
Now we implement l_len<0 per POSIX, describe it.
2001-08-23 19:00:34 +00:00
gallatin
284bfcfa90
Bail if we go beyond the directory size, not just if we hit it.
...
Certain ISO fs's (like the one for 4.4-RC1 disc1 on alpha)
trigger this, and we end up opening a null file name. This causes us to get
a false match for "kernel.ko" when it does not exist.
2001-08-23 17:08:26 +00:00
ache
34fdd670e3
Cosmetique: correct English in comments
2001-08-23 14:49:02 +00:00
ache
dfbde1a364
Rephrasing prev. commit a bit.
2001-08-23 09:55:10 +00:00
ache
6ecf913158
Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_len
2001-08-23 09:42:30 +00:00
ru
f5c34b17b4
mdoc(7) police: Fixed broken xrefs.
2001-08-22 14:16:31 +00:00
ache
f60d2f7ff6
Document new EINVAL, EOVERFLOW cases. Sort ERRORS
2001-08-21 21:44:48 +00:00
dd
a88fc7be96
Don't claim to be mp(3).
2001-08-21 20:05:39 +00:00
dd
9d4ed109cd
Use .In, .Ux, and .Rv where appropriate. Also consistently call this
...
a "function" instead of a "routine".
Submitted by: ru
2001-08-21 19:32:47 +00:00
dd
ed0220ed4a
Expand the ?: construct into an if/else.
...
Submitted by: nectar
2001-08-21 19:27:07 +00:00
dd
5976d34281
The setprogname() function sets the name of the program to be the last
...
component of the progname argument.
2001-08-21 18:49:58 +00:00
dd
e3c9222f4b
Fix style bug.
2001-08-21 18:46:33 +00:00
ru
561f062ba6
Fixed warnings.
2001-08-21 17:28:39 +00:00
nectar
1476d8bd38
Pass the pointy hat, please.
...
Submitted by: ru
2001-08-21 17:16:32 +00:00
nectar
80287b2545
setprogname() should set __progname to the last component of the given
...
path.
2001-08-21 16:55:34 +00:00
dfr
1a1e0c68e0
Make sure stack is aligned to 16 bytes.
2001-08-21 16:53:23 +00:00
ru
f7788377b5
Added TFTP support.
...
Submitted by: Joe Clarke <marcus@marcuscom.com>
MFC after: 2 weeks
2001-08-21 16:25:38 +00:00
ru
b50e7f1fae
Close the "IRC DCC" security breach reported recently on Bugtraq.
...
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2001-08-21 11:21:08 +00:00
peter
b25bd9e46c
Rebuild libcrypto.so.1 and libssl.so.1 from 4.2-RELEASE, but this time
...
without the silly librsaINTL.so and/or librsaUSA.so dependencies.
4.2-RELEASE appears to be after the demolition of the librsa* stuff, so
I'm not sure where ps got these binaries from. Anyway, this makes old
binaries work again since we dont ship librsaINTL.so and/or librsaUSA.so
in the compat dists. I believe RELENG_4 is affected still too.
2001-08-21 07:48:58 +00:00
ken
6d1c79ab1c
Fix some style inconsistencies introduced in rev 1.10, as well as some
...
other inconsistencies that I missed in my review of rev 1.7. Also fix
a cut-n-paste error from an earlier revision.
2001-08-21 05:23:37 +00:00
brian
b043974ed5
Make the copyright consistent.
...
Previously approved by: Charles Mott <cmott@scientech.com>
2001-08-20 22:57:33 +00:00
brian
b7d1243b98
Handle snprintf() returning < 0 (not just -1)
...
MFC after: 2 weeks
2001-08-20 15:44:17 +00:00
brian
d7dc171062
Better snprintf() handling.
...
Prompted by: bde
2001-08-20 15:43:14 +00:00
brian
f203925086
Handle snrintf overflows.
...
Spotted by: bde
2001-08-20 13:44:13 +00:00
kris
7a9caa3fb8
Mark some functions as __printflike() and/or taking const char * arguments
...
instead of char *.
MFC after: 2 weeks
2001-08-20 12:53:36 +00:00
brian
328c1acb51
Handle snprintf() returning -1.
...
MFC after: 2 weeks
2001-08-20 12:50:21 +00:00
markm
ea3816f355
Add 'try_mapped_pass' standard option.
...
Asked for by: lukeh@PADL.COM
2001-08-20 12:43:19 +00:00