scw
6d5da55a5a
Make sysinst the default installer, with the option of falling back
...
to the old shell-script installer. Based on the sparc dot.profile.
2002-03-25 21:14:32 +00:00
scw
64b9487395
Add MAKEFS_FLAGS, as suggested by Luke Mewburn. This fixes a problem
...
with a lack of inodes on the miniroot image.
2002-03-25 21:12:51 +00:00
thorpej
b017898534
Get flags passed down to PHY drivers correctly. This was done on
...
an adhoc basis in a couple of PHY drivers, this fixes it more generally.
Per a discussion w/ Cliff Neighbors <cliff@allegronetworks.com>.
2002-03-25 20:51:24 +00:00
yamt
c89607bec7
wcsrtombs: handle dst == 0 case correctly.
2002-03-25 20:47:02 +00:00
manu
76084f5561
Added syssgi(PATHCONF), which implements pathconf(2), and syssgi(SETPGID)
...
which implements setpgid(2).
2002-03-25 20:42:50 +00:00
jdolecek
174534705d
use DTYPE_VND (the one intended) rather than bogus DTYPE_VNODE
...
for the GEMDOS disklabel check
indent the if condition so that the intent is clearly visible
discussed with Leo Weppelman
2002-03-25 20:42:40 +00:00
yamt
e274c8a885
- handle the case that buffer size == 0 for wcsrtombs.
...
- add a XXX comment.
2002-03-25 20:29:30 +00:00
martin
9611ef91c3
Cosmetical nitpick: initialize TEI to -1 instead of 0, to prevent
...
controllers that don't touch it at all to display a bogus, but
theoreticaly valid value.
2002-03-25 20:28:41 +00:00
yamt
bf790e3b07
return value 0 doesn't have special meanings.
2002-03-25 20:01:22 +00:00
wiz
e5b8ea6058
Fix typo in warning, reported by Tero Kivinen in bin/16055.
2002-03-25 19:55:41 +00:00
thorpej
a2a309d02a
* Some cleanup.
...
* Delete the call to pmap_copy() in pmap.h
2002-03-25 19:53:38 +00:00
yamt
c5c3bb4159
fix mbtowc to return if the encoding's state-dependent or not
...
correctly.
2002-03-25 19:40:35 +00:00
wiz
4a4415baa7
End sentence with a dot, not a comma.
2002-03-25 19:32:26 +00:00
wiz
f476686b6c
mdoc fixes
2002-03-25 19:27:45 +00:00
yamt
88fef345a8
return value 0 doesn't have any special meanings.
2002-03-25 19:22:13 +00:00
martin
cf777df74c
Add ifpci.4, sort.
2002-03-25 19:19:46 +00:00
yamt
de5444e862
- return value 0 doesn't have special meanings for wcsrtombs.
...
- add a note about terminating null byte for s == NULL case.
- s/null byte/null wide character/ in some place.
2002-03-25 19:17:02 +00:00
martin
156d335bb2
Add man page for the Fritz!PCI ISDN card driver
2002-03-25 19:15:35 +00:00
yamt
ede3d88aad
calculate the return value of wcsrtombs correctly
...
for stateful encodings.
2002-03-25 19:10:45 +00:00
uch
b095a0d0c5
ANSIfy, KNF
2002-03-25 18:59:39 +00:00
manu
0e9d73c741
Added support for IRIX kernel var emulation in kmem (not functionnal yet)
2002-03-25 18:43:59 +00:00
thorpej
b17e7a03c2
Clean up pmap_map_ptes() and pmap_unmap_ptes() a little, and add
...
a debug assertion that curproc is never NULL if mapping a non-current
pmap.
2002-03-25 17:50:12 +00:00
uch
13b945ce31
recompile.
2002-03-25 17:34:53 +00:00
thorpej
a2d8f71d01
The target page of pmap_zero_page(), pmap_pageidlezero(), and
...
pmap_copy_page() will never have any mappings. Therefore, it
is unnecessary to do a cache clean for that page.
Add assertions in #ifdef DEBUG that assert this invariant.
This shaves some cycles off the frequently-called pmap_zero_page()
and pmap_copy_page() (no need to look up the dst page's vm_page
structure, and one less function call to clean the page).
2002-03-25 17:33:26 +00:00
uch
d1f348c04d
add EditText to "option tab window" for user can put extra options to
...
kernel. patch by Hirokazu FUKUI <hfukui@sannet.ne.jp>
2002-03-25 17:23:19 +00:00
thorpej
75cb2c6554
* Clean up some comments/whitespace.
...
* Don't construct a fake trap frame and pass it to main(); that hasn't
been needed for some time.
* panic if main() returns.
2002-03-25 16:58:18 +00:00
thorpej
13dab83888
Use the generic ARM procfs_machdep.c
2002-03-25 16:42:30 +00:00
thorpej
aa0ba8096c
Use the generic ARM process_machdep.c
2002-03-25 16:41:15 +00:00
martin
0db68b667b
Now that we have all pieces in place (and enough granularity to specify
...
B-channel and D-channel drivers separately) split the Fritz!PCI card
driver out of the isic driver.
The new device is called "ifpci" and uses the same D-channel driver as the
isic devices, but has it's own B-channel driver.
2002-03-25 16:39:52 +00:00
thorpej
ec1c475f7c
Use the generic 32-bit ARM setstack.S
2002-03-25 16:36:25 +00:00
thorpej
a4d12b89f5
Use the common 32-bit ARM setcpsr.S
2002-03-25 16:34:46 +00:00
thorpej
a61914be93
Garbage-collect fetchuserword(); nothing uses it any more.
2002-03-25 16:32:55 +00:00
is
89bf05888a
make this compile again
2002-03-25 15:42:09 +00:00
is
41c0b419fc
the big ISDN renaming
2002-03-25 15:41:21 +00:00
martin
909e313a80
Remove a leftover from the BRI registry at layer 2.
...
Initialize layer 2's idea of it's BRI id after attaching.
2002-03-25 14:44:46 +00:00
martin
963ecd396e
Plug a memory hole when detaching ISDN controllers.
2002-03-25 14:25:06 +00:00
shiba
a3b10f5127
Switch mac68k to ELF. Now the default executable binaries are ELF.
...
Approved by Scott,briggs,fredb,wormey
2002-03-25 14:03:05 +00:00
wiz
f4c5d5828e
Two formatting fixes.
2002-03-25 13:53:43 +00:00
shin
a257a8dad5
if root device is md, change KLOADER_KERNEL_PATH to "/mnt/netbsd".
2002-03-25 13:47:26 +00:00
shin
142e7ef1a1
vrpiu needs wsmouse.
2002-03-25 13:24:18 +00:00
aymeric
434696e615
include <machine/conf.h> instead of <sys/conf.h>
...
The new DEV_RELOAD macro is defined in machine/conf.h and we need it.
2002-03-25 13:14:10 +00:00
martin
a994533d0a
Make pcmcia cards detach properly.
...
Notify userland of attaching/detaching cards.
This partly fixes PR 15951.
2002-03-25 12:07:33 +00:00
kent
e242265100
Mention /usr/lkm/{compat,exec}_pecoff.o
...
Correct URLs
2002-03-25 10:17:29 +00:00
shin
a1f41292a6
reduce GP size.
2002-03-25 10:02:50 +00:00
shin
b7ac9aaff3
TX3922 is supported by GENERIC.
2002-03-25 09:42:30 +00:00
shin
a49599223d
this document is obsoleted.
2002-03-25 09:40:58 +00:00
dbj
ea44522489
changes from Warner Losh to read firmware version for non prism2 cards
2002-03-25 09:10:54 +00:00
martin
8a2d9422bd
Fix confusion about the return value from the internal MI probe routine.
...
Make the ISA probe actually (silently) fail if no card is found.
XXX - need to aquire the SBUS variant of this card some day or have
Jaromir find an MCA one.
2002-03-25 09:08:09 +00:00
martin
642b1a7163
Remove dummy_splraise() - it is not needed according to Paul Kranenburg.
...
We may revisit this once a general interrupt queuing mechanism is
available and we can avoid calling the pcmcia cards interrupt handler at
an exsessive IPL.
2002-03-25 09:02:54 +00:00
shin
d2df7381ed
enable kloader.
2002-03-25 08:42:35 +00:00