summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-16supports MAX6642 now tooTheo de Raadt
2005-11-16CODESET support. okay millert@, otto@Marc Espie
(not really useful for now, it mostly helps some programs which want to use it, it will become useful when we have full 16 bits locale).
2005-11-16knf & cleanup; mickey okTheo de Raadt
2005-11-16no need for -h, any illegal option is fineTheo de Raadt
2005-11-16syncTheo de Raadt
2005-11-16enable two more sensor types (no reports yet, this will prompt them)Theo de Raadt
2005-11-16Add support for MAX6642.Mark Kettenis
ok deraadt@
2005-11-16add EXAMPLES section; ok jmc nialloXavier Santolaria
2005-11-16respect -q;Xavier Santolaria
2005-11-16Suggest filling in uio_procp even if the area is in kernel-space ifUwe Stuehler
the structure is passed to functions other than uiomove(); discussed with pedro@
2005-11-16nuke trailing whitespace;Xavier Santolaria
2005-11-16Improve wording a bit.Mark Kettenis
Thanks to the input from jmc@.
2005-11-16more of the air shakers born and died; from eric@Michael Shalayeff
2005-11-16document the procedure for providing a startup file for interactiveJason McIntyre
(but non-login) shells; document /etc/ksh.kshrc and sort FILES; fix + ok otto@
2005-11-16move this page to a standard options list;Jason McIntyre
requested by deraadt@ ok grange@
2005-11-16rework the section on syncing log rotation on /etc/weekly, which ofJason McIntyre
course don't necessarily run together; pointed out by hugo villeneuve, and indeed the fix comes from him; also move the examples into an EXAMPLES section, and make FILES a little better too;
2005-11-16Enable pi2c.Mark Kettenis
2005-11-16Add support for the I2C controller on via-pmu.Mark Kettenis
ok deraadt@
2005-11-16fix output if file is not locked;Xavier Santolaria
2005-11-16small doses of KNFHenning Brauer
2005-11-16grammar;Jason McIntyre
2005-11-16macro cleanup;Jason McIntyre
2005-11-16- add file existence checkXavier Santolaria
- do not pollute with uneeded error messages
2005-11-16remove old ftp-proxy entry, ok henning beckCamiel Dobbelaar
2005-11-16add new ftp-proxy startup bitsCamiel Dobbelaar
ok henning beck
2005-11-16disable old ftp-proxy, ok henning beckCamiel Dobbelaar
2005-11-16enable new ftp-proxy, ok henning beckCamiel Dobbelaar
2005-11-16fix writing of RCS files; it has been bugging us for a while now...Xavier Santolaria
now, former RCS suite can make a use of our newly written RCS files; ok joris niallo
2005-11-16syncTheo de Raadt
2005-11-16driver for maxim ds1631, might work, might not!Theo de Raadt
2005-11-16Synch up all .h mpi files with FreeBSD. These new files contain the latestMarco Peereboom
LSI changes necssary for IM.
2005-11-16+ pcagpioTheo de Raadt
2005-11-16Xr pcagpioTheo de Raadt
2005-11-16driver for the philips pca9554 i2c gpio deviceTheo de Raadt
2005-11-16I think some people are missing the point of this fileChad Loder
2005-11-16syncTheo de Raadt
2005-11-16Remove some random stuff theo said once to someoneChad Loder
2005-11-16syncTheo de Raadt
2005-11-16anotherChad Loder
2005-11-16gpio for macppcTheo de Raadt
2005-11-16macppc can have gpioTheo de Raadt
2005-11-16gpioctl can work on macppc tooTheo de Raadt
2005-11-16Fix conversion of K units to handle case where sector size > 1024. e.g.Kenneth R Westerback
Sony Hi-MD usb drive. ok millert@
2005-11-16syncTheo de Raadt
2005-11-16some older apple machines did not have a 'regs' property for i2c devices,Theo de Raadt
but 'i2c-address'. some have both. crazy. ok drahn
2005-11-16add a configuration option for specifying a non-standard port and multicastReyk Floeter
address for the IAPP messages. this is an initial approach to run multiple hostapds on one machine, further work will be done later.
2005-11-15turn if else if else if into a switch statement.David Gwynne
tested and ok kettenis@
2005-11-15Xr the various thingiesTheo de Raadt
2005-11-15driver for adm1030 i2c temp + fan controllerTheo de Raadt
2005-11-15tsl(4)Mark Kettenis