summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-30Now that we use an array of u_short for the chunk bitmap change a fewOtto Moerbeek
2011-04-30Preliminary plumbing code for i386 hibernate (suspend-to-disk).Mike Larkin
2011-04-30Plug holes in cdevsw[] to make vscsi, diskmap and pppx entries match theMiod Vallat
2011-04-30More efficient scanning for free chunks while not losing any randomization;Otto Moerbeek
2011-04-30change one of our current examples to use duids; ken suggested we useJason McIntyre
2011-04-30no need to escape |, pointed out by jmc@Stuart Henderson
2011-04-29ss(4) is gone; no need for ssvar.h.Matthew Dempsky
2011-04-29Trick GCC (-O2) into actually raising the underflow exception on m88k.Martynas Venckus
2011-04-29sorry, lousy fingers... typoed in the file while checking the diffMarc Espie
2011-04-29slightly better netmask regexpMarc Espie
2011-04-29Add the Samsung Nexus S, commited over it.Jonathan Armani
2011-04-29uncomment fwprintf and wprintf testsStefan Sperling
2011-04-29Why precompute the route for the gre tunnel when ip_output can doClaudio Jeker
2011-04-29tiny whitespace fixesDavid Gwynne
2011-04-29only handle vanilla scsi inquiry requests, reject VPD requests since theyreDavid Gwynne
2011-04-29The previous reconfiguration change broke IPv6 only setups.Marco Pfatschbacher
2011-04-29Add BUGS section explaining that these functions do not cover the entireStefan Sperling
2011-04-29-x is currently unimplemented, so comment it out from the man page, and removeJason McIntyre
2011-04-29remove dead Xrs to update.8;Jason McIntyre
2011-04-29it seems in fifteen years, and eleven revisions of this page, we have neverJason McIntyre
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-29In certain failure cases, a RST would be sent out on rdomain 0,Bret Lambert
2011-04-29Add currently undocumented keyboard options available on ifstat view.lum
2011-04-29small tidy. contribution from patrick keshishian and extra tab spot by halex....lum
2011-04-29zero out a scsi_links node_wwn and port_wwn fields after initialising itDavid Gwynne
2011-04-28ixnay on the nopfayMiod Vallat
2011-04-28syncMiod Vallat
2011-04-28syncTodd T. Fries
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap_prefer parameters.Ariane van der Steldt
2011-04-28Expose pmap prefer parameters.Ariane van der Steldt
2011-04-28fix build ok martynas@Todd T. Fries
2011-04-28Try to schedule a new task for the connection in conn_task_cleanup()Claudio Jeker
2011-04-28DATA OUT operations need to be piggibacked on the same connection asClaudio Jeker
2011-04-28- enable fenvMartynas Venckus
2011-04-28spacesMarco Peereboom
2011-04-28Safety bump of gcc2 libstdc++ for wprintf(). Tested by otto, thanks!Stefan Sperling
2011-04-28Expose wprintf and friends in the gcc3 libstdc++ std:: namespace.Stefan Sperling
2011-04-28Bring back wprintf() for gcc4 libstdc++.Stefan Sperling
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-28report XS_RESET to the midlayer for any pending commands when vscsi isDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-28Make in_broadcast() rdomain aware. Mostly mechanical change.Claudio Jeker
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser