Age | Commit message (Expand) | Author |
2013-02-16 | Fix a bug in udp socket splicing in case a packet gets diverted and | Alexander Bluhm |
2013-02-15 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
2013-02-15 | Use uvm_km_kmemalloc_pla() to allocate dma memory below 2^28 limit, | Alexandre Ratchov |
2013-02-15 | backout latest: audio keys can autorepeat. Autorepeated keys are not | Alexandre Ratchov |
2013-02-15 | More DPRINTF use, no object change. | Martin Pieuchot |
2013-02-15 | Do not loop forever if the keyboard send a BAT (Basic Assurance Test) | Martin Pieuchot |
2013-02-14 | No need to treat amd64 specially; always return CN_HIGHPRI. | Mark Kettenis |
2013-02-14 | Merge of an original work by markus@ and gerhard@ to increase | Mike Belopuhov |
2013-02-14 | A really working version of MCOUNT. | Miod Vallat |
2013-02-14 | Be sure to writeback D$ in addition to invalidate I$ in pmap_proc_iflush(), | Miod Vallat |
2013-02-13 | Pipex did panic when the 0 length mppe is given by ioctl. Return | YASUOKA Masahiko |
2013-02-13 | De-magic IOM_END like in the rest of machdep.c. OK miod@. | Martynas Venckus |
2013-02-13 | - Detect and correct stale GDT user code segment limit caused | Kurt Miller |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-11 | When information about threads are not requested sum the '%cpu' of | Martin Pieuchot |
2013-02-10 | switch m68k ports to gcc3 | Miod Vallat |
2013-02-10 | Don't wait for memory from pool while holding vm_map_lock or we can | Bob Beck |
2013-02-09 | - Use a switch statement for setting the chipset flags | Brad Smith |
2013-02-09 | Remove no longer used struct emul extern declarations. | Miod Vallat |
2013-02-09 | Replace a bunch of if () else if () else if () else if () ... with that | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2013-02-09 | Grammar, typos | Miod Vallat |
2013-02-09 | No longer #ifdef BUS_SPACE_MAP_PREFETCHABLE, as all <machine/bus.h> are | Miod Vallat |
2013-02-09 | ater -> after | Miod Vallat |
2013-02-09 | Blame the right function when panic'ing. | Miod Vallat |
2013-02-09 | Fix indent, add RCS Id | Miod Vallat |
2013-02-09 | No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also, | Miod Vallat |
2013-02-09 | No longer define the a.out relocation format struct. | Miod Vallat |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson |
2013-02-09 | Allow the user to configure an MTU of up to 1518, which does not require | Stuart Henderson |
2013-02-08 | - remove ununsed PCI_ANY_ID macros | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ | Jasper Lievisse Adriaanse |
2013-02-08 | regen | Jasper Lievisse Adriaanse |
2013-02-08 | add another DFE-530TX+ which happens to have a quirky vendor ID. use that ID | Jasper Lievisse Adriaanse |
2013-02-08 | Insufficient levels of hops in the local brew led to Theo and I mucking | Philip Guenther |
2013-02-07 | Bring back reserve enforcement and page daemon wakeup into uvm_pglistalloc, | Bob Beck |
2013-02-07 | make sure the page daemon considers BUFPAGES_INACT when deciding | Bob Beck |
2013-02-07 | Sync. | Paul Irofti |
2013-02-07 | Add Radeon HD 7290. | Paul Irofti |
2013-02-07 | Remove dead code. | Martin Pieuchot |
2013-02-07 | convert mbuf tags to use pool(9) as a backend storage; | Mike Belopuhov |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2013-02-06 | Check for __PIC__, not PIC, as some files in libc will only see the former. | Miod Vallat |
2013-02-05 | Make the inet6 and inet cases in in_pcbrtentry() look similar. | Alexander Bluhm |
2013-02-05 | netflow v10 omitted the sysUpTime flow set header field from | Florian Obser |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-02-04 | The firmware isn't always happy with the length of the "join BSS" command | Mark Kettenis |
2013-02-04 | Set sa_len correctly for PF_INET (and be consistent with the PF_INET6 | Todd C. Miller |