summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* o Don't fseek() on closed file.maxim2006-09-181-2/+2
* Markup fixes.ru2006-09-1727-184/+196
* Remove more traces of Alpha.ru2006-09-171-4/+0
* Reject user with names that are longer than OPIE is willing to deal with;des2006-09-151-4/+13
* Remove reference to T/TCP.joel2006-09-131-5/+2
* Bump .Dd.joel2006-09-131-1/+1
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-1/+0
* Fix a typobrian2006-09-101-2/+2
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-2/+5
* Sync with NetBSD rev. 1.29mbr2006-09-091-0/+4
* Sync with NetBSD rev. 1.6 + 1.7mbr2006-09-091-4/+4
* Sync with NetBSD rev. 1.20 + 1.21mbr2006-09-091-6/+11
* Sync with NetBSD rev. 1.10mbr2006-09-091-0/+1
* Sync with NetBSD rev. 1.15mbr2006-09-091-0/+1
* Sync part of NetBSD rev. 1.14mbr2006-09-091-1/+1
* Sync with NetBSD rev. 1.16 + 1.17mbr2006-09-091-1/+4
* Change the way base allocation is done for internal malloc datajasone2006-09-081-56/+93
* Use return value of _thr_umutex_lock instead of using zero.davidxu2006-09-081-2/+1
* Minor comment fix.thomas2006-09-081-1/+1
* Replace internal usage of struct umtx with umutex which can supportsdavidxu2006-09-0614-158/+94
* alloca() cannot check if the allocation is valid; mention the consequences.ru2006-09-051-4/+13
* GC dead code. If we want to stay polite to the foreign compilers,ru2006-09-052-63/+1
* Same as pthread_setschedparam, use sizeof(struct sched_param) instead.davidxu2006-09-051-2/+2
* Pass correct parameter size.davidxu2006-09-051-2/+2
* Some minor corrections:kientzle2006-09-0510-41/+127
* (pw_copy): Handle the case of a malformed line in master.passwdthomas2006-09-041-2/+11
* Whitespace fix.marcel2006-09-021-1/+1
* Stylize:marcel2006-09-014-70/+102
* Stylize: avoid using a global register variable.marcel2006-09-012-6/+8
* Enable TLS on PowerPC.marcel2006-09-011-1/+0
* The ucontext is 16-byte aligned, which means that struct tcb ismarcel2006-09-012-0/+2
* Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() tomarcel2006-09-014-58/+118
* Fix style(9) in code copied from rtld.marcel2006-09-011-3/+3
* Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld.marcel2006-09-011-3/+3
* Enable TLS on ia64.marcel2006-09-011-1/+0
* Implement TLS.marcel2006-09-018-100/+122
* Stylize.marcel2006-09-012-17/+11
* Fix the variant I allocation for KSE: Allow a larger TCB and assumemarcel2006-09-011-46/+37
* Remove curdir reference in libbsm build; this is not required as therwatson2006-09-011-1/+1
* Stylize.marcel2006-08-311-6/+2
* TLS fixes:marcel2006-08-312-4/+8
* Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb).marcel2006-08-311-1/+1
* o Set TP using inline assembly to avoid dead code elimination.marcel2006-08-301-5/+3
* Avoid dead code elimination of the assignment to TP by using inlinemarcel2006-08-301-2/+2
* Prevent dead code elimination for the TP assignmient by using inlinemarcel2006-08-301-2/+1
* Remove unused file.davidxu2006-08-291-59/+0
* When skipping data, track the position in the bytestream correctly.kientzle2006-08-291-1/+2
* pthread_sigmask is in thr_sig.c, remove this file.davidxu2006-08-281-52/+0
* Kill unused files.davidxu2006-08-282-187/+0
* Use umutex APIs to implement pthread_mutex, member pp_mutexq is addeddavidxu2006-08-284-73/+116
OpenPOWER on IntegriCloud