augustss
d57ee8b358
Add Sony memory stick.
2000-11-15 14:36:09 +00:00
tsubai
0d339b0df5
Screen console works now.
2000-11-15 14:29:40 +00:00
pk
503701f0d3
OF_nextprop: make OUT argument type `void *'
2000-11-15 14:27:26 +00:00
tsubai
9b85cc40d4
Keyboard and mouse support for news5000.
2000-11-15 14:04:05 +00:00
onoe
1e584c9cec
Adopt the recent change to makesyscalls.sh (char * -> const char * const)
...
to make kdump compilable for arch without linux emulation.
2000-11-15 08:34:03 +00:00
scottr
96cb29b773
As was the original intent a long, long time ago -- but in this galaxy, and
...
in fact on this planet -- generate a SIGILL for user-mode A-line traps.
The core of this change is taken verbatim from PR 10511, submitted by
Christian Bauer.
2000-11-15 07:15:36 +00:00
scottr
1609858811
The Cuda-based ADB hardware has the ability to queue some commands and
...
return control to the main CPU before completing the ADB transaction.
Double the adb_op_sync() timeout as a result. Fixes PR 11310.
2000-11-15 06:35:51 +00:00
itojun
6d80a2bff1
use NI_MAXHOST with getnameinfo. we can assume presense of getnameinfo.
2000-11-15 04:09:19 +00:00
itojun
0a52851e32
we can assume presense of getaddrinfo.
...
use NI_MAXHOST for the hostname buffer used with getnameinfo.
2000-11-15 04:07:07 +00:00
lukem
f62aa6c8ac
changes to improve portability:
...
* replace union sockunion {} with struct sockinet {}, and modify the code
accordingly. this is possibly more portable, as it doesn't rely upon
the structure alignment within the union for our own stuff. uses local
su_len unless HAVE_SOCKADDR_SA_LEN is defined (set ifdef BSD4_4)
(XXX: haven't tested the ipv6 stuff)
* always use getaddrinfo() and getnameinfo() instead of maintaining two code
paths. (lukemftpd will provide replacements for these on older systems)
* use lockf() instead of open(.., O_EXLOCK) to lock the pid file
* minor KNF
* clean up long long support: create helper #defines and use as appropriate:
#define NO_LONG_LONG ! NO_LONG_LONG
------- ------------ --------------
LLF "%ld" "%lld"
LLFP(x) "%" x "ld" "%" x "lld"
LLT long long long
ULLF "%lu" "%llu"
ULLFP(x) "%" x "lu" "%" x "llu"
ULLT unsigned long unsigned long long
STRTOLL(x,y,z) strtol(x,y,z) strtoll(x,y,z)
2000-11-15 02:32:30 +00:00
enami
038ca0a146
Make isa_machdep.c compile again.
2000-11-15 02:00:31 +00:00
enami
1ef516e9be
Pull in uvm_extern for PAGE_SIZE.
2000-11-15 01:59:35 +00:00
enami
c4c6285008
Don't allow t_linesw to be NULL.
2000-11-15 01:47:14 +00:00
enami
c816e13706
Adjust nlinesw correctly.
2000-11-15 01:42:53 +00:00
enami
54f723723a
Cosmetic changes.
2000-11-15 01:41:22 +00:00
thorpej
b84f740be0
Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().
2000-11-15 01:02:11 +00:00
matt
960800cbb8
Convert some spaces to tabs.
2000-11-15 00:49:31 +00:00
matt
e720f8addf
Add MFS and vnd.
2000-11-15 00:46:35 +00:00
matt
dbe8de94a8
back out my change powerpc/conf/files.ofw. Enable the inclusion of
...
dev/ofw/files.ofw on macppc. Add openfirm to ofppc/conf.c
2000-11-15 00:39:31 +00:00
lukem
ecd3d78091
- implement "mreget"; as per "mget" but uses "reget" instead of "get"
...
- add -N netrc and $NETRC, as methods to select an alternative .netrc file
- cache local user name and home directory for further use
- in mget(), use docase() instead of a local version to do the case
conversion.
2000-11-15 00:10:59 +00:00
is
661711dff9
Document the Amiga INSTALL and INSTWDCPCM kernels.
2000-11-15 00:00:26 +00:00
is
a46a1849e1
Cosmetics.
2000-11-14 23:57:03 +00:00
matt
39dc5fc58b
Add openfirm pseudo-device.
2000-11-14 23:42:35 +00:00
matt
c0122f4013
Add fwlynx PCI attachment
2000-11-14 23:40:44 +00:00
matt
ffd7494144
Add openfirm
2000-11-14 23:37:58 +00:00
matt
617742b256
Add a fwlynx device. Move the file for fwohci to files.ieee1394
2000-11-14 23:37:20 +00:00
matt
c3405770e4
Do the same IEEE1394 address hack in here.
2000-11-14 23:07:40 +00:00
hubertf
9303852347
All sysinst ports automatically set rc_configured=YES now, so delete
...
that text after install/upgrade. Hint at disabling/enabling services
in /etc/rc.conf though.
Noted in PR 11499 by Peter Seebach <seebs@plethora.net>
2000-11-14 23:03:35 +00:00
matt
b6e8f357a2
Print out IEEE1394 addresses with : . Add a hack to limit the address
...
to 8 bytes.
2000-11-14 23:00:57 +00:00
thorpej
990d23039d
NBPG -> PAGE_SIZE.
2000-11-14 22:55:51 +00:00
thorpej
ec0069dd37
NBPG -> PAGE_SIZE
2000-11-14 22:55:05 +00:00
is
d007549576
On upgrades, or on installs where kern.tgz was installed, ask user wether
...
the installed kernel should be replaced by the miniroot kernel.
2000-11-14 22:37:58 +00:00
hubertf
aa22ef1fb8
Note which part (-> server side) of NFS locking now works
2000-11-14 22:37:12 +00:00
matt
8ba706bdfd
Add rnd & openfirm to POWERMAC
...
Add openfirm and commmented-out firewire stuff to GENERIC
2000-11-14 22:33:24 +00:00
thorpej
e6f6181e82
NBPG -> PAGE_SIZE
2000-11-14 22:26:32 +00:00
thorpej
be14fd9db1
Use round_page() instead of roundup(..., NBPG).
2000-11-14 22:23:06 +00:00
thorpej
e39f7bbe1c
NBPG -> PAGE_SIZE
2000-11-14 22:16:38 +00:00
thorpej
38ee35826a
NBPG -> PAGE_SIZE.
2000-11-14 22:14:53 +00:00
thorpej
b7d004daa6
Use round_page() instead of roundup(..., NBPG).
2000-11-14 22:13:20 +00:00
matt
ca735c9a04
Add initial support dual-CPU G4. At least finds 2nd CPU.
2000-11-14 21:55:25 +00:00
matt
6e88c0d0d6
Add a openfirm entry to conf.c
2000-11-14 21:46:09 +00:00
matt
58645ba248
Add support for /dev/openfirm.
...
Add OF_nextprop support.
2000-11-14 21:22:43 +00:00
matt
8c16eca0e9
Add /dev/openfirm
2000-11-14 21:21:31 +00:00
matt
1936d0565a
some cleanup. Add back OFIOCGETOPTNODE.
2000-11-14 21:10:05 +00:00
matt
a790bc7690
Add OFIOCGETOPTNODE (now that I know how to implement it).
2000-11-14 21:07:26 +00:00
is
ee2a656373
Finish the old job of makeing this work with media-less interfaces, e.g.
...
bah or amiga if_es.
2000-11-14 20:37:25 +00:00
pooka
56d104de33
add I2O to make config work again
2000-11-14 20:28:22 +00:00
itojun
68f0fe3840
make sure every m_aux will be freed.
...
there are direct use of MFREE() from sys/kern.
(we experienced no memory leak so far, but if we use m_aux for other purposes,
we will need this change)
2000-11-14 20:05:28 +00:00
augustss
eb9736c09a
Add uscanner.
2000-11-14 19:52:04 +00:00
thorpej
fb50850754
We use 4K VM pages on the VAX. Make PAGE_SIZE and friends into
...
compile-time constants.
2000-11-14 19:49:57 +00:00