Age | Commit message (Expand) | Author |
2009-12-02 | we don't expose overruns/underruns as negative positions anymore, | Alexandre Ratchov |
2009-11-28 | This might not be necessary, but Just In Case: since the underlying | Philip Guenthe |
2009-11-27 | wrap Nd in quotes, since it has >9 args; | Jason McIntyre |
2009-11-27 | Correct description of physically vs logically; spotted by Nick | Otto Moerbeek |
2009-11-27 | Switch the chunk_info lists to doubly-linked lists and use the queue | Otto Moerbeek |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-27 | Don't forget to fill region from the cache with junk if needed in one case; | Otto Moerbeek |
2009-11-27 | No need to clear a mmapped region; from Fabien Romano and Jonathan | Otto Moerbeek |
2009-11-27 | Add a signal for librthread to use for interthread ASTs for cancelation | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-11-27 | Bump the libc major for the post-h2k9 string of ABI changes and additions | Philip Guenthe |
2009-11-27 | sync german translations with recent C.msg changes | Stefan Sperling |
2009-11-25 | Italian translations | giovanni |
2009-11-24 | Add `da.msg'. | Michael Knudsen |
2009-11-24 | Danish translations. | Michael Knudsen |
2009-11-24 | Update the ENOTSUP summary and description. | Philip Guenthe |
2009-11-24 | - sync with latest additions | Jasper Lievisse Adriaanse |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe |
2009-11-23 | Make the code example fit on an 80 char screen without wrapping. | Michael Knudsen |
2009-11-22 | Oops, KSEG -> CKSEG. | Miod Vallat |
2009-11-22 | Fixed typo in function name. | Tobias Stoeckmann |
2009-11-22 | Allow mips ports to override VM_{MIN,MAX}_KERNEL_ADDRESS, and provide the | Miod Vallat |
2009-11-21 | replacing malloc/realloc dance, by only one realloc | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | remove unused variable | Charles Longeau |
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe |
2009-11-19 | pthread_rwlock_wrlock() should increment the count of writers just | Philip Guenthe |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe |
2009-11-12 | simplify the code looking for + in the password database, after analysis | Theo de Raadt |
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt |
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray |
2009-11-11 | memory leaks, found by parfait; ok millert | Theo de Raadt |
2009-11-11 | obvious use after free, found by parfait | Theo de Raadt |
2009-11-10 | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | Markus Friedl |
2009-11-10 | ctim -> ctime; from ca (pr #6256) | Jason McIntyre |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-11-08 | ansify | Stefan Sperling |
2009-11-07 | remove gcc 1 workaround we no longer care about which | Jonathan Gray |
2009-11-06 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-05 | Provide assembly version of sqrtl(3). | Mark Kettenis |
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov |
2009-11-02 | permit -DMALLOC_STATS to compile again | Todd T. Fries |
2009-11-01 | Use a local numeric label to branch to the start of the function, instead of | Miod Vallat |
2009-11-01 | Two minor bug fixes rotting in my tree: | Ingo Schwarze |
2009-10-31 | s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). | Igor Sobrado |
2009-10-30 | stop using kqueue. | Theo de Raadt |