Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | sync | Theo de Raadt | |
2009-06-04 | Demacro nfsm_lookup for great justice. | Bret Lambert | |
Thanks to ckuethe for saving much typing with a drive-by perl script. ok thib@ | |||
2009-06-04 | gfxp(4) | Mark Kettenis | |
2009-06-04 | hotplugd is on so many, give up on MANSUBDIR | Theo de Raadt | |
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 | Add hw.machine and kern.osrelease to install media sysctl. Using | Kenneth R Westerback | |
these rather than hard coded variables allows the rationalization of the greeting by moving it into dot.profile. Whack at dot.profile a lot. Eliminate the 'Proceed with ...' question as unneeded. Eliminate welcome(). ok deraadt@ "I like" todd@ | |||
2009-06-03 | Support insert mode by using insert character to shift the cells before writing | Nicholas Marriott | |
as normal. | |||
2009-06-03 | Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled. | Miod Vallat | |
2009-06-03 | Implement the DEC alignment test. With the last change this is enough for the | Nicholas Marriott | |
first cursor test in vttest (in ports) to pass; it still shops a few more problems though. | |||
2009-06-03 | Fix some miscalculations when clearing to start of screen: the number of lines | Nicholas Marriott | |
to the cursor is cy not cy - 1, and the current cursor cell should be included. | |||
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 | simplify struct batch; ok gilles@ | Jacek Masiulaniec | |
2009-06-03 | add bufcachepercent to man page, and maxlocksperuid which someone forgot. | Bob Beck | |
2009-06-03 | change "cachepct" to "bufcachepercent" so it is the same | Bob Beck | |
as the variable and the similar sysctl ok deraadt@ | |||
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 | Match comment to reality, whitespace | Kjell Wooding | |
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 | Preserve NOMAN since the top level Makefile uses it when making/installing | Todd C. Miller | |
libs. | |||
2009-06-03 | Allocate all rib contextes for tree walks and don't use static stack memory. | Claudio Jeker | |
This will make interruptable walks a lot easier. | |||
2009-06-03 | Initial stab at rib_free() until now unused. | Claudio Jeker | |
2009-06-03 | cleanup contorted and slightly broken call to imsg_get_fd | Eric Faurot | |
ok pyr@ | |||
2009-06-03 | Better way to allocate new RIBs. | Claudio Jeker | |
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 | initialize queue | Eric Faurot | |
ok pyr@ | |||
2009-06-03 | Make prefix_destroy more generic and use it in prefix_remove this is possible | Claudio Jeker | |
because path_remove was changed to remove the prefixes in a slightly different way. | |||
2009-06-03 | State that clnt{raw,udp}_create can fail. | Ingo Schwarze | |
"no objection" millert@ | |||
2009-06-03 | Use vis(3) instead of handrolled function. | Nicholas Marriott | |
2009-06-03 | xfs -> nnpfs | Thordur I. Bjornsson | |
2009-06-03 | Pass window titles through vis(1). <0x20 is dropped anyway by the input state | Nicholas Marriott | |
machine but top-bit-set nonprintables could cause trouble, and they are neater like this anyway. Suggested by deraadt a few days ago. | |||
2009-06-03 | Make sure we're running on the right pmap when going to sleep. | Artur Grabowski | |
2009-06-03 | - enable on sgi | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2009-06-03 | - regen | Jasper Lievisse Adriaanse | |
2009-06-03 | - add hotplug device | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2009-06-03 | allow localhost to query server-status by default. this makes apachectl | Robert Nagy | |
fully functional. ok johan@, henning@ | |||
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 | Ensure there is a statement after a label. | Jonathan Gray | |
ok deraadt@ |