martin
244a56810f
Update after ISDN devices have been added.
2001-01-06 13:53:18 +00:00
martin
7b07af406e
Add ISDN devices.
2001-01-06 13:47:44 +00:00
martin
56d43050fc
Enable ISDN examples.
2001-01-06 13:28:19 +00:00
martin
0a970e19e4
Import of ISDN4BSD configuration example files
2001-01-06 13:26:27 +00:00
bjh21
32c62f1fdb
ANSIfy
2001-01-06 13:09:05 +00:00
martin
bb3d9aa044
Enable ISDN userland utilities.
2001-01-06 13:03:49 +00:00
martin
fbf08005d7
Import of essential ISDN4BSD userland utilities and their documentation.
...
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00
augustss
94094c44ab
Change debugging output a little.
...
Don't the for the wrong id when UMASS_DEBUG is set.
2001-01-06 12:14:39 +00:00
augustss
f6f8ab2d11
Don't #define UAUDIO_DEBUG here.
2001-01-06 12:12:24 +00:00
jdolecek
2e30a83a86
add utrace.[02]
2001-01-06 09:24:11 +00:00
garbled
236075fa43
Fix some stupidity in here. There seem to be some definate problems with
...
this script, that didn't exist before.. It's going to take some doing to
figure them out..
2001-01-06 07:31:03 +00:00
toshii
8ce2076cf5
Fix a typo in debug printf.
2001-01-06 06:01:59 +00:00
christos
f637fa6fd0
remove redundant declarations.
2001-01-06 02:11:18 +00:00
christos
8b6c00c71e
remove duplicate decls/nested externs.
2001-01-06 02:09:48 +00:00
christos
3646bd21df
don't roll your own declaration of isatty; use <unistd.h>; needs to be checked
...
for c++
2001-01-06 02:09:31 +00:00
cgd
169563b7c1
#warn is _not_ the GCC CPP directive that gives a warning, #warning is.
...
(this code has, apparently, always been wrong, but current GCC is kind
enough to warn about unknown CPP directives.)
2001-01-06 00:35:54 +00:00
christos
fe98f4b896
remove redundant declarations; use __MATH_PRIVATE__ to override math.h
...
declarations.
2001-01-06 00:15:00 +00:00
martin
7e14d8a67c
Cosmetics
2001-01-05 23:58:02 +00:00
martin
9b2065be5d
Add isdn userland include files.
2001-01-05 23:37:28 +00:00
christos
eedd4b5634
protect the incomplete cabs declarations with #ifndef __MATH_PRIVATE__ so that
...
the code that defines the functions can declare them properly.
2001-01-05 23:36:38 +00:00
mycroft
ae430e05be
Update the date.
2001-01-05 23:31:39 +00:00
mycroft
4f5554fa22
Update the date.
2001-01-05 23:31:16 +00:00
mycroft
0dbdbcab93
Mark these as deprecated, and correctly an error in the HISTORY section.
2001-01-05 23:29:42 +00:00
martin
ebb91e152f
Disable the daic driver for now. It's microcode handling needs
...
some thougths (legal problems), and the driver is not ready
for prime time anyway.
2001-01-05 23:22:01 +00:00
martin
4c176b9806
Disable the daic directory for now, it breaks with OBJDIR builds.
...
This needs more thought.
2001-01-05 23:17:48 +00:00
christos
a46d295d72
fix nested extern declaration.
2001-01-05 23:11:13 +00:00
christos
69a55bf430
fix spelling mistake and mention when the t_* functions appeared.
2001-01-05 23:05:08 +00:00
christos
ca976de449
const castaways.
2001-01-05 23:02:00 +00:00
christos
9e90cfbd5c
de-lint:
...
- bad arithmetic shift
- const castaways.
2001-01-05 22:57:56 +00:00
christos
9791d7cf26
remove redundant declarations.
2001-01-05 22:51:21 +00:00
jdolecek
2fedeafec8
bump libc minor - utrace(2) addition
2001-01-05 22:47:02 +00:00
christos
304ebe4875
depoison the pure editline code from readline compatibility hacks.
2001-01-05 22:45:30 +00:00
jdolecek
75ee9a37dd
we now have utrace, support it here
2001-01-05 22:29:28 +00:00
jdolecek
c8ff0e782d
document KTR_USER_MAXLEN limit
2001-01-05 22:28:41 +00:00
jdolecek
d7f811d098
utrace(2): limit size of user data to KTR_USER_MAXLEN (currently 2048); return EINVAL if 'len' is bigger
2001-01-05 22:25:26 +00:00
jdolecek
2bd5bf0ec2
regen after utrace() parameter rename
2001-01-05 21:53:38 +00:00
jdolecek
f43afc04fe
add utrace(2)
2001-01-05 21:49:47 +00:00
jdolecek
fbc7e223d7
utrace(2): rename 'id' parameter to 'label'
2001-01-05 21:42:08 +00:00
jdolecek
a5211f152e
create /usr/include/readline
2001-01-05 21:32:34 +00:00
jdolecek
b29981b0fd
readline.h and history.h moved to /usr/include/readline/
2001-01-05 21:21:35 +00:00
jdolecek
7fe8fd53c7
adapt CPPFLAGS so that readline.h is properly found after it's move
...
to /usr/include/readline/
2001-01-05 21:17:11 +00:00
jdolecek
74c6c9c204
Standard location of readline headers is /usr/include/readline/, so install
...
them there.
readline.h of libedit had to move to subdirectory 'readline', due to the way
BSD makefiles work; this is better than potentially fragile Makefile hacks
2001-01-05 21:15:49 +00:00
christos
6d92451397
don't keep adding targets, but include bsd.kinc.mk... This time make obj borke.
2001-01-05 20:18:10 +00:00
martin
61bfb0b154
Add isdn kernel man pages.
2001-01-05 20:16:39 +00:00
martin
34875ea7b1
Now let it survive "make install" too.
2001-01-05 19:56:55 +00:00
is
b90c4c82d9
Make this actually sort-of-work for 68060 w. disabled FPU (tested), 68LC060,
...
and I suspect, 68LC040 and 68040V machines. Method used:
1. do NOT use the frames effective address at all
2. do NOT use the frames next instruction address, but
3. restore the "this instruction" pc into the pc field of the frame at the
beginning of the emulation, if we got a frame format 4.
TODO:
A. find the bug in the usage of the frame EA, and revert to using it.
B. find the bug in the usage of the frames next instruction address, and
consider whether it's worthwhile to use it.
C. make the emulation complete.... FEXP FETOM1, and the trigonometric functions
are missing.
2001-01-05 19:54:30 +00:00
christos
f5e6028400
Get rid of the TRY_AGAIN kludge. It is completely counter intuitive to have
...
every DNS lookup fail after the first TRY_AGAIN failure.
Also take care of minor lint stuff [extra h_errno declaratation/NULL vs. 0 etc]
2001-01-05 19:34:13 +00:00
tsutsui
8303e98e40
Fix typo (s/req/reg/).
2001-01-05 19:08:04 +00:00
thorpej
33191e72a1
Use ${PRINTOBJDIR}.
2001-01-05 19:01:59 +00:00
martin
651aeb5899
don't let "make all" fail
2001-01-05 19:01:02 +00:00