Age | Commit message (Expand) | Author |
2013-06-01 | some small style changes that are distracting me from seeing a real bug | Ted Unangst |
2013-06-01 | Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE. | Mark Kettenis |
2013-06-01 | Add support for advertising route information (RFC 4191). | Brad Smith |
2013-06-01 | remove bogus XXX comment, 32 is just the way it is. | Jasper Lievisse Adriaanse |
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter |
2013-06-01 | Remove the old mkuboot since it was moved. | Brandon Mercer |
2013-06-01 | make the way of doing debug printfs generic | Jasper Lievisse Adriaanse |
2013-05-31 | export the original aka untranslated address for af-to in pflow | Florian Obser |
2013-05-31 | Fix the build for a kernel without wd and pciide in its config. | Alexander Bluhm |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
2013-05-31 | open up some races. if pool_debug == 2, force a yield() whenever waitok. | Ted Unangst |
2013-05-31 | Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ. | uebayasi |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | Use internal type names, including __ino_t, for the members of struct | Philip Guenther |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle. | rapha |
2013-05-31 | add elantech v4 (clickpad) support | joshua stein |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-05-31 | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | YASUOKA Masahiko |
2013-05-31 | add shm_open and friends which i have been told ports programs would | Ted Unangst |
2013-05-31 | unfortunately the sparc pagesize handling also requires uvm_extern.h | Theo de Raadt |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-31 | Add switch screen and scrollback commands to be used with upcoming | Martin Pieuchot |
2013-05-31 | enable REALTEK 8211C(L) GbE phy with axe(4). | Yojiro Uo |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
2013-05-31 | New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E | Mike Belopuhov |
2013-05-31 | Use %lld for printing time_t | Philip Guenther |
2013-05-31 | The function rip6_ctlinput() claims that sa6_src is constant to | Alexander Bluhm |
2013-05-30 | export the original aka untranslated address in pflow | Sebastian Benoit |
2013-05-30 | Fix a bug in amd64 hibernate introduced when we moved the kernel to load at | Mike Larkin |
2013-05-30 | More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type | Philip Guenther |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | typo: thing -> thin provisioning | Ted Unangst |
2013-05-30 | tiny change to support two poison values based on page addr | Ted Unangst |
2013-05-30 | in the brave new world of void *, we don't need caddr_t casts | Ted Unangst |
2013-05-30 | CD filesystems don't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-05-30 | Even though we reserve 3 pages for the amd64 hibernate stack, we set the | Mike Larkin |
2013-05-30 | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. | Ted Unangst |
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin |
2013-05-30 | fix typos in some comments | Mike Larkin |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker |
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst |
2013-05-30 | tedu unused header. okay krw@ | Kurt Miller |