christos
b30695cd1d
Use the array of dtype names instead of hand-rolling our own.
2004-12-18 08:43:35 +00:00
christos
a21d3f17b5
Add an array of dtype names.
2004-12-18 08:43:08 +00:00
yamt
6e353db6e4
tcp_input: add missing loopback checksum omission code for ipv6.
2004-12-18 07:30:17 +00:00
christos
7c9f4b5736
I don't think that the vgone() in vop_inactive is needed; in fact it might
...
be the source of my deadlocks.
2004-12-18 05:26:41 +00:00
christos
bc38b3fdb0
Define debug-printing arrays next to their respective enums/bit definitions.
2004-12-18 03:08:48 +00:00
christos
91a90a7c68
- Move string array definitions and bitmap array definitions to the appropriate
...
header files, so that they don't become out of sync (again).
- Use bitmask_snprintf() instead of hand-rolled code.
- Always check array bounds before dereferencing print arrays.
- Order arguments in the vnode printing functions consistently.
2004-12-18 03:07:40 +00:00
sekiya
d7a784e1a7
Recognize mec as a valid netboot device. Add IP12 to the wdsc comment.
2004-12-18 00:51:30 +00:00
sekiya
523a6664f4
Nuke MIPS64; we'll use MIPS3 to indicate the presence of MIPS3 instructions
...
and _LP64 to indicate that 64-bit is desired.
Pointed out by simonb@
2004-12-17 22:59:49 +00:00
christos
60fb5c0ece
Turn checksumming on loopback back on until we fix the bugs in it.
...
Connect over tcp on the loopback is broken:
4729 amq 0.000007 CALL connect(4,0x804f2a0,0x1c)
4729 amq 75.007420 RET connect -1 errno 60 Connection timed out
2004-12-17 22:54:52 +00:00
shige
cef61c32cd
X1226 RTC is connected to IBM405GPr On-chip IIC(I2C).
...
These files were already moved to sys/dev/i2c.
We don't need these files.
2004-12-17 19:41:04 +00:00
shige
eb555844f1
Substitute PPC405_ with PPC_IBM405_.
2004-12-17 16:23:57 +00:00
wiz
99a942347a
Bump date for SMC2642W support.
2004-12-17 12:18:43 +00:00
cube
6717eabf3a
ETHFOO_GOING had no chance to actually be useful if sc_flags is set to 0
...
in ethfoo_dev_close().
2004-12-17 12:17:09 +00:00
mycroft
ac7236712a
ELF32_ST_TYPE -> ELF_ST_TYPE
2004-12-17 10:53:27 +00:00
gson
6474041d15
Add the SMC EZ Connect 11M Wireless CF Card SMC2642W to the list of
...
supported cards.
2004-12-17 09:21:44 +00:00
briggs
38ffdc4f30
Back out part of previous. OF_open() works fine with /chaos/control, but
...
is a bit picky about interrupts.
2004-12-17 05:44:12 +00:00
briggs
78776b6678
- Avoid looking for lost interrupts when recalculating interrupt priorities.
...
- Use atomic_setbits_ulong() for softintr(). Thanks to Tim Kelly for
reminding me about atomic_*.
2004-12-17 05:42:30 +00:00
atatat
2971543eb5
Pass dynamic buffer pointer to display_string(), not static buffer
...
pointer. Causes...misfunction if the kernel says the buffer needs to
be too much larger.
2004-12-17 05:03:03 +00:00
yamt
f4221aaaf6
revive spec vop_bwrite as it's needed for block devices.
...
PR/28684 from Jukka Salmi.
2004-12-17 03:31:20 +00:00
is
80dd3cea87
new world order
2004-12-16 21:51:04 +00:00
wiz
c54f10d8b4
Use more markup. Sort sections.
2004-12-16 17:29:55 +00:00
tron
bdfdbe0a88
Remove "tmpdir" in "cleandir" target.
2004-12-16 17:10:24 +00:00
darrenr
f314fbb0f1
Expand out an unused byte to give each NAT rule a protocol version field,
...
allowing rules to be set to match only ipv4/ipv6. And so ipnat must be updated
to actually set this field correctly but to keep things working for old
versions of ipnat (that will set this to 0), make the ioctl handler "update"
the 0 to a 4 to keep things working when people just upgrade kernels. This
forces NAT rule matching to be limited to ipv4 only, here forward, fixing
kern/28662
2004-12-16 17:01:02 +00:00
darrenr
d7859a0415
add an extra sanity check for stepping through TCP header options
2004-12-16 16:37:52 +00:00
kleink
9508efa066
Internally rename getdevmajor(); noted by Geoff Wing.
2004-12-16 12:30:04 +00:00
tsutsui
25c45d8b5f
Now ctrl_led is set in locore.s so remove it from machdep.c.
2004-12-16 12:14:51 +00:00
atatat
c64e485f42
Reorder ptyfs pseudo inode numbers so that 0 and 1 are unused, 2 is
...
the root of the file system, and slaves and masters alternate starting
at 3. This means the inode numbers won't be really large until you
really allocate a really lot of ptys.
2004-12-16 05:30:18 +00:00
atatat
817b002242
Fix a whitespace nit and make this compile again. So there.
2004-12-16 04:37:25 +00:00
atatat
d91a4a5990
Put caching back on the pts major number. It's worth the code
...
overhead not to go look it up a zillion times when running fstat or ps
on a machine with a billion people logged in. fstat mostly.
2004-12-16 04:33:03 +00:00
atatat
4e04a6f62d
Get rid of the private getptsname() function and use getdevmajor()
...
instead. It's really much better that way, you'll see.
2004-12-16 04:15:19 +00:00
atatat
16cc80a689
Bump libc minor to 124
2004-12-16 04:11:22 +00:00
christos
29fb313de0
document properly the return value and the errno settings.
2004-12-16 04:07:22 +00:00
christos
d15ecb98a9
knf fixes.
2004-12-16 04:07:01 +00:00
atatat
fe13117c07
Bump to minor 124 since getdevmajor(3) was added
2004-12-16 04:05:51 +00:00
atatat
2803cf768c
Add a function called getdevmajor().
...
It tells you the major device number for whatever character or block
device you ask it. This is sort of the inverse of devname(3) but not
quite, since it's backed by the kernel (sysctl's kern.drivers
information) and not a database cobbled together from the contents of
the filesystem.
2004-12-16 03:54:56 +00:00
heas
14089042f3
Fix a comment.
2004-12-16 03:13:28 +00:00
taca
f8c9502313
sendmail 8.13.2 released.
2004-12-16 02:20:17 +00:00
yamt
db6316d151
fix a merge botch. pointed by Pavel Cahyna.
2004-12-16 02:08:29 +00:00
heas
d7dac6089c
Adjust the cscope target so that each source file on a separate line to avoid
...
overrunning cscope's read buffer and prefix files within lib/{kern,compat}
with the appropriate path.
2004-12-16 00:35:48 +00:00
heas
2239334429
Add entry for the Radeon Mobility T2.
2004-12-16 00:29:06 +00:00
tsutsui
b3da46dc10
- Use macro for CTRL_POWER port
...
- Store machine dependent CTRL_LED address in ctrl_led
- Fix LED debug functions to use stored MD values
Actually I only used these debug routines at the very early porting stage
before I got working kernel printf. Heh.
XXX: news1200 has not been tested for many years.
2004-12-15 17:30:46 +00:00
tsutsui
62724bfcae
Add definitions for ports CTRL_POWER and CTRL_LED.
2004-12-15 17:22:11 +00:00
agc
bdb22860c3
Attempt to improve the English in one sentence.
2004-12-15 17:20:25 +00:00
wiz
513f71684b
Use more markup.
2004-12-15 17:17:51 +00:00
wiz
2183efae3e
Bump date for double -u. Update paths to use 2.0 as release name
...
instead of 1.5. New sentence, new line. Fix a typo.
2004-12-15 17:12:09 +00:00
wiz
c53d75fdd8
Grammar improvements.
2004-12-15 16:37:58 +00:00
wiz
dd4b29f9a3
Fix typo in comment.
2004-12-15 16:29:53 +00:00
wiz
151274c816
Drop trailing whitespace; punctuation nit.
2004-12-15 15:43:55 +00:00
wiz
1b174bc3bf
New sentence, new line. Zero is no defined value, just a number.
2004-12-15 15:39:03 +00:00
wiz
d33e4d47b8
Drop trailing whitespace.
2004-12-15 15:37:01 +00:00