ragge
944b6966e9
Fix a transmit bug and get a little more out from the receive logic.
2000-06-08 19:58:49 +00:00
danw
f7d6ee345c
Use _POSIX_SOURCE-safe type names
2000-06-08 19:01:44 +00:00
cgd
625dbd8f87
in allegedly-MI code, if we're gonna use '#pragma pack(N)', #pragma pack()
...
should be used to reset the packing. (#pragma pack(4) was used here
before. "wrong!")
2000-06-08 18:22:15 +00:00
eeh
94ffeedb49
Allow for cacheable device maps (in case there's some RAM out there).
2000-06-08 17:59:32 +00:00
eeh
00e45ca869
Print all 64-bits of TTE data in db_pmap_kernel().
2000-06-08 17:45:29 +00:00
eeh
6baca0c1ad
Fixup signed/unsigned issues so 32-bit addresses are not sign extended.
2000-06-08 17:43:24 +00:00
eeh
860feb4e74
Fix ordering of sync operations depending on whether it's PRE- or POST-.
2000-06-08 17:41:46 +00:00
matt
238972e741
Add make release support so automake snapshots
2000-06-08 17:39:44 +00:00
matt
d3336b64a1
Squeeze a few more bytes so the INSTALL kernel will fit on a floppy.
...
Use tlp instead of de. Add in gm[ac]. Remove slip and Gallant 22x12 font.
Compile ofwboot.elf -Os.
2000-06-08 17:35:47 +00:00
eeh
a273b333a3
Support large (>1 page) DVMA maps so UltraSPARC IIi will work.
2000-06-08 16:17:29 +00:00
eeh
08af61208e
Fix DVMA base address calculations.
2000-06-08 15:23:44 +00:00
jhawk
59f702f762
gdb macro to print the kernel message buffer
2000-06-08 14:45:24 +00:00
pk
12db2d5991
viking_pcache_flush_page: use entire PA tag field.
2000-06-08 14:45:18 +00:00
jhawk
3c6d754bbb
Rename "stack" to "stacktrace" and have "stack" call "stacktrace $ebp $eip"
...
(saves typing).
Use sizeof(long) instead of "4".
2000-06-08 14:42:11 +00:00
tsubai
290cb2c943
Recognize NetBSD/powerpc core file.
2000-06-08 13:57:41 +00:00
itojun
204ee4d791
make sure to clear ni_flags field on -w.
2000-06-08 13:56:22 +00:00
tsutsui
8e84cf560d
Add Makefile for building SUBDIR.
2000-06-08 13:55:46 +00:00
itojun
ffedfcb68d
make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT to
...
link-local address. From: frank
2000-06-08 13:51:33 +00:00
simonb
d530ee00d1
Fix handling of "ps U<user>" where <user> ended it 't' - now if the
...
first argument doesn't start with a '-' and ends in 't', the 't' only
gets converted to a 'T' (for listing processes on the current tty)
if it doesn't contain any other command line option characters that
take an argument. Problem noticed by ITOH Yasufumi on tech-userlevel.
If the 'start' format was the last column, the width wouldn't be set
and started() output a zero length string instead of a string the right
length - fix header width calculations so the the last column is handled
the same all others. This only showed up for 'start' because started()
knew that the column header is the same width and the field itself...
Update copyrights.
2000-06-08 13:30:39 +00:00
nonaka
25e58c2dc7
Added USB devices.
2000-06-08 13:16:55 +00:00
nonaka
48966cc65c
USB support
2000-06-08 13:16:23 +00:00
dan
03facbbdb8
back out previous. I tried hard to make sure that i had up to date
...
rpcgen and headers so that I didn't do something stupid, but somehow
I still did something stupid.
2000-06-08 12:00:46 +00:00
dan
4891c17d26
tidy up a warning - format specifier for a u_long parameter
2000-06-08 11:40:32 +00:00
bjh21
ece024b6cf
Un-__Pify.
2000-06-08 10:49:19 +00:00
haya
b6a821f042
Change IPL when bridge's interrupt handler calls child device's
...
interrupt handler (This solution is not very good).
2000-06-08 10:28:28 +00:00
fvdl
4810a01fcf
Ok.. really get it right this time (that's ntohs, not htons.. need coffee).
2000-06-08 09:01:05 +00:00
fvdl
da693d7595
Fix botched reserved port check for the -L option case. From
...
IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>, PR 10321
Use IPV6PORT_RESERVED in the INET6 case, for consistency.
2000-06-08 08:21:42 +00:00
kleink
18495b9efa
Need <sys/systm.h> for declaration of bzero().
2000-06-08 07:30:47 +00:00
kleink
c2715f98ce
Need <sys/systm.h> for declaration, and make argument declarations match.
2000-06-08 07:29:22 +00:00
cgd
d8dcb11d4f
don't include ISA headers. these have been properly abstracted so that
...
the ISA headers are unnecessary, and they're used by PCI VGA. There may
not be any ISA at all.
2000-06-08 07:01:19 +00:00
mrg
ee41ef7a04
ensure an ebus really does exist in ebus_match; fixes spurious attachments with the ebus on a hme pci card.
2000-06-08 06:52:25 +00:00
kleink
78009a319f
Need <netinet/in.h> for declaration.
2000-06-08 06:50:46 +00:00
kleink
149050ce7b
Need <sys/systm.h> for panic() declaration.
2000-06-08 06:48:45 +00:00
kleink
186d2ccb7f
Need <sys/systm.h> for declaration, and make argument declarations match.
2000-06-08 06:47:17 +00:00
cgd
31632fbb01
IPL-lowering functions are now defined to return `void.' See also my
...
post to tech-kern about the issue. No ports updated yet; they should
be updated as time permits.
2000-06-08 06:45:24 +00:00
scottr
d220ba7dc4
Make this compile with GRF_COMPAT. Problem pointed out by Hauke Fath.
2000-06-08 06:01:27 +00:00
thorpej
c7eb823cc8
1.4ZB -- ltsleep().
2000-06-08 05:53:34 +00:00
thorpej
b0afc900f5
Change UVM_UNLOCK_AND_WAIT() to use ltsleep() (it is now atomic, as
...
advertised). Garbage-collect uvm_sleep().
2000-06-08 05:52:34 +00:00
thorpej
6ea30ef2e8
Use ltsleep().
2000-06-08 05:50:59 +00:00
thorpej
fcc7898856
Change tsleep() to ltsleep(), which takes an interlock argument. The
...
interlock is released once the scheduler is locked, so that a race
between a sleeper and an awakener is prevented in a multiprocessor
environment. Provide a tsleep() macro that provides the old API.
2000-06-08 05:50:37 +00:00
mhitch
afce867d15
Fix loadfpregs(): the register used to access the floating point registers
...
was not getting loaded, and the floating point registers were being loaded
from the proc structure rather than the FP registers in the pcb.
2000-06-08 04:47:13 +00:00
mycroft
2eaf9707e2
Rearrange slightly to get rid of unneeded conditionals (and make this
...
*slightly* less painful to trace through, though not much).
2000-06-08 03:51:56 +00:00
mycroft
dfad196789
Rework to not use the `files' crap. It requires far too much klugery to
...
actually get the semantics right. As a bonus, the info directory is not
reordered when using UPDATE any more, if files are not actually reinstalled.
2000-06-08 03:30:58 +00:00
jhawk
f9b0e0c4eb
gdb script for backtracing an i386 kernel stack.
...
Useful when "where" in gdb fails to cross trap()s,
e.g. port-i386/10313
2000-06-08 03:15:40 +00:00
thorpej
81afcb3940
And more ANSI'ification!
2000-06-08 03:10:06 +00:00
mycroft
78e7ae14b9
The previous commit was *definitely* wrong. It indicates an out of date
...
make(1).
2000-06-08 03:05:17 +00:00
thorpej
966b3da402
ANSI'ify.
2000-06-08 02:53:47 +00:00
enami
4dc07f088a
Pass the size of struct kinfo_proc2 instead of kinfo_proc to kvm_getproc2
...
so that w(1) displays what commands are running as before.
2000-06-08 02:37:28 +00:00
thorpej
8355a216eb
Add the `rnd' driver.
2000-06-08 02:20:50 +00:00
thorpej
0bf91362b9
Add cpu_counter() for rnd(4), using the rpcc insn.
2000-06-08 02:19:20 +00:00