Age | Commit message (Expand) | Author |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray |
2011-10-09 | add support for WCH CH352 serial | Jonathan Gray |
2011-10-09 | regen | Jonathan Gray |
2011-10-09 | WCH CH352 serial | Jonathan Gray |
2011-10-09 | Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware will | Miod Vallat |
2011-10-09 | Cope with the recent pmap changes to prevent them from accidentally unmap | Miod Vallat |
2011-10-09 | Let BUS_DMA_COHERENT allocations return cache-inhibited pages. | Miod Vallat |
2011-10-09 | Finally fix the kernel mode apr to remove the forced write-through cache | Miod Vallat |
2011-10-09 | Split the tlb invalidate routines into 88100 and 88110 specific routines, and... | Miod Vallat |
2011-10-09 | Correctly handle invalidate of partial cache lines, for the Nth time. | Miod Vallat |
2011-10-09 | Rework secondary processor initialization. cmmu initialization is now | Miod Vallat |
2011-10-09 | Fix the backspace key under X11 and make the 'option' key behaves like in | Martin Pieuchot |
2011-10-07 | rename some vars and functions | Henning Brauer |
2011-10-07 | remove inaccurate comment - we don't have state tableS any more, there is | Henning Brauer |
2011-10-07 | pf_poolqueue is long dead, remove corpses. from eurobsdcon, ryan ok | Henning Brauer |
2011-10-07 | Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model check | Theo de Raadt |
2011-10-07 | Interface cable for Yaesu ham radios, ok deraadt | Chris Kuethe |
2011-10-07 | regen | Chris Kuethe |
2011-10-07 | RT Systems interface cable (rebranded FTDI) for Yaesu ham radios | Chris Kuethe |
2011-10-06 | mark ccd(4) deprecated in a few more places | Theo de Raadt |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-10-06 | An #ifdef without a #else in the middle of an indexed array is bad. | Theo de Raadt |
2011-10-06 | Introduce a kqfilter wrapper for the controlling tty device entry | Mike Belopuhov |
2011-10-05 | It is not safe to call sensor_task_unregister() from inside the | Theo de Raadt |
2011-10-05 | ami_drv_inq bus_dmamap_loads the inquiry buffer, so that buffer has to be | David Gwynne |
2011-10-05 | Add the remaining parts of support for 82580 based devices such as | Jonathan Gray |
2011-10-04 | In the coming future, we are more likely to need ehci(4) than sk(4) or | Theo de Raadt |
2011-10-04 | Add support for ALPS touchpads. | Martin Pieuchot |
2011-10-03 | Add a 'flag' locator to gpioiic(4), and define a first flag | Matthieu Herrb |
2011-09-30 | Change ni_dirfd's position in struct nameidata to eliminate alignment | Philip Guenthe |
2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, | Miod Vallat |
2011-09-29 | Remove assembly defines for various struct disklabel field offsets, now that | Miod Vallat |
2011-09-29 | Get size of struct disklabel for the sake of the assembly code with a | Miod Vallat |
2011-09-29 | Avoid a potential NULL dereference if nports == 0. | Stefan Sperling |
2011-09-28 | Oops, do not do last minute edits before commit... Make the previous change | Miod Vallat |
2011-09-28 | As requested by henning, move the mbuf pointer into struct pf_pdesc. | Alexander Bluhm |
2011-09-28 | disable the fifo on m series systems by telling the driver its a 16550 | David Gwynne |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-09-27 | Make struct label_t large enough for the kernel setjmp() purposes. Found after | Miod Vallat |
2011-09-27 | Use a pool to allocate pv_entry from, instead of allocating whole pages and | Miod Vallat |
2011-09-27 | Needs explicit <sys/kthread.h>; fixes build on palm. | Miod Vallat |
2011-09-27 | Try to put more sanity in the machine check handling: | Miod Vallat |
2011-09-26 | Notify ifmedia layer of loss of link on SGEC interfaces (which only gets | Miod Vallat |
2011-09-23 | Make sure siop_xfer is a multiple of 128 bytes as intended (and as told by | Miod Vallat |
2011-09-23 | touching pr_nput and pr_nget outside the lock might be racy since ++ and -- | David Gwynne |
2011-09-23 | regen | Jonathan Gray |
2011-09-23 | XHCI -> xHCI and some additional devices | Jonathan Gray |
2011-09-23 | ph = pool_get(&phpool, PR_NOWAIT) can return NULL, so dont unconditionally | David Gwynne |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-22 | Improve kernel malloc type checking. | Joel Sing |