keramida
760cdded06
Various typo fixes.
...
PR: docs/39395
Submitted by: Rich Neswold <rneswold@ameritech.net>
2002-07-12 01:30:18 +00:00
wollman
231c73de87
A simple implementation of statvfs(3) (one step above the trivial one).
...
Not yet connected to the build (awaiting documentation).
2002-07-11 22:54:11 +00:00
alfred
44a833ee5a
Update manpages to reference 'timed' rpc functions
2002-07-11 22:25:16 +00:00
alfred
5b169b54b8
Add functions allowing for the user to specify a timeout for rpc functions.
...
Update copyrights to reflect where this code was lifted from. (tirpc '99)
Submitted by: mbr
2002-07-11 16:23:04 +00:00
tmm
95a384b19a
Add missing ret instruction to the ptrace() syscall wrapper.
2002-07-11 15:48:02 +00:00
wollman
7e0fbbed95
Fix some comments.
2002-07-10 16:35:02 +00:00
mux
9d6bbab0db
Typo fix: Setlogin() -> setlogin().
...
Submitted by: Olivier Houchard <cognet@ci0.org>
2002-07-08 20:16:15 +00:00
mike
2363974e0c
Bring poll.h up to conformance with POSIX.1-2001 by adding some
...
visibility conditionals, adding the nfds_t type, and changing the
poll() prototype a little. Update the manual to match.
2002-07-08 16:37:35 +00:00
dannyboy
6ed5521a7e
s/unavilable/unavailable/
...
PR: 39446
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 1 day
2002-07-07 18:08:51 +00:00
robert
4c9a1c63b4
Fix syntax error which occurred when LIBC_SCCS was defined.
2002-07-07 11:28:28 +00:00
chris
c54abf6b04
Move appropriate information out of DESCRIPTION' and into
SECURITY
...
CONSIDERATIONS'.
Sponsored by: DARPA, NAI Labs
2002-07-03 15:31:47 +00:00
chris
b9183e530c
Correct a call to fcntl(F_SETFD) to use FD_CLOEXEC' instead of
1'.
2002-07-03 08:15:55 +00:00
chris
306b98b34d
Add a SECURITY CONSIDERATIONS example: make note that access to open
...
file descriptors does not change upon dropping privilege, and include
a likely case of `setuid(non_superuser); exec(...);'.
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-07-03 08:13:25 +00:00
mini
46aac0b82f
Fix off-by-one error.
...
PR: misc/40104
Submitted by: Neal Fachan <neal@isilon.com>
MFC after: 3 days
2002-07-03 06:28:04 +00:00
mp
2b2c982721
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
2002-07-02 21:05:08 +00:00
ume
ddbac8e311
Make NI_WITHSCOPEID a default (always on), to synchronize
...
with recent 2553bis.
Obtained from: KAME
MFC after: 3 weeks
2002-07-02 11:05:31 +00:00
chris
22405035c0
Rename CAVEAT' to
SECURITY CONSIDERATIONS' and move it up to
...
the correct location--this section consists solely of security
considerations information.
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-07-01 14:41:05 +00:00
obrien
0ceea17099
Use FBSDID
2002-06-30 05:36:49 +00:00
obrien
83975c1387
Use __FBSDID.
2002-06-29 03:23:51 +00:00
obrien
30c36077fc
Add frexp(3).
...
Obtained from: OpenBSD
2002-06-29 03:23:18 +00:00
silby
a0823faefa
Fix style bugs I added in last commit.
...
Spotted by: bde
2002-06-27 14:16:21 +00:00
deischen
0ac902835e
Remove pselect from application namespace and instead use a weak reference
...
to the actual implementation. This is to allow libc_r to override
pselect() making it a cancellation point.
Prompted by: wollman
2002-06-27 13:23:46 +00:00
deischen
dad2305f62
Remove improper use of <namespace.h>.
...
Remove fmtcheck from application name space (fix the weak reference).
2002-06-27 13:20:54 +00:00
deischen
39357aa235
Remove improper use of <namespace.h>
2002-06-27 13:18:27 +00:00
silby
100d07d8c1
Modify bcopy (and memcpy/memmove) so that the length value is not
...
re-read from the stack mid copy. This may help mitigate the recent
Apache buffer overrun and future overruns of the sort.
Reviewed by: jdp
MFC after: 2 days
2002-06-27 03:55:36 +00:00
imp
c8f207f89f
Remove two lines that were cvs merged that shouldn't have been. This
...
fixes the build.
Reported by: dillon.
2002-06-26 18:03:31 +00:00
imp
de4e8e7ae4
Remove two stray lines that snuck in the cvs merge
2002-06-26 14:18:36 +00:00
nectar
a5964e51a5
Initialize a pointer that was left uninitialized with the previous
...
commit.
2002-06-26 08:48:34 +00:00
imp
8df35cae59
Include more robust checking of end of buffer that more completely
...
plugs the hole.
2002-06-26 08:18:05 +00:00
imp
d36b92c7bb
Don't allow buffer overflow here either.
2002-06-26 06:31:06 +00:00
imp
3eb1b04697
Fix a minor last, minute issue that came in after I committed.
...
Noticed by: nectar
2002-06-26 06:23:22 +00:00
imp
2bbf857de4
Avoid remote buffer overflow on hostbuf[].
...
Submitted by: joost Pol <joost@pine.nl>
2002-06-26 06:04:46 +00:00
chris
275daea337
Fix style and wording bugs introduced in my last commit.
...
Sponsored by: DARPA, NAI Labs
2002-06-18 08:55:17 +00:00
jake
a301f57f70
Remove unneeded include of machine/emul.h.
2002-06-18 02:15:11 +00:00
wollman
03fb59f820
Actually document pselect(3) so that Bruce can mention it in the release
...
notes. :-)
2002-06-17 02:21:17 +00:00
wollman
0fce088cee
Move dillon's time conversion functions to a new header <timeconv.h>.
...
Since they were never documented and have never appeared in a FreeBSD
release, no repo-copy of the header is done. This removes namespace
pollution from <time.h>.
2002-06-17 01:42:33 +00:00
wollman
00e94fa29a
Add pselect(3) to the build. Need to figure out the most appropriate
...
way to document this interface.
2002-06-15 23:42:59 +00:00
chris
5f3176158f
o Move more information from BUGS into SECURITY CONSIDERATIONS and
...
condense the redundant bits.
o Provide an example for using snprintf over sprintf. This may be
supplemented with an asprintf() example soon.
Sponsored by: DARPA, NAI Labs
2002-06-15 06:00:56 +00:00
rwatson
98c2077a11
No POSIX.1e capabilities in the main tree yet.
2002-06-13 23:40:13 +00:00
chris
8b53de5eaa
Include information on the dangers of passing a user-supplied string as
...
a format string. This will later on be changed to a reference to the
FreeBSD Security Architecture after it has been committed.
PR: docs/39320
Sposnored by: DARPA, NAI Labs
2002-06-13 23:35:22 +00:00
keramida
df281667d3
Clarify the bit about realloc() and its `ptr' argument a bit.
...
Hopefully, now it is more clear that the memory referenced by the
ptr argument of realloc(ptr,size) is freed and only the return value
of realloc() points to a valid memory area upon successful completion.
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
2002-06-06 22:11:19 +00:00
sheldonh
5607249aab
Correct FreeBSD release of first appearance in the HISTORY section
...
(5.0 -> 4.6).
2002-06-06 10:51:25 +00:00
jake
4c4cc525a8
Implement _Qp_sqrt. I've been unable to find a C program that gcc generates
...
a call to this for, but apparently somehing in libstdc++ does.
2002-06-04 17:02:27 +00:00
schweikh
28bcbfe85d
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
schweikh
f406339f37
Correct a bunch of typos. Translators can ignore this commit.
...
MFC after: 3 weeks
2002-06-02 10:27:41 +00:00
mike
117df0a404
Add mdoc bits for the new waitpid() WCONTINUED option, and
...
WIFCONTINUED macro.
2002-06-01 18:38:58 +00:00
archie
c83ce35c4a
Grammar nit: treat "contents" as plural.
2002-05-31 22:26:19 +00:00
archie
3a246fefe6
Grammar fix: "contents" is plural.
...
MFC after: 1 day
2002-05-31 05:01:17 +00:00
phk
fa823a6ac0
Const poison.
...
Partially submitted by: wollman
2002-05-30 21:59:16 +00:00
ru
0335ae6463
mdoc(7) police: kill hard sentence break.
2002-05-30 12:04:36 +00:00