Commit Graph

74494 Commits

Author SHA1 Message Date
nathanw
a30debae05 Add description of the pinout of a standard DB-25 parallel port,
relative to the bits described here.
2001-01-06 17:16:19 +00:00
simonb
4152b5b212 Adjust recent netboot fix to work in the 5100 as well. 2001-01-06 16:59:53 +00:00
taca
4137803226 libcurses's major was increased. 2001-01-06 16:01:07 +00:00
veego
df22eba7da len is size_t and not int.
Fixes compile problem on alpha.
2001-01-06 15:04:05 +00:00
takemura
1c518d67a0 Add WDC_CAPABILITY_SINGLE_DRIVE to ignore secound drive. Wdc on pcmcia will
be attached with this flag.
Some CF Card (for ex. IBM MicroDrive and SanDisk) doesn't seem to implement
drive select command. In this case, you can't eliminate ghost drive properly.
So you should use this flag to ignore the ghost by force.
2001-01-06 14:55:49 +00:00
veego
6c5434ca81 Add /usr/share/examples/isdn 2001-01-06 14:45:57 +00:00
jdolecek
fa6e217baf el_line_t: make 'limit' const 2001-01-06 14:44:50 +00:00
jdolecek
445cf23c37 add sushi catalog 2001-01-06 14:02:03 +00:00
jdolecek
4723e61556 rename sushi.msg.en to C.msg
build and install message catalog
2001-01-06 14:00:33 +00:00
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