ache
2c9c58ec9d
Add const to termcap prototypes to help libg++ 2.6.1 compiling,
...
this change must not affect other curses pgms
1994-11-04 15:14:03 +00:00
jkh
e78f90a463
__386BSD__ -> __FreeBSD__
...
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
dg
4880d363c5
Fix from Gary Jennejohn - use 'cp' not 'buf' in read call. Oops.
1994-11-02 16:38:51 +00:00
pst
29b3feea69
Clean up beforeinstall
1994-11-01 09:14:39 +00:00
ache
669c3d9a1a
Add SIGTERM reaction -- cleanup
1994-10-31 03:07:39 +00:00
ache
4c32d7dc6b
More verbose diagnostic, if fails
1994-10-31 03:03:18 +00:00
ache
a4a7ba2374
Now COLS/LINES uses window cols/lines, not cols/lines from termcap entry
1994-10-31 01:48:48 +00:00
ache
600ce2885e
Finally move DB declaration under _CURSES_PRIVATE
1994-10-28 23:38:18 +00:00
ache
872e368581
Continue previous fix still
1994-10-28 23:27:57 +00:00
ache
eed5b939fd
After some thinking better place to fix appearse curses again, not
...
vi(1). Remove DB from curses.h and still implement it provide
this variable for programs that expect it in any case.
1994-10-28 23:27:00 +00:00
ache
1f66985bdc
Rename cDB to DB back like old good BSD curses always does,
...
check ultrix for example. Real place for fix will be vi(1),
wait for next commit.
1994-10-28 23:18:26 +00:00
phk
79950c0308
Missed one reference to the DB variable.
1994-10-28 21:53:17 +00:00
phk
c9a9505ff1
Renamed a variable from 'DB' to 'cDB', so the vi(1) will compile again.
...
Nice to see that people test their fixes before they commit :-(
1994-10-28 21:39:58 +00:00
ache
0e4c19db3c
Add -I${.CURDIR}
1994-10-28 06:58:04 +00:00
ache
75c7aa84fb
Previous commit was incompleted, yet one step required
1994-10-27 23:13:53 +00:00
ache
fc43e31616
Fix scroll bug bringed by vi(1), from phk's flame
...
(I still wait for apologies)
1994-10-27 22:36:56 +00:00
pst
cda71a2769
Remove extra newline.
1994-10-27 18:15:42 +00:00
rgrimes
68370522b6
>Description:
...
While trying to figure out why rlogind wasn't working right for root,
I noticed that man wouldn't come back with a man page for iruserok, but
it would for ruserok. Checking the lib/net directory's Makefile.inc
file shows that the link to the rcmd man page just isn't getting
created.
>How-To-Repeat:
Do a 'man iruserok' and notihing will come back, where a 'man ruserok'
will.
Submitted by: Brian Moore <ziff@houdini.eecs.umich.edu>
Obtained from: NetBSD-bugs mailing list
1994-10-27 16:33:49 +00:00
bde
cea563ca25
Fix memchr(p, 0, 0) to return NULL instead of p.
1994-10-27 11:36:11 +00:00
ljo
71023484a7
Added libf2c, the library for f2c.
1994-10-27 11:07:34 +00:00
ljo
329cc40b92
Use -DNON_UNIX_STDIO as our FILE doesn't have the usual fields.
...
Submitted by: pete@pelican.pelican.com
1994-10-26 18:53:13 +00:00
ljo
26ca07a8e7
Merged f2c library.
1994-10-26 18:20:35 +00:00
ljo
82fceea8d9
This commit was generated by cvs2svn to compensate for changes in r3904,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:20:35 +00:00
ljo
086d68aabd
This commit was generated by cvs2svn to compensate for changes in r3902,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:17:41 +00:00
ljo
2195d627fb
Library for f2c (part 2 of 2)
...
Obtained from: netlib.att.com
1994-10-26 18:17:41 +00:00
ljo
2e23474933
This commit was generated by cvs2svn to compensate for changes in r3900,
...
which included commits to RCS files with non-trunk default branches.
1994-10-26 18:15:35 +00:00
ljo
80b2e19630
Library for f2c. (part 1 of 2)
...
Obtained from: netlib.att.com
1994-10-26 18:15:35 +00:00
ache
5ab561d752
Optimize delwin a bit
1994-10-26 07:13:51 +00:00
bde
4c2e71825c
Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets
...
to match setjmp.S.
1994-10-25 14:08:13 +00:00
bde
ae73fa840b
Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C function
...
that calls setjmp(), since returning from the function usually
clobbers the saved environment.
1994-10-25 14:04:32 +00:00
ache
f3bbd9e5e3
cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion
...
Set IGNPAR, clear NOFLSH, PENDIN, TOSTOP, ECHOE, ECHOK
1994-10-22 18:12:17 +00:00
ache
1ae081c204
makeraw(): forget to clear IMAXBEL, set VMIN/VTIME
1994-10-22 01:49:27 +00:00
pst
7d6e5770c7
new file does skey_getpass() support
1994-10-19 00:14:32 +00:00
pst
3bbaa5903c
Include most of the logdaemon v4.4 S/key changes
1994-10-19 00:03:45 +00:00
ache
976b2038f4
Remove CPU_COLORDISP, GIO_COLOR now exists
1994-10-18 03:42:18 +00:00
ache
6f726cc4a7
Add new machdep variables
1994-10-17 20:50:41 +00:00
wollman
2cdbc4bdd3
sysctl(3) can return an error (setting errno to ENOMEM) when the
...
fields in the utsname structure are too small to hold their
corresponding MIB variables. Don't return an error in this case.
1994-10-13 20:31:19 +00:00
ache
9c19ce0235
Add LDADD+= -ltermcap
1994-10-12 02:06:02 +00:00
ache
e07f0c50bc
LDADD: = -> +=
1994-10-12 01:59:06 +00:00
ache
9e3f379638
SHARED_LDADD --> LDADD
...
cmp redirection removed
1994-10-12 01:57:56 +00:00
ache
49fd733416
Fix two problems pointed by Bruce:
...
keys.tries generated in ${.CURDIR} which may be readonly
lib_options.{po,so} not properly rebuilded if keys.tries deleted
and no .depend
1994-10-12 01:51:27 +00:00
ache
5f991c5831
Implement meta bit in more cosher way after contacting with zmbenhal
...
Shut up compiler warning
1994-10-11 16:36:53 +00:00
ache
6a85edd14b
Change link to symbolic link (term.h)
1994-10-10 01:03:26 +00:00
ache
ce86e15fd1
Merge term.h & nterm.h
1994-10-10 00:34:44 +00:00
ache
65559b8e06
Merge term.h and nterm.h
1994-10-10 00:32:19 +00:00
ache
34b2461ee8
Move copyright link from initscr to newterm (initscr may be not called).
...
Small cleanup.
1994-10-09 23:31:13 +00:00
sos
c2ac1cee30
Added spare space on the usr stack. Used in ibcs2 emulation.
1994-10-09 22:03:58 +00:00
ache
5648fa5d60
Generate term.h only once, not each beforeinstall.
...
Add 'update_term_h' target for manual update
1994-10-09 18:39:01 +00:00
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