Age | Commit message (Expand) | Author |
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 | 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-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-12-05 | missing word; | Jason McIntyre |
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 | 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-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-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-11 | fix leaks in error cases found by parfait | Jonathan Gray |
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-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-28 | skip the \' formatting flag, grouping is not implemented; ok deraadt@ | Christian Weisgerber |
2009-10-28 | more fallout from jasper's commit. | Jonathan Gray |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | We don't have an "Ap" macro so ".Fn execve() Ap d" is wrong, reword to remove | Nicholas Marriott |
2009-10-26 | add ENOTSUP and bump libc minor | Jasper Lievisse Adriaanse |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |