Andrey A. Chernov
9e6f124826
Preparation to split binary away, move caps to TESTS
...
Add some testing bits to TESTS directory
1994-10-09 16:37:35 +00:00
Andrey A. Chernov
bac719f599
Sync with ctype.h (remove EOF handling)
1994-10-09 11:20:55 +00:00
Andrey A. Chernov
7afcaa86db
Add copyright.c to be always linked in
1994-10-09 09:27:55 +00:00
Andrey A. Chernov
6dabd3aad2
Restore leading tabs
1994-10-09 02:09:14 +00:00
Andrey A. Chernov
4c02aebe2f
Sync with ctype.h (EOF, sign extention fixes)
1994-10-08 17:42:45 +00:00
Andrey A. Chernov
b25aa8a037
libncurses added
1994-10-07 09:28:33 +00:00
Andrey A. Chernov
c0e33523c8
Moved from ports with several enhancements
1994-10-07 08:58:58 +00:00
Andrey A. Chernov
626cdf0fd1
libmytinfo added.
...
PS: don't forget 'make beforeinstall' if you want to play with it
1994-10-06 23:41:24 +00:00
Andrey A. Chernov
abc4e99233
Moved from ports + several enhacmenets
1994-10-06 23:38:41 +00:00
Andrey A. Chernov
f5729156af
Back out ospeed change (why all bugs discovered immediately _after_ commits
...
and no one before?)
1994-10-06 21:05:23 +00:00
Andrey A. Chernov
81ea763d01
Oops, back out ospeed fix, I forget that flushing can occurse _after_
...
usleep, too quick commit :-(
1994-10-06 21:02:21 +00:00
Andrey A. Chernov
3a163b361a
Enable PC back, because it is ouside visible
1994-10-06 20:44:51 +00:00
Andrey A. Chernov
4ba0245103
ospeed/PC code ifdefed out, our libtermcap use usleep now
1994-10-06 20:36:34 +00:00
Andrey A. Chernov
82360d78e6
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
Andrey A. Chernov
7f3d874be4
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
Andrey A. Chernov
6bd6acee8e
Little regex code cleaness, idea from jgreco@ns.sol.net
1994-10-02 10:54:00 +00:00
Andrey A. Chernov
006e8b41fb
Fix bug with 8-bit chars sign extention (ctype not works)
1994-10-02 02:01:21 +00:00
Andrey A. Chernov
c6acecdc95
Rewritten using POSIX regex
...
Add 57600 and 115200 speeds
Correct termcap path
1994-10-02 01:33:28 +00:00
Paul Traina
bd5d6eecd0
Move skey.h back where it belongs
1994-09-29 19:27:35 +00:00
Paul Traina
d7e9de5e6e
Install improved skey access code
1994-09-29 18:58:39 +00:00
Garrett Wollman
f64c928f58
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
Garrett Wollman
6d59cf8ef2
Fixed YP networks map support.
1994-09-26 02:50:43 +00:00
David Greenman
4170723f07
Don't include sys/exec.h.
1994-09-25 21:11:36 +00:00
Paul Traina
8bdba3f880
remove need for -DDEBUG from resolver code (conflict with db/hash)
1994-09-25 17:45:41 +00:00
Paul Traina
1363f04ce1
get* rework and new bind code
1994-09-25 02:12:49 +00:00
Garrett Wollman
d3ae7f1266
Document getvfsent() and kin.
1994-09-25 01:38:30 +00:00
Garrett Wollman
07ef895025
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
Andrey A. Chernov
662bfb6660
Call reduced (8-bit only) startup_setlocale()
1994-09-24 16:01:30 +00:00
Andrey A. Chernov
2f04ec53cc
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
Andrey A. Chernov
cbe192eeb8
Fix bug in %i format, second argument not incremented
1994-09-24 14:16:04 +00:00
Andrey A. Chernov
50da2881de
Fix bug with scroll region parameters (x changed to y)
1994-09-24 14:15:16 +00:00
David Greenman
89730b290a
Added $Id$
1994-09-24 02:59:15 +00:00
Garrett Wollman
a2647fcdec
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
Garrett Wollman
4be4929c2b
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
Garrett Wollman
53d733f050
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
David Greenman
9826cd3dfa
Don't define LITTLE_ENDIAN is already defined.
1994-09-23 06:53:03 +00:00
Garrett Wollman
4b4b7d0556
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
Garrett Wollman
d5ebbcdf85
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
Paul Traina
af2c9cfd5b
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
Andrey A. Chernov
fd437b2bb2
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
Andrey A. Chernov
8354392e6b
Fix mvcur typo bug from my previous fix
1994-09-22 03:09:04 +00:00
Garrett Wollman
5ba34297b9
Fix stupid memory-allocation error.
1994-09-22 02:17:26 +00:00
Garrett Wollman
8e2331ca34
Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent,
...
endvfsent, vfsisloadable, vfsload.
Someday these will even be documented.
1994-09-22 01:07:37 +00:00
Garrett Wollman
6af9798fed
Document YP support.
1994-09-20 22:02:20 +00:00
Garrett Wollman
9486c394b4
My implementation of YP group file support, modeled after the
...
password file support done yesterday.
1994-09-20 21:43:27 +00:00
Garrett Wollman
468bb86a7d
Second half of YP security hole fix. Needs updated password
...
database in order to operate.
1994-09-20 21:42:12 +00:00
Garrett Wollman
d5b7518d9c
Re-implement YP password file support from scratch. This implementation
...
correctly handles +user entries and + entries with local overrides.
1994-09-20 01:23:45 +00:00
Garrett Wollman
28ca30918a
Maintain pw_fields, and output same to password database.
...
!!!!!!!!
NB
!!!!!!!!
You MUST pwd_mkdb /etc/master.passwd before attempting to use the new
libc, or things may go wrong. (I doubt anything actually /will/ go
wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.)
The database format is, however, backwards-compatible, so old executables
will still work.
1994-09-20 01:15:08 +00:00
Andrey A. Chernov
0b00772e37
Function in this module bloodly called 'gethostname' and linked
...
with all pgms, you can imagine results!
Change 'gethostname' -> 'ntp_gettime', I don't know what real name
must be here but try to guess.
1994-09-19 22:04:28 +00:00
Poul-Henning Kamp
345ee1c674
Added beforeinstall rule to install .h files. We might need some .mk
...
support for this kind of thing. Look at src/Makefile target "includes".
1994-09-19 05:30:33 +00:00