manu
0d9cf0359a
Added io_connect_add_client
2003-05-22 18:10:19 +00:00
tsutsui
eab3a69dca
Uppercase PICA.
...
"PICA" stands for "Performance-enhanced I/O and CPU Architecture."
2003-05-22 17:16:19 +00:00
tsutsui
8b9155e085
Remove MI ncr53c9x SCSI from TODO list.
2003-05-22 17:10:27 +00:00
wiz
c66093c273
Make i an int to please lint and remove a cast.
2003-05-22 16:09:09 +00:00
yamt
c8ad6cc17b
interlock for NFLUSHINPROG/NFLUSHWANT.
2003-05-22 15:59:24 +00:00
yamt
0c0dee33b1
protect from signals properly.
...
(fix crashes when get SIGINFO.)
2003-05-22 15:48:44 +00:00
yamt
9847a81452
rename a global variable, 'entry', to 'g_entry'.
...
it was confusing because we have many local 'entry' variable.
2003-05-22 15:47:25 +00:00
kochi
0d6c5a668c
* make use of NetBSD ACPI APIs (acpi_eval_{struct,integer})
...
* minor cleanups
2003-05-22 15:35:51 +00:00
yamt
85b757c497
poolify nfsrv_descript.
2003-05-22 14:16:23 +00:00
yamt
a423954d74
indent (nfssvc_nfsd)
2003-05-22 14:14:41 +00:00
yamt
b24da550a0
avoid double free with xlatecookie.
2003-05-22 14:14:02 +00:00
yamt
ead5df5837
interlock for nfs_rcvlock.
2003-05-22 14:11:50 +00:00
wiz
e6e9b32c33
Grammar fix; no functions returnint pointers here, so remove section
...
about those functions from RETURN VALUES section.
2003-05-22 09:25:52 +00:00
fair
4a6681b600
New sentence, new line. Add discussion of MII support to the MEDIA SELECTION
...
section, per PR 21399
2003-05-22 07:42:30 +00:00
lukem
0622a0d6dd
update to libcurses.so.5.8
2003-05-22 07:20:28 +00:00
wiz
33b345ecdf
Fix some typos, s/nfsiod/nfsd/ (?), sort SEE ALSO.
2003-05-22 07:06:53 +00:00
fair
3e3e5cec32
Massive rewrite/reorganization of diskless.8 to clarify, edify,
...
educate, elucidate, and otherwise answer ancient PR 5885, which
complained about lack of documentation for DHCP booting systems.
Please review, comment & correct. Writing is hard work.
2003-05-22 06:45:55 +00:00
dyoung
55196426e6
Update to wi interrupt handling:
...
No longer require a hi-low-hi transition of a status bit before
we believe it. It's a performance killer, and without it there
does not seem to be a race.
Sam Leffler reports that wi_intr needs to be bracketed by
disable/enable interrupts through WI_INT_EN, or else performance
is bad on Lucent. So now we do that.
2003-05-22 06:34:45 +00:00
thorpej
181911c6db
Don't need ARM32_PMAP_NEW option any more.
2003-05-22 05:52:18 +00:00
thorpej
d5bcde54a7
Move KERNEL_VM_SIZE into the C files where its used.
2003-05-22 05:47:04 +00:00
thorpej
1963a8521c
Use virtual_avail and virtual_end to compute the size of the available
...
kernel VM space for VM_MAX_KERNEL_BUF, and move the definition into
generic ARM code.
2003-05-22 05:25:48 +00:00
itojun
eb44a81d7f
permit scoped addr notation in policy string (-P esp/tunnel/foo%scope-bar%scope/use). from francis dupont. sync w/kame
2003-05-22 04:01:49 +00:00
hubertf
34f17e9696
set s_proto properly
...
XXX this doesn't help with rsh insisting on a reserved port, which of course
fails for non root users. and which only seems to happen when given
ports >1023, funny enough. anyone? :/
2003-05-22 02:14:03 +00:00
lukem
f94e08c4e2
tweak previous; use '%#x' instead of '0x%x' (and the lx equivalents)
2003-05-21 23:47:55 +00:00
kristerw
9dc4f5f533
Add some db_sym_t casts to make this compile with -D__AUDIT__.
2003-05-21 23:12:18 +00:00
thorpej
361d0454ce
Move KERNEL_VM_BASE inside where it is used (it won't be there for long).
2003-05-21 22:48:20 +00:00
kristerw
da3b777bb3
Correct a diagnostic printf format specifier.
2003-05-21 22:28:01 +00:00
jdc
8b94a64a5a
Remove erroneouly added file.
2003-05-21 21:24:36 +00:00
jdc
cbce99002b
Cross reference curses_addchstr.3.
2003-05-21 21:22:15 +00:00
jdc
8b782b08d1
Increment libcurses minor for addition of addchstr() functions.
2003-05-21 21:21:14 +00:00
jdc
57b809b169
Add addchstr() family of functions.
...
Based on mail from Douwe Kiela.
Fixes PR lib/21285 by Thomas Klausner.
2003-05-21 21:19:52 +00:00
jdc
416748f2db
Add mvw* functions.
2003-05-21 20:33:21 +00:00
kristerw
c87c28c18c
Include string.h for strcmp.
2003-05-21 20:29:51 +00:00
thorpej
55073c92c1
Move the new pmap from arm32/pmap_new.c to arm32/pmap.c, fully replacing
...
the old.
2003-05-21 18:07:07 +00:00
thorpej
c8bed530ac
Remove #ifdefs supporting the old pmap, switching fully to the new.
2003-05-21 18:04:42 +00:00
kristerw
7941ff4225
Use 0 instead of NULL for size parameters.
2003-05-21 17:57:21 +00:00
thorpej
23a378ef93
Remove one last old pmap remnant.
2003-05-21 17:37:57 +00:00
christos
a2f80a1464
size_t != unsigned int all the time.
2003-05-21 17:23:55 +00:00
christos
56064ce6e8
Add ACPI gunk.
2003-05-21 17:23:35 +00:00
thorpej
f7307b5d21
Fully switch acorn32 to the new pmap; it has been confirmed to work.
2003-05-21 17:17:50 +00:00
simonb
830dc8ea61
Prefix a hex error number with "0x".
2003-05-21 16:48:34 +00:00
yamt
78fe726a6f
- use FREE not free for MALLOC'ed memory.
...
- remove unneeded caddr_t casts.
2003-05-21 14:41:26 +00:00
yamt
132782522f
simplelock for nfsd request cache.
2003-05-21 14:13:34 +00:00
yamt
a055ad0f6a
- KNF.
...
- remove unneeded casts.
2003-05-21 13:56:21 +00:00
yamt
8ee3b648b4
poolify nfsd request cache.
2003-05-21 13:55:28 +00:00
yamt
75fa9b73b5
indent.
2003-05-21 13:53:18 +00:00
yamt
08bf5aae7b
remove local definitions of TRUE and FALSE.
2003-05-21 13:50:54 +00:00
briggs
acec11e5ac
Use the GDB5 breakpoint value for the kernel breakpoint assembly statement
...
since this value will be properly recognized by gdb_trapper().
Pointed out by bsh. Thanks!
2003-05-21 13:39:01 +00:00
yamt
db8b252c5e
indent
2003-05-21 13:31:04 +00:00
yamt
ddd5ced644
eliminate memcpy in the common and easy case of write.
2003-05-21 13:27:19 +00:00