| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Fix an off-by-one error in inet_network(3). [08:02]
Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
Approved by: so (cperciva)
Notes:
svn path=/releng/6.2/; revision=175332
|
| |
|
|
|
|
|
|
|
|
|
| |
tar archives, including a potentially exploitable buffer overflow.
Approved by: so (cperciva)
Reviewed by: kientzle
Security: FreeBSD-SA-07:05.libarchive
Notes:
svn path=/releng/6.2/; revision=171404
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a typo in __fpu_ftox() that caused long double to long (and long long)
conversion of negative numbers to always result in -1.
While at it, rearrange the nearby comment so it fits in 80 chars per line,
like the rest of this file does.
PR: 107130
Approved by: re (bmah)
Committed from: 23C3
Notes:
svn path=/releng/6.2/; revision=165587
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include/arpa/nameser_compat.h: 1.6
lib/libc/inet/inet_cidr_ntop.c: 1.1.1.2
lib/libc/inet/inet_net_ntop.c: 1.3
lib/libc/isc/eventlib_p.h: 1.4
lib/libc/resolv/mtctxres.c: 1.3
lib/libc/resolv/res_init.c: 1.4
lib/libc/resolv/res_send.c: 1.5
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=165480
|
| |
|
|
|
|
|
|
|
| |
return EINVAL if thread was detached.
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=165476
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/releng/6.2/; revision=165437
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/releng/6.2/; revision=165162
|
| |
|
|
| |
Notes:
svn path=/releng/6.2/; revision=164286
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=164118
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix infinite loop in corrupt archives handling in libarchive(3).
Submitted by: kientzle
Reported by: rink
Security: FreeBSD-SA-06:24.libarchive
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=164094
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Document return values for res_query and res_search.
h_errno is not an extern int, just a macro providing an integer lvalue.
PR: doc/50573
Submitted by: Ronald F.Guilmette <rfg at monkeys.com>
Reviewed by: trhodes
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=164074
|
| |
|
|
|
|
|
|
|
|
|
| |
Add information on how to escape a literal colon in a value or name.
PR: 101262
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163942
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Note the value from getenv() should not be modified by applications[1];
o getenv.3: Put "is" on a line with other words. [2]
o getobjformat.3: "takes precedence over" is not an envrionment variable. [2]
[1]: PR: 60544 Reviewed by: ru
[2]: PR: 75545 Submitted by: n-kogane@syd.odn.ne.jp
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163938
|
| |
|
|
|
|
|
|
|
| |
Remove the const qualifier from ap argument for __v2printf.
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=163786
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163770
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163767
|
| |
|
|
|
|
|
|
|
| |
to rev. 1.22 kill.2.
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163766
|
| |
|
|
|
|
|
|
|
|
|
| |
Minor markup fix: A comma should be seperated by space from macro
argument. This resulted in "pwritev,()" instead of the intended
"pwritev()," in the output.
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163764
|
| |
|
|
|
|
|
|
|
|
| |
it is to the nameserver and not the nameserver itself.
Approved by: re (hrs)
Obtained from: BIND 9.3.3rc2
Notes:
svn path=/stable/6/; revision=163715
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Delay setting wakeup time until after poll array has been allocated.
Blocking on the malloc spinlock would cause the select timeout to be lost.
(uthread_select.c 1.22)
- Delay unblocking signal and restoring process signal mask until the
thread signal mask has been updated to avoid stack overflow during signal
bursts.
Don't block signal forever if no threads can currently handle signal.
Check for pending signal after direct invocation of signal handler.
(uthread_select.c 1.47)
- Backout unblocking of signal if no threads can currently handle it.
The check for pending signal after direct invocation of signal handler
is sufficient.
(uthread_select.c 1.48)
Approved by: re (mux, bmah)
Notes:
svn path=/stable/6/; revision=163632
|
| |
|
|
|
|
|
|
|
|
|
| |
Moved __BEGIN_DECLS up a little so that it covers __test_sse() and C++
isn't broken,
PR: 104425
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=163511
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163428
|
| |
|
|
|
|
|
|
| |
PR: docs/54451
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163424
|
| |
|
|
|
|
|
|
| |
PR: docs/84549
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163421
|
| |
|
|
|
|
|
|
| |
PR: docs/94803
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163420
|
| |
|
|
|
|
|
|
| |
PR: docs/93491
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163419
|
| |
|
|
|
|
|
|
| |
PR: docs/82508
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163417
|
| |
|
|
|
|
|
|
| |
PR: docs/57974
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163416
|
| |
|
|
|
|
|
|
| |
PR: docs/57153
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163415
|
| |
|
|
|
|
|
|
| |
PR: docs/101145
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163413
|
| |
|
|
|
|
|
|
|
|
| |
- Add new service class definitions and a new attribute identifier definition
- Update URL of the Assigned Numbers document for SDP
Approved by: re (bmah), emax (mentor)
Notes:
svn path=/stable/6/; revision=163349
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=163122
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=163078
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=163052
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=162923
|
| |
|
|
|
|
|
| |
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=162843
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Hook up additional OpenBSM man page aliases following OpenBSM 1.0 alpha 12
import. Most of these should have existed previously, but didn't.
Obtained from: TrustedBSD Project
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=162824
|
| |
|
|
|
|
|
|
|
|
|
| |
it's aliased to libpthread and some /sbin tools need it.
This is pseudo-MFC because in HEAD libthr is aliased to
libpthread on sparc64 (and was on alpha).
Approved by: re (kensmith)
Notes:
svn path=/stable/6/; revision=162811
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Install shared libpthread library into /lib; needed by some
/sbin programs.
PR: bin/88404
Reviewed by: ru@
Approved by: re@ (kensmith@)
Notes:
svn path=/stable/6/; revision=162770
|
| |
|
|
|
|
|
|
|
|
|
| |
Place shared libpcap library under /lib, currently needed by
/sbin/ipf and /sbin/pflogd.
Reviewed by: ru@
Approved by: re@ (kensmith@)
Notes:
svn path=/stable/6/; revision=162769
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=162636
|
| |
|
|
|
|
|
| |
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=162617
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(pw_copy): Handle the case of a malformed line in master.passwd
(copy it silently, do not dereference NULL pointer).
MFC rev. 1.37 to RELENG_6:
Minor comment fix to the change above.
PR: bin/102848
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=162614
|
| |
|
|
|
|
|
|
|
|
| |
Fix unpaired sigblock which possibly leaves the process with all
signals blocked.
Approved by: re
Notes:
svn path=/stable/6/; revision=162576
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Hook up au_open.3 man page (and its symlinks), apparently missed during
initial OpenBSM merge.
Obtained from: TrustedBSD Project
Approved by: re (mux)
Notes:
svn path=/stable/6/; revision=162545
|
| |
|
|
|
|
|
| |
Approved by: re (bmah)
Notes:
svn path=/stable/6/; revision=162220
|
| |
|
|
|
|
|
|
| |
- bring alloca(3) manpage up with reality
- stop using alloca(3) in sysctl(8)
Notes:
svn path=/stable/6/; revision=162145
|
| |
|
|
|
|
|
|
|
|
|
|
| |
In particular, this speeds up listing contents or extracting
single files from uncompressed archives read from slow, seekable
media (e.g., slow disk drives).
Thanks to: Benjamin Lutz for doing the heavy lifting,
critical bugfix from Chris Spiegel
Notes:
svn path=/stable/6/; revision=162027
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161919
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161913
|