Age | Commit message (Expand) | Author |
2017-10-17 | add missing HISTORY; based on CVS logs and release announcements | Ingo Schwarze |
2017-10-16 | draft-ietf-tcpm-initcwnd was published as rfc 6928 | Mike Belopuhov |
2017-10-04 | iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIX | Ingo Schwarze |
2017-09-18 | Document readdir_r() return value and update style of the example | Todd C. Miller |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-05 | Remove unused 32bit version of elf_hash(). | Martin Pieuchot |
2017-09-05 | New POSIX xlocale implementation written from scratch. | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-08-29 | It is confusing to talk about priorities being ordered from high | Todd C. Miller |
2017-08-29 | isunordered() returns true if at least one of the arguments is NaN | Todd C. Miller |
2017-08-12 | Minimize #includes, particularly to avoid thread_private.h | Philip Guenther |
2017-08-08 | Stop running nd6_expire every second. | Florian Obser |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-08-07 | Since sendsyslog(2) handles the LOG_CONS parameter, the variable | Alexander Bluhm |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-20 | Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte. | Alexander Bluhm |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-07-06 | fix broken cross references; found with mandoc -Tlint | Ingo Schwarze |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-05-29 | It is distasteful to have manual pages which don't refer to real | Theo de Raadt |
2017-05-08 | Fix exponential CPU use with repeated '*' operators by changing '*' | Todd C. Miller |
2017-05-08 | Update STANDARDS section, these are now in XSI BASE. | Todd C. Miller |
2017-05-04 | Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and | Theo Buehler |
2017-04-14 | whitespace | Theo de Raadt |
2017-04-14 | correct path; from Klemens Nanni | Theo de Raadt |
2017-03-17 | recallocarray() the string buffer, to avoid leaving such contents | Theo de Raadt |
2017-03-16 | sync the vfs bits as best i can; | Jason McIntyre |
2017-03-16 | bit more consistent; | Jason McIntyre |
2017-03-13 | - no KERN_RND: from schwarze | Jason McIntyre |
2017-03-13 | for each sysctl name, attach the variable name as seen by sysctl(8); | Jason McIntyre |
2017-02-15 | Style improvement, no functional change. | Ingo Schwarze |
2016-12-25 | gcc says "if you define labels and don't use them, I will whine." | Kenneth R Westerback |
2016-11-09 | Fix a use after free error introduced in rev 1.18 by only calling | Todd C. Miller |
2016-10-19 | Use the reentrant strerror_r() instead of strerror() to expand %m. | Todd C. Miller |
2016-10-18 | Avoid generate SIGTTOU when restoring the terminal mode. If we get | Todd C. Miller |
2016-10-07 | sort; | Jason McIntyre |
2016-10-07 | introduce a sysctl to hijack dns sockets. when set to a port number, | Ted Unangst |
2016-09-28 | use the same template for describing securelevel interaction; | Jason McIntyre |
2016-09-28 | document kern.allowkmem; ok deraadt | Jason McIntyre |
2016-09-24 | Fix matching when all of user, host and domain are specified. | Todd C. Miller |
2016-09-21 | no more KERN_ARND; ok deraadt | Jason McIntyre |
2016-09-21 | Delete casts to off_t and size_t that are implied by assignments | Philip Guenther |
2016-09-07 | Remove usermount remnants. ok tedu | Martin Natano |
2016-09-03 | tweak previous; | Jason McIntyre |
2016-09-03 | note that getpass is obsolete. removed from posix in 2001. | Ted Unangst |