NetBSD/lib/libc/gen
fvdl 42614ed3f3 Add support for UFS2. UFS2 is an enhanced FFS, adding support for
64 bit block pointers, extended attribute storage, and a few
other things.

This commit does not yet include the code to manipulate the extended
storage (for e.g. ACLs), this will be done later.

Originally written by Kirk McKusick and Network Associates Laboratories for
FreeBSD.
2003-04-02 10:39:19 +00:00
..
__errlist14.c Review oversight: ENOSR: resource -> resources, which is what the 2002-11-12 10:28:27 +00:00
__fts13.c Always use NetBSD's fts(3) in compat builds. Some systems (notably 2002-09-16 04:10:36 +00:00
__glob13.c make sure to bound string operation by strlcpy 2002-11-17 20:49:33 +00:00
__siglist14.c
__signame14.c
__sigsetops14.c
__times13.c Version times() so that programs compiled before the recent change to make 2002-06-30 09:45:39 +00:00
_err.c
_errno.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
_errx.c
_lwp_makecontext.3 Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
_sys_errlist.c
_sys_nerr.c
_sys_siglist.c
_sysconf.c
_verr.c
_verrx.c
_vwarn.c
_vwarnx.c
_warn.c
_warnx.c
alarm.3 process only has one c. 2002-10-02 10:44:27 +00:00
alarm.c
arc4random.3 add LIBRARY section 2002-05-28 11:38:29 +00:00
arc4random.c Fix signed/unsigned comparison warnings. 2002-11-11 01:12:04 +00:00
assert.c
basename.3 Use .Dq and .Sq. Fix some typos. 2002-10-17 08:41:48 +00:00
basename.c Change basename(3) and dirname(3) to return a pointer to static 2002-10-17 02:06:04 +00:00
bswap16.c
bswap32.c
bswap64.c
bswap.3
clock.3
clock.c
closedir.c
confstr.3
confstr.c
ctermid.3
ctermid.c
ctype_.c
ctype.3
daemon.3 New sentence, new line; -1 -> \-1; simplify mdoc in one place. 2002-10-01 16:07:01 +00:00
daemon.c
devname.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
devname.c
directory.3 Cosmetic changes in sample code. 2003-03-02 14:02:35 +00:00
dirname.3 Use .Dq and .Sq. 2002-10-17 08:41:38 +00:00
dirname.c Fix lint error. 2002-10-17 11:36:39 +00:00
disklabel.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
endutxent.3 Add documentation for utmpx and some related functions. 2002-09-27 15:02:24 +00:00
err.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
err.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
errlist.c
errno.c
errx.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
exec.3 Fix formatting glitch, end sentence with a dot, and use Nm instead of 2002-08-10 09:14:59 +00:00
execl.c Don't acquire __environ_lock around exec*() calls; nothing requires 2003-03-04 19:44:09 +00:00
execle.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
execlp.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
execv.c Don't acquire __environ_lock around exec*() calls; nothing requires 2003-03-04 19:44:09 +00:00
execvp.c PR/13242: John Heasley: ENOTDIR is not fatal 2003-03-15 04:41:17 +00:00
fmtcheck.3 Remove mdoc macro from weird place. 2002-10-01 19:47:40 +00:00
fmtcheck.c
fmtmsg.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
fmtmsg.c Fix signed/unsigned comparison warnings. 2002-11-11 06:24:08 +00:00
fnmatch.3 Mdoc nits, and bump date for FNM_LEADING_DIR addition. 2002-10-07 00:03:14 +00:00
fnmatch.c implement FNM_LEADING_DIR; matches Linux and other *BSDs; approved thorpej 2002-10-06 03:15:45 +00:00
fpgetmask.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
frexp.3
fstab.c botched strncpy -> strlcpy 2002-04-16 19:07:00 +00:00
ftok.3 s/indentifier/identifier/ 2003-03-02 14:10:49 +00:00
ftok.c
fts.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
fts.c
getbsize.3
getbsize.c
getcap.3
getcap.c Avoid cgetcap &co prototypes conflicting with those provided by the host. 2003-01-31 20:50:29 +00:00
getcwd.3
getcwd.c make sure to bound string operation by strlcpy 2002-11-17 20:49:33 +00:00
getdiskbyname.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
getdomainname.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
getdomainname.c
getfsent.3
getgrent.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
getgrent.c Fix a tyop in a comment. 2003-02-17 00:11:54 +00:00
getgrouplist.3
getgrouplist.c Reorganise the getting of grouplists for a user so that Hesiod (and 2003-02-16 01:22:44 +00:00
gethostname.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
gethostname.c
getloadavg.3 Add return type. From KAWAKUBO Hiroshi in lib/16776. 2002-05-12 15:51:29 +00:00
getloadavg.c Fix signed/unsigned comparison warnings. 2002-11-11 16:50:34 +00:00
getlogin.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
getpagesize.3
getpagesize.c
getpass.3
getpass.c
getprogname.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
getprogname.c
getpwent.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
getpwent.c use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
getsubopt.c
getttyent.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
getttyent.c
getusershell.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
getusershell.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
glob.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
glob.c
humanize_number.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
humanize_number.c Fix signed/unsigned comparison warnings. 2002-11-11 17:56:11 +00:00
ieee754_frexp.c
ieee754_infinity.c
ieee754_isinf.c
ieee754_isnan.c
ieee754_ldexp.c
ieee754_modf.c
ieee754_nanf.c
initgroups.3 Update Dd for recent changes. 2002-08-10 09:17:49 +00:00
initgroups.c Ignore groups beyond _SC_NGROUPS_MAX (as man page) 2003-01-19 18:26:16 +00:00
isalnum.3 Remove Xrefs to ourselves in SEE ALSO. 2002-07-10 23:31:32 +00:00
isalpha.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isascii.3 s/than than/than/. 2002-11-08 02:05:16 +00:00
isascii.c
isatty.c
isblank.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
iscntrl.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isctype.c
isdigit.3 Remove Xrefs to ourselves in SEE ALSO. 2002-07-10 23:31:32 +00:00
isgraph.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isinf.3
islower.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isprint.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
ispunct.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isspace.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isupper.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
isxdigit.3 import CAVEATS sections from OpenBSD. 2002-07-10 14:37:12 +00:00
ldexp.3
Lint___setjmp14.c
Lint___sigsetjmp14.c
Lint__setjmp.c
Lint_alloca.c
Lint_bswap16.c
Lint_bswap32.c
Lint_bswap64.c
Lint_fabs.c
Lint_flt_rounds.c
Lint_fpgetmask.c
Lint_fpgetround.c
Lint_fpgetsticky.c
Lint_fpsetmask.c
Lint_fpsetround.c
Lint_fpsetsticky.c
Lint_frexp.c
Lint_ldexp.c
Lint_modf.c
Lint_resumecontext.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
Lint_swapcontext.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
lockf.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
lockf.c
makecontext.3 Add makecontext(3) from Klaus Klein. 2003-01-21 12:39:08 +00:00
Makefile.inc Add pthread_atfork() man page. 2003-02-13 03:00:51 +00:00
modf.3
nice.3 completion, not completition; use \- instead of -. 2002-09-04 01:03:24 +00:00
nice.c Take into consideration that setpriority() silently fits the given 2002-06-10 18:32:01 +00:00
nlist_aout.c Fix signed/unsigned comparison warnings. 2002-11-11 19:25:38 +00:00
nlist_coff.c
nlist_ecoff.c
nlist_elf32.c
nlist_elf64.c
nlist_private.h Enable ELF32 nlist (as well as ELF64) for x86-64. 2002-11-23 19:28:45 +00:00
nlist.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
nlist.c Fix signed/unsigned comparison warnings. 2002-11-11 19:25:38 +00:00
opendir.c Fix realloc usage. 2003-03-02 14:17:07 +00:00
pause.3
pause.c
popen.3 Grammar fix in return values section. 2003-03-02 14:08:24 +00:00
popen.c Don't acquire __environ_lock around exec*() calls; nothing requires 2003-03-04 19:44:09 +00:00
psignal.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
psignal.c
pthread_atfork.3 Drop trailing space, mark up NULL with .Dv, break 2003-03-03 06:45:18 +00:00
pthread_atfork.c Implement pthread_atfork() (in libc, because the required threadlib 2003-02-13 02:50:48 +00:00
pw_private.h
pw_scan.c
pwcache.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
pwcache.c fix typo in comment. 2002-12-04 13:08:35 +00:00
pwcache.h
raise.3
raise.c
readdir.c
realpath.3 s/resolved_name/resolvedname/g 2002-07-06 02:46:41 +00:00
rewinddir.c
scandir.3
scandir.c
seekdir.c
setdomainname.c
sethostname.c
setjmp.3 Update Dd for recent changes. 2002-08-10 09:17:49 +00:00
setjmperr.c
setmode.3
setmode.c Rename auto variable shading global sigset(). 2003-01-15 23:58:03 +00:00
setproctitle.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
setproctitle.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
setprogname.c
shquote.3 Fix typos (from PR 19650) 2003-01-03 21:41:28 +00:00
shquote.c
shquotev.c
sighold.3 Pasto; from Thomas Klausner. 2003-01-16 00:46:58 +00:00
sighold.c Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
sigignore.3 typo fixes. 2003-01-16 00:33:12 +00:00
sigignore.c Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
siginterrupt.3
siginterrupt.c
siglist.c
signal.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
signal.c
signame.c
sigrelse.3 Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
sigrelse.c Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
sigset.3 typo fixes. 2003-01-16 00:33:12 +00:00
sigset.c Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. 2003-01-15 23:55:41 +00:00
sigsetops.3
sigsetops.c
sleep.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
sleep.c
stringlist.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
stringlist.c
sysconf.3 Drop trailing whitespace. 2003-02-10 15:31:08 +00:00
sysconf.c Add sysconf(3) knobs for recent additions. 2003-02-02 20:33:05 +00:00
sysctl.3 Consistent tab usage. 2003-03-17 07:45:04 +00:00
sysctl.c Add a sysconf(3) knob for {ATEXIT_MAX}. 2002-12-19 23:31:54 +00:00
syslog.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
syslog.c Merge the nathanw_sa branch. 2003-01-18 10:52:16 +00:00
telldir.c
time.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
time.c
times.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
times.c Version times() so that programs compiled before the recent change to make 2002-06-30 09:45:39 +00:00
timezone.3
timezone.c use strlcpy where it is more appropriate. 2002-11-17 01:51:24 +00:00
toascii.3
toascii.c
tolower_.c
tolower.3
toupper_.c
toupper.3 Remove Xrefs to ourselves in SEE ALSO. 2002-07-10 23:31:32 +00:00
ttyname.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
ttyname.c
ttyslot.c
ualarm.3
ualarm.c
ulimit.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
ulimit.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
uname.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
uname.c
unvis.3
unvis.c adapt for vis()/svis() check separation 2002-07-03 17:18:09 +00:00
usleep.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
usleep.c
utime.3 \-1 and .Dv NULL. 2002-10-01 16:59:46 +00:00
utime.c
utmp.c make sure to bound string operation by strlcpy 2002-11-17 20:49:33 +00:00
utmpx.c keep track if we have the file opened as readonly or readwrite, so that 2003-02-26 19:23:25 +00:00
valloc.3
valloc.c
verr.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
verrx.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
vis.3 New sentence, new line. From Robert Elz. 2002-10-01 16:48:34 +00:00
vis.c adapt for vis()/svis() check separation 2002-07-03 17:18:09 +00:00
vwarn.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
vwarnx.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
wait3.c
wait.c
waitpid.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
warn.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00
warnx.c __STDC__ is always defined on NetBSD. 2002-05-26 14:03:19 +00:00