summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When creating a pthread in the suspended state their were twomtm2003-12-151-2/+4
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
* Doh! Lock the thread passed in by the caller, not the current thread.mtm2003-12-121-2/+2
* Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()des2003-12-111-8/+6
* More strict aliasing fixes.des2003-12-111-26/+29
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-119-42/+44
* Fixed English error in previous commit. Fixed some older English errors.bde2003-12-111-6/+5
* Remove uses of GIANT_LOCK and replace with appropriate threadmtm2003-12-111-7/+12
* Add reference to standards/55112 for next time SHLIB_MAJOR is bumped.mikeh2003-12-101-0/+1
* Implement seeking to earlier offsets in gzipfs. This allows my loadergreen2003-12-101-15/+30
* Add sticky(8) cross reference.dds2003-12-101-1/+2
* PowerPC-conditional changes:grehan2003-12-101-1/+7
* - Put manh/manl bitfields into correct-sized integral type.grehan2003-12-101-5/+4
* Add a short description of the kse_switchin(2) syscall to the ksemarcel2003-12-102-2/+14
* accept() returns a file descriptor when it succeeds which is verydeischen2003-12-094-4/+4
* Remove an unused struct definition.deischen2003-12-092-24/+0
* Add cancellation points for accept() and connect().deischen2003-12-099-0/+208
* Take a stab at fixing some of the macro-nightmare.mtm2003-12-091-46/+23
* Fix the wrapper function around signals so that a signal handlingmtm2003-12-095-58/+57
* Ugghh, cvs add the functions necessary to lock the global signal actionmtm2003-12-091-0/+91
* o Add a wrapper around sigaction(2), so we can insert our own wrappermtm2003-12-093-0/+62
* Enable cancellation points around some syscalls.mtm2003-12-091-28/+28
* Use mutex instead of low level thread lock to implement spinlock, thisdavidxu2003-12-092-60/+36
* Rename _thr_enter_cancellation_point to _thr_cancel_enter, renamedavidxu2003-12-0960-272/+296
* More reliably check timeout for pthread_mutex_timedlock.davidxu2003-12-092-2/+2
* Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale.tjr2003-12-081-0/+14
* Go back to using rev 1.18 where thread locks are used instead of KSEdeischen2003-12-082-34/+32
* Make msdosfs long filenames matching case insensitive again.fjoe2003-12-083-0/+42
* Simplify the contexts created by the kernel and remove the relatedmarcel2003-12-072-0/+12
* Add support for timeout: and attempts: resolver options.murray2003-12-071-0/+20
* Split multibyte(3) into separate manual pages for each function.tjr2003-12-077-145/+543
* Split the documentation for localeconv() off into a separate manual page.tjr2003-12-073-176/+232
* Fix prototype for getchar_unlocked().tjr2003-12-071-1/+1
* Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.obrien2003-12-076-289/+330
* Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.obrien2003-12-071-0/+1
* Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3obrien2003-12-0723-20311/+20039
* Apply a second fix for stack alignment with libkse. This time, enter thepeter2003-12-052-4/+4
* "Fix" makecontext() so that the C code begins execution with itspeter2003-12-051-2/+6
* For the amd64 we need to do some extra stack alignment fixups. Otherwisepeter2003-12-033-6/+27
* Use dynamic instead of static LDT allocation.mtm2003-12-021-5/+4
* Fixed a bug in sendfile(2) where the sent data would be corrupted duedg2003-12-011-2/+6
* Eliminate two pushl by using call instruction directly, this reallydavidxu2003-11-292-4/+2
* 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static falldavidxu2003-11-294-198/+62
* Remove surplus mmap() call for stack guard page in init_private, it is donedavidxu2003-11-292-50/+0
* Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3obrien2003-11-2915-16561/+17940
* Do not adjust to the pagesize at runtime. Besides for the one-timemarcel2003-11-281-8/+2
* Replace out of date struct statfs definition with a reference to statfs(2).tjr2003-11-211-64/+3
* Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* Documented missing EINVAL errno valuedds2003-11-191-0/+6
* Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
OpenPOWER on IntegriCloud