opnsense-src/lib/libc/stdlib
Ed Schouten 2025af696e MFC r196508:
Our implementation of granpt(3) could be valid in the future.

  When I wrote the pseudo-terminal driver for the MPSAFE TTY code, Robert
  Watson and I agreed the best way to implement this, would be to let
  posix_openpt() create a pseudo-terminal with proper permissions in place
  and let grantpt() and unlockpt() be no-ops.

  This isn't valid behaviour when looking at the spec. Because I thought
  it was an elegant solution, I filed a bug report at the Austin Group
  about this. In their last teleconference, they agreed on this subject.
  This means that future revisions of POSIX may allow grantpt() and
  unlockpt() to be no-ops if an open() on /dev/ptmx (if the implementation
  has such a device) and posix_openpt() already do the right thing.

  I'd rather put this in the manpage, because simply mentioning we don't
  comply to any standard makes it look worse than it is. Right now we
  don't, but at least we took care of it.

  Approved by:  re (kib)
2009-08-28 10:25:26 +00:00
..
_Exit.c
a64l.3
a64l.c
abort.3
abort.c
abs.3
abs.c
alloca.3
atexit.3
atexit.c
atexit.h
atof.3
atof.c
atoi.3
atoi.c
atol.3 "-isoC-99" should be spelled without 'c'. 2009-03-01 05:44:28 +00:00
atol.c
atoll.c
bsearch.3
bsearch.c
div.3
div.c
exit.3
exit.c
getenv.3
getenv.c Restructure and use different variables in the tests that involve 2008-08-03 22:47:23 +00:00
getopt.3
getopt.c
getopt_long.3
getopt_long.c
getsubopt.3
getsubopt.c
hcreate.3 - This code was intially obtained from NetBSD, but it's missing licence 2008-07-06 17:03:37 +00:00
hcreate.c - remove superfluous word 2008-07-06 11:31:20 +00:00
heapsort.c
imaxabs.3
imaxabs.c
imaxdiv.3
imaxdiv.c
insque.3
insque.c
l64a.c
labs.3
labs.c
ldiv.3
ldiv.c
llabs.3
llabs.c
lldiv.3
lldiv.c
lsearch.3
lsearch.c
Makefile.inc Simplify. We can just use .sinclude here. 2009-06-23 14:10:46 +00:00
malloc.3 Revert to preferring mmap(2) over sbrk(2) when mapping memory, due to 2008-11-03 21:17:18 +00:00
malloc.c Fix a lock order reversal bug that could cause deadlock during fork(2). 2008-12-01 10:20:59 +00:00
memory.3
merge.c
posix_memalign.3
ptsname.3 MFC r196508: 2009-08-28 10:25:26 +00:00
ptsname.c Add two new routines: fdevname() and fdevname_r(). 2009-02-11 20:24:59 +00:00
qsort.3
qsort.c
qsort_r.c
radixsort.3
radixsort.c
rand.3
rand.c
random.3
random.c
rb.h
reallocf.c
realpath.3
realpath.c
remque.c
strfmon.3
strfmon.c
strtod.3
strtoimax.c
strtol.3
strtol.c
strtoll.c
strtonum.3
strtonum.c
strtoq.c
strtoul.3
strtoul.c
strtoull.c
strtoumax.c
strtouq.c
Symbol.map Add thread-specific caching for small size classes, based on magazines. 2008-08-27 02:00:53 +00:00
system.3 Mark the section describing return values with an appropriate section flag. 2008-06-26 08:24:59 +00:00
system.c
tdelete.c
tfind.c
tsearch.3
tsearch.c
twalk.c