ache
933cf81391
Split all binaries from makefile now
1994-10-09 17:50:50 +00:00
ache
62b2a0f6fe
Preparation to split binary away, move caps to TESTS
...
Add some testing bits to TESTS directory
1994-10-09 16:37:35 +00:00
ache
42017de88f
Sync with ctype.h (remove EOF handling)
1994-10-09 11:20:55 +00:00
ache
eb3b7db32d
Add copyright.c to be always linked in
1994-10-09 09:27:55 +00:00
ache
5f111b489b
Restore leading tabs
1994-10-09 02:09:14 +00:00
ache
078887695c
Sync with ctype.h (EOF, sign extention fixes)
1994-10-08 17:42:45 +00:00
ache
50d3916b0c
libncurses added
1994-10-07 09:28:33 +00:00
ache
f9f28bc195
This commit was generated by cvs2svn to compensate for changes in r3410,
...
which included commits to RCS files with non-trunk default branches.
1994-10-07 08:58:58 +00:00
ache
fd61e543ea
Moved from ports with several enhancements
1994-10-07 08:58:58 +00:00
ache
a80c0624fb
Moved from ports with several enhancements
1994-10-07 08:58:58 +00:00
ache
3f5ed87546
libmytinfo added.
...
PS: don't forget 'make beforeinstall' if you want to play with it
1994-10-06 23:41:24 +00:00
ache
aa38329e67
This commit was generated by cvs2svn to compensate for changes in r3400,
...
which included commits to RCS files with non-trunk default branches.
1994-10-06 23:38:41 +00:00
ache
b32637dd9b
Moved from ports + several enhacmenets
1994-10-06 23:38:41 +00:00
ache
dbd2b6665c
Back out ospeed change (why all bugs discovered immediately _after_ commits
...
and no one before?)
1994-10-06 21:05:23 +00:00
ache
209ca98331
Oops, back out ospeed fix, I forget that flushing can occurse _after_
...
usleep, too quick commit :-(
1994-10-06 21:02:21 +00:00
ache
ee2f55bcfa
Enable PC back, because it is ouside visible
1994-10-06 20:44:51 +00:00
ache
8ef9b59f42
ospeed/PC code ifdefed out, our libtermcap use usleep now
1994-10-06 20:36:34 +00:00
ache
35628d8e32
Change padding mechanism to use usleep, old variant not works
...
on terminals with no pad char (cons25) and quote from tputs.c says so too:
! * Too bad there are no user program accessible programmed delays.
! * Transmitting pad characters slows many
! * terminals down and also loads the system.
1994-10-06 20:32:08 +00:00
ache
82086688f2
Disable direct ioctls to /dev/tty, search only stdin/stdout
...
and don't return error, if non-terminals. This fix allows curses
to work into full duplex pipes under control of main program,
like good old curses does.
1994-10-03 12:58:05 +00:00
ache
ea1116b0a2
Little regex code cleaness, idea from jgreco@ns.sol.net
1994-10-02 10:54:00 +00:00
ache
4d6904b543
Fix bug with 8-bit chars sign extention (ctype not works)
1994-10-02 02:01:21 +00:00
ache
68177f2606
Rewritten using POSIX regex
...
Add 57600 and 115200 speeds
Correct termcap path
1994-10-02 01:33:28 +00:00
pst
167c7cd1cd
Move skey.h back where it belongs
1994-09-29 19:27:35 +00:00
pst
fd0fa36494
Install improved skey access code
1994-09-29 18:58:39 +00:00
wollman
7c60a4347c
Use same configuration file, /etc/host.conf, for both gethost* and
...
getnet* configuration. (It's highly unlikely that you'd want to do
something different, and network lookups aren't common enough to justify
their own configuration file.)
1994-09-26 22:45:10 +00:00
wollman
88bee1e698
Fixed YP networks map support.
1994-09-26 02:50:43 +00:00
dg
e16d30399d
Don't include sys/exec.h.
1994-09-25 21:11:36 +00:00
pst
6f303e9935
remove need for -DDEBUG from resolver code (conflict with db/hash)
1994-09-25 17:45:41 +00:00
pst
4f0d0da86d
get* rework and new bind code
1994-09-25 02:12:49 +00:00
wollman
b0059b7227
Document getvfsent() and kin.
1994-09-25 01:38:30 +00:00
wollman
81e5d29b29
Fix so that people who don't have LKMs compiled in their kernels don't
...
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.
1994-09-25 00:48:27 +00:00
ache
89b0add9b2
Call reduced (8-bit only) startup_setlocale()
1994-09-24 16:01:30 +00:00
ache
476696843b
Make not-so-space-eaten locale version:
...
split modules to bring only neccessary functions,
eliminate sprintf, make reduced startup_locale version.
1994-09-24 15:59:33 +00:00
ache
b035e6b806
Fix bug in %i format, second argument not incremented
1994-09-24 14:16:04 +00:00
ache
58acd4e66c
Fix bug with scroll region parameters (x changed to y)
1994-09-24 14:15:16 +00:00
dg
8722740e7f
Added $Id$
1994-09-24 02:59:15 +00:00
wollman
a39c6d0505
If sysctl() fails, return "/kernel" so as not to screw people who haven't
...
updated their kernels yet.
1994-09-24 00:10:13 +00:00
wollman
193a8fae68
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
...
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
1994-09-24 00:08:43 +00:00
wollman
89231ffae7
Added getbootfile(3), for an easy C interface to the kern.bootfile MIB
...
variable. This one's even documented!
1994-09-23 20:22:01 +00:00
dg
caee0507e0
Don't define LITTLE_ENDIAN is already defined.
1994-09-23 06:53:03 +00:00
wollman
4c045ca123
Added *ran48 functions, and put them in the correct place this time.
...
Obtained from: 1.1.5
1994-09-23 00:37:55 +00:00
wollman
7970d2e69d
Pass -q and -u flags to modload so that it shuts up and doesn't leave
...
modules lying around.
1994-09-22 22:36:57 +00:00
pst
dc4fe996ac
Make iso_addr's output conform to modern conventions for NSAP
...
representation. Original code by pst but ported in as part of
enhancements to BIND 4.9.2 and returned to Vixie.
1994-09-22 19:31:29 +00:00
ache
a96fe421a5
Attention to all cc hackers, here workaround for gcc 2.6.0
...
optimizer bug (old code works without -O and don't works with -O)
old !(x & y) != !(a & b) changed to !!(x & y) != !!(a & b)
1994-09-22 03:58:43 +00:00
ache
445e6edeb6
Fix mvcur typo bug from my previous fix
1994-09-22 03:09:04 +00:00
wollman
6513c1883f
Fix stupid memory-allocation error.
1994-09-22 02:17:26 +00:00
wollman
6c7f19942f
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
...
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
1994-09-22 01:07:37 +00:00
wollman
1a7a5b2188
Document YP support.
1994-09-20 22:02:20 +00:00
wollman
ebfe3ce6c7
My implementation of YP group file support, modeled after the
...
password file support done yesterday.
1994-09-20 21:43:27 +00:00
wollman
d7672fbe55
Second half of YP security hole fix. Needs updated password
...
database in order to operate.
1994-09-20 21:42:12 +00:00