Age | Commit message (Expand) | Author |
2013-03-02 | Replace magic numbers with more meaningful (1 << interrupt#) constructs. | Miod Vallat |
2013-03-02 | When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID | Philip Guenther |
2013-03-02 | Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL | Miod Vallat |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2013-03-02 | sr_alloc_resources() and sr_free_resources() can never be called without | Joel Sing |
2013-03-02 | Unbreak softraid compilation with debug enabled. | Joel Sing |
2013-03-02 | Properly conditionalize adding wscons to the list of consoles on | Mark Kettenis |
2013-03-02 | regen | Philip Guenther |
2013-03-02 | No longer need the 5.1 version of the __tfork syscall | Philip Guenther |
2013-03-02 | The last use of the int $80 syscall entry was in 5.1, so we no longer | Philip Guenther |
2013-03-02 | match on EP80579, works fine on a machine I have | Jonathan Gray |
2013-03-01 | Antici | Philip Guenther |
2013-02-26 | Don't try to purge one-time rules from the main ruleset. | Mike Belopuhov |
2013-02-26 | Reserve space for source and destination addresses unconditionally rather | Stuart Henderson |
2013-02-25 | trunk_bcast_start sent packets on all its member interfaces by copying | David Gwynne |
2013-02-24 | use dma memory for bl_pages | Stefan Fritsch |
2013-02-22 | bring back 5718/5719/5720 support again. deraadt pointed out that | David Gwynne |
2013-02-21 | go to release | Theo de Raadt |
2013-02-20 | Increase maximum text and data size limits, and double the default data size | Miod Vallat |
2013-02-19 | Introduce a new cmmu method to return the preferred cache mode bits for the | Miod Vallat |
2013-02-19 | Introduce `option M88410', to be added to 88110 system designs making use of the | Miod Vallat |
2013-02-19 | Revert rev 1.195 forcing Intel SATA controllers in compat mode into AHCI mode. | Brad Smith |
2013-02-18 | set the wireless interface priority and interfaces to the wlan group | Jonathan Gray |
2013-02-18 | DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared | Mike Belopuhov |
2013-02-17 | Replace assembly statement triggering 88410 commands with a proper volatile | Miod Vallat |
2013-02-17 | Constify struct cmmu. | Miod Vallat |
2013-02-17 | Missing end-of-comment | Miod Vallat |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-17 | We deprecated returning to %g7 after a successful system call long ago. | Mark Kettenis |
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 |