summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-12-30explain what sio_close() drains play buffers as if sio_close() wasAlexandre Ratchov
2009-12-29move this file to Attic; the swapon(2) system call cannot be accessedIgor Sobrado
2009-12-29add missing paragraph break (.Pp) macro.Igor Sobrado
2009-12-29replace a few remaining UNIX terms with .Ux macros; this diffIgor Sobrado
2009-12-27Security fix for CVE-2009-3560, which could allow attackers to causeJasper Lievisse Adriaanse
2009-12-19Implement proper error handling for getgrent(3), getgrnam(3) and getgrgid(3).Ingo Schwarze
2009-12-16save calls to arc4random() by using a nibble at a time; not becauseOtto Moerbeek
2009-12-16Update the list of async-signal-safe functionsPhilip Guenthe
2009-12-15No point in refreshing the pid from inside arc4_stir() when thatPhilip Guenthe
2009-12-14Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE.Ingo Schwarze
2009-12-14sleep(3) is supposed to return zero when it sleeps the entire amountPhilip Guenthe
2009-12-11__svc_fdsetsize is counted in bits, not in array elementsIngo Schwarze
2009-12-11Fix two memory leaks, one found by parfait, one by myself.Jacek Masiulaniec
2009-12-11clean up the realloc code to make a parfait false positive go away.Theo de Raadt
2009-12-11plug a memory leak; found by parfait, ok djmTheo de Raadt
2009-12-11More changes to avoid truncating 64 bit pointers to 32 bits and sign-extendingMiod Vallat
2009-12-10getcwd() is posix, not ansi; from Thomas PfaffJason McIntyre
2009-12-10Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)Miod Vallat
2009-12-07Get page size information by reading the kernel image' struct uvmexp, insteadMiod Vallat
2009-12-07Make userland malloc use __LDPGSZ granularity on mips, regardless of theMiod Vallat
2009-12-06Make internal file descriptor handling async-signal safe by eliminatingKurt Miller
2009-12-05missing word;Jason McIntyre
2009-12-02we don't expose overruns/underruns as negative positions anymore,Alexandre Ratchov
2009-11-28This might not be necessary, but Just In Case: since the underlyingPhilip Guenthe
2009-11-27wrap Nd in quotes, since it has >9 args;Jason McIntyre
2009-11-27Correct description of physically vs logically; spotted by NickOtto Moerbeek
2009-11-27Switch the chunk_info lists to doubly-linked lists and use the queueOtto Moerbeek
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Don't forget to fill region from the cache with junk if needed in one case;Otto Moerbeek
2009-11-27No need to clear a mmapped region; from Fabien Romano and JonathanOtto Moerbeek
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe