Age | Commit message (Expand) | Author |
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 |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-06 | The range of PIDs has changed, and always included zero. | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | Document the PT_GET_THREAD_{FIRST,NEXT} requests | Philip Guenther |
2016-03-01 | KNF this file; OK stsp@ | Todd C. Miller |
2016-02-29 | Add NET_RT_IFNAMES; OK deraadt@ | Tim van der Molen |
2016-02-29 | __tfork is section 3, not 2; | Jason McIntyre |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-27 | Fix STANDARDS: use the appropriate .St argument and add the information | Ingo Schwarze |
2016-02-27 | If an incomplete character is passed to mbtowc(3), set errno to EILSEQ. | Ingo Schwarze |