summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-03-24Modify example not to use an assignment in the if statement. We shouldn'tMark Kettenis
2010-03-23Fix glob(3) to correctly return an error when its buffer space isNicholas Marriott
2010-03-22Various improvements, mainly regarding ERRORS.Ingo Schwarze
2010-03-21When all tried file names already existed, mktemp(3) returned withoutIngo Schwarze
2010-03-12document PF_KEY; from sthen and myselfJason McIntyre
2010-03-10It's unsetenv() that doesn't like `=' in the argument, not putenv().Matthias Kilian
2010-03-04cherrypick patch from OpenSSL 0.9.8m:Damien Miller
2010-03-01explain KERN_NOSUIDCOREDUMP with less words and more precisionIngo Schwarze
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
2010-02-22fix the description of _SC_GETPW_R_SIZE_MAX; from Tim van der MolenJason McIntyre
2010-02-20Multiple issues were killing the build with mandoc(1), thus:Ingo Schwarze
2010-02-18Every .Bl requires .It, even when using -column.Ingo Schwarze
2010-02-17The .TP man(7) macro requires text on the following line, to be used asIngo Schwarze
2010-02-12typo; ok ogaJason McIntyre
2010-02-11The previous commit didn't use the first X in the template if thePhilip Guenthe
2010-02-10Fix sio_getcap() for audio(4) devices exposing encodingsAlexandre Ratchov
2010-02-08Don't underrun the buffer when the template is all X's.Philip Guenthe
2010-02-08Use size_t in appropriate places; fixes sorting of big arrays;Otto Moerbeek
2010-02-08use size_t to index arrays; avoids big array bugs; ok millert@ guenther@Otto Moerbeek
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-31add a fix from OpenSSL CVS for SA38200.Jasper Lievisse Adriaanse
2010-01-28Update translations: fix EREMOTE and add a bunch of error codes too.Philip Guenthe
2010-01-25stucture -> structure;Jason McIntyre
2010-01-25ellipses are not optional arguments; while here, fix a double .Ar/.ArIgor Sobrado
2010-01-25fix double full stop, find out by jmc@ when looking into another issue.Igor Sobrado
2010-01-23Give little-endian fp on mips a change to be handled correctly.Miod Vallat
2010-01-20back out last commit. breaks half-duplex playback with poll().Jacob Meuser
2010-01-19Better ERRORS section info; from Tim van der Molen. POSIX documentsTodd C. Miller
2010-01-19Leave errno as-is if fstat(2) fails instead of masking the realTodd C. Miller
2010-01-15Keep in memory whether the socket is writable. This way sio_revents()Alexandre Ratchov
2010-01-15Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andStuart Henderson
2010-01-14Restore an if that got lost in the update.Nicholas Marriott
2010-01-14Document hw.ncpufound and HW_NCPUFOUND.Philip Guenthe
2010-01-13New options 'S', as a shorthand for the options most suitable as anOtto Moerbeek
2010-01-13If a process receives two different signals while in readpassphrase, onlyDarren Tucker
2010-01-12Update to ncurses 5.7, with local changes reapplied.Nicholas Marriott
2010-01-12the comment is right, this can indeed go away.Jasper Lievisse Adriaanse
2010-01-11encourage use of setreseuid(), and warn there are other privs; ok henningTheo de Raadt
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe
2010-01-10Fix evsignal_del()'s use of sigaction(): fill in a sigaction structPhilip Guenthe
2010-01-08plug a file descriptor leak in HASHFileChunk().Owain Ainsworth
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
2010-01-03Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some ofFederico G. Schwindt
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2010-01-03.Bl always requires .It, even in .Bl -column;Ingo Schwarze
2010-01-03blank lines not allowed outside literal context;Ingo Schwarze
2009-12-31new ipsca root.David Gwynne
2009-12-31ipsca has expiredDavid Gwynne
2009-12-30Document ESPIPE and make EFAULT cover all functions.Federico G. Schwindt