summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-04-12tweak previous;Jason McIntyre
2016-04-12two times a define to an inline function, from Michael McConville; ok djm@Otto Moerbeek
2016-04-12documents "mcast" promiseSebastien Marie
2016-04-12documents "route" promiseSebastien Marie
2016-04-12Cleanup, no functional change:Ingo Schwarze
2016-04-12* Delete the unimplemented feature XK_EXE.Ingo Schwarze
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;Ingo Schwarze
2016-04-11Clean up chartype.h:Ingo Schwarze
2016-04-11get rid of the non-standard data type "Char" in almost all files;Ingo Schwarze
2016-04-11Move wrapper macros to the two files actually needing them:Ingo Schwarze
2016-04-10Clean up and complete the lists of allowed syscalls.Theo Buehler
2016-04-09For pointers, use NULL rather than 0; no functional change;Ingo Schwarze
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noIngo Schwarze
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.Ingo Schwarze
2016-04-09Reset the terminal to its initial state before exiting a programIngo Schwarze
2016-04-09tweak MALLOC_STATS printing (switched off by default), prodded byOtto Moerbeek
2016-04-09redundant memset(3), from Michael McConville, ok armani@Otto Moerbeek
2016-04-09replace 0xf57ff05f with dmb syJonathan Gray
2016-04-09Document (near) standards conformancePhilip Guenther
2016-04-07Use the "new" audio(4) api and delete all the useless code to dealAlexandre Ratchov
2016-04-06bad spell of whether...Jason McIntyre
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketJasper Lievisse Adriaanse
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificPhilip Guenther
2016-04-05Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowPhilip Guenther
2016-04-04get* can change *lineptr on failurePhilip Guenther
2016-04-03Document ``use after free'' error messageOtto Moerbeek
2016-04-02Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internalPhilip Guenther
2016-04-02Eliminate the need to explicitly invoke syscalls via their _thread_sys_*Philip Guenther
2016-04-02refactor bpf_filter a bit.David Gwynne
2016-03-30Major bump for getlogin*/ptrace changesPhilip Guenther
2016-03-30Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, toPhilip Guenther
2016-03-30Eliminate userspace caching by getlogin_r/setlogin; make the getloginPhilip Guenther
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-27Don't need to define SYS_sycall herePhilip Guenther
2016-03-27Switch to RSYSCALL: no special handling is needed here any more andPhilip Guenther
2016-03-27remove unused variableCharles Longeau
2016-03-27Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej.Todd C. Miller
2016-03-27Merge a memleak fix from BoringSSL 6b6e0b2:Michael McConville
2016-03-26fix typo: "prefer seek()" -> "prefer fseek()"Theo Buehler
2016-03-26fix the last bunch of NAME sections that were overlooked earlierIngo Schwarze
2016-03-26remove some unused ancient test files from 4.4 BSDMichael McConville
2016-03-24no more i386_get_ioperm(2);Jason McIntyre
2016-03-24Unbreak arm and m88k: COPY relocations for weak symbols that are overloadedPhilip Guenther
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-23Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.Christopher Zimmermann
2016-03-22Improve the sendsyslog(2) man page.Alexander Bluhm
2016-03-22format string fixes in debug code;Ingo Schwarze
2016-03-22Add NULL checkmartijn