Age | Commit message (Expand) | Author |
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 |
2015-05-19 | Do not leak a rtentry if it is unusable. | Martin Pieuchot |
2015-05-19 | Keep visibility information for references to discarded sections. | Mark Kettenis |
2015-05-19 | Increase a maximum firmware handshake timeout to 10s | Mike Belopuhov |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-19 | We cannot check for M_BCAST or M_MCAST now that vlan_input() is ran | Martin Pieuchot |
2015-05-19 | Take vlan(4) out of ether_input(). | Martin Pieuchot |
2015-05-19 | In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, so | Nicholas Marriott |
2015-05-19 | change names to not conflict with omap intc | Jonathan Gray |
2015-05-19 | rename global variables to not conflict with gptimer | Jonathan Gray |
2015-05-19 | Abstract the soc_machdep.c functions to allow a kernel to be built for | Jonathan Gray |
2015-05-19 | use the same va entry point on all armv7 socs | Jonathan Gray |
2015-05-18 | Make armv7 startup PIC. From Dale Rahn in bitrig. | Jonathan Gray |
2015-05-18 | Make TAPE=- mean stdout in tar | czarkoff |
2015-05-18 | Do lazy update/reset of the FS.base and %[def]s segment registers: reseting | Philip Guenther |
2015-05-18 | For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(), | Alexander Bluhm |
2015-05-18 | Make the compiler emit visibility information for (undefined) references with | Mark Kettenis |
2015-05-18 | identical common code -> refactor | Marc Espie |
2015-05-18 | better error in case we can't create tempfiles | Marc Espie |
2015-05-18 | Tweak parsing so that hostnames starting with 0-9 are accepted. | Kenneth R Westerback |
2015-05-18 | Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTP | Alexander Bluhm |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2015-05-18 | The first line of a HTTP request is the method-url-version. The | Alexander Bluhm |
2015-05-18 | Change spamd to use divert-to instead of rdr-to. | Reyk Floeter |