Age | Commit message (Expand) | Author |
2010-04-21 | scale angle by 1000000 to permit min.sec accuracy | Theo de Raadt |
2010-04-21 | simplify map_lookup() by having the backend lookup done in new | Gilles Chehade |
2010-04-21 | More reworking of interrupt handling and VME support, and rename various | Miod Vallat |
2010-04-21 | First stab at a VGA arbiter. The VGA arbiter makes sure that only a single | Mark Kettenis |
2010-04-21 | Runner process is just a helper for queue, so tear down its imsg | Jacek Masiulaniec |
2010-04-21 | Fix pathetic performance when submitting large mails via /usr/sbin/sendmail, | Jacek Masiulaniec |
2010-04-21 | Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@ | Otto Moerbeek |
2010-04-21 | <sys/systm.h> required now. | Miod Vallat |
2010-04-21 | more proc.h needed | Theo de Raadt |
2010-04-21 | two more proc.h needed | Theo de Raadt |
2010-04-21 | - missing rcs id | Jasper Lievisse Adriaanse |
2010-04-21 | Implement a way to get information about a rtable. Currently only the rtableid | Claudio Jeker |
2010-04-21 | Handle a strdup failure. | lum |
2010-04-21 | Remove unusable ifdef DEBUG code. | Jacek Masiulaniec |
2010-04-21 | zap trailing whitespace; | Jason McIntyre |
2010-04-21 | when creating the ``default'' subdevice, use last parameters of the | Alexandre Ratchov |
2010-04-21 | adds the necessary bits to join channels (ex stereo->mono) or | Alexandre Ratchov |
2010-04-21 | Add the "angle" sensor, measured in degrees; from Luis Pinto | Theo de Raadt |
2010-04-21 | Remove interactive help for individual disklabel editor commands. | lum |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-21 | Add support for PLX I/O 9016 based 8 port serial card | Bob Beck |
2010-04-21 | Fix logic error just like the one in previous revision. | Jacek Masiulaniec |
2010-04-20 | more misuse of user.h and sysctl.h | Theo de Raadt |
2010-04-20 | cleanup more confusion regarding user.h before proc.h, or missing proc.h | Theo de Raadt |
2010-04-20 | fix amd64 kernel compile after proc.h was removed from uvm_map.h | Peter Hessler |
2010-04-20 | The openssl command line tool treats the non-null terminated buffer | Theo de Raadt |
2010-04-20 | Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605. | Miod Vallat |
2010-04-20 | need proc.h before user.h | Ted Unangst |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-20 | fix trailing slashes in filenames behavior by *not* fixing it in systrace. | Ted Unangst |
2010-04-20 | Fix some pclose() calls, spotted by Peter Philipp. ok deraadt@ | Stuart Henderson |
2010-04-20 | Fix crash that could happen when attempting ``smtpctl remove'' while | Jacek Masiulaniec |
2010-04-20 | Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled | Theo de Raadt |
2010-04-20 | - Fix a calculation bug with the RX ring buffer memory address which | Theo de Raadt |
2010-04-20 | mii_activate() is unused | Theo de Raadt |
2010-04-20 | destintation -> destination | Miod Vallat |
2010-04-20 | Correct map definition syntax. Reported by Rene Maroufi <info@maroufi.net>. | Jacek Masiulaniec |
2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the | Miod Vallat |
2010-04-20 | Document the ``alias <map>'' parameter. | Jacek Masiulaniec |
2010-04-20 | Add "frequency" type for sensors. (and teach userland how to print that | Owain Ainsworth |
2010-04-20 | Document ``size'' setting; OK gilles@ | Jacek Masiulaniec |
2010-04-20 | Instead of using PWT|PCD for uncached (which is wrong on old cpus and | Owain Ainsworth |
2010-04-20 | Include usbdevs -v output in the PR template, showing us device IDs which | Stuart Henderson |
2010-04-20 | Support "accept from local ..." as documented in the man page. | Jacek Masiulaniec |
2010-04-20 | Nuke a few dead stores and one newly created unused variable. | Owain Ainsworth |
2010-04-20 | A few more uninitialised variables (mostly in incredibly uncommon cases). | Owain Ainsworth |
2010-04-20 | Use correct type for ``mda_id'', ie. match with type used in imsg header. | Jacek Masiulaniec |
2010-04-20 | 0x0 is a valid base address. | Marco Peereboom |