| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=109057
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109056
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109055
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109051
|
| |
|
|
|
|
|
| |
and fileno_unlocked().
Notes:
svn path=/head/; revision=109050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109047
|
| |
|
|
|
|
|
| |
and putchar_unlocked().
Notes:
svn path=/head/; revision=109043
|
| |
|
|
|
|
|
|
|
| |
putchar_unlocked(), putc_unlocked(), feof_unlocked(), ferror_unlocked(),
clearerr_unlocked(), and fileno_unlocked(). The first four are required
by POSIX. The rest are provided for consistency.
Notes:
svn path=/head/; revision=109042
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109040
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109039
|
| |
|
|
|
|
|
| |
tolower() and isdigit().
Notes:
svn path=/head/; revision=109038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108868
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108867
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108865
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108864
|
| |
|
|
|
|
|
|
| |
PR: docs/46815
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
Notes:
svn path=/head/; revision=108859
|
| |
|
|
|
|
|
|
| |
PR: 46253
Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Notes:
svn path=/head/; revision=108844
|
| |
|
|
|
|
|
| |
format string.
Notes:
svn path=/head/; revision=108776
|
| |
|
|
|
|
|
| |
multibyte characters in the format string correctly.
Notes:
svn path=/head/; revision=108775
|
| |
|
|
|
|
|
|
|
|
|
|
| |
instead of unwinding the call stack. This makes them usable to switch
stacks, e.g. for libc_r.
Do not save the frame pointer in setjmp() and _setjmp(), it is not needed
any more.
Rename _longjmp() to ___longjmp(), with a weak alias to _longjmp(), like
the other architectures did.
Notes:
svn path=/head/; revision=108738
|
| |
|
|
|
|
|
| |
like the other architectures do.
Notes:
svn path=/head/; revision=108736
|
| |
|
|
|
|
|
|
|
|
| |
an unaligned destination using bcopy instead of an assignment.
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
PR: sparc64/46729
Notes:
svn path=/head/; revision=108711
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108694
|
| |
|
|
|
|
|
| |
in the format string correctly.
Notes:
svn path=/head/; revision=108653
|
| |
|
|
|
|
|
| |
characters in the format string correctly.
Notes:
svn path=/head/; revision=108652
|
| |
|
|
|
|
|
|
|
| |
o #include <stdio.h> to make sprintf()'s prototype visible.
o Remove unused variable: sbuf.
o Don't use assignment as truth value.
Notes:
svn path=/head/; revision=108646
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108644
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o Call waitpid() if an error occurs after forking the child process
to avoid leaving zombies around.
o Handle the WRDE_DOOFS|WRDE_APPEND combination correctly
o Do not confuse $( substitution with $(( shell arithmetic
(noticed by wollman)
o Handle backslash escaping properly
o Allow $( and ${ to be quoted
Notes:
svn path=/head/; revision=108641
|
| |
|
|
|
|
|
|
| |
the names required by 1003.1-2001. The old names are retained for
source compatibility with FreeBSD 5.0 and will be removed before 6.0.
Notes:
svn path=/head/; revision=108637
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108633
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108630
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108629
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108628
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108626
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108625
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108624
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108622
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108621
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108620
|
| |
|
|
|
|
|
|
|
|
|
| |
As a side effect, it makes the code easier to read and requires less
pointer arithmetic.
Test by: strerror regression test
Submitted by: Tim Kientzle <kientzle@acm.org>
Notes:
svn path=/head/; revision=108603
|
| |
|
|
|
|
|
| |
by the C standard.
Notes:
svn path=/head/; revision=108598
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108582
|
| |
|
|
|
|
|
|
|
|
| |
when the same pipe FILE is pclosed()'d in different threads, and to avoid
corrupting the linked list when adding or removing items. The symptoms of
the linked list getting corrupted were pclose() either not finding the pipe
on the list, or the list becoming circular and pclose() looping infinitely.
Notes:
svn path=/head/; revision=108580
|
| |
|
|
|
|
|
|
|
|
|
| |
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes
to the user being granted the pty.
Submitted by: Ryan Younce <ryany@pobox.com>
Reviewed by: security-officer@, standards@, mike@
Notes:
svn path=/head/; revision=108574
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This situation most notably arises in chkprintcap, when a /etc/printcap
entry has an empty rp= attribute. In that case, cgetmatch would enter
an infinite loop if any entry in the file has multiple names.
This causes lpd to hang at boot time on 5.0-DP2 when both conditions
are met (:rp=: and multiple names -- not necessarily on the same entry).
Reviewed by: roberto
Notes:
svn path=/head/; revision=108553
|