| Commit message (Expand) | Author | Age | Files | Lines |
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | Jordan K. Hubbard | 2003-12-17 | 2 | -2/+4 |
* | Remove _giant_mutex and its associated macros. | Mike Makonnen | 2003-12-15 | 2 | -85/+0 |
* | Comment out most of pthread_setschedparam. Pthread priorities didn't | Mike Makonnen | 2003-12-15 | 1 | -1/+4 |
* | When creating a pthread in the suspended state their were two | Mike Makonnen | 2003-12-15 | 1 | -2/+4 |
* | Document the effect of sysctl tunables controlling p_candebug(9) on | Joseph Koshy | 2003-12-14 | 1 | -1/+7 |
* | Doh! Lock the thread passed in by the caller, not the current thread. | Mike Makonnen | 2003-12-12 | 1 | -2/+2 |
* | Fix a strict aliasing issue. Also remove an unnecessary pam_get_item() | Dag-Erling Smørgrav | 2003-12-11 | 1 | -8/+6 |
* | More strict aliasing fixes. | Dag-Erling Smørgrav | 2003-12-11 | 1 | -26/+29 |
* | Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs | Dag-Erling Smørgrav | 2003-12-11 | 9 | -42/+44 |
* | Fixed English error in previous commit. Fixed some older English errors. | Bruce Evans | 2003-12-11 | 1 | -6/+5 |
* | Remove uses of GIANT_LOCK and replace with appropriate thread | Mike Makonnen | 2003-12-11 | 1 | -7/+12 |
* | Add reference to standards/55112 for next time SHLIB_MAJOR is bumped. | Mike Heffner | 2003-12-10 | 1 | -0/+1 |
* | Implement seeking to earlier offsets in gzipfs. This allows my loader | Brian Feldman | 2003-12-10 | 1 | -15/+30 |
* | Add sticky(8) cross reference. | Diomidis Spinellis | 2003-12-10 | 1 | -1/+2 |
* | PowerPC-conditional changes: | Peter Grehan | 2003-12-10 | 1 | -1/+7 |
* | - Put manh/manl bitfields into correct-sized integral type. | Peter Grehan | 2003-12-10 | 1 | -5/+4 |
* | Add a short description of the kse_switchin(2) syscall to the kse | Marcel Moolenaar | 2003-12-10 | 2 | -2/+14 |
* | accept() returns a file descriptor when it succeeds which is very | Daniel Eischen | 2003-12-09 | 4 | -4/+4 |
* | Remove an unused struct definition. | Daniel Eischen | 2003-12-09 | 2 | -24/+0 |
* | Add cancellation points for accept() and connect(). | Daniel Eischen | 2003-12-09 | 9 | -0/+208 |
* | Take a stab at fixing some of the macro-nightmare. | Mike Makonnen | 2003-12-09 | 1 | -46/+23 |
* | Fix the wrapper function around signals so that a signal handling | Mike Makonnen | 2003-12-09 | 5 | -58/+57 |
* | Ugghh, cvs add the functions necessary to lock the global signal action | Mike Makonnen | 2003-12-09 | 1 | -0/+91 |
* | o Add a wrapper around sigaction(2), so we can insert our own wrapper | Mike Makonnen | 2003-12-09 | 3 | -0/+62 |
* | Enable cancellation points around some syscalls. | Mike Makonnen | 2003-12-09 | 1 | -28/+28 |
* | Use mutex instead of low level thread lock to implement spinlock, this | David Xu | 2003-12-09 | 2 | -60/+36 |
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | David Xu | 2003-12-09 | 60 | -272/+296 |
* | More reliably check timeout for pthread_mutex_timedlock. | David Xu | 2003-12-09 | 2 | -2/+2 |
* | Set __mbrtowc and __wcrtomb correctly when changing to the C/POSIX locale. | Tim J. Robbins | 2003-12-08 | 1 | -0/+14 |
* | Go back to using rev 1.18 where thread locks are used instead of KSE | Daniel Eischen | 2003-12-08 | 2 | -34/+32 |
* | Make msdosfs long filenames matching case insensitive again. | Max Khon | 2003-12-08 | 3 | -0/+42 |
* | Simplify the contexts created by the kernel and remove the related | Marcel Moolenaar | 2003-12-07 | 2 | -0/+12 |
* | Add support for timeout: and attempts: resolver options. | Murray Stokely | 2003-12-07 | 1 | -0/+20 |
* | Split multibyte(3) into separate manual pages for each function. | Tim J. Robbins | 2003-12-07 | 7 | -145/+543 |
* | Split the documentation for localeconv() off into a separate manual page. | Tim J. Robbins | 2003-12-07 | 3 | -176/+232 |
* | Fix prototype for getchar_unlocked(). | Tim J. Robbins | 2003-12-07 | 1 | -1/+1 |
* | Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. | David E. O'Brien | 2003-12-07 | 6 | -289/+330 |
* | Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. | David E. O'Brien | 2003-12-07 | 1 | -0/+1 |
* | Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3 | David E. O'Brien | 2003-12-07 | 23 | -20311/+20039 |
* | Apply a second fix for stack alignment with libkse. This time, enter the | Peter Wemm | 2003-12-05 | 2 | -4/+4 |
* | "Fix" makecontext() so that the C code begins execution with its | Peter Wemm | 2003-12-05 | 1 | -2/+6 |
* | For the amd64 we need to do some extra stack alignment fixups. Otherwise | Peter Wemm | 2003-12-03 | 3 | -6/+27 |
* | Use dynamic instead of static LDT allocation. | Mike Makonnen | 2003-12-02 | 1 | -5/+4 |
* | Fixed a bug in sendfile(2) where the sent data would be corrupted due | David Greenman | 2003-12-01 | 1 | -2/+6 |
* | Eliminate two pushl by using call instruction directly, this really | David Xu | 2003-11-29 | 2 | -4/+2 |
* | 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static fall | David Xu | 2003-11-29 | 4 | -198/+62 |
* | Remove surplus mmap() call for stack guard page in init_private, it is done | David Xu | 2003-11-29 | 2 | -50/+0 |
* | Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3 | David E. O'Brien | 2003-11-29 | 15 | -16561/+17940 |
* | Do not adjust to the pagesize at runtime. Besides for the one-time | Marcel Moolenaar | 2003-11-28 | 1 | -8/+2 |
* | Replace out of date struct statfs definition with a reference to statfs(2). | Tim J. Robbins | 2003-11-21 | 1 | -64/+3 |