Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | Enable gfxp(4). | Mark Kettenis | |
2009-06-04 | Put readv/writev changes back in, as they no longer hang ckuethe's ntpd. | Bret Lambert | |
Special thanks to ckuethe's ntpd for noticing the problem. ok deraadt@ | |||
2009-06-04 | remove redefinitions of static and __inline ariane | Jonathan Gray | |
says were debugging leftovers. ok ariane@ | |||
2009-06-04 | Accelerated fills as well. | Mark Kettenis | |
2009-06-03 | Accelerated scrolling. | Mark Kettenis | |
2009-06-03 | Initial stab at a driver for the Tech Source Raptor GFX built around the | Mark Kettenis | |
3D Labs Permedia 2v chip. These cards were sold by Sun as PGX32. | |||
2009-06-03 | Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled. | Miod Vallat | |
2009-06-03 | sync | Martynas Venckus | |
2009-06-03 | realtek rtl8187b devices that will run urtw. ok jsg@ | Martynas Venckus | |
2009-06-03 | Place code to search for/sleep waiting for an nfs socket into its own | Bret Lambert | |
code; makes the cleaned-up function much more legible. ok thib@ | |||
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson | |
one by tedu@. It doesn't do anything smart yet, it just uses plain old disksort. we also keep the old method of queueing bufs since some miods have crazy MD drivers that need some love. ok beck@, art@ tested by many on many archs. | |||
2009-06-03 | Initial stab at a driver for the Tech Source Raptor GFX built around the | Mark Kettenis | |
3D Labs Permedia 2v chip. These cards were sold by Sun as PGX32. | |||
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck | |
size on a running system. ok art@, oga@ | |||
2009-06-03 | Define a wsdisplay type for gfxp(4). | Mark Kettenis | |
2009-06-03 | Slay the running out of wu during rebuild dragon and some cleanup | Marco Peereboom | |
2009-06-03 | rename some macros for more consistent naming; from Brad | Christian Weisgerber | |
2009-06-03 | make wireless interfaces priority 4 by default. other interfaces remain | Bob Beck | |
priority 0. while we are in here make sure we add wi interfaces to group "wlan" in the same way the net80211 stuff already is. this makes dhcp multiple default routes useful on laptops. ok claudio@ | |||
2009-06-03 | Make sure that the brightness value sent to acpi is one of the values | Matthieu Herrb | |
in the BCL array. Also add a missing acpivout_get_brightness() call in acpivout_brightness_cycle(). ok and suggestions from pirofti@, ok miod@ deraadt@ marco@. | |||
2009-06-03 | Fix check for window-top and window-left values. | Mark Kettenis | |
ok miod@ | |||
2009-06-03 | put the values direct in the array, otherwise the nested macros are longer | Theo de Raadt | |
than standards permit found & ok by jsg | |||
2009-06-03 | xfs -> nnpfs | Thordur I. Bjornsson | |
2009-06-03 | Make sure we're running on the right pmap when going to sleep. | Artur Grabowski | |
2009-06-03 | - add hotplug device | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2009-06-03 | add the basic infrastructure to take advantage of TCP and UDP receive | Christian Weisgerber | |
checksum offload over IPv6; ok deraadt@ | |||
2009-06-03 | Add support for the newer 82575 and maybe 82576 chips. The cards work more | Claudio Jeker | |
or less out of the box if one explicitly enables the TX DMA engine. Only tested with 82575, people with 82576 cards may contact me for a diff. OK kettenis@ | |||
2009-06-03 | whitespace. "Sure" marco@ | Chris Kuethe | |
2009-06-03 | sync these also | Janne Johansson | |
2009-06-03 | sync | Janne Johansson | |
2009-06-03 | remove bad #ifdef from syscall.master | Janne Johansson | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti | |
Okay jordan@ and marco@. | |||
2009-06-03 | Oops need to kill the XXX comment that we are not enabling softraid rebuild | Marco Peereboom | |
2009-06-03 | Start using the shiny new function pointer to determine if we have disk | Marco Peereboom | |
arrivals or departures. | |||
2009-06-03 | Add a callback specifically for softraid. If you touch this kittens will | Marco Peereboom | |
be murdered and theo will visit with a 2x4. ok deraadt | |||
2009-06-03 | Whack conflicting BARs, such that they get assigned a non-conflicting value | Mark Kettenis | |
when we try to map it. | |||
2009-06-03 | set IFF_ALLMULTI properly also when in promiscuous mode and some | Christian Weisgerber | |
cosmetic tweaking; from Brad | |||
2009-06-03 | register bit definitions instead of magic numbers; | Christian Weisgerber | |
gleaned from the Linux tg3 driver; from Brad | |||
2009-06-03 | Don't disable dock devices if dock isn't initially attached | Jordan Hargrave | |
ok marco@ | |||
2009-06-03 | mjacob took kettenis's r1.44 into FreeBSD and added a tweak to | Kenneth R Westerback | |
ensure lvdmode is set. Apply that tweak. | |||
2009-06-03 | phys allocator fix: zeroed pages are not clean. | Ariane van der Steldt | |
2009-06-03 | ansi function decls, no binary change. | Jonathan Gray | |
2009-06-03 | Change bufhash from the old grotty hash table to red-black trees hanging | Bob Beck | |
off the vnode. ok art@, oga@, miod@ | |||
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert | |
deadlock for ckuethe@ "if you have to revert, you have to revert" deraadt@ | |||
2009-06-03 | kill some unused defines, don't do an ifndef dance for | Thordur I. Bjornsson | |
things that should be defined here and remove a silly comment. | |||
2009-06-03 | remove the never used bufq_ code. | Thordur I. Bjornsson | |
ok oga@ 'dance for me' blambert@ | |||
2009-06-03 | Remove some redundant code. | Mark Kettenis | |
2009-06-03 | More KNF | Jordan Hargrave | |
ok marco@ | |||
2009-06-03 | Make sure we don't stomp on a RAID partition that is already in use. | Marco Peereboom | |
Code is now enabled and ready for general testing. | |||
2009-06-03 | droppmap is only necessary (and declared) on MULTIPROCESSOR | Artur Grabowski | |
2009-06-03 | remove cruft that snuck in with previous | Thordur I. Bjornsson | |