summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2006-06-04teach stty about NMEADISCTheo de Raadt
2006-06-03do chio.conf install from right placeTheo de Raadt
2006-06-02Add sample chio.conf to /etcBob Beck
2006-06-01simplify the PS1 section somewhat by moving the ! and \! stuff together;Jason McIntyre
2006-06-01add another exmaple; stolen from a nick holland email...Jason McIntyre
2006-06-01We do not create st devices with different density modes. i.e. with deviceKenneth R Westerback
2006-06-01fix stupid typo. mea culpaBob Beck
2006-06-01 Move mtio drive prep to a function, and makes the changerBob Beck
2006-05-31- use .ExJason McIntyre
2006-05-31prettierTheo de Raadt
2006-05-31 This adds support for retrieving volume tags in chio(8) with theBob Beck
2006-05-30document some advice when \$ is part of your prompt;Jason McIntyre
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-05-29tweaks;Jason McIntyre
2006-05-29document the st(4) device to chio drive mapping, and the existence ofBob Beck
2006-05-29oups, left one strdup unchecked, and some more error handling smalliesHenning Brauer
2006-05-29spacingTheo de Raadt
2006-05-29KNFHenning Brauer
2006-05-29de-beckify (KNF)Henning Brauer
2006-05-29Make chio have a connection between st(4) devices and "drives" in aBob Beck
2006-05-27The last time these were relevant I had a mullet.Bob Beck
2006-05-21Set the index of item[0], since it might not have been set beforeOtto Moerbeek
2006-05-18paramter -> parameterMiod Vallat
2006-05-17fix leakMarkus Friedl
2006-05-15better example;Jason McIntyre
2006-05-1232256 is the (posix) block size limit, not archive size limit;Jason McIntyre
2006-05-11handle malloc failure; jan.niemann@tu-bs.deTheo de Raadt
2006-05-03be more clear about policy inheritanceNikolay Sturm
2006-05-02some type cleanupNikolay Sturm
2006-05-02Format nicelevel relative NZERO as other tools do.Hugh Graham
2006-04-26ARGSUSED and a FALLTHROUGH to please lintNikolay Sturm
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-04-25mode_t is your friendTheo de Raadt
2006-04-25mark usage() __deadTheo de Raadt
2006-04-22back out last - it was not a command line prompt;Jason McIntyre
2006-04-21missing command line prompt;Jason McIntyre
2006-04-17mark signal raceTheo de Raadt
2006-04-13Change maxsize to type off_t.David Hill
2006-04-11Check for strdup() failure.Ray Lai
2006-04-10fix lint comments, no functional changes; ok rayJared Yanovich
2006-04-09ftree_add arg #2 expects int not pointer.Jared Yanovich
2006-04-03add translation for mknodNikolay Sturm
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-04-01make lint happyTheo de Raadt
2006-03-25only resolve symlinks in the dirname of rename()'s arguments,Nikolay Sturm
2006-03-25Use correct directory in example.Ray Lai
2006-03-24Make sure `path' variable is always NUL-terminated.Ray Lai
2006-03-23use strdup() instead; adobriyan@gmailTheo de Raadt
2006-03-23give correct err string; adobriyan@gmail.comTheo de Raadt
2006-03-22change %u to %zu to correctly print size_tDavid Hill