History log of /netbsd-src/lib/libutil/shlib_version (Results 1 – 25 of 54)
Revision Date Author Comments
# aae35f25 11-Apr-2016 roy <roy@NetBSD.org>

Bump libutil for new pidfile functions.


# 80a77333 24-Sep-2015 christos <christos@NetBSD.org>

Add kinfo_getvmmap from FreeBSD


# 382f8944 26-Jul-2015 kamil <kamil@NetBSD.org>

Bump shlib minor for new function: ereallocarr(3)

Noted by <mrg>


# 1e9ca586 07-Apr-2012 christos <christos@NetBSD.org>

- add getdiskrawname.
- exit on error for lint.


# 29484ab2 07-Apr-2012 christos <christos@NetBSD.org>

add getfsspecname


# a47e2eb7 30-Aug-2011 bouyer <bouyer@NetBSD.org>

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling pla

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.

show more ...


# e7295d23 28-Aug-2011 christos <christos@NetBSD.org>

add strpct, requested by joerg


# 28469fc2 13-May-2009 pgoyette <pgoyette@NetBSD.org>

Implement snprintb_m(3) to provide multi-line bit/bit-field decode.
Discussed on tech-kern.


# 50728e78 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# e9aa053c 25-Sep-2007 lukem <lukem@NetBSD.org>

Add raise_default_signal(3) -- raise the default signal handler.
Can be used by applications that have their own SIGINT (et al)
handlers and want to exit in a manner that correctly
signals to the par

Add raise_default_signal(3) -- raise the default signal handler.
Can be used by applications that have their own SIGINT (et al)
handlers and want to exit in a manner that correctly
signals to the parent that the process was terminated by a signal.
See http://www.cons.org/cracauer/sigint.html for more info.
Discussed on tech-userlevel@.

show more ...


# 060d8639 01-Jul-2007 pooka <pooka@NetBSD.org>

add estrndup()


# 5e2e282f 04-Feb-2007 elad <elad@NetBSD.org>

Add support for per-user /tmp.

Enabled via per_user_tmp in /etc/rc.conf (default off).

See security(8) and rc.conf(5) for more details.

Lots of input from thorpej@ & christos@, thanks!


# 0a97c3f6 14-Dec-2006 he <he@NetBSD.org>

Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
o Bump libutil minor version number
o Fix uses to include <util.h> to pick up the function definitio

Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
o Bump libutil minor version number
o Fix uses to include <util.h> to pick up the function definitions
o Fix most uses of flags_to_string() to release the now-malloc()ed result

show more ...


# ba26b607 17-Nov-2006 christos <christos@NetBSD.org>

add getdate.


# e72710e5 26-Aug-2006 christos <christos@NetBSD.org>

Add efun(3)


# 378a5a27 18-Feb-2006 elad <elad@NetBSD.org>

Some stuff that's been sitting in my tree for too long...

Improve the pw_policy(3) API by splitting it to two functions, one to load
the policy from /etc/passwd.conf and another to test passwords ag

Some stuff that's been sitting in my tree for too long...

Improve the pw_policy(3) API by splitting it to two functions, one to load
the policy from /etc/passwd.conf and another to test passwords against the
policy.

Some bug fixes, more consistent code, and man-page updates.

Minor for libutil bumped.

show more ...


# 349633b5 20-Dec-2005 christos <christos@NetBSD.org>

make setuserenv and setuserpath take an environment setting function and
an environment pointer and expose them.
bump version.


# 8d6270e6 14-Sep-2005 elad <elad@NetBSD.org>

Introduce pw_policy(3), an easily extendable way of defining password
policies and enforcing them in programs.

Man-page written with much help and tips from David Maxwell, Hubert
Feyrer, and Thomas

Introduce pw_policy(3), an easily extendable way of defining password
policies and enforcing them in programs.

Man-page written with much help and tips from David Maxwell, Hubert
Feyrer, and Thomas Klausner.

This bumps libutil minor to 7.

XXX: Need default policy to go in /etc/passwd.conf, and integration
into local/yp/PAM password changing code.

PR/10206.

show more ...


# 4c3e77ef 12-Jan-2005 christos <christos@NetBSD.org>

add pw_getpwconf(), bump.


# eb648470 19-Nov-2004 christos <christos@NetBSD.org>

Add sockaddr_snprintf; XXX: Needs a man page.


# 7c161da8 03-Aug-2004 thorpej <thorpej@NetBSD.org>

- Rename pw_copy() to pw_copyx(), make it return a success/failure code,
and add "errbuf" and "errbufsz" parameters so that errors can be handled
gracefully, rather than simply exiting the proces

- Rename pw_copy() to pw_copyx(), make it return a success/failure code,
and add "errbuf" and "errbufsz" parameters so that errors can be handled
gracefully, rather than simply exiting the process.
- Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for
apps that use it.
- Bump shlib version to 7.4.

show more ...


# 8099c830 11-Apr-2003 christos <christos@NetBSD.org>

add functions to retrieve option values.


# 1edd42a9 22-Mar-2003 jdolecek <jdolecek@NetBSD.org>

move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)


# 4f0fde88 12-Dec-2002 scw <scw@NetBSD.org>

Bump minor number for getlabel{sector,offset}() addition.


# b1e79510 30-Nov-2002 lukem <lukem@NetBSD.org>

- Migrate fparseln(3) from libutil to libc, where it should have been in
the first place...
- Bump libutil major (to 7.0) and libc minor (to 12.91).


123