martin
3d49645449
Remove debug printf accidently commited.
...
Noticed by Thomas Klausner.
2002-05-17 09:28:34 +00:00
jdolecek
8d0d2a392c
make kgdb buildable again, g/c next68k/stub.c
...
Changes by Christian Limpach in kern/16794, with some minor adjustment
by me.
2002-05-17 06:44:03 +00:00
lukem
634dcabc44
fix ~sshd. tweak GECOS for named,ntpd,sshd
2002-05-17 05:47:41 +00:00
lukem
0ede5cc7ca
- add check_dir(), which checks or creates the given directory, and
...
use appropriately (rather than replicating effort)
- add check_ids(), to check if the lists ids exist in the first field
of a : separated file.
- implement do_gid() and do_uid() using check_ids()
- check for ${DEST_DIR}/var/chroot/ssh instead of /var/chroot/ssh
- rename rcconf_isset() to rcconf_is_set()
- rename cmpdir() to compare_dir()
- be consistent about referring to variables with ${...}
2002-05-17 05:40:42 +00:00
uwe
7c7d2ceb59
NetBSD/toaster: we wish the toaster to be happy too.
...
(Idea by Rafal, though he denies that)
2002-05-17 02:21:20 +00:00
groo
a54b0bba2e
Regen.
2002-05-17 01:07:53 +00:00
groo
ec845de24e
Add a bunch of Inside Out Networks devices.
2002-05-17 01:07:17 +00:00
hubertf
de06b5e706
#netbsd - where monks recite their internal dialogue while debugging.
...
-- Bernhard Riedel
2002-05-17 00:20:01 +00:00
eeh
5f3262977c
Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ----------------------------------------------------------------------
2002-05-16 23:29:42 +00:00
eeh
d3aa1ab1c4
Add a missing carriage return.
2002-05-16 23:21:55 +00:00
wiz
44086ebfde
Remove duplicate that. lib/16849 by John Heasley.
2002-05-16 21:23:31 +00:00
itojun
e26b1052bb
use /var/chroot/sshd instead of /var/empty. suggested by christos
2002-05-16 20:59:35 +00:00
deberg
5d6d9530b6
big-endian macros
2002-05-16 20:37:12 +00:00
eeh
a48bd3e3b4
Make the PCI code actually work.
2002-05-16 20:28:33 +00:00
eeh
ac0772ab66
Correctly print out all out regs in the trapframe.
2002-05-16 20:27:09 +00:00
wiz
0ed95fb29e
#ifdef 1 -> #if 1
2002-05-16 20:05:39 +00:00
wiz
9e98569eee
Space before comment after #endif.
2002-05-16 19:57:22 +00:00
wiz
86afeb9db4
Remove bogus stuff after #endif.
2002-05-16 19:56:13 +00:00
wiz
111e203639
Comment out token after #endif.
2002-05-16 19:53:37 +00:00
wiz
f2fda839cd
Comment out token after #endif.
...
XXX: Weird token here -- please double check.
2002-05-16 19:51:40 +00:00
wiz
6e749bff5c
Comment out token after #endif.
2002-05-16 19:48:18 +00:00
wiz
19f4778435
Comment out token after #endif. (Hmmmmmmm.)
2002-05-16 19:47:47 +00:00
wiz
79deb5d12d
Comment out token after #endif.
2002-05-16 19:40:53 +00:00
wiz
da0b574ae0
Comment out token after #endif.
2002-05-16 19:30:41 +00:00
wiz
98d39977a3
Remove token after #endif.
2002-05-16 19:30:17 +00:00
briggs
52c64de3c7
Make GENERIC.X2 as well as GENERIC, and include the srec versions.
2002-05-16 19:29:36 +00:00
wiz
6f56aa4c96
Only comments after #endif.
2002-05-16 19:25:06 +00:00
wrstuden
1ada35e0f6
Adjust how we set up our stack. According to the ABI, we store the
...
return pc address at (r1). So don't initialize r1 to be outside our
stack area. Scooted it in 16 bytes to help alignment.
2002-05-16 18:02:47 +00:00
kleink
4647b339e3
Fix typo in attribute name.
2002-05-16 12:12:30 +00:00
wiz
77c1358a2b
Remove superfluous #endif. bin/16840 by der Mouse.
2002-05-16 09:55:50 +00:00
haya
1ce4bf6bec
Bugfix: s/__NetBSD_Version/__NetBSD_Version__/. IPv4 over IEEE 1394
...
will work with this change.
2002-05-16 09:08:33 +00:00
david
1a7e4e2260
Note what this device does. (Thanks Jason! ;-)
2002-05-16 03:50:54 +00:00
briggs
62ee522426
Put options after include to please config(8).
2002-05-16 03:35:20 +00:00
thorpej
64c6407d7b
Garbage-collect the empty-for-years "su" device.
2002-05-16 02:59:57 +00:00
thorpej
f4cc1100b0
Don't use a 2-dimensional array for the channel's periph table. Instead,
...
hash the target and lun together and use a hash table. This will be
necessary in order to support very large (64-bit) LUN number spaces.
2002-05-16 02:54:20 +00:00
thorpej
4daab7072a
Don't access a scsipi channel's periph table directly; use
...
scsipi_lookup_periph().
2002-05-16 02:50:53 +00:00
thorpej
6c1654256e
Fix LP64 printf format warning.
2002-05-16 02:23:55 +00:00
lukem
86dee8f439
Set pmBootSize of the block 2 applepartmapentry ("NetBSD Partition")
...
to roundup(size-of-bootxx, 512) instead of hardcoding it to 1024.
(Gets the new boot floppy working slightly further - still broken tho)
2002-05-16 01:35:44 +00:00
uwe
1d33ded1ea
Fix stupid typo in pci_decompose_tag().
2002-05-16 01:33:53 +00:00
thorpej
86b4df33e7
Make sure pa.pa_bus is initialized. (Thanks, uwe!)
2002-05-16 01:03:05 +00:00
thorpej
204183c0fa
* Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
...
NULL for root PCI busses. For busses behind a bridge, it points to
a persistent copy of the bridge's pcitag_t. This can be very useful
for machine-dependent PCI bus enumeration code.
* Implement a machine-dependent pci_enumerate_bus() for sparc64 which
uses OFW device nodes to enumerate the bus. When a PCI bus that is
behind a bridge is attached, pci_attach_hook() allocates a new PCI
chipset tag for the new bus and sets it's "curnode" to the OFW node
of the bridge. This is used as a starting point when enumerating
that bus. Root busses get the OFW node of the host bridge (psycho).
* Garbage-collect "ofpci" and "ofppb" from the sparc64 port.
2002-05-16 01:01:28 +00:00
briggs
5921f0ce6c
Split GENERIC into GENERIC (for the X3 revision of the board in native
...
interrupt mode) and GENERIC.X2 (for the X2 revision of the board or an
X3 in legacy interrupt mode).
2002-05-16 00:20:00 +00:00
briggs
a7656b0fb6
Comment out pciide stuff since it's not working yet.
2002-05-16 00:09:47 +00:00
matt
496a3cb868
Let's put a s = splnet(); to match the splx(s); already in the routine.
...
(yes, we were doing an splx with an uninitialized variable).
2002-05-15 23:51:49 +00:00
matt
1f4c6f5868
Regen.
2002-05-15 22:48:42 +00:00
matt
0bfea741e8
Correct/add more PMC-Sierra PHYs
2002-05-15 22:48:17 +00:00
matt
57752d8c7f
Regen.
2002-05-15 21:25:28 +00:00
matt
5a4d71be86
Add another PMC-SIERRA phy
2002-05-15 21:24:59 +00:00
kleink
87e54a98ec
Presently lacking a better place (or actually use) for this, record
...
the MTX's board ID here, too.
2002-05-15 21:06:11 +00:00
matt
a61a41b6b0
Only enable detailed evcnts if GEM_COUNTERS is defined. But always count
...
interrupts.
2002-05-15 21:05:23 +00:00