Age | Commit message (Expand) | Author |
2010-04-07 | - nuke some unneeded Pp; from kristaps | Jason McIntyre |
2010-04-06 | aucat (server): | Alexandre Ratchov |
2010-04-03 | Build all manual pages in base with mandoc(1) instead of groff, | Ingo Schwarze |
2010-04-03 | Add missing documention: | Philip Guenthe |
2010-04-02 | fix a potential memory leak found by zinovik@ | Ingo Schwarze |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | Jason McIntyre |
2010-04-01 | typo | Theo de Raadt |
2010-04-01 | document that setting the time of the machine is unsafe. explain why, | Theo de Raadt |
2010-03-30 | describe better what KERN_PROC_ARGV and KERN_PROC_ENV return; ok jmc@ | Otto Moerbeek |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-24 | Modify example not to use an assignment in the if statement. We shouldn't | Mark Kettenis |
2010-03-23 | Fix glob(3) to correctly return an error when its buffer space is | Nicholas Marriott |
2010-03-22 | Various improvements, mainly regarding ERRORS. | Ingo Schwarze |
2010-03-21 | When all tried file names already existed, mktemp(3) returned without | Ingo Schwarze |
2010-03-12 | document PF_KEY; from sthen and myself | Jason McIntyre |
2010-03-10 | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | Matthias Kilian |
2010-03-04 | cherrypick patch from OpenSSL 0.9.8m: | Damien Miller |
2010-03-01 | explain KERN_NOSUIDCOREDUMP with less words and more precision | Ingo Schwarze |
2010-02-25 | Do not attempt to silently continue text for the last column of tables | Ingo Schwarze |
2010-02-22 | fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der Molen | Jason McIntyre |
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze |
2010-02-18 | Every .Bl requires .It, even when using -column. | Ingo Schwarze |
2010-02-17 | The .TP man(7) macro requires text on the following line, to be used as | Ingo Schwarze |
2010-02-12 | typo; ok oga | Jason McIntyre |
2010-02-11 | The previous commit didn't use the first X in the template if the | Philip Guenthe |
2010-02-10 | Fix sio_getcap() for audio(4) devices exposing encodings | Alexandre Ratchov |
2010-02-08 | Don't underrun the buffer when the template is all X's. | Philip Guenthe |
2010-02-08 | Use size_t in appropriate places; fixes sorting of big arrays; | Otto Moerbeek |
2010-02-08 | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | Otto Moerbeek |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2010-01-31 | add a fix from OpenSSL CVS for SA38200. | Jasper Lievisse Adriaanse |
2010-01-28 | Update translations: fix EREMOTE and add a bunch of error codes too. | Philip Guenthe |
2010-01-25 | stucture -> structure; | Jason McIntyre |
2010-01-25 | ellipses are not optional arguments; while here, fix a double .Ar/.Ar | Igor Sobrado |
2010-01-25 | fix double full stop, find out by jmc@ when looking into another issue. | Igor Sobrado |
2010-01-23 | Give little-endian fp on mips a change to be handled correctly. | Miod Vallat |
2010-01-20 | back out last commit. breaks half-duplex playback with poll(). | Jacob Meuser |
2010-01-19 | Better ERRORS section info; from Tim van der Molen. POSIX documents | Todd C. Miller |
2010-01-19 | Leave errno as-is if fstat(2) fails instead of masking the real | Todd C. Miller |
2010-01-15 | Keep in memory whether the socket is writable. This way sio_revents() | Alexandre Ratchov |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-14 | Restore an if that got lost in the update. | Nicholas Marriott |
2010-01-14 | Document hw.ncpufound and HW_NCPUFOUND. | Philip Guenthe |
2010-01-13 | New options 'S', as a shorthand for the options most suitable as an | Otto Moerbeek |
2010-01-13 | If a process receives two different signals while in readpassphrase, only | Darren Tucker |
2010-01-12 | Update to ncurses 5.7, with local changes reapplied. | Nicholas Marriott |
2010-01-12 | the comment is right, this can indeed go away. | Jasper Lievisse Adriaanse |
2010-01-11 | encourage use of setreseuid(), and warn there are other privs; ok henning | Theo de Raadt |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-10 | Fix evsignal_del()'s use of sigaction(): fill in a sigaction struct | Philip Guenthe |