summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-04syncTheo de Raadt
2009-06-04Demacro nfsm_lookup for great justice.Bret Lambert
Thanks to ckuethe for saving much typing with a drive-by perl script. ok thib@
2009-06-04gfxp(4)Mark Kettenis
2009-06-04hotplugd is on so many, give up on MANSUBDIRTheo de Raadt
2009-06-04Enable gfxp(4).Mark Kettenis
2009-06-04Put 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-04remove redefinitions of static and __inline arianeJonathan Gray
says were debugging leftovers. ok ariane@
2009-06-04Accelerated fills as well.Mark Kettenis
2009-06-03Accelerated scrolling.Mark Kettenis
2009-06-03Initial stab at a driver for the Tech Source Raptor GFX built around theMark Kettenis
3D Labs Permedia 2v chip. These cards were sold by Sun as PGX32.
2009-06-03Add hw.machine and kern.osrelease to install media sysctl. UsingKenneth 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-03Support insert mode by using insert character to shift the cells before writingNicholas Marriott
as normal.
2009-06-03Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.Miod Vallat
2009-06-03Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
first cursor test in vttest (in ports) to pass; it still shops a few more problems though.
2009-06-03Fix some miscalculations when clearing to start of screen: the number of linesNicholas Marriott
to the cursor is cy not cy - 1, and the current cursor cell should be included.
2009-06-03syncMartynas Venckus
2009-06-03realtek rtl8187b devices that will run urtw. ok jsg@Martynas Venckus
2009-06-03Place code to search for/sleep waiting for an nfs socket into its ownBret Lambert
code; makes the cleaned-up function much more legible. ok thib@
2009-06-03add a flexible buffer queue (bufq) api, based on the never usedThordur 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-03simplify struct batch; ok gilles@Jacek Masiulaniec
2009-06-03add bufcachepercent to man page, and maxlocksperuid which someone forgot.Bob Beck
2009-06-03change "cachepct" to "bufcachepercent" so it is the sameBob Beck
as the variable and the similar sysctl ok deraadt@
2009-06-03Initial stab at a driver for the Tech Source Raptor GFX built around theMark Kettenis
3D Labs Permedia 2v chip. These cards were sold by Sun as PGX32.
2009-06-03add kern.bufcachepercent sysctl to allow adjusting the buffer cacheBob Beck
size on a running system. ok art@, oga@
2009-06-03Define a wsdisplay type for gfxp(4).Mark Kettenis
2009-06-03Slay the running out of wu during rebuild dragon and some cleanupMarco Peereboom
2009-06-03Match comment to reality, whitespaceKjell Wooding
2009-06-03rename some macros for more consistent naming; from BradChristian Weisgerber
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob 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-03Make sure that the brightness value sent to acpi is one of the valuesMatthieu 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-03Preserve NOMAN since the top level Makefile uses it when making/installingTodd C. Miller
libs.
2009-06-03Allocate 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-03Initial stab at rib_free() until now unused.Claudio Jeker
2009-06-03cleanup contorted and slightly broken call to imsg_get_fdEric Faurot
ok pyr@
2009-06-03Better way to allocate new RIBs.Claudio Jeker
2009-06-03Fix check for window-top and window-left values.Mark Kettenis
ok miod@
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
than standards permit found & ok by jsg
2009-06-03initialize queueEric Faurot
ok pyr@
2009-06-03Make prefix_destroy more generic and use it in prefix_remove this is possibleClaudio Jeker
because path_remove was changed to remove the prefixes in a slightly different way.
2009-06-03State that clnt{raw,udp}_create can fail.Ingo Schwarze
"no objection" millert@
2009-06-03Use vis(3) instead of handrolled function.Nicholas Marriott
2009-06-03xfs -> nnpfsThordur I. Bjornsson
2009-06-03Pass window titles through vis(1). <0x20 is dropped anyway by the input stateNicholas 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-03Make sure we're running on the right pmap when going to sleep.Artur Grabowski
2009-06-03- enable on sgiJasper Lievisse Adriaanse
ok miod@
2009-06-03- regenJasper Lievisse Adriaanse
2009-06-03- add hotplug deviceJasper Lievisse Adriaanse
ok miod@
2009-06-03allow localhost to query server-status by default. this makes apachectlRobert Nagy
fully functional. ok johan@, henning@
2009-06-03add the basic infrastructure to take advantage of TCP and UDP receiveChristian Weisgerber
checksum offload over IPv6; ok deraadt@
2009-06-03Ensure there is a statement after a label.Jonathan Gray
ok deraadt@