Age | Commit message (Expand) | Author |
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 |
2009-10-28 | a few leftovers from yesterday's SCCS/RCS-ID removal; | Ingo Schwarze |
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 | Remove mutext from list of held mutexes in _mutex_reinit(). Corrects | Kurt Miller |
2009-10-28 | more rcsid/sccs cleanup | Theo de Raadt |
2009-10-28 | Do not need -DLIBC_SCCS anymore | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | - bump the majors of libpthread and librthread, as they used to return an | Jasper Lievisse Adriaanse |
2009-10-27 | define ENOTSUP EOPNOTSUPP is no longer needed | Theo de Raadt |
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre |
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-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis |
2009-10-26 | reader state cannot be IDLE, terminate the stream if so rather | Alexandre Ratchov |
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre |