| Age | Commit message (Expand) | Author |
| 2007-10-31 | Fix a few bugs and memleaks with the threading code. | pooka |
| 2007-10-30 | Build a local copy of exit that doesn't call __cxa_finalize. It's not | skrll |
| 2007-10-29 | lock massage, although I don't think there's a happy ending here | pooka |
| 2007-10-29 | Sprinkle some hackish locks here and there, just enough to allow | pooka |
| 2007-10-28 | Use puffs prepost ops for setting pid/lwpid instead of separate | pooka |
| 2007-10-28 | Add possibility to set pre- and post callbacks which will be called | pooka |
| 2007-10-28 | Set up the tail of the instruction address queue so that | skrll |
| 2007-10-26 | make _FORTIFY_SOURCE play nicely with lint | christos |
| 2007-10-26 | -D_FILE_OFFSET_BITS=64 is not needed on NetBSD | agc |
| 2007-10-26 | Add some very initial support for a threading worker model as an | pooka |
| 2007-10-26 | dump pid/lwp of caller | pooka |
| 2007-10-26 | mmap stacks, makes it possible to align them | pooka |
| 2007-10-25 | Only resize curscr, __virtscr and stdscr when the screen is resized. | jdc |
| 2007-10-25 | Return "-1" for unknown keys and only return NULL for errors. | jdc |
| 2007-10-25 | Make pu_haskq a flag instead of its own variable. | pooka |
| 2007-10-24 | Add HISTORY: The strtof() and strtold() functions appeared in NetBSD | reed |
| 2007-10-23 | revert 1.77, MULTITHREADED_REFUSE has problems | pooka |
| 2007-10-23 | remove invalid range check. | tnozaki |
| 2007-10-22 | Add a reference to RFC 2783. Requested by joerg@ | simonb |
| 2007-10-22 | Revert the CSE parts of the previous change. "run" is calculated with | simonb |
| 2007-10-21 | Add puffs_cc_schedule() which marks a pcc runnable and will pass | pooka |
| 2007-10-21 | Get rid of MULTITHREADED_REFUSE for context queries. We can simply | pooka |
| 2007-10-21 | To work around lint problems, add a LINTED comment on pooka's request. | he |
| 2007-10-21 | Use new puffs features to provide correct caller info instead of | pooka |
| 2007-10-21 | Always provide caller information from the kernel based on curlwp. | pooka |
| 2007-10-21 | typo in comment | pooka |
| 2007-10-19 | - do some CSE. | christos |
| 2007-10-19 | When doing a read operation, don't copy the whole kernel buffer to | pooka |
| 2007-10-18 | sync with kernel after the merge of yamt-x86pmap branch. | yamt |
| 2007-10-18 | * Change type of boolean functions to, well, boolean instead of int. | pooka |
| 2007-10-16 | Note that libpthread_dbg needs to be checked after making changes to | ad |
| 2007-10-16 | use mremap for huge -> huge realloc. | yamt |
| 2007-10-16 | Crank libpthread_dbg major. | ad |
| 2007-10-16 | ... but preserve the linked list, for the debugger only. | ad |
| 2007-10-16 | Remove stuff that is no longer useful. | ad |
| 2007-10-16 | Replace the global thread list with a red-black tree. From joerg@. | ad |
| 2007-10-15 | Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These | ad |
| 2007-10-15 | we don't have reallocf. | yamt |
| 2007-10-15 | make lint happy. | yamt |
| 2007-10-15 | malloc_print_stats: print huge_allocated correctly. it's already in bytes. | yamt |
| 2007-10-15 | use MAP_ALIGNED. | yamt |
| 2007-10-13 | SSP doesn't like alloca... | jnemeth |
| 2007-10-11 | Part 1/n of some pretty extensive changes to how the kernel module | pooka |
| 2007-10-09 | g/c #if 0'd code which isn't likely to get used any time soon | pooka |
| 2007-10-09 | Add cancellation stubs in libpthread for POSIX messages queues and | rmind |
| 2007-10-09 | Add defs for hppa. From he@. | ad |
| 2007-10-08 | Provide PTHREAD__ASM_RASOPS for alpha. | skrll |
| 2007-10-08 | In handwritten asm use -fPIC code instead of -fpic, our libc has grown | uwe |
| 2007-10-07 | On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinition | he |
| 2007-10-06 | split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPS | christos |