| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161911
|
| |
|
|
|
|
|
| |
Note that the system only allows a maximum of kern.kq_calloutmax timers.
Notes:
svn path=/stable/6/; revision=161899
|
| |
|
|
|
|
|
|
|
|
|
| |
HEAD to RELENG_6:
Add libbsm to the library build.
Obtained from: TrustedBSD Project
Notes:
svn path=/stable/6/; revision=161895
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161867
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161854
|
| |
|
|
|
|
|
|
| |
Recognize the existence of `auth' and `auth-type'
capabilities but tell they do nothing in the base system.
Notes:
svn path=/stable/6/; revision=161817
|
| |
|
|
|
|
|
|
|
| |
Save errno before trying mutex lock.
Properly return length of rendered characters to printf code.
Notes:
svn path=/stable/6/; revision=161814
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- allow matching on subject: ranges of uid, ranges of gid, jail id
and object: ranges of uid, ranges of gid, filesystem, object is
suid, object is sgid, object matches subject uid/gid, object type.
This involves an ABI change between the kernel module and libugidfw,
but no change between applications and ugidfw.
Notes:
svn path=/stable/6/; revision=161513
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161421
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161348
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161298
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161297
|
| |
|
|
|
|
|
|
|
|
| |
src/games/fortune/datfiles/fortunes 1.224
src/lib/libc/sys/kse.2 1.18
src/share/doc/papers/timecounter/timecounter.ms 1.4
src/share/man/man4/devctl.4 1.5
Notes:
svn path=/stable/6/; revision=161254
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix a stub function (pthread_cond_wait) so that is has the correct number
of arguments.
Fixes some cases of seg faults due to the actual pthread_cond_wait being
called with a bogus mutex pointer.
Notes:
svn path=/stable/6/; revision=161215
|
| |
|
|
|
|
|
|
|
|
| |
Though our old resolver opened just one socket, BIND9's
resolver may open more than one sockets. And, BIND9's
resolver doesn't close the socket on timeout. So, we
need this check.
Notes:
svn path=/stable/6/; revision=161049
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=161048
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes bin/86690 (sparse file extraction)
* Fixes bin/87911 (assertion failure after failed open)
* Corrects handling of very old files (negative mtime)
* Better error checking for memory allocation failures
* Style and portability fixes
* Documentation corrections
* Initial extended attribute support
Notes:
svn path=/stable/6/; revision=160832
|
| |
|
|
|
|
|
| |
str2number(). this could result in an unexpected code path.
Notes:
svn path=/stable/6/; revision=160831
|
| |
|
|
|
|
|
|
|
| |
- draft-ietf-ipngwg-icmp-namelookups-09
- make it compilable
- stop use of mutex lock in ICMP lookup.
Notes:
svn path=/stable/6/; revision=160807
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- clean-up: rewrote explore_null and explore_numeric without using sentinel.
we do not need it since we make (at most) a single addrinfo entry in these
cases.
- RFC3493 requires use of inet_aton for AF_INET.
- simplification in explore_numeric: unified the post-process with
GET_AI and GET_PORT. Commented on an impossible case.
Notes:
svn path=/stable/6/; revision=160806
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160790
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160673
|
| |
|
|
|
|
|
| |
Reminded by: emaste
Notes:
svn path=/stable/6/; revision=160634
|
| |
|
|
|
|
|
|
| |
(1.93) ignore MODE failure
(1.95) respect FETCH_BIND_ADDRESS
Notes:
svn path=/stable/6/; revision=160563
|
| |
|
|
|
|
|
|
|
|
|
| |
Document new mincore behaviour, the mincore(2) returns ENOMEM when requested
range is not fully mapped.
Reminded by: pjd
Approved by: pjd (mentor)
Notes:
svn path=/stable/6/; revision=160539
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160520
|
| |
|
|
|
|
|
| |
Submitted by: Jilles Tjoelker
Notes:
svn path=/stable/6/; revision=160470
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update the resolver in libc to BIND9's one.
- make reentrant version of netdb functions glibc style API, and
expose them to outside of libc.
- make netdb functions NSS friendly.
include/Makefile 1.261
include/arpa/inet.h 1.26
include/arpa/nameser.h 1.18
include/arpa/nameser_compat.h 1.5
include/netdb.h 1.40-1.42
include/res_update.h 1.1
include/resolv.h 1.29-1.30
lib/libc/Makefile 1.64
lib/libc/include/isc/eventlib.h 1.1.1.1
lib/libc/include/port_after.h 1.1-1.2
lib/libc/include/port_before.h 1.1
lib/libc/include/resolv_mt.h 1.1.1.1
lib/libc/inet/Makefile.inc 1.1
lib/libc/inet/inet_addr.c 1.1.1.1, 1.2
lib/libc/inet/inet_cidr_ntop.c 1.1.1.1
lib/libc/inet/inet_cidr_pton.c 1.1.1.1, 1.2
lib/libc/inet/inet_lnaof.c 1.1.1.1, 1.2
lib/libc/inet/inet_makeaddr.c 1.1.1.1, 1.2
lib/libc/inet/inet_net_ntop.c 1.1.1.1, 1.2
lib/libc/inet/inet_net_pton.c 1.1.1.1, 1.2
lib/libc/inet/inet_neta.c 1.1.1.1, 1.2
lib/libc/inet/inet_netof.c 1.1.1.1, 1.2
lib/libc/inet/inet_network.c 1.1.1.1, 1.2
lib/libc/inet/inet_ntoa.c 1.1.1.1, 1.2
lib/libc/inet/inet_ntop.c 1.1.1.1, 1.2
lib/libc/inet/inet_pton.c 1.1.1.1, 1.2
lib/libc/inet/nsap_addr.c 1.1.1.1, 1.2
lib/libc/isc/Makefile.inc 1.1
lib/libc/isc/ev_streams.c 1.1.1.1, 1.2
lib/libc/isc/ev_timers.c 1.1.1.1, 1.2
lib/libc/isc/eventlib_p.h 1.1.1.1, 1.2
lib/libc/nameser/Makefile.inc 1.1
lib/libc/nameser/ns_name.c 1.1.1.1
lib/libc/nameser/ns_netint.c 1.1.1.1
lib/libc/nameser/ns_parse.c 1.1.1.1
lib/libc/nameser/ns_print.c 1.1.1.1, 1.2
lib/libc/nameser/ns_samedomain.c 1.1.1.1, 1.2
lib/libc/nameser/ns_ttl.c 1.1.1.1
lib/libc/net/Makefile.inc 1.58
lib/libc/net/getaddrinfo.c 1.74, 1.77-1.78
lib/libc/net/gethostbydns.c 1.55-1.57
lib/libc/net/gethostbyht.c 1.24-1.26
lib/libc/net/gethostbyname.3 1.35
lib/libc/net/gethostbynis.c 1.26-1.28
lib/libc/net/gethostnamadr.c 1.29-1.30, 1.32
lib/libc/net/getnameinfo.c 1.18
lib/libc/net/getnetbydns.c 1.32-1.33
lib/libc/net/getnetbyht.c 1.17-1.18
lib/libc/net/getnetbynis.c 1.20-1.21
lib/libc/net/getnetnamadr.c 1.22
lib/libc/net/getproto.c 1.5
lib/libc/net/getprotoent.c 1.7
lib/libc/net/getprotoname.c 1.5
lib/libc/net/getservbyname.c 1.8
lib/libc/net/getservbyport.c 1.8
lib/libc/net/getservent.c 1.21
lib/libc/net/name6.c 1.56-1.57
lib/libc/net/netdb_private.h 1.10-1.11, 1.13
lib/libc/net/res_config.h 1.9
lib/libc/net/res_mkupdate.c 1.7-1.8
lib/libc/net/res_update.c 1.8-1.9
lib/libc/resolv/Makefile.inc 1.1
lib/libc/resolv/h_errno.c 1.1
lib/libc/resolv/herror.c 1.1.1.1, 1.2
lib/libc/resolv/mtctxres.c 1.1.1.1, 1.2
lib/libc/resolv/res_comp.c 1.1.1.1, 1.2
lib/libc/resolv/res_data.c 1.1.1.1, 1.2-1.3
lib/libc/resolv/res_debug.c 1.1.1.1, 1.2
lib/libc/resolv/res_debug.h 1.1.1.1
lib/libc/resolv/res_init.c 1.1.1.1, 1.2
lib/libc/resolv/res_mkquery.c 1.1.1.1, 1.2
lib/libc/resolv/res_private.h 1.1.1.1
lib/libc/resolv/res_query.c 1.1.1.1, 1.2-1.3
lib/libc/resolv/res_send.c 1.1.1.1, 1.2
lib/libc/resolv/res_state.c 1.1-1.2
Tested by: nork
Notes:
svn path=/stable/6/; revision=160429
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160353
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160340
|
| |
|
|
|
|
|
| |
PR: doc/90711
Notes:
svn path=/stable/6/; revision=160324
|
| |
|
|
|
|
|
|
|
|
|
| |
Replace absolute addressing in the call instructions with position-independend
calls. This eliminates TEXTREL from libc, making its text segment relocatable.
PR: i386/85242
Approved by: kan (mentor)
Notes:
svn path=/stable/6/; revision=160110
|
| |
|
|
|
|
|
|
| |
group file line. If the initial buffer size (1KB) for the given group
line is not big enough, reset the offset.
Notes:
svn path=/stable/6/; revision=160061
|
| |
|
|
|
|
|
| |
Extensible printf implementation compatible with GLIBC
Notes:
svn path=/stable/6/; revision=159920
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
# * Document the fact that non-superusers cannot change file flags for
# objects with SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK.
# * Document that non-superusers cannot set or clear any SF_* flag
# (setting fails with EPERM, clearing is silently ignored).
# * Document that superusers cannot change any flag if one of
# SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK is set and securelevel is
# greater than 0.
# * Document SF_SNAPSHOT and note that it is maintained by the
# system and is, for this reason, impossible to set to clear by
# any user.
#
# PR: docs/33877
# Submitted by: harti
# Help by: George Marsellis <gam9478@njit.edu>
# MFC after: 1 week
Notes:
svn path=/stable/6/; revision=159892
|
| |
|
|
|
|
|
| |
make signal(SIGINFO, handler) work for libpthread.
Notes:
svn path=/stable/6/; revision=159877
|
| |
|
|
|
|
|
|
|
|
| |
option, but this is not true for RELENG_6.
PR: docs/99231
Submitted by: Dan Lukes <dan@obluda.cz>
Notes:
svn path=/stable/6/; revision=159815
|
| |
|
|
|
|
|
| |
silently ignore truncate requests for all but VREG, VLNK and VDIR.
Notes:
svn path=/stable/6/; revision=159602
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=159558
|
| |
|
|
|
|
|
|
|
| |
Fix an unwanted gcc4 warning.
Submitted by: delphij
Notes:
svn path=/stable/6/; revision=159469
|
| |
|
|
|
|
|
|
| |
For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",
this means they should set the cmpe flag when calling __fpu_compare().
Notes:
svn path=/stable/6/; revision=159357
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=159035
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=158908
|
| |
|
|
|
|
|
|
| |
PR: 97485
Submitted by: Mikko Tyolajarvi < mbsd at pacbell dot net >
Notes:
svn path=/stable/6/; revision=158896
|
| |
|
|
|
|
|
| |
We don't have 2Gb limitation since .Fx 2.2
Notes:
svn path=/stable/6/; revision=158873
|
| |
|
|
|
|
|
|
|
| |
libpthread_db.c 1.11-1.14
libpthread_db.h 1.4
libthr_db.c 1.12
Notes:
svn path=/stable/6/; revision=158853
|
| |
|
|
|
|
|
|
| |
pthread.map 1.18
thread/thr_symbols.c 1.4
Notes:
svn path=/stable/6/; revision=158852
|
| |
|
|
|
|
|
|
|
| |
src/sys/kern/subr_prf.c 1.123
Implement printf 'X' conversion for both libstand and kernel.
Notes:
svn path=/stable/6/; revision=158842
|
| |
|
|
|
|
|
|
|
| |
Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
111111 rather than the top 7 bits being compared against 1111110 causing
illegal bytes fe and ff being treated the same as legal bytes fc and fd.
Notes:
svn path=/stable/6/; revision=158695
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=158677
|