| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84359
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73615
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73577
|
| |
|
|
|
|
|
|
|
| |
- Change hcreate to take a size_t rather than u_int
- Remove private search.h
- Add FreeBSD id tag.
Notes:
svn path=/stable/4/; revision=64899
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
so that all these makefiles can be used to build libc_r too.
Added .if ${LIB} == "c" tests to restrict man page builds to libc
to avoid needlessly building them with libc_r too.
Split libc Makefile into Makefile and Makefile.inc to allow the
libc_r Makefile to include Makefile.inc too.
Notes:
svn path=/head/; revision=25401
|
| |
|
|
|
|
|
|
| |
Guard against possible buffer overrun in filename passed.
Another candidate for 2.2.
Notes:
svn path=/head/; revision=22736
|
| |
|
|
|
|
|
|
|
| |
changes from the vendor branch as well, backing the db-1.82 changes.
This file should now be the same as it was in rev 1.1.1.2.
Notes:
svn path=/head/; revision=19029
|
| |
|
|
|
|
|
|
|
| |
Somehow, I also managed to get quite some other changes in this file at
the same time. All I did was checkout the file and made a single change.
If someone has an explanation how these PURIFFY defines got in...
Notes:
svn path=/head/; revision=19024
|
| |
|
|
|
|
|
|
|
| |
This should solve the bug where a coredumping ftpd reveals
encrypted passwords.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=18997
|
| |
|
|
|
|
|
|
| |
being sent back to Bostic by the NetBSD crew.
Obtained from: NetBSD-current
Notes:
svn path=/head/; revision=17235
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14287
|
| |
|
|
| |
Notes:
svn path=/vendor/CSRG/dist/; revision=14272
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14244
|
| |
|
|
|
|
|
| |
Reviewed by: wollman
Notes:
svn path=/head/; revision=14213
|
| |
|
|
|
|
|
|
|
| |
Submitted by: John Birrel(L?)
changes for threadsafe operations
Notes:
svn path=/head/; revision=13545
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|