jmc
03648a201b
Add a -d option to set the DBG flag to whatever flags the builder wants. If
...
it's not set, default to -Os (so it's not hard coded into the binary.)
Generate a makefile by default that does all object file builds in local
subdirs by binary (i.e. bad144 gets built in $OBJDIR/bad144) via a reach over
make. (Sets .PATH and .CURDIR and does a make for the objects needed in that
dir).
Add a -o option that does the old behavior of searching for obj files by
querying the various object environment vars and searching. Without this
option none of the objdir special options, environment vars, etc will have
effect.
Document all the changes in the man page (and specificly note that without -o
none of the objdir functions take effect).
2001-10-04 04:17:04 +00:00
jmc
60263432a6
Add the fact that SRCS depends on machine. This way the link is always created
...
Otherwise trying to do make installboot.o will fail
2001-10-04 04:15:17 +00:00
jmc
7ae0c501ca
Add DBG=-Os to all so libhack.o gets built without using -O2 on it.
...
Also adjust the clean rule to first run the clean rule from ramdiskbin.mk
if it exists (cleans up the object subdirs then from the new crunchgen setup)
2001-10-04 04:14:06 +00:00
jmc
ecf83970eb
Add an unconfig target for the fdset's
2001-10-04 04:11:26 +00:00
rafal
eff7f464bc
Pick up warning fixes from rev 1.115 of bintutils cvs. Part of the following
...
change, though I'm only picking up elf32-mips.c here.
2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
* elfxx-ia64.c: Fix compile time warning messages.
* coff-mcore.c: Fix compile time warning messages.
* coff-ppc.c: Fix compile time warning messages.
* coffcode.h: Fix compile time warning messages.
* elf32-mips.c: Fix compile time warning messages.
* elf64-alpha.c: Fix compile time warning messages.
* libbfd.c: Fix compile time warning messages.
* bfd-in2.h: Regenerate.
2001-10-04 04:03:50 +00:00
lukem
ab71bef52a
a couple of minor fixes. originally by Ruslan Ermilov <ru@FreeBSD.org>,
...
highlighted to me by way of Mike Barcroft <mike@FreeBSD.org> (thanks!)
2001-10-04 00:45:19 +00:00
hubertf
b23688b379
fix RCS Id
2001-10-04 00:11:22 +00:00
hubertf
ef6e39b50d
fix typo: copm -> comp
2001-10-04 00:02:09 +00:00
wiz
b6d001fb58
Use .Dq for quoting, and fix a (double) typo and duplicate words.
...
Slight format improvement for errbuf.
2001-10-03 21:57:58 +00:00
wiz
331a133d4b
Remove two unnecessary .Pps, and fix a xref.
2001-10-03 21:39:04 +00:00
gmcgarry
645f8fe35b
mdoc'ify pcap.3
2001-10-03 20:58:31 +00:00
augustss
3d2be4cf9b
Fix pasto in type of dev_ioctl method.
2001-10-03 20:48:41 +00:00
atatat
4aaca49ce6
Hmm...apparently I left out a word.
2001-10-03 20:29:39 +00:00
bouyer
04dda897ce
In cpu_rootconf() use booted_device instead of rebuilding it from bp->dev,
...
so that a RAID device confgiured with -A root will really be used as root
device.
Discussed on port-sparc s few days ago.
2001-10-03 20:03:29 +00:00
nathanw
586e98e699
Use a value for APMDEBUG_ANOM distinct from APMDEBUG_ATTACH, so that
...
the debug flag has the originally intended granularity.
From seebs@plethora.net via port-i386/13674.
2001-10-03 18:22:13 +00:00
lukem
8c4fc91c36
replace "pkg_dbdir" with "pkgdb_dir", to be consistent with "backup_dir"
2001-10-03 15:41:25 +00:00
lukem
a251d86b79
add F_TYPE to KEYDEFAULT.
...
whilst -c always prints the type (even if removed with -R),
-D wasn't printing it in the default config
2001-10-03 14:33:49 +00:00
enami
6e46b6ec2c
s/genfs_do_putpages/genfs_gop_write/ in uvmhist.
2001-10-03 14:13:08 +00:00
christos
7e19baba28
protect against traditional macro expansion.
2001-10-03 13:32:23 +00:00
simonb
cfd067b21b
One copy of <sys/conf.h> will be enough.
2001-10-03 13:14:02 +00:00
simonb
f13f663c13
Regen: Minor correction to the name of the 405GP PCI bridge.
2001-10-03 12:07:08 +00:00
simonb
f3706d5650
Minor correction to the name of the 405GP PCI bridge.
2001-10-03 12:05:49 +00:00
chs
4dcf281923
use pmap_k{enter_pa,remove}() where appropriate.
2001-10-03 09:40:12 +00:00
chs
f657918fda
deal with bus_addr_t now being a 64-bit quantity. fixes PR 14107.
2001-10-03 09:37:23 +00:00
cjs
350cdd6a80
Since we store the output of ls for use later, make sure that we have TZ=UTC.
...
(Otherwise time zone changes cause us to believe that files have changed
when they have not.)
2001-10-03 07:04:32 +00:00
yamt
9946aef1da
ack intr only when intr is for us.
2001-10-03 06:58:47 +00:00
chs
3aea6d69ad
skip the MADV_SEQUENTIAL processing if we refault. fixes PR 14060.
2001-10-03 05:17:58 +00:00
chs
8b8f98cdbe
don't do any flush-behind for async mounts.
...
this matches the traditional behaviour.
2001-10-03 05:02:46 +00:00
mrg
0cfedcb2eb
frontend driver for the 16 port serial card by aurora technologies. this
...
doesn't quite work yet -- interrupt acknowledgement is hosed (and thus the
device keeps interrupting). uses the newly commited cd18xx backend.
2001-10-03 04:28:41 +00:00
mrg
5d4f3fa900
add a backend serial driver for the cirrus logic CL-CD180/1864/1865
...
8 port chip. this is used in several sbus (sparc) serial boards, as
well as an 8 port isa card from riscom. sio16 (sbus) frontend coming
shortly.
this is heavily based on the com and zs drivers.
2001-10-03 04:25:29 +00:00
lukem
f263bbb1eb
- clean up a couple of comments
...
- reformat some awk blocks
- replace "sed 1d | awk '...'" with "awk 'NR==1 {next;} ...'"
2001-10-03 00:12:17 +00:00
augustss
1339e88a86
Add a new optional method, dev_ioctl, to the audio hardware driver interface.
...
It is called when an unrecognized ioctl() is performed on a device,
thus allowing ioctl()s that frob the hardware driver (like loading
microcode).
2001-10-03 00:04:47 +00:00
augustss
8972205779
Document a new method, dev_ioctl, for passing ioctl() down to the hardware
...
driver.
2001-10-02 23:58:03 +00:00
augustss
9cf205c410
ANSIfy.
2001-10-02 23:31:54 +00:00
augustss
f51c550f74
ANSIfy.
2001-10-02 22:41:22 +00:00
tv
47ab6193ba
Make this a little more portable to other NetBSD versions without
...
MAKE_BOOTSTRAP -- use our hand-rolled [gs]etprogname() at all times (er,
actually, the single time we need it...).
2001-10-02 21:31:01 +00:00
mycroft
9463168fe5
Use WSKBD_TYPE_ADB.
2001-10-02 21:05:39 +00:00
mycroft
5f1dd50365
Add a WSKBD_TYPE_ADB for Macs.
2001-10-02 21:03:05 +00:00
augustss
3b88e4f7d2
Note that spkr and midi can attach to pcppi.
2001-10-02 20:37:00 +00:00
eeh
cd58dffb9d
Handle the situation where console input and console output go to different
...
devices. (N.B. The com driver does not handle different instances as input
and output devices, so this only works for two different drivers.)
2001-10-02 20:19:33 +00:00
pooka
787bb8ce97
fix system freeze in situation where you pop a pcmcia card out of the
...
slot while it is in operation
ok'd by thorpej
2001-10-02 19:17:07 +00:00
pooka
1e72a22c49
move DIAGNOSTIC-printf up one block to make it reachable
...
noted by Christophe Kalt in private email
2001-10-02 17:59:38 +00:00
bjh21
b95ddc4862
Correct broken markup in description of -l.
...
Correct the second synopsis to match the description and the usage message.
2001-10-02 14:45:43 +00:00
bjh21
32261d4b9a
Add .It for -d and -l as well.
2001-10-02 14:41:31 +00:00
bjh21
46dfe969fe
Small formatting changes: Correctly mark the paragraph on -p with .It, and
...
don't put excess words in .Ar in one of the examples.
2001-10-02 14:38:09 +00:00
chs
005366700c
use symlinks instead of a second copy of each shared lib.
2001-10-02 06:43:15 +00:00
chs
fee0c8e5ed
support building fpsp with MAKEOBJDIRPREFIX.
2001-10-02 06:34:52 +00:00
chs
7491bc8eea
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
2001-10-02 06:30:03 +00:00
itojun
ee336410b2
typo
2001-10-02 05:21:21 +00:00
eeh
408b9fac30
Fix rtc_write_reg().
2001-10-02 04:06:26 +00:00