mrg
8637d348ae
add -f (force) flag to audioplay, plus -s/-P/-c/-e switches for force setting sample rate, precision, channels and encoding. fix some man pages missing .El bits (via veego)
1999-03-28 10:35:05 +00:00
mrg
aefa214c3e
expand usage message to reality.
1999-03-27 18:16:23 +00:00
mrg
eeeadf8446
make recording precision/encoding setting sane.
1999-03-27 17:46:00 +00:00
mrg
740f05c805
add support to play stdin.
1999-03-27 05:14:37 +00:00
kristerw
411911d934
gc old strip
1999-03-26 19:38:20 +00:00
tron
c379f48592
Replace "audioctl" with "audio" in sub directory list.
1999-03-26 16:53:29 +00:00
mrg
e0c321f25d
add missing copyrights.
1999-03-26 15:46:22 +00:00
mrg
072cb74108
audio paths are in <paths.h>
1999-03-26 14:05:41 +00:00
mrg
140c9e18e1
add audiorecord and audioplay tools. audioplay does .au and .wav files. audiorecord makes .au files only. uses parts of audioctl..
1999-03-26 14:02:39 +00:00
bouyer
80f0af1a00
Oups, complete braindamage yesterday. DIOCEJECT does the rigth thing for both
...
disks and CDs, it's just don't have to call DIOCLOCK before, unless we're
doing a forced eject: DIOCEJECT will check for device use and unlock the door
if allowed.
1999-03-26 09:14:58 +00:00
bouyer
3dcf0c67c3
Use CDIOCEJECT instead of DIOCEJECT for cdrom devices (this one allows
...
opening the tray without media). While I'm there add 'sd' to the
device list (so that I can eject my MO easily).
1999-03-25 16:50:51 +00:00
christos
a33a2c20ff
Don't unlink the file first if we are renaming. We want to be as atomic as
...
possible, and this not only introduces time where the file is not valid,
but also breaks in the ld.so install where strip does not find ld.so, since
it has not been renamed yet.
1999-03-24 15:13:46 +00:00
sommerfe
1be2746ed5
report a sensible error if wait() fails.
1999-03-24 13:19:26 +00:00
christos
19a67e791b
prototype files.
1999-03-24 11:57:48 +00:00
christos
a141f7b23c
WARNSify
1999-03-24 11:57:08 +00:00
mrg
4bd041833b
fix WARNS
1999-03-24 09:24:59 +00:00
mrg
8313c3fc7d
add lessecho support
1999-03-24 09:23:52 +00:00
mrg
11a47566ef
build lessecho
1999-03-24 09:17:20 +00:00
mrg
bf48433e3b
add lessecho
1999-03-24 09:15:20 +00:00
mrg
d8b1ac6eb3
oops, missed this part of less all this time.
1999-03-24 09:11:14 +00:00
mycroft
68d6f4bf44
Remove spurious .ne's.
1999-03-24 06:27:49 +00:00
mycroft
08d7dabc15
Remove a spurious .ne.
1999-03-24 06:25:57 +00:00
mrg
d2397ac5f7
completely remove Mach VM support. all that is left is the all the
...
header files as UVM still uses (most of) these.
1999-03-24 05:50:49 +00:00
cgd
676318637d
revert usage string to be like it was, but with '[-p] ' added. the new
...
spacing was bogus, and didn't match other commands' usage strings.
The change really should have been looked at more carefully...
1999-03-23 05:59:09 +00:00
cgd
aa82d7442e
fix bug introduced in rev 1.11: freopen 'fn' (as before), not 'buf' (as
...
changed in rev 1.11). The former is the file name on the 'begin' line,
thel atter is the whole 'begin' line. This could never have worked;
it should have been better tested.
Bug pointed out by Andrew Gillham <gillhaa@ghost.whirlpool.com>.
1999-03-23 05:55:40 +00:00
kleink
cd59cd8d38
Support {FILESIZEBITS}.
1999-03-22 19:18:10 +00:00
garbled
9e44e9b578
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-22 18:16:34 +00:00
lukem
bed9aad370
* implement -R; restart non-proxied command-line FTP xfers
...
* fix fetch_ftp() so that hcode parsing is not done for file:// urls
(a } in the wrong place, and code at the wrong indent level...)
* change outfile to being a global (so it gets correctly reset)
* change parse_url to not remove leading '/' for non ftp urls.
whilst this is not totally rfc1738 compliant, other code kinda
assumes this is the case, and it doesn't hurt
1999-03-22 07:36:40 +00:00
abs
3191b7662f
Looks like some recent changes broke the 'anyone can su if wheel is not present
...
or empty' rule. Fix.
1999-03-22 03:25:33 +00:00
christos
8001a619fc
use emalloc() instead of malloc()
1999-03-19 16:11:02 +00:00
kleink
5c39723cec
Add a -p option to uudecode(1), which causes it to write decoded data to
...
stdout; based on PR bin/7183 from SUNAGAWA Keiki.
1999-03-18 23:57:11 +00:00
sommerfe
05ccb4009e
Do something sane if we have CC='cc -pipe' set
1999-03-18 22:01:48 +00:00
kleink
a7a759c81e
Correct the ctype function used for [:print:] character class; from Soren S.
...
Jorvang in PR bin/7167.
1999-03-16 14:57:48 +00:00
kleink
ffcc078fe7
Fix Xref; from Geoff C. Wing in PR bin/7166.
1999-03-16 09:54:50 +00:00
kristerw
6d5adc08bd
Made indent recognize the [fF], [uU], [lL], [uU][lL], [lL][lL], and
...
[uU][lL][lL] constant suffixes. (PR bin/6516 by Brian Ginsbach)
1999-03-15 20:28:45 +00:00
christos
0b0b4e5f58
Revert - handling; it is done as part of getopt.
1999-03-15 18:56:12 +00:00
hubertf
d4bc24553d
Add euro, per PR 6898 by Anders Magnusson <ragge@ludd.luth.se>
...
Value taken from www.deutsche-bank.de.
1999-03-15 16:02:55 +00:00
christos
b0a604e893
Remove Solaris shadow password support... Better to do this in the
...
compatibility library. Suggested by Matt.
1999-03-15 09:30:51 +00:00
christos
3853a6978b
Add a few more variables that end up in registers in gcc-2.8.1
1999-03-15 08:52:17 +00:00
garbled
5b40cb5777
First round of .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-15 08:22:20 +00:00
christos
024eb1b8d7
- Add support for Solaris style shadow password files
...
- Enable su - option if BSD4_4 is not defined
- Add compile time option ROOTAUTH (not enabled), where people belonging
to the ROOTAUTH group can su to root by supplying their own password.
1999-03-15 08:05:07 +00:00
mycroft
58e1f7b9b0
Make the damned columns line up.
1999-03-14 22:28:05 +00:00
kristerw
010cbdf92e
There is no -h flag. From OpenBSD.
1999-03-14 18:30:04 +00:00
fair
4b94049c6c
Add .Xr which 1
1999-03-11 11:40:10 +00:00
fair
7ca3defa5f
Patch from PR#4872 implementing a "-a" option added, plus documentation.
1999-03-11 11:15:44 +00:00
fair
64b1551844
Apply patch, KNF'd, from PR#3363 to add a "-p" option to whereis.
1999-03-11 10:42:43 +00:00
erh
fa45851f9b
Add missing .El line.
1999-03-10 05:14:51 +00:00
bouyer
e08bd0cead
Xref dump(8).
1999-03-09 17:31:46 +00:00
ross
4eb3fc58ba
Missing .El, extra Pp.
1999-03-09 03:34:56 +00:00
ross
671cd0ceb0
Missing .El.
1999-03-09 03:32:51 +00:00