Age | Commit message (Expand) | Author |
2015-05-21 | Establish interrupts for both keyboard and mouse slots at pckbc attach time, | Miod Vallat |
2015-05-21 | Report all valid interrupt locators in isaprint() - although config(8) stanzas | Miod Vallat |
2015-05-21 | no such thing as mips64le | Miod Vallat |
2015-05-21 | Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17. | Mark Kettenis |
2015-05-21 | No need to call tzset() and log_init() in the forked constraint | Reyk Floeter |
2015-05-21 | Rename caddr_t p to cp in an inner block to avoid aliasing the outer | Nicholas Marriott |
2015-05-21 | Support "ssh-keygen -lF hostname" to find search known_hosts and | Damien Miller |
2015-05-21 | some fixes from pjanzen; | Jason McIntyre |
2015-05-21 | No need for ifp since we do not set "rcvif". | Martin Pieuchot |
2015-05-21 | No need to set "rcvif", if_input() does it for you. | Martin Pieuchot |
2015-05-21 | tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() | Martin Pieuchot |
2015-05-21 | Convert to if_output(). | Martin Pieuchot |
2015-05-21 | Correctly state the link state to INVALID when creating a carp interface. | Martin Pieuchot |
2015-05-21 | Access to uninitialized variable fixed. | Gerhard Roth |
2015-05-21 | regress test for AuthorizedPrincipalsCommand | Damien Miller |
2015-05-21 | add AuthorizedPrincipalsCommand that allows getting authorized_principals | Damien Miller |
2015-05-21 | regress test for AuthorizedKeysCommand arguments | Damien Miller |
2015-05-21 | support arguments to AuthorizedKeysCommand | Damien Miller |
2015-05-21 | refactor: split base64 encoding of pubkey into its own | Damien Miller |
2015-05-21 | Re-remove extra perl utils, patch lost in 5.20.2 update | Andrew Fresh |
2015-05-20 | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze |
2015-05-20 | Remove function argument name from posix_spawnattr_getsigmask() | Todd C. Miller |
2015-05-20 | Fix sign compare bug introduced when rnum() was redefined to use | Todd C. Miller |
2015-05-20 | Merge the get_drive() function with install_disk(), which is the | Robert Peichaer |
2015-05-20 | Signed types are bad array indicies - let it panic instead. | Martin Pelikan |
2015-05-20 | scrap unused ixgbe_get_link_capabilities_X540 | Mike Belopuhov |
2015-05-20 | Remove hotplug(4) sensor support: the code has been disabled by | Reyk Floeter |
2015-05-20 | Use off_t instead of size_t to pass file size and print it using %lld when | Mark Kettenis |
2015-05-20 | Keep track of the ifih corresponding to a vlan instance to ease its | Martin Pieuchot |
2015-05-20 | Do not increment if_opackets in if_output(). It might make sense to do | Martin Pieuchot |
2015-05-20 | Return empty string if format is empty rather than attempting to | Nicholas Marriott |
2015-05-20 | No need to check the return value of memcpy() if you actually checked this | Miod Vallat |
2015-05-20 | Remove cubieboard specific gpio led setting. | Jonathan Gray |
2015-05-20 | Now all the socs use the same va entry point and don't have any | Jonathan Gray |
2015-05-20 | ARM L2C driver is only relevant on Cortex-A9 machines. | Jonathan Gray |
2015-05-20 | add per soc match functions instead of using armv7_match | Jonathan Gray |
2015-05-19 | Instead of testing for __ELF__ and/or vax, leave out the bits for interfacing | Philip Guenther |
2015-05-19 | Only attempt to load /etc/random.seed from the boot device after the kernel | Miod Vallat |
2015-05-19 | Extend the libsa loadfile(9) granularity to tell apart randomness from the rest | Miod Vallat |
2015-05-19 | Move acquisition of the kernel lock deeper in the interrupt path, and make | Miod Vallat |
2015-05-19 | Fix installing sets from cdrom if more than one drive is present. | Robert Peichaer |
2015-05-19 | improve spacing in disklabel template. | Igor Sobrado |
2015-05-19 | better spacing in media types. | Igor Sobrado |
2015-05-19 | sort media type extensions for text/html and image/jpeg as given in | Igor Sobrado |
2015-05-19 | drop comment about being possible to include /etc/nginx/mime.types, | Igor Sobrado |
2015-05-19 | Test divert-to rules' address handling (pfctl/parse.y -r1.648) | Mike Belopuhov |
2015-05-19 | Get the rdomain from the newly exposed ifi_rdomain field in if_data | Reyk Floeter |
2015-05-19 | When a user is specified via the -u flag, use setusercontext() to | Todd C. Miller |
2015-05-19 | Add -c flag to display the user's login class. OK espie@ | Todd C. Miller |
2015-05-19 | splx should also be called in the error case, fix a regression | Martin Pieuchot |