veego
635cf4e57c
It was a bad idea to call a function 'beep'.
...
Rename it to msg_beep to avoid conflicts with the new curses.h.
1999-04-25 09:10:07 +00:00
ross
c28735c5a8
Kill incorrect const in previous.
1999-04-24 23:54:56 +00:00
ross
ef4ee3d458
Functional LP64 and type sanity fixes.
1999-04-24 23:36:36 +00:00
kleink
6bfc84fa5c
Harmless signed/unsigned botch.
1999-04-23 14:43:05 +00:00
mrg
b30d0fe7ba
use "cc -E" not cpp directly. this allows lint(1) to be unaware of any
...
machine-dependant defines that cc(1) may normally define, and also
means that the mips ports work again.
1999-04-22 04:40:58 +00:00
simonb
8ac2197100
Add an __RCSID.
1999-04-22 03:40:46 +00:00
augustss
dc975a385b
Dump more HID info.
1999-04-21 17:41:08 +00:00
augustss
f52e3c039b
Handle devices with a report id correctly.
1999-04-21 16:23:14 +00:00
mrg
d18c4ee21d
use mkstemp
1999-04-20 13:53:53 +00:00
mrg
eb6ee238a9
use mkdtemp not mktemp/mkdir.
1999-04-20 13:52:36 +00:00
mrg
7ef0b55f16
use mkstemp.
1999-04-20 08:05:51 +00:00
mrg
c08b0cf381
check some more syscall return values. use mkstemp.
1999-04-20 07:53:02 +00:00
mrg
525cc80c04
use mkstemp
1999-04-20 07:24:49 +00:00
simonb
9bdbe15263
Don't frob the interals of a WINDOW*, use the getmaxy() macro.
1999-04-18 03:29:18 +00:00
drochner
a9f5848448
our curses has some more functions now
1999-04-17 17:48:23 +00:00
lukem
6b9a96fb35
revert previous (creation of /usr/bin/pftp link);
...
* $FTPMODE is the documented way in ftp(1) to force passive, active,
gate-ftp, or autodetect.
* AFAIK, we haven't shipped any previous release with pftp in /usr/bin
* no link was made for gate-ftp (and i don't think that makes sense in
/usr/bin either)
* even though the link isn't made, the support for pftp, gate-ftp, and
the `-p' flag should remain since people may depend on having their
own link (e.g, ~/bin/pftp -> /usr/bin/ftp) or aliases which use
these things. it doesn't hurt to leave argv[0] checking in ftp's main().
1999-04-16 23:01:55 +00:00
mcr
67411e1a0a
added LINKS= to make /usr/bin/pftp
1999-04-15 20:48:49 +00:00
matthias
f251445b74
make eval() recognize hexadecimal constant as specified in the man page.
1999-04-14 09:38:37 +00:00
mrg
491f8a4815
reword description to not be audioplay, as noted by pr#7379.
1999-04-14 09:03:41 +00:00
augustss
caf9aabb3e
Make opyrights conform.
1999-04-13 20:50:48 +00:00
mrg
dcd2624f5e
try using normal read/write is mmap() fails. tell the VM system we are going to be doing sequential access via madvise().
1999-04-13 07:21:45 +00:00
ross
6db2f53d21
If we absolutely must have this program in the tree, it needs to have
...
rcs id keywords.
1999-04-12 06:02:25 +00:00
ross
6844116ae2
LP64 fix. Kills bug that caused random output "sorting" on alpha.
1999-04-12 01:53:06 +00:00
hwr
3be15b9a38
Remove duplicated entry.
1999-04-11 12:56:15 +00:00
kleink
ac412c9213
Avoid free(3)'ing a commandline argument; from Mark Brinicombe in PR bin/7246.
1999-04-09 14:24:21 +00:00
tron
450b8d5f58
On suggestion by Alistair Crooks use stat() instead of lstat() for "bzcat"
...
and "bzip -c -d" to check if a symlinks target is really a file.
1999-04-08 18:34:27 +00:00
tron
ed700187ba
Allow softlinks for "bzip2 -c -d" or "bzcat".
1999-04-07 17:58:49 +00:00
pk
1cd395375d
1, 2, 3 and.. 4!
1999-04-06 20:24:37 +00:00
mrg
6dd8be1324
in more_mode, do not clear the screen all the time, like traditional more. this fixes ancient PR#227.
1999-04-06 11:53:00 +00:00
mrg
26eacbe1a9
merge less 335.
1999-04-06 05:57:34 +00:00
mrg
656a5a7c56
less 335
1999-04-06 05:30:33 +00:00
dante
d3b97ee431
Handle '_crunch' section.
...
Add removelist() function
Add renamelist() function
1999-04-04 16:57:36 +00:00
dante
ff3f665d94
Document '_crunch' section.
1999-04-04 16:27:28 +00:00
gwr
4761a8c13b
Uh... should have been ${MACHINE} not hard coded... Duh!
1999-04-03 04:50:16 +00:00
gwr
ae400a2e31
Define CC=gcc -O and add -DMACHINE=...
1999-04-03 04:39:10 +00:00
gwr
0a1b2f4b53
Make regex support conditional on NO_REGEX (was MAKE_BOOTSTRAP)
...
Solaris has a compatible regex, as do many others now...
1999-04-03 04:37:47 +00:00
hubertf
a8aaa73992
Remove duplicated if() statementA.
...
This fixes PR 7308 by Feico Dillema <feico@pasta.cs.uit.no>
1999-04-02 22:45:45 +00:00
chopps
005cdfb516
don't use malloc for large sockaddr's, just name the union declared above
1999-04-02 20:13:40 +00:00
augustss
fdf4fd888e
Fix various buglets.
1999-04-02 16:05:55 +00:00
augustss
6e9632f4a4
Xref audioplay(1) and audiorecord(1).
1999-04-02 15:53:39 +00:00
chopps
87af70d729
user err() not errx()
1999-04-01 23:12:30 +00:00
chopps
3357b52e9b
fix for sockaddr's that are bigger than standard sockaddr's (e.g., iso)
1999-04-01 08:14:11 +00:00
thorpej
ed8849cd5a
Define __POOL_EXPOSE to get at the guts of the pool descriptor.
1999-03-31 23:25:46 +00:00
kleink
825dd7f56f
It's big endian.
1999-03-31 19:18:36 +00:00
kleink
7a5c45dac4
* Make usage string reflect reality,
...
* declare internal utility functions static,
* remove unneeded workarounds for bogus -Wuninitialized reports,
* delint.
1999-03-31 11:26:45 +00:00
lukem
82f739bcb0
when using editline, work on the correct buffer. fixes problem where blank
...
input lines were being added to the history buffer.
1999-03-31 02:00:42 +00:00
augustss
2ef8f0cac3
Insert an AUDIO_DRAIN at the end of each file.
1999-03-30 19:33:31 +00:00
mrg
e90ff76184
document new play -f/-s/-P-/c/-e, s/name/named/ from mason in pr#7292. update dates.
1999-03-30 14:48:49 +00:00
mrg
dfe35fea6d
remove duplicate include of <stdio.h>
1999-03-30 14:46:23 +00:00
hubertf
558dea2645
Check if given suffix really generates different suffixes - catch e.g. ".%"
...
Submitted in PR 7278 by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
1999-03-29 17:01:49 +00:00