NetBSD/lib/libutil
bouyer dc306354b0 Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.
1999-01-15 13:31:15 +00:00
..
Makefile Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
fparseln.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
fparseln.c Delint 1998-12-09 14:35:02 +00:00
getmaxpartitions.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
getmaxpartitions.c Fix files using old TNF copyright notice 1997-07-31 00:01:15 +00:00
getrawpartition.3 first pass at fixing up capitalization of function names and 1998-08-29 08:32:32 +00:00
getrawpartition.c Fix files using old TNF copyright notice 1997-07-31 00:01:15 +00:00
login.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
login.c unregisterify 1998-01-22 15:29:13 +00:00
login_tty.c 2 -> STDERR_FILENO 1999-01-11 23:10:26 +00:00
logout.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-10 02:43:08 +00:00
logwtmp.c Delint 1998-12-09 14:35:02 +00:00
opendisk.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
opendisk.c Back out my dumb change. 1997-09-30 17:13:50 +00:00
openpty.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
passwd.c Delint 1998-12-09 14:35:02 +00:00
pidlock.3 don't need trailing empty paragraph 1998-06-08 10:58:45 +00:00
pidlock.c In userland, pull in <errno.h> instead of <sys/errno.h> for the declaration 1999-01-11 23:20:35 +00:00
pty.c Delint 1998-12-09 14:35:02 +00:00
pw_init.3 move pw_scan() out of here (into libc) 1998-06-08 03:12:45 +00:00
pw_lock.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
shlib_version Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
ttyaction.3 Execute ttyaction on termination of rlogind/telnetd sessions. 1998-08-29 17:31:55 +00:00
ttyaction.c strtok() -> strtok_r() to avoid side-effects. 1999-01-11 23:31:50 +00:00
ttymsg.3 add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
ttymsg.c Use posix signal system calls. 1998-09-27 00:00:16 +00:00