Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat | |
ok millert@ deraadt@ | |||
2006-11-10 | Accept upper and lower case letters in a checksum, since this doesn't | Tom Cosgrove | |
alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@ | |||
2006-11-07 | It is better to use isatty() to see if a dev is seekable, because | Otto Moerbeek | |
skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ | |||
2006-11-07 | fix skipping when reading from a tty; reported by Karel Kulhavy | Otto Moerbeek | |
<clock at twibright dot com>; ok deraadt@ | |||
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai | |
three characters long. OK moritz@. | |||
2006-11-02 | overhaul the keywords section; | Jason McIntyre | |
2006-11-01 | -.Xr sh 1 , | Jason McIntyre | |
2006-11-01 | some minor adjustments to the options list; | Jason McIntyre | |
2006-11-01 | +.Ex -std ps | Jason McIntyre | |
2006-11-01 | - no need for double markup | Jason McIntyre | |
- prefer .Sq for single letters | |||
2006-11-01 | give FILES a bit of space; | Jason McIntyre | |
2006-11-01 | note that -L may not be specified with other options; | Jason McIntyre | |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre | |
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai | |
Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. | |||
2006-10-29 | like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ | Otto Moerbeek | |
2006-10-21 | note that -hP and -iP are illegal; ok otto | Jason McIntyre | |
2006-10-18 | do not name file descriptors fp, either | Theo de Raadt | |
2006-10-18 | - update reference to posix to latest version | Jason McIntyre | |
- note that the flags [-hiln] are extensions | |||
2006-10-18 | - standard EXAMPLES section | Jason McIntyre | |
- use .Ex instead of an entire DIAGNOSTICS section | |||
2006-10-16 | The session field is a pointer and so should be 8 chars for | Todd C. Miller | |
32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@ | |||
2006-09-21 | Remove LFS-related code, no binary change | Pedro Martelletto | |
2006-09-21 | reword a sentence so we are not discussing lfs; help from pedro | Jason McIntyre | |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which leads to surprising results. Spotted by/partly from Paul Stoeber, more to come. ok ho@ miod@ hshoexer@ | |||
2006-08-14 | Adapt revision 1.18 change for symlink(2): | Ray Lai | |
only resolve symlinks in the dirname of rename()'s arguments, but not in the filename ``looks sane to me'' sturm@, fixes espie@'s problem, ``Seems reasonable.'' provos@. | |||
2006-08-10 | - use .Ex | Jason McIntyre | |
- bump .St - standard EXAMPLES - macro cleanup | |||
2006-08-10 | better explanation of second synopsis form; add a caveat also | Jason McIntyre | |
started by freebsd pr #101330, from peter gildea diff from otto and myself | |||
2006-08-05 | Remove "with with" typos. | Ray Lai | |
Fix by Tobias Stoeckmann <tobias at bugol dot de> in PR 5193. | |||
2006-08-04 | Add reference to mkdir(1). | Ray Lai | |
OK jmc@ | |||
2006-08-03 | comment fix; from tamas tevesz | Jason McIntyre | |
2006-07-26 | clarifications for OPTIND: | Jason McIntyre | |
hunk #1 from tamas tevesz; hunk #2 from otto; ok otto | |||
2006-07-21 | Prevent segfault when "cpio -o" is called with no input. | Ray Lai | |
Found and fix provided by Alf Schlichting <a dot schlichting at lemarit dot com>. OK millert@ and markus@. | |||
2006-07-10 | fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. | Bob Beck | |
tested by me and naddy, and others... ok naddy@ and me. | |||
2006-07-02 | sync with systrace 1.6d, keeping local changes | Nikolay Sturm | |
tests and feedback by a few | |||
2006-06-30 | handcrafted depend and CLEANFILES no longer needed since this is now | Otto Moerbeek | |
done by bsd.*.mk | |||
2006-06-21 | handle -- as POSIX requires; from kili@outback.escape.de; ok otto | Theo de Raadt | |
2006-06-16 | Work around a problem with \$ expansion where \$\$ turned into pid ($$) | Dale Rahn | |
expansion. otto and I cannot think of anything better. ok otto@ | |||
2006-06-14 | Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long | Kenneth R Westerback | |
marked obsolete since the opendev() behaviour it turned on is now the default. 'it can go' deraadt@ 'no API of mine has ever made it into a standard' downsj@ | |||
2006-06-13 | make -avV only be suboptions of the status command, as documented, by using | Theo de Raadt | |
nested getopt() calls. ok beck | |||
2006-06-10 | add a translation for sendmsg() | Nikolay Sturm | |
from provos, with feedback from ray and pat | |||
2006-06-04 | teach stty about NMEADISC | Theo de Raadt | |
2006-06-03 | do chio.conf install from right place | Theo de Raadt | |
2006-06-02 | Add sample chio.conf to /etc | Bob Beck | |
ok deraadt@ | |||
2006-06-01 | simplify the PS1 section somewhat by moving the ! and \! stuff together; | Jason McIntyre | |
ok otto | |||
2006-06-01 | add another exmaple; stolen from a nick holland email... | Jason McIntyre | |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback | |
minor numbers having bits 2 or 3 set. Eliminate the quirks, etc. used to store info on these non-existant modes. Also eliminate a couple of 'unimplemented' fields in the ioctl request structure. ok beck@ deraadt@ | |||
2006-06-01 | fix stupid typo. mea culpa | Bob Beck | |
2006-06-01 | Move mtio drive prep to a function, and makes the changer | Bob Beck | |
check it's notion of access, avoiding problems on more tightly coupled changers if the tape is already ejected - currently these stupid devices return "Initialization Command Required" sense codes but there is (as yet) no way to tell userland that. checking the ACCESS changer flag appears safe in both cases. Adds support for "voltag" type for the source for a move, so you can do "chio move voltag 0003B72 drive 0" to move a tape with the corresponding bar code. Documents the above, as well as status -vVa in the man page. partly from freebsd, man page tweaks by jmc@ ok krw@ | |||
2006-05-31 | - use .Ex | Jason McIntyre | |
- standard EXAMPLES | |||
2006-05-31 | prettier | Theo de Raadt | |
2006-05-31 | This adds support for retrieving volume tags in chio(8) with the | Bob Beck | |
status command and options -v to request the primary volume tag, -V for the alternate volume tag. Man page will follow shortly, along with move support by volume tag. |