freza
e5bde12f63
s/lsect->name/lsect->section->name/g in DEBUG code, fixes MKDEBUGLIB builds.
2006-11-25 17:53:27 +00:00
dsl
f26a3ca423
Make the inclusion of the spectrum24t firmware a config option, default
...
to enabled.
2006-11-25 17:52:57 +00:00
christos
9f1ff68ee1
fix missing initializer
2006-11-25 17:43:58 +00:00
elad
6a55f622e6
First take of MI boot(8) man-page, suggested by agc@.
...
Okay agc@.
2006-11-25 17:43:47 +00:00
christos
c0179c282a
spell precede; from Zafer
2006-11-25 16:48:31 +00:00
skrll
f509028063
Provide a nbsd_pid_to_exec_file to assist with attach in a similar way
...
to the change I made to gdb 5.3.
Use on i386. Others to follow.
2006-11-25 16:38:51 +00:00
skrll
dc5413fadf
More fixes from mknative re-run.
2006-11-25 16:24:42 +00:00
skrll
4e99498a2e
Various fixes from mknative re-run.
2006-11-25 16:22:59 +00:00
elad
062d05f541
Remove dead code. __HAVE_PROCFS_MACHDEP is not defined for amd64.
2006-11-25 16:11:07 +00:00
dsl
26ad77c3e1
Report the last sector number of a partition, instead of that of the first
...
of the next - with appropriate discarding of the head/sector values
if the partition is cylinder aligned.
Fixes PR 26921
2006-11-25 16:10:32 +00:00
skrll
c27514b676
Fix the logic for --disable-sym. Hi uwe!
...
Use CPPFLAG_ISYSTEM.
2006-11-25 16:06:04 +00:00
tnozaki
16b9b1a8bf
use mapper_zone to avoid pivot conversion by ucs.
2006-11-25 15:30:44 +00:00
tsutsui
a261787514
Add some macppc specific description. Closes PR port-macppc/34496 by myself.
2006-11-25 15:12:02 +00:00
tsutsui
b7a2205885
BCM5701 B2 requires BGE_QUIRK_ONLY_PHY_1 quirk. From Brian Baird
...
in PR kern/23778.
2006-11-25 13:31:00 +00:00
scw
efb2b3439f
Partition sizes are specified in terms of the physical sector size of the disk.
2006-11-25 13:09:14 +00:00
scw
258fa36dc2
Don't use negative offsets from "bpb.bps" when writing out values such
...
as DOSMAGIC in the MBR. In non-512 byte media, the MBR is still 512
bytes in length.
Based on the patches provided in PR kern/17398 by Trevin Beattie.
2006-11-25 12:29:33 +00:00
scw
4f0ca2726e
Support FAT filesystems on non-DEV_BSIZE media.
...
Based on the patches provided in PR kern/17398 by Trevin Beattie.
2006-11-25 12:17:30 +00:00
scw
79017e8016
- Call disk_blocksize(9) once we know the disk's physical block size.
...
- bounds_check_with_label() has been fixed, so no need to fake the
raw partition's size in terms of DEV_BSIZE units.
2006-11-25 12:06:31 +00:00
scw
e34c588b57
- Call disk_blocksize(9) when we determine the physical block size of the
...
media. (Will this ever be anything other than 2048?)
- bounds_check_with_label() has been fixed, so put the correct partition
size in the default disklabel.
2006-11-25 12:03:38 +00:00
scw
512f329f66
Document disk_blocksize(9).
2006-11-25 12:00:25 +00:00
scw
e07faf8a74
Replace the myriad copies of bounds_check_with_label() with a single MI
...
version.
Add disk_blocksize(9) so that disk drivers can record the physical
block size of a disk if it is different to DEV_BSIZE. Right now this
simply initialises dk_blkshift and dk_byteshift according to the
supplied block size. This information is used in the MI version of
bounds_check_with_label().
2006-11-25 11:59:55 +00:00
tnozaki
0a9d990226
1. add iconv support for Lao language - CP1133, MULELAO-1.
...
2. add alias Thai language: TIS620, ISO-IR-166.
2006-11-25 10:27:22 +00:00
jnemeth
faceec4839
texinfo is now at version 4.8a
2006-11-25 10:18:28 +00:00
skrll
d6e38a90f8
Pull across the gcc fixes for the ICEs seen when cross-compiling hp700 on
...
64bit hosts.
- gimpy's fix has been done differently when fixing gcc
target/29114
- the second is one I debugged with Dave Anglin's help. The fix
is from Dave.
There still seem to be codegen bugs, however.
Bump version to NetBSD nb3 20061125
OK'd by mrg.
2006-11-25 10:05:43 +00:00
jnemeth
0b9c3e7f59
PR/30618 -- info dumps core
...
fix from Efstathios Kamperis
2006-11-25 10:02:53 +00:00
skrll
45ea587c94
Expose the 'exe' symlink to the process realpath in NetBSD as well. An
...
example user is gdb.
OK'd by christos.
2006-11-25 09:39:34 +00:00
riz
0ed9b3e5ea
add reloc.h to the list - missed this in the last commit.
2006-11-25 07:38:44 +00:00
riz
11f6dc7a44
Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compiling
...
a host tool - it's never used there.
2006-11-25 07:32:53 +00:00
uwe
6718552664
"Regenerate" by propagating configure.ac chanages:
...
Recognize sh64*- and sh*- targets instead of just sh64- and sh- to
accomodate little-endian (e.g. "shle"). While here, recognize sh5*- too.
Makes cross-gdb compile for hpcsh (shle target) withought forcing
--disable-sim.
2006-11-25 04:59:01 +00:00
uwe
0b48c1fd38
Recognize sh64*- and sh*- targets instead of just sh64- and sh- to
...
accomodate little-endian (e.g. "shle"). While here, recognize sh5*- too.
Makes cross-gdb compile for hpcsh (shle target) withought forcing
--disable-sim.
2006-11-25 04:57:51 +00:00
tsutsui
963a39e836
- add RE_RX_DMAMEM_SZ macro to hide a bit confusing hack
...
(allocating TX padding buffer in RX DMA mem to save resouces)
and use it where appropriate
- add a comment about the hack in re_attach() too
- pass a correct size on bus_dmamem_unmap() for RX DMA mem
2006-11-25 02:42:18 +00:00
wiz
5c056f6785
s/apparant/apparent/, from Zafer.
2006-11-24 22:54:47 +00:00
wiz
09cb1d6f1c
s/existance/existence/, from Zafer.
2006-11-24 22:52:16 +00:00
wiz
6919c6578c
s/independant/independent/, from Zafer.
2006-11-24 22:04:21 +00:00
wiz
fa34b615d2
Correct spelling of "immediate(ly)". From Zafer.
2006-11-24 21:23:07 +00:00
wiz
d6a98601a8
s/heirarchy/hierarchy/, from Zafer.
2006-11-24 21:20:05 +00:00
wiz
4b19648772
s/greatful/grateful/, from Zafer.
2006-11-24 21:15:54 +00:00
wiz
40d5f88af4
s/exceded/exceeded/, from Zafer.
2006-11-24 21:14:55 +00:00
perry
d5a94c1472
utilize -> use
...
"utilize" is an abomination. It means exactly the same thing as "use",
but it is longer and more cumbersome. I removed almost all of the
instances outside of dist files a long time ago, but this file ended
up with a few since then.
2006-11-24 20:02:15 +00:00
christos
1665d5e960
fix spelling of accommodate; from Zapher.
2006-11-24 19:46:58 +00:00
christos
d8f5d5f044
fix capitalization of NetBSD; from Zapher
2006-11-24 19:38:55 +00:00
christos
3d98aa3f4b
fix spelling of accidentally; from Zapher
2006-11-24 19:37:02 +00:00
tnozaki
3fb79e8260
don't read input string more than MB_LEN_MAX(maybe redundant escape sequence).
2006-11-24 17:27:52 +00:00
reed
f8ee2d04c1
Document AI_NUMERICSERV.
...
(When manpage was rewritten some docs were lost.)
2006-11-24 16:56:18 +00:00
tnozaki
663e0dad61
don't throw EILSEQ when byte sequence is "zW ".
2006-11-24 16:52:20 +00:00
tsutsui
47af0126d5
Change RXFIFO, RXDMA and TXDMA configrations to values taken from
...
the Reaktek's driver, which are also used in FreeBSD.
Fixes RX FIFO overrun errors on my Duron 1300MHz PC.
(Note the configuration values for rtk(4) are not changed)
Also add some debug printf's in RX error case (disabled by default).
2006-11-24 16:30:45 +00:00
martin
381d97cf19
Snapshot of work in progress gem @ sbus attachement. Don't use at home
...
yet!
Thanks to Steve Rikli for providing hardware and test equipement,
and to uwe for a lot help understanding the hardware.
2006-11-24 13:23:32 +00:00
martin
3a83155c93
Ooops - make it compile again.
2006-11-24 13:05:29 +00:00
martin
bed31b2f32
In preparation for gem @ sbus: split the GEM registers into two halfs
...
and provide a bus_space_handle_t for each. While there, fix a typo
in gem_bitwait().
2006-11-24 13:01:07 +00:00
is
9f6b10c456
Check parameters to avoid potential panic root user.
...
Patch checked by chopps@.
2006-11-24 12:47:43 +00:00