jdc
53ff563a2d
Add colour capabilities and functions.
...
Add background manipulation functions.
Add def/reset_prog/shell_mode().
2000-04-12 21:49:29 +00:00
jdc
7b77d1dca6
Add background character/attributes.
2000-04-12 21:48:46 +00:00
jdc
40b39f92af
Add color attribute manipulation.
2000-04-12 21:47:50 +00:00
jdc
3b5538fc53
Add color manipulation.
...
Note that window background attributes are not handled yet.
2000-04-12 21:47:20 +00:00
jdc
e4f451d720
Add colour capabilities and variables.
2000-04-12 21:46:49 +00:00
jdc
2d80817573
Private functions/variables moved from curses.h
...
Move character/attribute definitions to curses.h
2000-04-12 21:46:27 +00:00
jdc
5ce1814053
Add colour capabilities and functions.
...
Add background manipulation functions.
Add def/reset_prog/shell_mode().
Remove __TERMATTR.
Tidy up tab vs. space.
Macros get...y and get...x are now functions.
Private functions/variables moved to curses_private.h
Replace character/attribute definitions from curses_private.h
2000-04-12 21:46:00 +00:00
jdc
a8ddedce62
Add colour capabilities.
...
Increase size of attribute buffers.
Include private header.
2000-04-12 21:45:30 +00:00
jdc
a50aa6f8ae
Initialise colour variable (__nca).
...
Include private header.
2000-04-12 21:45:04 +00:00
jdc
c34602878f
Copyright assgned to TNF.
...
Add check for conflict with colour.
Shrink one line comments.
2000-04-12 21:44:42 +00:00
jdc
e2d9b86b4c
Add check for conflict with colour.
2000-04-12 21:44:19 +00:00
jdc
f04694244e
Copyright assgned to TNF.
...
Add check for conflict with colour.
Remove code duplication in wattrset().
Shrink one line comments.
Consolidate DEBUG output.
2000-04-12 21:43:57 +00:00
jdc
92d0751b6e
Background manipulation routines.
2000-04-12 21:43:37 +00:00
jdc
fa395b65d4
Colour specific routines.
2000-04-12 21:43:09 +00:00
jdc
d236276259
Include private header.
...
Make capability parser more generic (it is now also used by colour routines).
Note that the termcap file we use contains terminfo % escapes, which are
not always compatible with the termcap ones. We'll lose in those cases.
2000-04-12 21:37:15 +00:00
jdc
725597b1c6
Replace __TERMATTR with __ATTRIBUTES (includes colour).
...
Add def_prog_mode() and reset_prog_mode().
2000-04-12 21:36:36 +00:00
jdc
d7b4eb28b3
Add intrflush().
...
Add def_shell_mode() and reset_shell_mode().
Include private header.
2000-04-12 21:36:02 +00:00
jdc
e3317c27ed
Remove attributes of characters displayed with -DDEBUG.
...
Add color manipulation.
2000-04-12 21:35:35 +00:00
jdc
1aa45522c2
Make sure we don't read a negative character value.
2000-04-12 21:34:24 +00:00
jdc
ea5f9be092
Make ACS array index unsigned.
2000-04-12 21:33:35 +00:00
jdc
d6a738e190
Copyright assgned to TNF.
2000-04-12 21:33:12 +00:00
itojun
9281a845a8
fix bug in pcap.c, which appeared in LBL libpcap version 0.4 of the following
...
date (NOTE: there are multiple version 0.4 with different datestamp!)
v0.4 Sat Jul 25 12:40:09 PDT 1998
libpcap CHANGES reads:
- Fixed bug in pcap_dispatch() that kept it from returning on packet
timeouts.
(this fixes nmap hangup if we use /usr/lib/libpcap.a with nmap)
2000-04-12 14:40:33 +00:00
simonb
e28dc2c70b
We return EIDRM if the msg queue is removed, not EINVAL.
2000-04-12 13:03:52 +00:00
simonb
2c1534fcbf
Use "unsigned char" instead of "int" in previous, from Christos Zoulas.
2000-04-11 20:41:38 +00:00
simonb
7eaac10a11
Cast array subscript to int - fixes compile barf on (at least) alpha.
2000-04-11 14:27:51 +00:00
blymn
23464ee534
Made data structures opaque
2000-04-11 13:57:08 +00:00
itohy
8389062122
Add missing #. (Hi, is!)
...
Sigh, libm68k has been useless for more than one year....
2000-04-09 23:04:40 +00:00
enami
d76da5f70c
Fix the bug introduced in rev 1.28 and actually caused failure on alpha;
...
In the function malloc_make_chunks, don't define the local variable ``l'',
which is used to hold the actual size of pginfo, as size_t. Define it as
a signed integer as before. We expect it to become zero or negative value,
and we know that it is much smaller than pagesize and it is small enough to
fit in signed interger.
2000-04-07 15:15:08 +00:00
enami
07fd543922
Backout the previous backing out.
2000-04-07 14:56:13 +00:00
wiz
3492cfdd4b
small fixes; not yet complete
2000-04-07 00:02:32 +00:00
fvdl
bfb0ad4a93
Clarify that page alignment only happens for the internal, kernel notion
...
of the break value.
2000-04-04 08:41:45 +00:00
mycroft
fedba1d813
Clean up.
2000-04-03 04:20:44 +00:00
mycroft
72e604e414
Clean up.
...
* _REENTRANT is always defined.
* The vfork() stubs can use cerror.
2000-04-03 04:13:36 +00:00
mycroft
7f7027bb59
Repair syscall stubs that were not updated when the cerror interface was
...
modified.
2000-04-03 03:13:07 +00:00
itojun
f716418a10
in yphostent, initialize res0 when getaddrinfo fails.
2000-04-03 01:12:26 +00:00
christos
6d34da153c
Add "namespace.h" and include <getopt.h> since we moved the stuff out
...
of <unistd.h>
2000-04-02 22:04:06 +00:00
christos
e904ed8773
Try to silence some of the lint warnings. Unfortunately we cannot fix
...
them all right now until we fix the ALIGN() macro to return u_long in
all the ports.
2000-04-02 21:31:54 +00:00
christos
f8c9a1f999
Delint:
...
- add notreached comment
- remove unused variables
- cast to void * first to avoid casting warnings
- fix bug in _yphostent where cur and sentinel were not
being initialized.
2000-04-02 21:30:37 +00:00
christos
a86a7b415a
protect getopt_long.
2000-04-02 21:27:14 +00:00
christos
eb217b928c
bump minor for getopt_long
2000-04-02 20:31:20 +00:00
christos
bfb2439e73
Remove sections relevant to getopt, and add implementation differences.
2000-04-02 20:30:07 +00:00
christos
6dfafca13a
New getopt_long from Thomas Klausner and Dieter Baron
2000-04-02 20:27:58 +00:00
minoura
174ea88d9f
Bump minor version (dlfcn change).
2000-04-02 15:38:36 +00:00
minoura
78b105698a
Move dl* function definitions to libc on ELF.
...
Based on the patch supplied by Takuya Shiozaki <tshiozak@astec.co.jp>.
See http://mail-index.netbsd.org/tech-userlevel/2000/02/23/0000.html .
2000-04-02 15:35:47 +00:00
augustss
d8dcced006
Some const poisoning. Suggested by Dave Sainty <dave@dtsp.co.nz>
2000-04-02 11:10:53 +00:00
augustss
1e5140923a
Allow setting data without clearing it first. From Dave Sainty <dave@dtsp.co.nz>
2000-04-02 11:02:21 +00:00
billc
cbfdcd8cc0
backout previous changes.
2000-04-02 06:31:58 +00:00
billc
38a39a9ac0
namespace collision with getopt change (struct option -> libwrap_option)
2000-04-02 03:53:15 +00:00
erh
5aef3fa29b
Make mbstowcs and wcstombs work correctly when handed NULL pointers.
2000-04-01 19:42:57 +00:00
jdolecek
342890eff7
kill reference to getvfsbyname(3) - it's no longer present on NetBSD
2000-03-29 14:30:27 +00:00