Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Add a -p flag to display-message to print the output rather than displaying in | Nicholas Marriott | |
the status line, this allows things like "display -p '#W'" to find the current window index. | |||
2009-11-24 | more tweaking... ok deraadt | Jason McIntyre | |
2009-11-24 | at close() get rid of the usb task before we start tearing down; ok mglocker | Theo de Raadt | |
2009-11-24 | Update the ENOTSUP summary and description. | Philip Guenthe | |
Pointed out by Alan Bueno and jmc@ ok jmc@ | |||
2009-11-24 | Layer-3 -> layer 3; | Jason McIntyre | |
2009-11-24 | more tweaking... | Jason McIntyre | |
2009-11-24 | Correct the copy out of the packet into the mbuf. We need to loop or | Claudio Jeker | |
non-even packets will end up being a bit trunkated. OK deraadt@ | |||
2009-11-24 | rototill the various bits here to so that people can see how amazingly | Theo de Raadt | |
rich the gif featureset really is ok jmc claudio | |||
2009-11-24 | Reset the chip an re-initialise the interface after reset. Resetting the | Mark Kettenis | |
PHY doesn't seem to be necessary on re(4) so don't descend further for now. Based on a diff from mlarkin@ ok deraadt@ | |||
2009-11-24 | Save FPU state before suspend. | Mike Larkin | |
ok deraadt@, kettenis@ | |||
2009-11-24 | Poke CR3 one last time before resuming. Suggested by deraadt@. | Mike Larkin | |
ok deraadt@ | |||
2009-11-24 | Preserve rawmode when setting scale. ok miod@, oga@. | Matthieu Herrb | |
2009-11-24 | abort suspends on SMP systems until that gets written; ok mlarkin | Theo de Raadt | |
2009-11-24 | Thoroughly reset the chip upon suspend and give the PHY a chance to | Mark Kettenis | |
re-initialise itself afterward. ok deraadt@, mlarkin@, claudio@, pirofti@ | |||
2009-11-24 | Properly re-initialise the PHY upon resume. | Mark Kettenis | |
ok deraadt@, claudio@, mlarkin@, pirofti@ | |||
2009-11-24 | avoid some duplication in the bridge section; ok deraadt | Jason McIntyre | |
2009-11-24 | for MCLGETI to work correctly drivers need to first dequeue all available | Claudio Jeker | |
packets and then refill the RX ring. When not done this way the rx ring can not grow correctly. Tested by jmc@, OK deraadt@, kettenis@ | |||
2009-11-24 | Another one. | Owain Ainsworth | |
"yup" henning@ | |||
2009-11-24 | More words of wisdom. | Owain Ainsworth | |
ok henning@ dms@ | |||
2009-11-24 | msk_newbuf() had an off by one when putting the packet onto the cluster | Claudio Jeker | |
and cleared the mbuf pointer of the next element, causing a mbuf leak. While there also ensure that the valid bit of the first buffer is only set when the full chain got assembled. Tested by jmc@, ok kettenis@ | |||
2009-11-24 | KSEG->CKSEG fallout. | Miod Vallat | |
2009-11-24 | kill obsolete natpass | Henning Brauer | |
2009-11-24 | - sync with latest additions | Jasper Lievisse Adriaanse | |
feedback & ok otto@ | |||
2009-11-24 | - add rcs id's. | Jasper Lievisse Adriaanse | |
2009-11-24 | todo all over | Marc Espie | |
2009-11-24 | zap pkgpath totally, set up to display (to go) as well. | Marc Espie | |
2009-11-24 | better | Marc Espie | |
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat | |
the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. | |||
2009-11-24 | sets that were not solved should still display something... | Marc Espie | |
2009-11-24 | do not inform user of !updated packages, they usually don't really care... | Marc Espie | |
2009-11-24 | Proper check for wrapping high address and setting the break below the | Otto Moerbeek | |
base of data; with nicm@ ok miod@ guenther@ | |||
2009-11-24 | kill some old cruft, in particular -F conflicts has never worked... | Marc Espie | |
2009-11-24 | ok even shorter than done | Marc Espie | |
2009-11-24 | more regular. Note that newer can be a hash as well (why not ?) | Marc Espie | |
2009-11-24 | consistency with other pages; s/Thinkpad/ThinkPad/. from Brad Tilley. | Stuart Henderson | |
2009-11-24 | better name. Mark "no need to update" as updated, since we know what's | Marc Espie | |
going on... | |||
2009-11-24 | implement suspend and resume | Jacob Meuser | |
2009-11-24 | Change ENOTSUP's strerror() to "Not supported" | Philip Guenthe | |
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP ok millert@, mk@, go aheads from others who have other translations in the works | |||
2009-11-24 | Toggle SENSOR_FINVALID based on sensor data validity | Theo de Raadt | |
2009-11-24 | enable uthum(4), and rearrange some nearby goop | Theo de Raadt | |
2009-11-24 | put -P in the right place; | Jason McIntyre | |
2009-11-24 | Bring multicast/promisc handling in line with other network drives. | Joel Sing | |
From Brad. | |||
2009-11-24 | Allow the passphrase to be changed on softraid crypto volumes. Ensure that | Joel Sing | |
you backup your data and lock up your pets prior to using this. Tested by todd@ ok marco@ | |||
2009-11-24 | Factor out crypto code allowing for future reuse. | Joel Sing | |
ok marco@ | |||
2009-11-24 | Save state on suspend and restore that state and the bridge windows on resume | Mark Kettenis | |
such that devices behind bridges get a chance to work after resume. ok deraadt@, mlarkin@ | |||
2009-11-24 | fix hardware polling interval calculation. uaudio on my Logitech webcam | Jacob Meuser | |
now records properly. ok miod, yuo | |||
2009-11-24 | sync | Theo de Raadt | |
2009-11-24 | kill hooks and timeouts before calling complex sleeping code from detach; ok jsg | Theo de Raadt | |
2009-11-24 | Xr uthum | Theo de Raadt | |