thorpej
f11f32eed1
Since we build with DDB by default, build with SYMTAB_SPACE by default,
...
as well.
2002-01-16 23:49:41 +00:00
thorpej
bd500cc450
When mapping the kernel text/data/bss:
...
* Round the text size up the next page, don't truncate it.
* Pass the kernel L1 table to map_chunk() so that it can try
to use section mappings.
2002-01-16 23:37:05 +00:00
thorpej
fd8ee60d12
Correct KERNEL_TEXT_BASE.
2002-01-16 23:33:51 +00:00
eeh
c2d74dc6cd
In bcopy use 32-bit comparisons in 32-bit kernels.
2002-01-16 22:44:48 +00:00
eeh
14dced409e
Use correct calculation for the trapframe in softtrap for ILP32.
2002-01-16 18:52:35 +00:00
eeh
9ed29324e3
Fix ILP32 bug.
2002-01-16 18:49:22 +00:00
abs
83c1ea626b
Increase the size of the dev mfs to at least enough for 1.5.2 i386.
...
bin/15235 by Gavan Fantom.
2002-01-16 18:30:57 +00:00
tv
f7bea0ea1e
Some sanity fixes (including a possible buffer overflow in makeinfo), plus
...
some fixed proper support for Cygwin hosts.
2002-01-16 17:22:37 +00:00
kleink
15c5d59ce0
Two more supported things:
...
* Siemens MP3-Player USB
* STMicroelectronics ST92163 Mass Storage library Tester
(used in the above)
2002-01-16 17:10:58 +00:00
tsutsui
5e3511e097
Fix a possible uninitialized variable found by new toolchain.
2002-01-16 16:10:32 +00:00
wiz
d2eb889fd9
Whitespace nits; use standard headers.
2002-01-16 12:01:12 +00:00
enami
9ad4436bc2
Fix typo which prevents diagnostic test from working.
2002-01-16 08:33:12 +00:00
onoe
34bf2039e8
Fixed the range of max data length (dot11FragmentationThreshold)
...
for -d option: 350..2304 -> 256..2346 (default is 2304)
Fixed the range of RTS/CTS threshold (dot11RTSThreshold)
for -r option: 0..2047 -> 0..2347 (default is 2347)
2002-01-16 06:54:17 +00:00
thorpej
75dfddd49d
Use bpf_mtap().
2002-01-16 05:56:54 +00:00
tv
4cdd7a39ce
Bleh, make the conditional work *correctly* this time (...teaches me not to
...
try distilling down parenthesized booleans without caffeine).
2002-01-16 03:40:29 +00:00
tv
f740a6705b
Fix typo in previous.
2002-01-16 03:37:03 +00:00
tv
2724818d75
Don't look at archive timestamps if MAKE_BOOTSTRAP is set. (I'm not
...
entirely sure that this is useful *at all* these days, since it's been
turned off for ELF since ELF was brought in....)
2002-01-16 03:36:15 +00:00
ichiro
da39bf6c59
some resources was released at the time of detach.
2002-01-16 03:27:37 +00:00
ichiro
f855f38bdd
add detach/activate routine
2002-01-16 02:11:20 +00:00
eeh
12fcdc813a
Fix illegal pointer manipulations that cause alignment problems.
2002-01-16 01:47:36 +00:00
ross
3b4fb77f19
install fpu.h, needed for new lib/csu features
2002-01-16 01:19:22 +00:00
mrg
e7fdf18240
- WARNS=3 (from ross@netbsd.org)
...
- fix a bug in WAV conversions
2002-01-15 23:48:51 +00:00
thorpej
edd394b53e
Update for 88E1000 model number changes.
2002-01-15 21:01:59 +00:00
thorpej
60ed1aba47
Regen; add another Marvell 88E1000 PHY model number.
2002-01-15 21:00:50 +00:00
thorpej
dcc3d13f0d
Add another Marvell 88E1000 PHY model number.
2002-01-15 20:59:52 +00:00
thorpej
7f29645d87
Regen; add Intel i82544GC Gig-E.
2002-01-15 20:16:36 +00:00
thorpej
4f2478ee1d
Add the Intel i82544GC Gig-E.
2002-01-15 20:14:47 +00:00
tv
a4d805e9d2
Make sure buildmake.sh is run with "sh", rather than depending on executable
...
status. (XXX we should probably come up with a HOST_SH variable for these
instances....)
2002-01-15 19:19:35 +00:00
tv
442feae097
Make use of new make(1) bootstrap in src/tools/make.
2002-01-15 19:17:23 +00:00
tv
a08f30a6ee
Break out make(1) bootstrap config into an autoconf-based mechanism that
...
generates a shell script. Check for existence of POSIX regex, and make
sure an appropriate library is pulled in for it as needed.
2002-01-15 19:15:47 +00:00
tv
1e3d9d1775
Remove parentheticals from _HOST_OSREL, to avoid them showing up in
...
directory names (which would confuse shells).
2002-01-15 19:13:59 +00:00
pk
653e663226
Test DESTDIR and RELEASEDIR for non-emptyness as well as existence, sigh..
2002-01-15 17:45:36 +00:00
pk
0fe18a041a
Remove instbin.cache from dependency lists, since crunchgen is now run
...
unconditionally.
Avoid running the crunchgen command multiple times for each dependent
target by marking only one target (instbin.mk) for unconditional re-make.
2002-01-15 17:41:41 +00:00
wiz
65769c2397
Fix typos.
2002-01-15 17:21:47 +00:00
mrg
78c74d73fd
note about WAV sample conversions.
2002-01-15 17:18:28 +00:00
mrg
826ddb01b9
WAV seems to be signed only; convert unsigned samples.
2002-01-15 17:17:13 +00:00
mrg
fa4d70edd0
add a note about RIFF/WAVE support and one about signed/unsigned big/little conversion.
2002-01-15 17:10:06 +00:00
mrg
7aab3ecc6e
for sun output files, if we have unsigned or little endian data, convert
...
it to signed big endian data. pull in a modified copy of the kernels'
auconv.[ch] to help with this (and remove some home grown code that did
some of the same things.)
2002-01-15 17:02:51 +00:00
mrg
9ab6411c17
sun linear encodings are *signed*
2002-01-15 17:01:33 +00:00
mrg
2b03c0df7a
KNF.
2002-01-15 17:00:53 +00:00
mrg
2f90cc02e7
<dev/auconv.h> -> "auconv.h"; this makes auconv.c portable.
2002-01-15 16:39:50 +00:00
wiz
fd894e8f02
Grammar and typo fixes, markup improvements.
2002-01-15 16:38:29 +00:00
wiz
9e3abd4bd4
.Bd -literal instead of -unfilled.
2002-01-15 16:15:25 +00:00
wiz
af2a05595f
.Dd should get long month names; .Sy is symbolic, .Ss is for subsection headers;
...
drop some unnecessary .Pps.
2002-01-15 16:14:44 +00:00
minoura
8c115084b4
Update for the new boot system.
2002-01-15 16:11:21 +00:00
mrg
36fef830b3
flush the audio buffer on signals; from Ben Wong <hackerb9@u.washington.edu> in PR#9134
2002-01-15 15:18:11 +00:00
wiz
fa6ac3e52a
Drop trailing dot in .Nd.
2002-01-15 14:20:55 +00:00
wiz
a0bbd28ed1
Drop trailing dot in .Nd, sort SEE ALSO, use standard headers, format AUTHORS
...
section.
2002-01-15 14:19:27 +00:00
augustss
5fff88daf1
Note to self: set variable before using it.
2002-01-15 13:50:59 +00:00
drochner
113038dfac
recognize Athlon model 6 (Palomino) and 7 (Morgan)
2002-01-15 13:34:52 +00:00