.. |
Makefile.inc
|
move recallocarray to malloc.c and
|
8 years ago |
_Exit.c
|
Update a comment about standards requirements
|
12 years ago |
_rand48.c
|
zap remaining rcsid.
|
19 years ago |
a64l.3
|
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
|
12 years ago |
a64l.c
|
zap remaining rcsid.
|
19 years ago |
abort.3
|
stop flushing streams in abort(). it's hackish and unsafe, and no longer
|
11 years ago |
abort.c
|
Use sigaction() instead of signal() to avoid pulling in unnecessary
|
9 years ago |
abs.3
|
more library history
|
11 years ago |
abs.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
alloca.3
|
Improve wording in alloca.
|
10 years ago |
atexit.3
|
Add dlclose(3) to SEE ALSO
|
10 years ago |
atexit.c
|
libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork()
|
9 years ago |
atexit.h
|
Hide __atexit and __atexit_register_cleanup()
|
9 years ago |
atof.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
atof.c
|
zap remaining rcsid.
|
19 years ago |
atoi.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
atoi.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
atol.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
atol.c
|
zap remaining rcsid.
|
19 years ago |
atoll.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
atoll.c
|
zap remaining rcsid.
|
19 years ago |
bsearch.3
|
change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
|
9 years ago |
bsearch.c
|
$OpenBSD$
|
8 years ago |
div.3
|
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
|
8 years ago |
div.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
drand48.c
|
Only two of the *rand48.c files need <math.h>, so just #include it in them
|
9 years ago |
ecvt.3
|
reduce .Nd to one line and kill .Tn while here
|
9 years ago |
ecvt.c
|
Remove NULL-checks before free() and a few related dead assignments.
|
9 years ago |
erand48.c
|
Only two of the *rand48.c files need <math.h>, so just #include it in them
|
9 years ago |
exit.3
|
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
|
10 years ago |
exit.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
gcvt.c
|
Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly
|
11 years ago |
getenv.3
|
better document perils of setuid getenv and xr with issetugid
|
10 years ago |
getenv.c
|
environ and __progname are not declared in a public header; declare them
|
9 years ago |
getopt.3
|
Follow style(9) and drop lint /* NOTREACHED */ annotations from
|
9 years ago |
getopt_long.3
|
Follow style(9) and drop lint /* NOTREACHED */ annotations from
|
9 years ago |
getopt_long.c
|
Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one
|
9 years ago |
getsubopt.3
|
Reduce instances of `` '' in manuals.
|
10 years ago |
getsubopt.c
|
zap remaining rcsid.
|
19 years ago |
hcreate.3
|
Remove sentences in RETURN VALUES sections saying that functions with
|
9 years ago |
hcreate.c
|
Remove dead support for changing BDB hash algorithm and cache of alternatives
|
8 years ago |
heapsort.c
|
$OpenBSD$
|
8 years ago |
icdb.c
|
Set errno more consistently, and fix a warning, ok tedu
|
8 years ago |
icdb_new.3
|
fix Dt;
|
8 years ago |
imaxabs.3
|
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
|
10 years ago |
imaxabs.c
|
Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()
|
19 years ago |
imaxdiv.3
|
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
|
8 years ago |
imaxdiv.c
|
Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()
|
19 years ago |
insque.3
|
obvious STANDARDS update
|
10 years ago |
insque.c
|
XPG requires insque() and remque() to work with linear lists and not just
|
10 years ago |
jrand48.c
|
zap remaining rcsid.
|
19 years ago |
l64a.c
|
zap remaining rcsid.
|
19 years ago |
labs.3
|
add a bit of spacing to previous, to keep the notes about deprecated
|
8 years ago |
labs.c
|
zap remaining rcsid.
|
19 years ago |
lcong48.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
ldiv.3
|
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
|
8 years ago |
ldiv.c
|
zap remaining rcsid.
|
19 years ago |
llabs.c
|
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
|
8 years ago |
lldiv.3
|
add a bit of spacing to previous, to keep the notes about deprecated
|
8 years ago |
lldiv.c
|
Reduce qabs() and qdiv() to aliases of llabs() and lldiv().
|
8 years ago |
lrand48.c
|
Move the __rand48_* declarations into rand48.h, and then hide both them
|
9 years ago |
lsearch.3
|
change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a
|
9 years ago |
lsearch.c
|
Change lsearch()'s "base" argument to require a non-const pointer to
|
10 years ago |
malloc.3
|
consictently use .Dv NULL and a few other tweaks; ok schwarze@
|
8 years ago |
malloc.c
|
don't forget to fill in canary bytes for posix_memalign(3); reported by
|
8 years ago |
merge.c
|
Just return if nmemb is 0. Avoids a NULL dereference and is
|
9 years ago |
mrand48.c
|
Move the __rand48_* declarations into rand48.h, and then hide both them
|
9 years ago |
nrand48.c
|
zap remaining rcsid.
|
19 years ago |
posix_memalign.3
|
Support larger-than-page-alignment requests in posix_memalign() by
|
12 years ago |
posix_openpt.3
|
no need for .Pp before lists;
|
12 years ago |
posix_pty.c
|
When checking flags that will be passed to open(), test the O_ACCMODE portion
|
10 years ago |
ptsname.3
|
Use "path name" not "pathname".
|
12 years ago |
qsort.3
|
Remove sentences in RETURN VALUES sections saying that functions with
|
9 years ago |
qsort.c
|
Remove unnecessary casts of 'a' to char * since 'a' is already char *.
|
8 years ago |
radixsort.3
|
Use .Rv where appropriate, and move it to RETURN VALUES;
|
10 years ago |
radixsort.c
|
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
|
17 years ago |
rand.3
|
Xr and Ox fixes;
|
10 years ago |
rand.c
|
$OpenBSD$
|
8 years ago |
rand48.3
|
update NAME section to include all documented functions,
|
9 years ago |
rand48.h
|
Only two of the *rand48.c files need <math.h>, so just #include it in them
|
9 years ago |
random.3
|
Xr and Ox fixes;
|
10 years ago |
random.c
|
Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific
|
9 years ago |
reallocarray.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
realpath.3
|
Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).
|
11 years ago |
realpath.c
|
Don't call lstat() before readlink() just to see if it's a symlink,
|
8 years ago |
recallocarray.c
|
Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)
|
8 years ago |
remque.c
|
XPG requires insque() and remque() to work with linear lists and not just
|
10 years ago |
seed48.c
|
Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally
|
9 years ago |
setenv.c
|
Delete casts to off_t and size_t that are implied by assignments
|
8 years ago |
srand48.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtod.3
|
Fix typo; the period should be outside the parens. From Michael McConville
|
8 years ago |
strtoimax.c
|
Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct
|
9 years ago |
strtol.3
|
Another couple of commas in the wrong place, ok jmc
|
10 years ago |
strtol.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtoll.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtonum.3
|
compare pointer to NULL in example code
|
9 years ago |
strtonum.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtoul.3
|
Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.
|
10 years ago |
strtoul.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtoull.c
|
Wrap <stdlib.h> so that calls go direct and the symbols not in the
|
9 years ago |
strtoumax.c
|
Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct
|
9 years ago |
system.3
|
be more forceful about not using these.
|
9 years ago |
system.c
|
environ and __progname are not declared in a public header; declare them
|
9 years ago |
tfind.c
|
lint is dead: delete useless LINTLIBRARY comments
|
9 years ago |
tsearch.3
|
Remove sentences in RETURN VALUES sections saying that functions with
|
9 years ago |
tsearch.c
|
lint is dead: delete useless LINTLIBRARY comments
|
9 years ago |