Commit Graph

57812 Commits

Author SHA1 Message Date
pk
c3f48a34ce No need for <varargs.h> here. 1999-11-29 10:59:02 +00:00
itohy
aae2a80e54 Use <link_aout.h> instead of <link.h>
for the benefit of building a.out (cross) ld on ELF platforms.
Suggested by Minoura Makoto.
1999-11-29 08:27:07 +00:00
nisimura
558c978dea Const poisoning. 1999-11-29 07:50:54 +00:00
cjs
9ddd3019e0 Fix grammar. 1999-11-29 03:55:14 +00:00
jun
9c0f37b416 regen. 1999-11-29 02:28:55 +00:00
jun
dd7b5aed5b Support for TDK LAC-CF010
by Ichiro Fukuhara (ichiro@ichiro.org) on kern/8900
ichiro test TDK CF Card on Opensource matsuri,tokyo and send patch to us.
thanx.
1999-11-29 02:28:19 +00:00
shin
ce5757bb6b fix Fujitsu INTERTOP CX300 keymap. 1999-11-29 02:20:20 +00:00
shin
82cd5e5ce2 add Fujitsu INTERTOP CX300. 1999-11-29 02:20:11 +00:00
itojun
c683c60c73 recommend use of multi-line /etc/ifconfig.xxN than /etc/ifaliases, or
$ifaliases_xxN in /etc/rc.conf.
(no behavior change in /etc/netstart, comments only)

see recent tech-userlevel for discussions.
1999-11-29 01:40:33 +00:00
tron
c4a11c52cd Fix typo noted by Damon Brodie in PR misc/8907. 1999-11-28 23:41:48 +00:00
wennmach
c70c65e8a1 Suggested by christos:
o unexpand spaces to tabs
o don't initialize non-static array extra[]; \0 terminate extra[]
  using an explicit assignment instead
1999-11-28 22:51:37 +00:00
augustss
18f862c072 More USB_DEBUG and DIAGNOSTIC output. 1999-11-28 22:49:53 +00:00
is
4905974fd1 Very initial support for booting PPC kernels on P5 boards. 1999-11-28 22:10:47 +00:00
is
14ed33e42e Fix typo (&& -> &). 1999-11-28 20:30:57 +00:00
bouyer
0c3ecf8e5e Improve Ultra/66 support now that I've got some docs from Promise. 1999-11-28 20:05:18 +00:00
bouyer
7bd006b847 Improve a few debug messages. 1999-11-28 20:04:22 +00:00
bouyer
15ca2512dc Add a missing '\n'. 1999-11-28 20:03:17 +00:00
thorpej
94552ad5d6 - Use alpha_atomic_{add,sub}_q() to update the pmap statistics. We now no
longer need to lock the kernel pmap in pmap_kenter_pa() and pmap_kremove().
- Since locking the kernel pmap in interrupt context is no longer required,
  don't go to splimp() when locking the kernel pmap.
- Implement a new pmap_remove() function, not yet enabled by default.  It
  is structured like pmap_protect, and should be *much* faster.  This was
  actually written quite some time ago, but never committed because it
  didn't work properly.  Given the recent bugfix to pmap_protect(), "duh,
  of course it didn't work properly before...".  It seems to work fine now
  (have done several builds and run the UVM regression tests using the new
  code), but it is currently run-time optional so that some performance
  measurements can be easily run against the old and new code.
