oster
f99563a0ff
A little housecleaning to nuke stuff that was unused.
2002-09-22 03:44:42 +00:00
dbj
53ce9bee47
explicitly set booted_partition to 0, rather than
...
rely on default value. It should actually be extracted
from the bootpath instead, but that involves translating
from apple partition map entries to netbsd disklabel entries.
2002-09-22 03:21:44 +00:00
dbj
ca0ad7da63
undo an accidentally committed change that was
...
included in move of bootpath alias expansion
2002-09-22 03:10:14 +00:00
dbj
9343810eed
move bootpath alias expansion from initppc() into canonicalize_bootpath()
2002-09-22 03:04:31 +00:00
thorpej
cccd4bd402
Fix thinko in the SIOC{G,S}80211CHANNEL and SIOC{G,S}80211BSSID
...
ioctls.
2002-09-22 01:56:08 +00:00
lukem
ab956106b3
preliminary HP/UX notes from Giles; it needs zlib.
...
(as Solaris, Linux and HP/UX all mention they need zlib and it should
be part of libnbcompat, maybe this is a hint for us to get a move on
and do that :)
2002-09-22 01:26:39 +00:00
lukem
ad5f5e697c
HP/UX fixes from Giles Lean:
...
- consistently support __hpux (which the HP compilers define) as well
as __hpux__ (not sure which compilers set this, but retained anyway)
- fix a typo in the definition of signal(). arguably the codebase should
just be converted to sigaction()...
2002-09-22 01:19:08 +00:00
christos
b7d2f8ff04
make sure options is not NULL before we look in it. Thanks Charles.
2002-09-21 21:30:27 +00:00
manu
80ee637534
- Introduce a e_fault field in struct proc to provide emulation specific
...
memory fault handler. IRIX uses irix_vm_fault, and all other emulation
use NULL, which means to use uvm_fault.
- While we are there, explicitely set to NULL the uninitialized fields in
struct emul: e_fault and e_sysctl on most ports
- e_fault is used by the trap handler, for now only on mips. In order to avoid
intrusive modifications in UVM, the function pointed by e_fault does not
has exactly the same protoype as uvm_fault:
int uvm_fault __P((struct vm_map *, vaddr_t, vm_fault_t, vm_prot_t));
int e_fault __P((struct proc *, vaddr_t, vm_fault_t, vm_prot_t));
- In IRIX share groups, all the VM space is shared, except one page.
This bounds us to have different VM spaces and synchronize modifications
to the VM space accross share group members. We need an IRIX specific hook
to the page fault handler in order to propagate VM space modifications
caused by page faults.
2002-09-21 21:14:54 +00:00
christos
221d636e59
PR/15692: Love: specify ipsec policy for mountd.
2002-09-21 20:35:00 +00:00
mycroft
73d9032bfc
Fix biff in previous change.
2002-09-21 20:26:49 +00:00
mycroft
b1ce597546
Ignore bus exception errors here.
...
XXX I'm not sure exactly why this is necessary...
2002-09-21 19:49:47 +00:00
drochner
69ea314996
call the capability list ptr by its name
2002-09-21 19:14:14 +00:00
drochner
7bc4622603
correct caplist head for Cardbus bridges
2002-09-21 18:56:03 +00:00
christos
86404fec47
mention MNT_GETARGS
2002-09-21 18:46:57 +00:00
christos
9f9ee29713
MNT_GETARGS support
2002-09-21 18:43:31 +00:00
mycroft
c7d63f201b
Touch up error/warning messages.
2002-09-21 18:33:51 +00:00
mycroft
75cf9dce87
select() -> poll()
2002-09-21 18:24:40 +00:00
christos
d90f115245
describe MNT_GETARGS
2002-09-21 18:19:30 +00:00
mycroft
826e316675
select() -> poll()
2002-09-21 18:15:57 +00:00
christos
6f3945a88d
MNT_GETARGS support
2002-09-21 18:10:34 +00:00
christos
10b6e12acc
VFS_GETARGS support
2002-09-21 18:10:04 +00:00
christos
6868d0a7d6
MNT_GETARGS support
2002-09-21 18:08:27 +00:00
christos
2d05cb6a47
Add special handling of VFS_GETARGS (similar to VFS_UPDATE) so that it
...
can be done non-root, and it does not affect the mount lists.
2002-09-21 18:07:52 +00:00
christos
39f324a802
Add MNT_GETARGS that retrieves fs specific arguments. Also add an empty
...
#define for vsf_showexport()
2002-09-21 18:06:08 +00:00
mycroft
c3a2d8b7ba
Add combreloc code here too.
2002-09-21 17:51:44 +00:00
chs
2841e1341c
add strtoul.c, it's now used in MI code.
2002-09-21 17:45:16 +00:00
chs
c3165f3274
first cut.
2002-09-21 17:28:42 +00:00
thorpej
8ad8dd07df
Nuke the old SunOS-style ioctl defns.
2002-09-21 17:02:46 +00:00
mycroft
f822116056
FFS would help...
2002-09-21 16:51:54 +00:00
mycroft
48132121ca
Fix the device name for ptc so ptys actually work again.
2002-09-21 16:38:50 +00:00
drochner
ec517fd6a5
-corrected "MSI" capability
...
-added some new subclasses and capabilities
-move capability list printing into a separate function and call it
for each header type (not type 0 only)
2002-09-21 16:19:34 +00:00
mycroft
80eaffef1b
Force synchronous negotiation off even if the target initiates it, by setting
...
minsync to 0. It may be possible to make this work, but I don't know how.
2002-09-21 16:18:30 +00:00
mycroft
e4b5a96a09
Enable SCSI target devices, and explicitly disable wide negotiation for esp.
2002-09-21 16:17:46 +00:00
drochner
8dba6ca13a
-correct the "MSI" capability
...
-add some new subclasses and capability IDs
2002-09-21 16:16:31 +00:00
perry
87a452620b
change a tab to a space so commenting elansc isn't as ugly
2002-09-21 15:24:29 +00:00
oster
86a6fcfe0a
Minor cleanup/reformatting.
2002-09-21 14:47:07 +00:00
skrll
7f926b9934
Update after snprintb(3) changes.
2002-09-21 14:16:45 +00:00
petrov
e2107815a0
Use /options instead of /chosen to find out where console is.
...
(found by Rafal Boni).
2002-09-21 09:29:33 +00:00
lukem
d7d0f4149a
move BUILDING.mdoc -> doc/BUILDING.mdoc
2002-09-21 08:19:27 +00:00
lukem
cf738336cd
move doc/* -> basesrc/doc/*, except for doc/MIRRORS, which is not used
...
anymore (we refer to http://www.netbsd.org/mirrors/ now)
2002-09-21 08:17:32 +00:00
petrov
50743e3b6f
string.h included.
2002-09-21 07:33:25 +00:00
lukem
8ae3e73d6b
add stuff formerly in tc.old
2002-09-21 07:16:40 +00:00
lukem
274807d878
add usr/libexec/cpp (formerly in tc.old)
2002-09-21 07:14:50 +00:00
lukem
1221f9d72d
add stuff formerly in tc.old
2002-09-21 07:14:37 +00:00
oster
2a10c08e0a
#if 0 more stuff, per Krister's list. Thanks Krister!
...
(RAIDframe is now at a shade under 174K in GENERIC on i386)
2002-09-21 07:12:46 +00:00
oster
61da76cbbe
#if 0 out one other function, and shuffle DEBUG code. Actually
...
reclaims another 14K!?!?!! Thanks Krister!
2002-09-21 07:05:06 +00:00
chs
208b369512
add missing anon lock around call to uvm_anon_lockloanpg().
2002-09-21 06:16:07 +00:00
lukem
8a2591bb65
regen for: USE_NEW_TOOLCHAIN was replaced with TOOLCHAIN_MISSING
2002-09-21 05:26:42 +00:00
junyoung
930998f892
Print the name of dynamic linker actually loaded.
2002-09-21 05:24:17 +00:00