Age | Commit message (Expand) | Author |
2016-04-24 | no more outlen; from remco | Jason McIntyre |
2016-04-24 | typos; | Jason McIntyre |
2016-04-20 | delete unused -m option; | Ingo Schwarze |
2016-04-20 | New editline(7) manual, explaining to end-users how line editing works | Ingo Schwarze |
2016-04-19 | fix typo in comment; ok beck | T.J. Townsend |
2016-04-18 | Delete redundant, empty callbacks; | Ingo Schwarze |
2016-04-17 | document pledge(2); from rob pierce | Jason McIntyre |
2016-04-15 | Document PROTO_NORMAL requires matching DEF_{,NON}STD | Philip Guenther |
2016-04-15 | PROTO_NORMAL(pthread_cond_signal) requires DEF_STD(pthread_cond_signal) | Philip Guenther |
2016-04-15 | make pthread_barrier_wait behave more like it does on other platforms. | Ted Unangst |
2016-04-13 | Revert the recent changes to pledge.2. | Theo Buehler |
2016-04-13 | Use the correct iv and counter when decrypting the ciphertext for | Joel Sing |
2016-04-13 | Re-introduce the following commit: | Ingo Schwarze |
2016-04-12 | tweak previous; | Jason McIntyre |
2016-04-12 | two times a define to an inline function, from Michael McConville; ok djm@ | Otto Moerbeek |
2016-04-12 | documents "mcast" promise | Sebastien Marie |
2016-04-12 | documents "route" promise | Sebastien Marie |
2016-04-12 | Cleanup, no functional change: | Ingo Schwarze |
2016-04-12 | * Delete the unimplemented feature XK_EXE. | Ingo Schwarze |
2016-04-11 | delete the "private" and "public" preprocessor macros, just use standard C; | Ingo Schwarze |
2016-04-11 | Clean up chartype.h: | Ingo Schwarze |
2016-04-11 | get rid of the non-standard data type "Char" in almost all files; | Ingo Schwarze |
2016-04-11 | Move wrapper macros to the two files actually needing them: | Ingo Schwarze |
2016-04-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler |
2016-04-09 | For pointers, use NULL rather than 0; no functional change; | Ingo Schwarze |
2016-04-09 | Delete 26 wrapper macros and two wrapper functions that are no | Ingo Schwarze |
2016-04-09 | Always compile with WIDECHAR on and delete that preprocessor switch. | Ingo Schwarze |
2016-04-09 | Reset the terminal to its initial state before exiting a program | Ingo Schwarze |
2016-04-09 | tweak MALLOC_STATS printing (switched off by default), prodded by | Otto Moerbeek |
2016-04-09 | redundant memset(3), from Michael McConville, ok armani@ | Otto Moerbeek |
2016-04-09 | replace 0xf57ff05f with dmb sy | Jonathan Gray |
2016-04-09 | Document (near) standards conformance | Philip Guenther |
2016-04-07 | Use the "new" audio(4) api and delete all the useless code to deal | Alexandre Ratchov |
2016-04-06 | bad spell of whether... | Jason McIntyre |
2016-04-06 | add two functions from libpcap-1.7.4 which are required by at least gopacket | Jasper Lievisse Adriaanse |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | Philip Guenther |
2016-04-05 | Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() now | Philip Guenther |
2016-04-04 | get* can change *lineptr on failure | Philip Guenther |
2016-04-03 | Document ``use after free'' error message | Otto Moerbeek |
2016-04-02 | Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal | Philip Guenther |
2016-04-02 | Eliminate the need to explicitly invoke syscalls via their _thread_sys_* | Philip Guenther |
2016-04-02 | refactor bpf_filter a bit. | David Gwynne |
2016-03-30 | Major bump for getlogin*/ptrace changes | Philip Guenther |
2016-03-30 | Turd polish: use HIDDEN= instead of PSEUDO= for ptrace syscall stub, to | Philip Guenther |
2016-03-30 | Eliminate userspace caching by getlogin_r/setlogin; make the getlogin | Philip Guenther |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-27 | Don't need to define SYS_sycall here | Philip Guenther |
2016-03-27 | Switch to RSYSCALL: no special handling is needed here any more and | Philip Guenther |