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