Age | Commit message (Expand) | Author |
2014-01-22 | add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for now | Jonathan Gray |
2014-01-22 | regrand can die, from millert | Theo de Raadt |
2014-01-22 | sync | Todd T. Fries |
2014-01-22 | drm/edid: add quirk for Medion MD30217PG | Jonathan Gray |
2014-01-22 | fix endianness for FC4 type registration | Jonathan Matthew |
2014-01-22 | this gets rid of NO_CCB in vdsk. it considers space on the tx ring | David Gwynne |
2014-01-22 | replace sensitive memsets with explicit_bzero | Ted Unangst |
2014-01-22 | minor++ | Ted Unangst |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2014-01-22 | fix .Xr usage; ok nicm@ jmc@ | Ingo Schwarze |
2014-01-22 | Fixed typo in error message. | Tobias Stoeckmann |
2014-01-22 | bring over kqfilter code from ufs which works better than the | Ted Unangst |
2014-01-22 | Merge server-info into show-messages and remove some not useful output. | Nicholas Marriott |
2014-01-22 | add manpage for new ubcmtp driver | joshua stein |
2014-01-22 | tpms(4) was renamed to utpms(4) | joshua stein |
2014-01-22 | sync | Todd T. Fries |
2014-01-22 | Split the checksum calculation for IPv6 like for IPv4: | Christian Weisgerber |
2014-01-22 | Do not permit periods in session names (colons are already banned). From | Nicholas Marriott |
2014-01-22 | Only exit copy mode at the bottom if no selection in progress, from | Nicholas Marriott |
2014-01-22 | There's no reason to pass a netmask argument when doing a RTF_HOST | Martin Pieuchot |
2014-01-22 | Do not attempt to handle rebuild work units in the RAID5 work unit | Joel Sing |
2014-01-22 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-01-22 | Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9) | Mark Kettenis |
2014-01-22 | Do not bother comparing/merging empty files. Regression from previous | Antoine Jacoutot |
2014-01-22 | Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing. | Claudio Jeker |
2014-01-22 | clean up macro usage; | Ingo Schwarze |
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray |
2014-01-22 | fix a leak | Jonathan Gray |
2014-01-22 | fix an fd leak | Jonathan Gray |
2014-01-22 | fix fd leaks in error paths | Jonathan Gray |
2014-01-22 | Add a debug flag for rebuild. | Joel Sing |
2014-01-22 | fix a leak in an error path | Jonathan Gray |
2014-01-22 | fix leaks | Jonathan Gray |
2014-01-22 | Allocate two work units for use by rebuild/scrub. | Joel Sing |
2014-01-22 | fix printing of IPcomp SAs; ok mikeb@ & todd@ | Markus Friedl |
2014-01-22 | Pass the receiving interface pointer to carp_input() instead of re- | Martin Pieuchot |
2014-01-22 | Same clean up for hppa64. | Joel Sing |
2014-01-22 | implement DPD similar to isakmpd, but only send DPD-messages 'on-demand' | Markus Friedl |
2014-01-22 | Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify | Joel Sing |
2014-01-22 | Make rebuild a discipline specific function pointer. For now, this defaults | Joel Sing |
2014-01-22 | Don't remove the SHA256 file twice. | Antoine Jacoutot |
2014-01-22 | Cleanup and simplify: | Antoine Jacoutot |
2014-01-22 | - add wakep_{n,one} to NAME and more fully into DESCRIPTION | Jason McIntyre |
2014-01-22 | Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will | Claudio Jeker |
2014-01-22 | Adjust man pages since RTA_GENMASK is going away (even though we keep the | Claudio Jeker |
2014-01-22 | RTA_GENMASK is going to die soon so no need to handle it anymore. | Claudio Jeker |
2014-01-22 | Remove genmask support from route(8). It still will show them in monitor | Claudio Jeker |
2014-01-22 | dont piggyback on C_PRIVATEXFER because it must not touch splx. | David Gwynne |
2014-01-22 | - Unconditionally set IFCAP_VLAN_MTU | Brad Smith |