1999-11-28 19:53:11 +00:00
thorpej
1710fad449 Implement atomic addition and subtraction on quadwords. 1999-11-28 19:47:13 +00:00
matt
9fcf201409 Make this compile again on sparc. 1999-11-28 18:06:46 +00:00
scw
29522f7b7d Add man4.mvme68k subdirectory. 1999-11-28 17:41:11 +00:00
scw
e5981892de Add the long-awaited section 4 man pages for mvme68k :-) 1999-11-28 17:39:42 +00:00
veego
9f3c20bc0f Use the libc md5 function. 1999-11-28 17:39:06 +00:00
scw
26d8542f39 Add mvme68k section 4 MD pages, and entries for the MD boot.8. 1999-11-28 17:36:34 +00:00
scw
4eab2b28e4 Add directories for mvme68k MD man4 pages. 1999-11-28 17:32:16 +00:00
scw
3d10a6abc6 Add manual page describing mvme68k boot. 1999-11-28 17:30:33 +00:00
veego
5e5665ea10 Remove commented lines which are not used here. 1999-11-28 17:02:27 +00:00
veego
ff8362d781 Install named.conf again into /usr/share/examples/named.
Somehow it vanished when I updated the bind version.
1999-11-28 16:58:16 +00:00
veego
9b1cdae9fe Add the missing files:
- /usr/libdata/lint/llib-l{crypto,des,ssl}.ln
- /usr/sbin/{eaytest,kmpstat,racoon}
- /usr/share/examples/openssl/{CA.pl,CA.sh,der_chop]
- Manpages for racoon.conf(5) and racoon(8).
- /usr/share/man/whatis.db
and sort the list.
1999-11-28 16:23:32 +00:00
veego
1c98f42fe6 Add the manpage for i386/pnpbios(4) and the formarted manpage for
pmax/installboot(8).
1999-11-28 16:14:34 +00:00
veego
31ef3245e1 Add the manpages for dnskeygen(1), cardbus(4), mbe(4), mhzc(4), newbtconf(8)
and nsupdate(8).
1999-11-28 16:13:54 +00:00
veego
48312b875b Add ./usr/libexec/dnskeygen and
./usr/share/zoneinfo/Europe/{Tiraspol,Uzhgorod,Zaporozhye}
1999-11-28 16:13:27 +00:00
itojun
d92ae4181c restrict result from getaddrinfo() by specifying ai_socktype.
(otherwise getaddrinfo() will glob through all the possible ai_socktype
and ai_protocol)
1999-11-28 14:51:04 +00:00
scw
54f42f17fc Don't bother spinning in the console 'putc' routine for the transmitter
to become idle; it actually doesn't matter as the chip takes care of
this for us. It would also spin endlessly in certain circumstances
during shutdown.

While I'm here, (finally) add code to allow sending BREAK characters.
1999-11-28 12:23:18 +00:00
takemura
f972baf686 Add definition for VR's special instructions. 1999-11-28 12:11:45 +00:00
scottr
3029c58799 Use a bitwise-and to test CC_IPURGE, not a logical-and. This could have led
to flushing the entire cache unnecessarily.
1999-11-28 11:10:47 +00:00
sato
943c083676 PowerOff code. (not yet completely)
'halt -p' availavle.
	not yet all power off...
	cannot exit poweroff mode. (reset required..)
1999-11-28 10:59:05 +00:00
scottr
86a8f1d201 Sync cachectl1() implementation with other m68k ports. 1999-11-28 10:36:56 +00:00
scottr
99d3468790 Don't use the plural form of the word "target" if there is only one! 1999-11-28 10:10:51 +00:00
scottr
dc2663bf69 If there is only one ADB device, it will do us no good to avoid it
when guessing which device to poll next.  Resolves PR 7407, but the
bug is a lot older than that.
1999-11-28 10:07:34 +00:00
simonb
465c7f924f Don't use magic numbers! Use XINE_REG_IMSK and KMIN_REG_IMSK. 1999-11-28 08:29:00 +00:00
simonb
5c10c3a1c1 Remove the "disklabel -W" when installing the bootblocks now that the
extra bounds check in the rz driver has been removed.
1999-11-28 06:32:21 +00:00
lukem
d0090fb777 * implement xsl_init() and xsl_add(); error checking forms of sl_{init,add}()
* fix bug where the second press of <TAB> on an empty word (i.e, list
  all options) may have resulted in an strncmp() against NULL.  (detected
  by _DIAGASSERT())
1999-11-28 06:32:04 +00:00
simonb
71cc75d706 Don't check for a write to write protected label if we are writing to
the raw partition.
1999-11-28 06:28:37 +00:00
simonb
fcab0ccebb Tidy up the formatting of a comment. 1999-11-28 06:06:21 +00:00
lukem
338f7d21c4 change retval of _nsdbtaddsrc and _nsdbtput 1999-11-28 05:51:46 +00:00
lukem
2468bbbf42 don't use err(); instead pass an error condition back to a higher
layer to warn() about.
1999-11-28 05:46:15 +00:00
simonb
d805fbc3b6 Check bounds against RAW_PART instead of partition 0. 1999-11-28 04:55:39 +00:00
simonb
3047c747cf Add a MKPICLIB variable. If set to "no", don't build an _pic.a library
and build shared objects from the .a library.  A symlink is installed
in /usr/lib so that the name "libfoo_pic.a" still exists for third party
software that explicitly wants an _pic.a library.
1999-11-28 04:50:41 +00:00
lukem
683d885daf more gracefully detect _NG_ERROR 1999-11-28 04:40:21 +00:00