phk
d25df9535b
Augh! Fix the sparc64 build:
...
If we don't have a default label location for the compiled architecture,
insist that a -m <architecture> option is specified.
2003-06-07 22:02:01 +00:00
obrien
089df92b42
This commit was generated by cvs2svn to compensate for changes in r115990,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:54:30 +00:00
obrien
3d5dc30c69
Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (which
...
includes some needed Audigy support). This can be found at
ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.4.tar.bz2
and http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
2003-06-07 20:54:30 +00:00
imp
44feb446a7
MFp4:
...
Migrate some common pccard code into exca.
2003-06-07 20:47:35 +00:00
imp
6fe75065ed
MFP4:
...
Merge some common code from cbb into exca.
2003-06-07 20:46:39 +00:00
alc
c57f179395
Assert that the vm object is locked on entry to swap_pager_freespace().
2003-06-07 20:43:16 +00:00
imp
38a52d3b54
Simplify the power code somewhat (this makes the module about 100
...
bytes smaller).
2003-06-07 20:18:45 +00:00
ru
959908aada
This commit was generated by cvs2svn to compensate for changes in r115984,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:18:23 +00:00
ru
532ed44af5
2003-05-03 Ruslan Ermilov <ru@FreeBSD.org>
...
* tmac/groff_mdoc.man: Slight improvements.
2003-06-07 20:18:23 +00:00
ru
40efdaed65
This commit was generated by cvs2svn to compensate for changes in r115982,
...
which included commits to RCS files with non-trunk default branches.
2003-06-07 20:17:38 +00:00
ru
dc33afe186
2003-05-22 Ruslan Ermilov <ru@FreeBSD.org>
...
* tmac/X.tmac: Fix definition of `em'.
2003-06-07 20:17:38 +00:00
scottl
6d40d0ca55
Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()
...
doesn't get fooled into returning a bogus list. This should fix sysinstall
from segfaulting when no disk devices are present.
2003-06-07 20:02:56 +00:00
ume
e9db84519c
follow dhcp_* changes.
2003-06-07 19:40:54 +00:00
imp
b8cbfc8a9b
Use stdlib.h for getopt interface.
2003-06-07 19:13:57 +00:00
imp
a97c480b64
remove unnecessary '?' from getopt string
2003-06-07 18:46:30 +00:00
imp
5a3c8adbb8
MAXPATHLEN includes trailing NUL
2003-06-07 18:45:45 +00:00
imp
67d1c8d061
Use safer strlcpy and snprintf interfaces
2003-06-07 18:44:04 +00:00
imp
da3e415da1
Get getopt interface from unistd.h
2003-06-07 18:43:09 +00:00
imp
013edfd246
Get getopt interface from unistd.h
2003-06-07 18:35:45 +00:00
jake
b5d362bc53
Implement OF_interpret.
...
Obtained from: netbsd
2003-06-07 18:34:04 +00:00
imp
f6787e2d57
Don't need to redundantly redeclare optreset.
2003-06-07 18:33:18 +00:00
jake
e39ac46db4
- Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h.
...
- On startup print the total physical memory, instead of what we're told is
free by the firmware, to avoid astonishing users.
2003-06-07 18:29:29 +00:00
jake
2a43cda9e8
BKPT_INST is supposed to be a breakpoint, not 0.
2003-06-07 18:24:37 +00:00
jake
027cd7bb84
Use the same SEARCH_DIR as other platforms.
2003-06-07 18:23:50 +00:00
imp
2db9b918f6
When boot strapping from older systems, don't specify a C standard in
...
the bootstrap process. This allows one to more completely build from
a -stable box.
Reviewed by: ru@ (briefly)
2003-06-07 18:16:12 +00:00
obrien
7c18a9f411
Consistently use __inline for pure c89 compilers.
...
Submitted by: Tim Kientzle <kientzle@acm.org>
2003-06-07 18:12:30 +00:00
bmah
25af2d19e0
MFP4: First release notes for 5.1-CURRENT.
2003-06-07 17:46:28 +00:00
bmah
23d35cbc19
MFP4: First errata items for 5.1-RELEASE.
2003-06-07 17:46:09 +00:00
obrien
1b5ff95b09
Add ${AFLAGS} to 'as' invocation.
2003-06-07 17:42:26 +00:00
bmah
140ab1fb5a
Update release documentation version numbers for 5.1-CURRENT.
...
Trim release documentation and errata. While here, put back
some conditional text in the errata that was removed during
5.0-RELEASE and never put back.
2003-06-07 17:38:18 +00:00
phk
8d105bca1c
Improve the root-dev prompt facility for printing devices which could
...
possibly be a root filesystem.
2003-06-07 15:46:53 +00:00
phk
c9fca2ba58
Wait for everything to settle before we try to print the list of
...
geom devices.
2003-06-07 15:32:09 +00:00
phk
01274259b9
Make sure we return an error message if the geom parameter is not
...
located.
2003-06-07 15:31:44 +00:00
sos
2bd32bb6f3
Fix the setup of old Promise controllers, clocks was not setup right
...
causing way too low transfer rates.
Enable interrupts on old CMD64[89] chips, apparently some bogus BIOS's
doesn't get this right.
2003-06-07 15:19:16 +00:00
jhb
3ea76a77aa
- Adjust the comment about re-routing PCI interrupts to be less
...
ia64-specific.
- When trying to re-route interrupts, don't change cfg->intline if the
re-route fails by returning an invalid vector. This fixes machines
without any way of routing interrupts such as older PC's without a
$PIR table.
We do not currently write the new intline value back to the hardware, but
we should. That will likely be added in a later commit.
2003-06-07 15:00:19 +00:00
mux
df4d18c70c
Finish the implementation of the -p switch so that it
...
actually works. I have no idea why this wasn't finished
and happened to try to use it.
2003-06-07 14:36:49 +00:00
jhb
d000b6db79
Reinstate the bug fix in revision 1.2 as it is correct. The errors I saw
...
on my laptop after this change were the result of a bug in the ACPICA code.
2003-06-07 14:34:18 +00:00
phk
727d06d199
Polishing and nitpicking.
2003-06-07 11:06:44 +00:00
mtm
5ba88e8391
Allow the optional setting of a user, primary group, or grouplist
...
when chrooting.
Obtained from: NetBSD
MFC after: 4 weeks
2003-06-07 10:56:12 +00:00
phk
dd1aaed417
Drop a memory-corruption debugging test-tool.
2003-06-07 10:55:48 +00:00
mtm
ab49f7fcef
The dhcp_program and dhcp_flags variables have to be renamed to
...
take advantage of the rc.subr(8) glue. They are renamed dhclient_program
and dhclient_flags.
o Rename them in rc.conf(5)
o Rename them in /etc/defaults/rc.conf
o Add the deprecated variables to /etc/rc.subr
o Isolate the use of the 'command' variable to the
NetBSD specific parts in /etc/rc.d/dhclient.
o Now that dhcp_flags has also been renamed it will
be applied properly by rc.subr(8) glue code.
Reported by: John Nielsen <john@jnielsen.net>
2003-06-07 10:31:17 +00:00
phk
69b4e9ce01
Add missing va_end() calls.
...
Noticed by: tmm
2003-06-07 10:16:53 +00:00
phk
10afeb8271
Sanitize setting of labeloffset and labelsector.
2003-06-07 09:09:39 +00:00
phk
0ad1aba3fb
Sanitize the LABELSECTOR & LABELOFFSET definitions:
...
Remove sparc64 definitions.
Remove fallback definitions.
2003-06-07 09:06:39 +00:00
nyan
37d82464e9
MFi386: revisions 1.13 and 1.14.
2003-06-07 08:36:41 +00:00
nyan
da2b3c28fc
Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.
2003-06-07 08:26:19 +00:00
nyan
d1f00a5d2c
MFi386: revision 1.30.
2003-06-07 08:23:42 +00:00
nyan
090ea661b3
Fixed compile error.
2003-06-07 08:18:25 +00:00
obrien
9b92f918c2
Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.
2003-06-07 08:05:35 +00:00
obrien
9af6eaa8ec
Don't use a C compiler to assemble a pure asm file.
2003-06-07 08:03:19 +00:00