Age | Commit message (Expand) | Author |
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 |
2016-09-01 | Mention explicit_bzero(3); ok jmc | Martin Natano |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-14 | Refer to /etc/passwd consistently as the "legacy password file" and | Theo Buehler |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-07-06 | Use fstatat() to avoid path surgery. | Philip Guenther |
2016-06-30 | nptys sysctls were removed | Ted Unangst |
2016-06-28 | For the EINVAL case there can be more than a single option. | Todd C. Miller |
2016-06-28 | fts_open() requires that the list passed as argument to contain at least | Todd C. Miller |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-28 | Do not return an error in fts_open(3) if one of the paths in argv | Todd C. Miller |
2016-06-27 | make proper use of fstatat, as suggested by guenther@ | Marc Espie |
2016-06-27 | make the fallback code more accurate (in particular, it should return names | Marc Espie |
2016-06-18 | sort previous; | Jason McIntyre |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-07 | Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@ | Tim van der Molen |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-29 | wxabort bits; ok deraadt | Jason McIntyre |
2016-05-28 | The synopsis rendered very poorly because of a "Quite Ugly but | Theo Buehler |
2016-05-26 | Use S_ISDIR instead of doing it by hand. No binary change. | Todd C. Miller |
2016-05-23 | Stop supporting longjmperror(); it's not used, not portable, and the checks | Philip Guenther |