| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Approved by: re (jhb)
Notes:
svn path=/stable/4/; revision=103848
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=99268
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98394
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=98393
|
| |
|
|
|
|
|
|
|
|
| |
char converted to an int (as per the C standard) i.e. it can be
passed straight to isalpha() etc.
Approved by: re (brian, bmah)
Notes:
svn path=/stable/4/; revision=96887
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94948
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=94947
|
| |
|
|
|
|
|
| |
PR: 35610
Notes:
svn path=/stable/4/; revision=94521
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=92633
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=87904
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=86666
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=82643
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81834
|
| |
|
|
|
|
|
|
|
|
| |
that 1.7.2.1 was MFC'ed, except the original implementation was flawed in
-current so we had to start again.
Approved by: re (murray)
Notes:
svn path=/stable/4/; revision=81808
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=81195
|
| |
|
|
|
|
|
|
|
|
| |
1.6 +14 -4 src/lib/libc/stdio/tmpfile.c
1.8 +8 -1 src/lib/libc/stdio/tmpnam.3
Ability to specify temporary directory with TMPDIR
Notes:
svn path=/stable/4/; revision=80512
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80145
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80140
|
| |
|
|
|
|
|
|
|
|
| |
from the 'l' description with s/long/long long/g.
PR: 27017
Submitted by: Guy Harris <guy@alum.mit.edu>
Notes:
svn path=/stable/4/; revision=78890
|
| |
|
|
|
|
|
|
|
|
| |
return the number of characters that would have been in the new string.
Revision Changes Path
1.28 +13 -2 src/lib/libc/stdio/printf.3
Notes:
svn path=/stable/4/; revision=77797
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75949
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75662
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73888
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73707
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73683
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73682
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73681
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73679
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73676
|
| |
|
|
|
|
|
|
| |
__stdin, __stdout and __stderr. Note, we don't generate references to
them (yet). That will be done in 6.0, so don't panic just yet.
Notes:
svn path=/stable/4/; revision=73580
|
| |
|
|
|
|
|
| |
PR: 15070
Notes:
svn path=/stable/4/; revision=72711
|
| |
|
|
|
|
|
| |
and family.
Notes:
svn path=/stable/4/; revision=71296
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70893
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70554
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70483
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69898
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69764
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=66170
|
| |
|
|
|
|
|
| |
Check additional failure case in getopt.
Notes:
svn path=/stable/4/; revision=66103
|
| |
|
|
|
|
|
|
| |
- some sentencebreaks
- typo
Notes:
svn path=/stable/4/; revision=60637
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=60084
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=59521
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57695
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
Notes:
svn path=/head/; revision=56698
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56589
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56131
|
| |
|
|
|
|
|
|
|
| |
points. For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep(). The arrows represent weak aliases. For
system calls, the pattern is _read() <-- _libc_read() <-- read().
Notes:
svn path=/head/; revision=55837
|
| |
|
|
|
|
|
| |
the name by which it is referenced in the text.
Notes:
svn path=/head/; revision=55649
|
| |
|
|
|
|
|
|
|
|
|
| |
is good for... :-)), I discovered that part of the change when mkstemps()
was brought in was missed - it was missing the termination case to make
sure it doesn't walk into the suffix. This isn't the same code OpenBSD
has, I think this is a little better as we terminate the loop in a better
spot.
Notes:
svn path=/head/; revision=54439
|