#
2cbd152a |
| 15-Aug-2024 |
riastradh <riastradh@NetBSD.org> |
libc: New C11 functions mbrtoc16, mbrtoc32, c16rtomb, c32rtomb.
The mbrtoc16/32 functions read mulitbyte strings according to the current locale into UTF-16/32 code unit sequences; the c16/32rtomb f
libc: New C11 functions mbrtoc16, mbrtoc32, c16rtomb, c32rtomb.
The mbrtoc16/32 functions read mulitbyte strings according to the current locale into UTF-16/32 code unit sequences; the c16/32rtomb functions write UTF-16/32 code unit sequences into multibyte strings according to the current locale. The `r' means restartable: they work incrementally and pick up where they left off.
NOTE: This bumps the libc minor version, since it adds new symbols.
PR lib/52374: <uchar.h> missing
show more ...
|
#
82befdcb |
| 02-Feb-2024 |
andvar <andvar@NetBSD.org> |
s/shold/should/
|
#
b515b595 |
| 01-Aug-2023 |
christos <christos@NetBSD.org> |
Add companion mempcpy to wmempcpy, bump.
|
#
4d2a6699 |
| 02-Jul-2023 |
dholland <dholland@NetBSD.org> |
libc/shlib_version: note that *rand48* should be punted to libcompat
|
#
02edde8a |
| 01-Nov-2021 |
thorpej <thorpej@NetBSD.org> |
Version the sigaction(2) libc wrapper. The new version uses the "siginfo" trampoline exclusively, thus relegating "sigcontext"-style handlers (which have not been documented for many years now) to t
Version the sigaction(2) libc wrapper. The new version uses the "siginfo" trampoline exclusively, thus relegating "sigcontext"-style handlers (which have not been documented for many years now) to the dustbin of the compat library.
show more ...
|
#
e714af64 |
| 19-Sep-2021 |
thorpej <thorpej@NetBSD.org> |
Add native implementations of eventfd(2) and timerfd(2), compatible with the Linux interfaces of the same name.
|
#
7328cbb4 |
| 09-Oct-2020 |
christos <christos@NetBSD.org> |
Merge tzcode2020b (except we keep tzsetwall(3) for now for compatibility, and we were "slim" already)
Support for zic's long-obsolete '-y YEARISTYPE' option has been removed and, with it, so has sup
Merge tzcode2020b (except we keep tzsetwall(3) for now for compatibility, and we were "slim" already)
Support for zic's long-obsolete '-y YEARISTYPE' option has been removed and, with it, so has support for the TYPE field in Rule lines, which is now reserved for compatibility with earlier zic. These features were previously deprecated in release 2015f. (Thanks to Tim Parenti.)
zic now defaults to '-b slim' instead of to '-b fat'.
zic's new '-l -' and '-p -' options uninstall any existing localtime and posixrules files, respectively.
The undocumented and ineffective tzsetwall function has been removed.
show more ...
|
#
460972a5 |
| 03-Oct-2020 |
christos <christos@NetBSD.org> |
bump for set_rpc_maxgrouplist
|
#
d5d305cc |
| 02-Jun-2020 |
nia <nia@NetBSD.org> |
Don't suggest removing arc4random with a libc bump.
It's established enough in non-legacy code that this is a terrible idea. Even if we add getentropy it's not a comparable API (not a userspace RNG
Don't suggest removing arc4random with a libc bump.
It's established enough in non-legacy code that this is a terrible idea. Even if we add getentropy it's not a comparable API (not a userspace RNG capable of streaming large numbers of bytes, doesn't have _uniform, etc).
"Feel free to remove that line!" - riastradh
show more ...
|
#
d18bf242 |
| 16-May-2020 |
christos <christos@NetBSD.org> |
bump for ACLS
|
#
7cbd7912 |
| 15-May-2020 |
joerg <joerg@NetBSD.org> |
Bump libc minor version for malloc lock change
|
#
52ba4403 |
| 08-Mar-2020 |
mgorny <mgorny@NetBSD.org> |
Bump new libc minor due to new errno codes
|
#
02cdd248 |
| 22-Sep-2019 |
christos <christos@NetBSD.org> |
Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the moun
Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the mountpoint name as NAME=
show more ...
|
#
25da6a62 |
| 04-Jun-2019 |
hannken <hannken@NetBSD.org> |
Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ... and bump libc minor number.
Final goal is to remove the unmaintained XDR implementation at external/cddl/osnet/dist/uts/c
Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ... and bump libc minor number.
Final goal is to remove the unmaintained XDR implementation at external/cddl/osnet/dist/uts/common/rpc.
show more ...
|
#
e0589ce1 |
| 04-Mar-2019 |
christos <christos@NetBSD.org> |
bump for jemalloc
|
#
81e68788 |
| 05-Nov-2018 |
maya <maya@NetBSD.org> |
Suggest to remove lfs_ stubs on a major bump. they're deprecated, ioctl is used instead.
|
#
97b85c8c |
| 02-Aug-2018 |
rjs <rjs@NetBSD.org> |
Add userland support for SCTP and manpages.
|
#
4dbc4559 |
| 31-Jul-2018 |
rjs <rjs@NetBSD.org> |
Userland changes for getsockopt2().
|
#
40a69999 |
| 06-Apr-2018 |
dholland <dholland@NetBSD.org> |
note to get rid of statfs() when bump time comes
|
#
673e27de |
| 25-Oct-2017 |
kre <kre@NetBSD.org> |
Implement tcgetwinsize() and tcsetwinsize() in libc, with access via <termios.h> (and document them.) Bump libc minor number for them.
Arrange for "struct winsize" to become visible in <termios.h>
Implement tcgetwinsize() and tcsetwinsize() in libc, with access via <termios.h> (and document them.) Bump libc minor number for them.
Arrange for "struct winsize" to become visible in <termios.h>
Fix stty(1) so that "cols" is reported as the arg to set number of columns, and "columns" is the alias, rather than the other way around, as "cols" is what has been added to POSIX.
This is to conform with updates to be included in 1003.1 issue 8 (whenever that gets published) currently available at: http://austingroupbugs.net/view.php?id=1053 (see note 3863) http://austingroupbugs.net/view.php?id=1151 (see note 3856)
show more ...
|
#
e4fcba91 |
| 05-Oct-2017 |
dholland <dholland@NetBSD.org> |
One of the things we should do when bumping libc is to boot the obsolete cryptographic hashes out of libc, either entirely or to some "insecure" library.
|
#
78529fd5 |
| 16-Aug-2017 |
joerg <joerg@NetBSD.org> |
Bump libc minor to 208 for strfmon_l.
|
#
c3824075 |
| 08-Jun-2017 |
joerg <joerg@NetBSD.org> |
Add two entries for interaction between lib/csu and libc.
|
#
cf3055c7 |
| 08-Jun-2017 |
joerg <joerg@NetBSD.org> |
One more hack to kill in setproctitle
|
#
48669190 |
| 09-May-2017 |
kre <kre@NetBSD.org> |
Add the new signalname/signalnext/signalnumber interface to libc.
This as discussed on current-users in the thread entitled: Proposal: new libc/libutil functions to map SIGXXXX <-> "XXXX" that can
Add the new signalname/signalnext/signalnumber interface to libc.
This as discussed on current-users in the thread entitled: Proposal: new libc/libutil functions to map SIGXXXX <-> "XXXX" that can be found (starting at): http://mail-index.netbsd.org/current-users/2017/04/28/msg031600.html
These functions provide the mechanism to enable applications to divorce themselves from internal details of the signal implementation.
Libc minor bumped, prototypes in <signal.h>, sets lists updated (and sorted).
One and all: feel free to improve the sources & man page (etc), but please do not change the function signatures without discussion.
show more ...
|