Age | Commit message (Expand) | Author |
2009-12-19 | Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3). | Ingo Schwarze |
2009-12-16 | save calls to arc4random() by using a nibble at a time; not because | Otto Moerbeek |
2009-12-16 | Update the list of async-signal-safe functions | Philip Guenthe |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | Philip Guenthe |
2009-12-14 | Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE. | Ingo Schwarze |
2009-12-14 | sleep(3) is supposed to return zero when it sleeps the entire amount | Philip Guenthe |
2009-12-11 | __svc_fdsetsize is counted in bits, not in array elements | Ingo Schwarze |
2009-12-11 | Fix two memory leaks, one found by parfait, one by myself. | Jacek Masiulaniec |
2009-12-11 | clean up the realloc code to make a parfait false positive go away. | Theo de Raadt |
2009-12-11 | plug a memory leak; found by parfait, ok djm | Theo de Raadt |
2009-12-11 | More changes to avoid truncating 64 bit pointers to 32 bits and sign-extending | Miod Vallat |
2009-12-10 | getcwd() is posix, not ansi; from Thomas Pfaff | Jason McIntyre |
2009-12-10 | Make sure to use 64 bit instructions in the assembly statements (addi -> daddi) | Miod Vallat |
2009-12-07 | Get page size information by reading the kernel image' struct uvmexp, instead | Miod Vallat |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-12-06 | Make internal file descriptor handling async-signal safe by eliminating | Kurt Miller |
2009-12-05 | missing word; | Jason McIntyre |
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 |