Age | Commit message (Expand) | Author |
2016-04-17 | document pledge(2); from rob pierce | Jason McIntyre |
2016-04-13 | Revert the recent changes to pledge.2. | Theo Buehler |
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-10 | Clean up and complete the lists of allowed syscalls. | Theo Buehler |
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 | Document (near) standards conformance | Philip Guenther |
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-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 |
2016-03-27 | remove unused variable | Charles Longeau |
2016-03-27 | Add EISDIR to ERRORS and fix ETXTBSY description; from Piotr Durlej. | Todd C. Miller |
2016-03-26 | fix typo: "prefer seek()" -> "prefer fseek()" | Theo Buehler |
2016-03-26 | fix the last bunch of NAME sections that were overlooked earlier | Ingo Schwarze |
2016-03-26 | remove some unused ancient test files from 4.4 BSD | Michael McConville |
2016-03-23 | Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list. | Christopher Zimmermann |
2016-03-22 | Improve the sendsyslog(2) man page. | Alexander Bluhm |
2016-03-22 | tweak previous; | Jason McIntyre |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. | Philip Guenther |
2016-03-20 | LOCALE_CHARSETS has been unused for some time now | Jeremie Courreges-Anglas |
2016-03-20 | __thrsleep.2 is contained in section 2 | natano |
2016-03-20 | It's libpthread, not librthread, and __tfork(2) lets you set the TCB | Philip Guenther |
2016-03-20 | Add $OpenBSD line | Philip Guenther |
2016-03-20 | Rearrange C runtime bits: now that ld.so exports environ and __progname, | Philip Guenther |
2016-03-20 | Currently we have about a 50/50 split over fcntl(n, F_GETFL [,0]) | Kenneth R Westerback |
2016-03-19 | Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS} | Philip Guenther |
2016-03-19 | This is thrkill, not __thrsigdivert | Philip Guenther |
2016-03-17 | remove NOTREACHED | mmcc |
2016-03-17 | properly guard to macros | mmcc |
2016-03-15 | remind people rewind is seldom a good choice | Marc Espie |
2016-03-14 | small step towards multiple pools: move two globls into the struct dir_info | Otto Moerbeek |
2016-03-14 | Remove doaccess variable and access(2) call since this interfers with | mestre |
2016-03-14 | (char *)0 -> NULL | mmcc |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | mmcc |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | ANSIfy function declarations, move initializations to declaration block | mmcc |