Age | Commit message (Expand) | Author |
2018-08-15 | Use atomic instructions to keep track of what ASIDs are in use. This makes | Mark Kettenis |
2018-08-15 | Add /usr/include/c++ to hier.7. | Frederic Cambus |
2018-08-15 | Remove dead assignment in login(1). | Frederic Cambus |
2018-08-15 | Update AP selection heuristics for auto-join. | Stefan Sperling |
2018-08-15 | SIOCGIFNETMASK_IN6 failing just means that someone delete the address | Florian Obser |
2018-08-15 | fix incomplete variable renaming in previous; | Ingo Schwarze |
2018-08-15 | Restore ability to use hostnames to configure ip addresses. | Florian Obser |
2018-08-15 | Partially revert previous, EM7455 is already handled by umb(4). | Martin Pieuchot |
2018-08-15 | Grab the KERNEL_LOCK() in MP-unsafe fo_close routines. This prevents | Visa Hankala |
2018-08-15 | Fix struct soplice usage | kn |
2018-08-15 | Introduce mue_eeprom_present to check if the EEPROM is present. | Kevin Lo |
2018-08-15 | sync machine list with arm64.html | Jonathan Gray |
2018-08-15 | add cpuid and msr bits from | Jonathan Gray |
2018-08-14 | unveil(2) /etc/nologin.txt for reading | cheloha |
2018-08-14 | Improve consistency of the substitution command further. | Ingo Schwarze |
2018-08-14 | Add a comment that explains what the check is doing and why len >= 1. | Theo Buehler |
2018-08-14 | The UI_add_{input,verify}_string() functions want a length not including | Theo Buehler |
2018-08-14 | spelling error | Theo de Raadt |
2018-08-14 | Remove now unused variable, that got left behind from a previous change. | Joel Sing |
2018-08-14 | Actually check the return values for EVP_Sign* and EVP_Verify*. | Joel Sing |
2018-08-14 | Don't fail by default in the -new case; ok tb jca | cheloha |
2018-08-14 | Add size to arguments struct too. | Nicholas Marriott |
2018-08-14 | Some tidying, use a struct for arguments (there will be more later) and | Nicholas Marriott |
2018-08-14 | Drop unnecessary pledge(2) promises on apm(8): | Ricardo Mestre |
2018-08-14 | return ENOTTY rather than EINVAL to indicate an ioctl hasn't been handled | Jonathan Matthew |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-13 | document new namei flags | Theo de Raadt |
2018-08-13 | Instead of using BYPASSUNVEIL at NDINIT time, use KERNELPATH to indicate | Theo de Raadt |
2018-08-13 | More clear version of previous namei/pledge/chroot solution. namei flag | Theo de Raadt |
2018-08-13 | in sys_statfs(), BYPASSUNVEIL can be passed to NDINIT in the "flags" | Theo de Raadt |
2018-08-13 | The first panic in pledge_namei should only be for ni_pledge == 0 | Theo de Raadt |
2018-08-13 | Make the owner of fcgi socket configurable. | Florian Obser |
2018-08-13 | basic macro cleanup, break lines of excessive length, fix order of sections | Ingo Schwarze |
2018-08-13 | Simplify the startup of the cleaner, reaper and update threads by | Visa Hankala |
2018-08-13 | Add more content. Tweaks from ingo. This man page is not yet hooked up to the | rob |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-13 | Support CPU frequency scaling on NXP i.MX8M. | Patrick Wildt |
2018-08-13 | Support GPIO-based voltage regulators. | Patrick Wildt |
2018-08-13 | Prevent iwm(4) from writing back the former BSS channel | Stefan Sperling |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-08-13 | Make it possible to run pipe(2) and pipe2(2) mostly w/o KERNEL_LOCK(): | Martin Pieuchot |
2018-08-13 | Attach to Sierra Wireless MC7304/MC7354 & EM7455, from Denis Lapshin. | Martin Pieuchot |
2018-08-13 | regen | Martin Pieuchot |
2018-08-13 | Sierra Wireless MC7304/MC7354, from Denis Lapshin. | Martin Pieuchot |
2018-08-13 | The iterator i is not the option code, but simply the index for the | Patrick Wildt |
2018-08-13 | Add a test covering the recently fixed issue with dangling knote references upon | anton |
2018-08-13 | consistent macros; | Jason McIntyre |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-08-12 | Add administrative options to LACP trunk implementation. | ccardenas |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |