Age | Commit message (Expand) | Author |
2015-02-07 | make mq_enlist drop mbufs is the queues length is exceeded. | David Gwynne |
2015-02-07 | Preserve a page's worth of random data on hibernate resume. Used to improve | Mike Larkin |
2015-02-07 | add ml_filter and mq_filter functions to the mbuf list and queue apis. | David Gwynne |
2015-02-07 | Let a volume key event unmute. This makes the software state follow the | Mark Kettenis |
2015-02-07 | Tedu the old idle page zeroing code. | Mark Kettenis |
2015-02-07 | New framework that allows hibernate to pass in entropy from it's fresh | Theo de Raadt |
2015-02-07 | remove linux int types in the drm header | Jonathan Gray |
2015-02-07 | recombine some of the split uvm_mmap functions. the precondition checks | Ted Unangst |
2015-02-07 | Delete non-ELF support, in particular .align 12 (always a bit jarring) | Theo de Raadt |
2015-02-07 | Shrink the I/O map from 64KB to 16KB. This map is only used for | Miod Vallat |
2015-02-07 | Provide symbolic defines for the ICCS register magic bits, and use them | Miod Vallat |
2015-02-06 | Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can | Theo de Raadt |
2015-02-06 | Add bpf(4) support to iwm(4). Makes tcpdump -i iwm0 work. Based on iwn(4). | Stefan Sperling |
2015-02-06 | Add new definitions from libdrm 2.4.59 | Jonathan Gray |
2015-02-06 | Fix bios_printf format specifier in debug code. | Miod Vallat |
2015-02-06 | Add __attribute__((__format__(__kprintf__))) to bios_printf() | Miod Vallat |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | Enable iwm(4) on i386. | Stefan Sperling |
2015-02-06 | Enable iwm(4) on amd64. | Stefan Sperling |
2015-02-06 | Add iwm(4), a new driver for Intel 7260 wifi cards. | Stefan Sperling |
2015-02-06 | earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p | Sebastian Benoit |
2015-02-06 | -Split out uvm_mmap and uvm_map into a version for anon's and a version | Bob Beck |
2015-02-06 | Clear PQ_AOBJ before calling uvm_pagefree(), clearing up one false XXX | Theo de Raadt |
2015-02-06 | Give "machine ddbcpu" a chance to work, now we can try to see what's wrong | Martin Pieuchot |
2015-02-06 | Call the debugger (bsd -d) before replacing the firmware console just like | Martin Pieuchot |
2015-02-06 | make vm_map_lock lock when it's supposed to. add mutex to protect flags | Ted Unangst |
2015-02-06 | Handle hibernate button in the same way as suspend does: send an | David Coppa |
2015-02-06 | IEEE sez that 0 is bigger than 1, and IEEE is always right. | Henning Brauer |
2015-02-06 | since I just touched this file and thus cause an almost full recompile of | Henning Brauer |
2015-02-06 | g/c unused IFQ_INC_LEN, IFQ_DEC_LEN and IFQ_INC_DROPS, ok claudio | Henning Brauer |
2015-02-06 | using IFQ_INC_LEN and IFQ_DEC_LEN for len++/len-- is a bit excessive, | Henning Brauer |
2015-02-06 | Fix a hibernate crash on some machines due to unmapping a page that | Mike Larkin |
2015-02-06 | style(9) nit | Bret Lambert |
2015-02-06 | Change rt_mpath_conflict() to not rely on an initialized rtentry when | Martin Pieuchot |
2015-02-05 | Remove some unneeded <uvm/uvm_extern.h> inclusions. | Martin Pieuchot |
2015-02-05 | Whitespace. | Masao Uebayashi |
2015-02-05 | Use octeon_xkphys_*_8(). | Masao Uebayashi |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2015-02-05 | Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@ | Todd C. Miller |
2015-02-05 | unbreak after previous macro removal. | Martin Pieuchot |
2015-02-05 | Do what the comments suggest and check for port-[ab]-ignore-cd properties, | Miod Vallat |
2015-02-05 | implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INET | Henning Brauer |
2015-02-05 | Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9). | Martin Pieuchot |
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot |
2015-02-04 | Kill annoying comments about ether_input() | Martin Pieuchot |
2015-02-02 | Remove some pmap locks that were #defined to be nothing (empty). Discussed | Mike Larkin |
2015-02-01 | Gather the scattered (and sometimes duplicated) qbus address and size defines | Miod Vallat |
2015-02-01 | Do not write to the doorbell register at uba attach time - this causes a | Miod Vallat |
2015-02-01 | Pass the correct machine check frame to the machine check handler. | Miod Vallat |
2015-01-31 | xhci fits | Theo de Raadt |