Age | Commit message (Expand) | Author |
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 |
2011-09-22 | Ansify functions definitions. | Joel Sing |
2011-09-22 | Declare waittime variable to unbreak build. | Joel Sing |
2011-09-22 | Fix order of arguments passed to malloc(9) - type first then flags. | Joel Sing |
2011-09-22 | None of the mainbus child devices care about getting a bus_space_tag_t from | Miod Vallat |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-22 | this escaped when miod threw cats off a bridge | Jonathan Gray |
2011-09-22 | As I have touched half of pf lines anyway, fix whitespaces now. | Alexander Bluhm |
2011-09-22 | Start removing some tiny irrelevant differences between hppa64 and hppa | Theo de Raadt |
2011-09-22 | Catchup to hppa disksubr: determining label offset the new way | Theo de Raadt |
2011-09-22 | Do not trash the mask value when setting and clearing the system mask. | Joel Sing |
2011-09-22 | Fix white space and tabs here. ok miod@, oga@ | Matthieu Herrb |
2011-09-22 | The MY_COUNT abstraction which depends on locore including these two | Theo de Raadt |
2011-09-22 | spacing cleanup after mlarkin visited the file | Theo de Raadt |
2011-09-22 | Disable option DEBUG for hppa64 - it is now too noisy to be useful. | Joel Sing |
2011-09-21 | Move the prototype for disk_readlabel to the .h file so that hibernate | Theo de Raadt |
2011-09-21 | Check the protocol header length for tcp, udp, icmp, icmp6 in | Alexander Bluhm |
2011-09-21 | disable st*, since we doubt anyone uses it. suggested by jsing in | Theo de Raadt |
2011-09-21 | Get rid of curlwp references; mk@ | Miod Vallat |
2011-09-21 | Rename pmap_procwr() to pmap_proc_iflush() to get the intended behaviour. | Miod Vallat |
2011-09-21 | Remove stale comments about vm freelists | Miod Vallat |
2011-09-21 | Fix range check in intc_intr_establish() | Miod Vallat |
2011-09-21 | Some minor clean up to the _start funtions to make the code read a little | Kevin Lo |
2011-09-21 | Cleanup page calculation for final memory chunk ordering list for | Mike Larkin |
2011-09-21 | Perform most of the remaining refactoring of hibernate code into | Mike Larkin |
2011-09-20 | Oops, forgot to remove that reference to now dead saioctl.h | Miod Vallat |
2011-09-20 | Remove unused libsa error code and descriptions. Anything shrinking | Miod Vallat |