sobomax
a7b1ee02c0
Add reference to elf(5) in addition to already mentioned a.out(5) and add both
...
elf(5) and a.out(5) into `SEE ALSO' section.
2000-11-27 15:18:25 +00:00
des
af385a33a0
Fix old-style proxy specs: default to FTP if FTP_PROXY was set; only default
...
to HTTP if HTTP_PROXY was used instead.
2000-11-27 13:42:56 +00:00
des
7affcbe9be
Don't try to get the proxy port number from /etc/services.
2000-11-27 13:41:55 +00:00
obrien
21353e6b13
Note that the `fmt' parameter is a printf()-like string.
2000-11-26 23:33:40 +00:00
kris
b64f677da6
Constify
2000-11-26 11:07:45 +00:00
kris
0bec2472fd
sprintf -> snprintf
2000-11-26 11:04:45 +00:00
phk
5df764b518
Make it possible to override the function which writes messages to
...
stderr in case of warnings and errors.
Rename malloc_options to have a leading underscore, I belive I have been
told that is more correct namespace wise.
2000-11-26 10:30:18 +00:00
kris
092949d321
sprintf -> snprintf
2000-11-26 09:05:40 +00:00
peter
42a69e52ec
Fix a mangled $Id string
2000-11-25 09:10:55 +00:00
green
163406c6e5
In env_destroy(), it is a bad idea to env_swap(self, 0) to switch
...
back to the original environ unconditionally. The setting of the
variable to save the previous environ is conditional; it happens when
ENV.e_committed is set. Therefore, don't try to swap the env back
unless the previous env has been initialized.
PR: bin/22670
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
2000-11-25 02:00:35 +00:00
billf
de5ab7abc1
Correct an arguement to ssh_add_identity, this matches what is currently
...
in ports/security/openssh/files/pam_ssh.c
PR: 22164
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Reviewed by: green
Approved by: green
2000-11-25 01:55:42 +00:00
sheldonh
61394742b5
Remove the only hard sentence break in the file.
2000-11-24 10:48:02 +00:00
ru
f7c856a264
Eliminate groff(1) warnings.
2000-11-24 09:33:37 +00:00
ru
bdc5340b39
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:02:00 +00:00
des
24bc75d6d1
Don't go haywire if the server closes the connection in the middle of a
...
multiline response (proper fix this time).
2000-11-22 14:50:46 +00:00
des
c3ebcca666
Revert previous commit, it was somewhat hasty.
2000-11-22 14:44:48 +00:00
des
f8ecb7b0f8
Don't go haywire if the server closes the connection during a multiline
...
response.
2000-11-22 14:30:28 +00:00
ru
1a6c69e84a
log
2000-11-22 09:23:54 +00:00
ru
bcfcc24426
mdoc(7) police: use the new feature of the An macro.
2000-11-22 08:47:35 +00:00
jlemon
8c110f84bf
Fix a logic reversal: the RFFDG flag must be unset in order to share
...
a file descriptor table. (Thanks to Alan Cox)
Clarify the fact that the changelist and eventlist can be shared.
2000-11-21 22:40:59 +00:00
asmodai
8b76fef8df
Clarify the time parameter of the kevent() system call.
...
Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon
2000-11-21 15:22:36 +00:00
ben
96115b68a9
Remove text saying "this is available from the compatibility library,
...
libcompat" in favour of a .Sh LIBRARY section using the .Lb macro. Also add
.Bf -symbolic around the text saying "this is obsolete" in re_comp.3.
PR: 22675
Submitted by: Mike Meyer <mwm@mired.org>
Reviewed by: sheldonh
2000-11-21 12:03:30 +00:00
sheldonh
5df8ea840b
Fix hard sentence break introduced in rev 1.7.
2000-11-20 16:25:10 +00:00
sheldonh
950abf2d5a
Add a period missing from rev 1.13.
2000-11-20 16:19:37 +00:00
sheldonh
e8fbfc7b68
Remove blank line introduced in rev 1.13.
2000-11-20 16:18:45 +00:00
ru
26c9ec6216
mdoc(7) police: fixed warnings.
2000-11-20 14:22:41 +00:00
ru
adf9e19a74
mdoc(7) police: fixed warning.
2000-11-20 14:18:21 +00:00
ru
f7a10404bc
mdoc(7) police: Nm -> Fn where appropriate.
2000-11-20 14:11:46 +00:00
ru
55a2350701
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 14:08:07 +00:00
deischen
400a63d937
Change a "while {}" loop to a "do {} while" to allow it to be
...
executed at least once, fixing pthread_mutex_lock() for recursive
mutex lock attempts.
Correctly set a threads signal mask while it is executing a signal
handler. The mask should be the union of its current mask, the
signal being handled, and the mask from the signal action.
Reported by: Dan Nelson <dnelson@emsphone.com>
MFC Candidate
2000-11-20 13:12:44 +00:00
deischen
7d8a005612
Fix MD macros to work for alpha. Without this fix, threads under alpha
...
seem to be totally broke.
MFC Candidate
Submitted by: gallatin
2000-11-20 01:57:19 +00:00
kris
21ab1b113e
MAXPATHNAMELEN -> MAXPATHLEN
...
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD
Obtained from: OpenBSD
2000-11-19 11:29:58 +00:00
kris
4d2f72a2d5
Don't suggest people use getpid() to construct temporary filenames;
...
point them to mkstemp() instead.
Obtained from: OpenBSD (based on)
2000-11-19 10:30:42 +00:00
kris
22625cdfe7
Update the documentation to describe the new mktemp() family behaviour.
...
Also notes that mkstemp() first appeared in 4.4BSD (change obtained
from OpenBSD)
Reviewed by: sheldonh
2000-11-19 10:21:32 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
deischen
282d572dc0
Fix a bug where a statically initialized condition variable
...
was not getting properly initialized in pthread_cond_signal()
and pthread_cond_broadcast(). Reportedly, this can cause
an application to die.
MFC candidate
Submitted by: ade
2000-11-16 22:50:33 +00:00
deischen
b593b76bee
Delete 4 lines of misleading/incorrect comments.
2000-11-16 19:15:56 +00:00
ru
e580bf73b6
Replace a dagger' sign with a
double dagger' one.
...
The former looks ugly on grotty(1) devices.
2000-11-16 11:22:42 +00:00
ben
bd39d53f34
Remove fullstops from the end of .Xr lines in SEE ALSO section.
2000-11-15 14:40:14 +00:00
deischen
5ed7dea44c
When entering the scheduler from the signal handler, tell
...
the kernel to (re)use the alternate signal stack. In this
case, we don't return normally from the signal handler,
so the kernel still thinks we are using the signal stack.
The fixes a nasty bug where the signal handler can start
fiddling with the stack of a thread while the handler is
actually running on the same stack.
MFC candidate
2000-11-14 20:00:19 +00:00
ru
c3b1026985
Convert this from -man to -mdoc.
2000-11-14 16:47:54 +00:00
ru
3b7dc88538
Spell the des's name correctly.
2000-11-14 13:19:26 +00:00
ru
d8cd612c43
Spell the sos's name correctly.
2000-11-14 13:09:12 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
sheldonh
c4a77380ec
Change [Ii]t's to "It is" and "its" as appropriate.
2000-11-14 07:36:51 +00:00
sheldonh
8e96fd263c
Whitespace only: remove hard sentence breaks introduced in previous
...
commit and use a paragraph marker (Pp) instead of a blank line.
2000-11-14 07:35:02 +00:00
obrien
670d8859eb
Bump the shared lib version. There seems to have been an incompatible
...
change committed to RELENG_4 where a bump there is now necessary.
We've got to go before RELENG_4 does.
2000-11-14 02:46:23 +00:00
nectar
7df19d1455
Fix bug introduced in previous commit: users obtained via compat mode
...
had uid, gid set to 0 if not otherwise specified!
Submitted by: eivind
2000-11-13 21:22:50 +00:00
nik
eacae59bd6
Create the links for the reentrant time functions.
...
PR: docs/22644
Submitted by: andrew@ugh.net.au
2000-11-12 16:17:53 +00:00
deischen
a7772ecabd
Correct the logic for checking the emptiness of the waiting queue.
...
This fixes a potential problem where the file descriptors would not
be polled causing waiting threads to stay waiting. Doh!
MFC candidate.
2000-11-11 22:20:36 +00:00