Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring ia64 back from the dead. After a call one needs to restore the | marcel | 2004-08-18 | 1 | -1/+1 |
| | | | | | | | | | GP register, because it's clobbered for calls across load modules. The previous commit inserted the call to _init_tls() between the call to atexit() and the restoration of the GP register clobbered by it. Fix: restore GP before we call _init_tls(). Pointy hat: dfr@ | ||||
* | Clarify that realloc and reallocf may move the memory allocation. | alfred | 2004-08-18 | 1 | -3/+7 |
| | |||||
* | Always allocate a TLS area even if its empty - libpthread relies on | dfr | 2004-08-18 | 1 | -7/+4 |
| | | | | | | having a valid %gs when it initialises. MFC after: 2 days | ||||
* | /me kicks cvs update | trhodes | 2004-08-17 | 1 | -7/+1 |
| | | | | | | | Revert previous commit, tjr already fixed it and I was too stupid to notice this fact. Approved by: re (to avoid failing cvs ci) | ||||
* | Fix incorrect code in an example. The previous example would produce | trhodes | 2004-08-17 | 1 | -2/+8 |
| | | | | | | | | | | 19 column positions wide in the first line and 20 in the rest of the lines. This fixes the example to provide the correct output. PR: 53454 Noticed by: Kuang-che Wu <kcwu@kcwu.homeip.net> Submitted by: Marc Silver <marcs@draenor.org> Approved by: re (scottl) | ||||
* | Fix compile, s/tp_dtv/tp_tdv/g. | davidxu | 2004-08-16 | 7 | -7/+7 |
| | |||||
* | Fix alpha build and add __FBSDID. | dfr | 2004-08-16 | 1 | -1/+4 |
| | | | | PR: 70518 | ||||
* | Bring PPC up to date with latest TLS changes. | grehan | 2004-08-16 | 4 | -6/+6 |
| | |||||
* | Plug a memory leak in error case. | davidxu | 2004-08-16 | 1 | -1/+3 |
| | |||||
* | 1. Use libpthread's exported symbols to calcuate offset in data structure | davidxu | 2004-08-16 | 3 | -130/+130 |
| | | | | 2. Enable TLS debugger support. | ||||
* | 1. Add macro DTV_OFFSET to calculate dtv offset in tcb. | davidxu | 2004-08-16 | 18 | -3/+40 |
| | | | | 2. Export symbols needed by debugger. | ||||
* | Add a file to collection all symbols will be needed by debugger. | davidxu | 2004-08-16 | 2 | -0/+120 |
| | |||||
* | Add rtld-elf to the include path for the rtld to pthread TLS interface. | dfr | 2004-08-15 | 1 | -0/+1 |
| | |||||
* | Add TLS support for i386 and amd64. | dfr | 2004-08-15 | 20 | -66/+84 |
| | |||||
* | Add TLS support for libthr on i386. | dfr | 2004-08-15 | 2 | -74/+29 |
| | |||||
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 21 | -8/+490 |
| | |||||
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 3 | -3/+6 |
| | | | | PR: 56653 | ||||
* | Fix outgoing ICMP on global instance. | phk | 2004-08-14 | 1 | -5/+5 |
| | |||||
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 11 | -39/+104 |
| | | | | | | | simple errx() function. Improve behavior when bzlib/zlib are missing by detecting and issuing an error message on attempts to read gzip/bzip2 compressed archives. | ||||
* | We don't need <paths.h>, so don't bother including it. | kientzle | 2004-08-14 | 2 | -2/+1 |
| | |||||
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-13 | 2 | -2/+2 |
| | | | | | PR: 56653 (libc/rpc bits) Approved by: alfred | ||||
* | Document the MNT_SNAPSHOT mount flag with a cross-reference | roam | 2004-08-13 | 1 | -1/+7 |
| | | | | | | | to mksnap_ffs(8). PR: 70402 Submitted by: James Raftery <james@now.ie> | ||||
* | 1. Add missing functions: libthr_dbresume,libthr_dbsuspend. | davidxu | 2004-08-13 | 1 | -20/+77 |
| | | | | | | 2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs, libthr_db_ta_map_id2thr. 3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs. | ||||
* | Fix example. | tjr | 2004-08-12 | 1 | -4/+5 |
| | |||||
* | Implement wcwidth() as an inline function. | tjr | 2004-08-12 | 1 | -11/+2 |
| | |||||
* | As long as we have a knob to force system scope threads, why not have | deischen | 2004-08-12 | 8 | -16/+26 |
| | | | | | | | | | | | | | a knob to force process scope threads. If the environment variable LIBPTHREAD_PROCESS_SCOPE is set, force all threads to be process scope threads regardless of how the application creates them. If LIBPTHREAD_SYSTEM_SCOPE is set (forcing system scope threads), it overrides LIBPTHREAD_PROCESS_SCOPE. $ # To force system scope threads $ LIBPTHREAD_SYSTEM_SCOPE=anything threaded_app $ # To force process scope threads $ LIBPTHREAD_PROCESS_SCOPE=anything threaded_app | ||||
* | Link to the build again. The problem was that we need a new | harti | 2004-08-11 | 1 | -3/+3 |
| | | | | | gensnmptree for the .def file to parse. This was fixed in Makefile.inc1. | ||||
* | Again something bad is happening so comment out the ATM module. | harti | 2004-08-11 | 1 | -3/+3 |
| | |||||
* | Now, after the import of NgATM-1.1, re-enable the atm module. | harti | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | Update "documentation date" fields. | green | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | green | 2004-08-10 | 1 | -1/+5 |
| | | | | | a case where ENOMEM could be returned by munlock(2), and add possible system deadlock to the BUGS section. | ||||
* | Disable the snmp_atm module until the source gets fixed. This will unbreak | scottl | 2004-08-10 | 1 | -1/+1 |
| | | | | this portion of the build. | ||||
* | Link the snmp_atm module to the build unless NOATM is defined. | harti | 2004-08-09 | 1 | -1/+6 |
| | |||||
* | Now that gensnmptree can read and merge more than one tree make | harti | 2004-08-09 | 1 | -4/+4 |
| | | | | | the rule so that the tree .c and .h files can be produced from several trees. | ||||
* | A module for bsnmpd(1) that exports a MIB that contains information about | harti | 2004-08-09 | 4 | -0/+478 |
| | | | | the local ATM interfaces and allows to change some parameters via SNMP. | ||||
* | Turn on the magic. | obrien | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | Don't try to programatically support running file(1) w/in /usr/obj or other | obrien | 2004-08-09 | 1 | -1/+1 |
| | | | | | | non-standard install path. Agreed with: ru | ||||
* | Uncomment the real paths and remove the local debugging paths. | obrien | 2004-08-09 | 1 | -2/+1 |
| | | | | Noticed by: ru (who's faster than 'make world' on my stock src test machine) | ||||
* | Bmake the library containing and processing the magic. | obrien | 2004-08-09 | 2 | -0/+274 |
| | |||||
* | Check debugger suspending flag for system scope thread. | davidxu | 2004-08-08 | 2 | -6/+14 |
| | | | | Reviewed by: deischen | ||||
* | 1.Use new way to check if a thread is in critical region, defer suspending | davidxu | 2004-08-08 | 5 | -32/+126 |
| | | | | | | | | if it is true. 2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code is commented out util tls patch is committed. Reviewed by: deischen | ||||
* | Add archive_entry_set_mtime() | kientzle | 2004-08-08 | 3 | -0/+11 |
| | |||||
* | Oops. Use "unsigned long" instead of "int" for the intermediate variables | kientzle | 2004-08-08 | 2 | -9/+7 |
| | | | | | in wide-character conversions, since it's guaranteed to be large enough. Thanks to: Andrey Chernov | ||||
* | Use 'int' for certain wide-character conversions instead of wchar_t. | kientzle | 2004-08-08 | 2 | -4/+8 |
| | | | | | That quiets some compiler warnings on platforms with 16-bit wchar_t. With this change, libarchive now compiles cleanly on Win32/cygwin. | ||||
* | The configure-built Makefile wasn't installing archive.h | kientzle | 2004-08-08 | 1 | -2/+3 |
| | |||||
* | If you don't need a header, don't bother including it. | kientzle | 2004-08-08 | 1 | -1/+0 |
| | |||||
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 2 | -2/+107 |
| | |||||
* | Don't forget to allocate space for the terminating NUL when converting to | des | 2004-08-07 | 1 | -1/+1 |
| | | | | | | | | base 64. PR: misc/70022 Submitted by: Herve Masson <herve-bsdbt@mindstep.com> MFC after: 3 days | ||||
* | Split archive_{read,write}_finish into separate "close" (finish the archive | kientzle | 2004-08-07 | 6 | -22/+67 |
| | | | | | | | and close it) and "finish" (destroy the object) functions. For backwards compat and simplicity, have "finish" invoke "close" transparently if needed. This allows clients to close the archive and check end-of-operation statistics before destroying the object. | ||||
* | Don't forget to count the end-of-file padding as part of the finished | kientzle | 2004-08-07 | 2 | -0/+2 |
| | | | | file size. |