Commit Graph

143879 Commits

Author SHA1 Message Date
apb
f34c12e989 Make ".WAIT" apply recursively to all children of nodes on the right
hand side of the .WAIT, except when the recursive interpretation would
cause a cycle in the dependency graph.

Discussed in tech-toolchain.  Reviewed by christos, sjg.
2006-02-26 22:45:46 +00:00
wiz
3ea7f78b57 Fix typo. 2006-02-26 22:40:50 +00:00
sjg
701c9d99a7 Using ./bin in the test case, causes problems when 'make test' is
run from 'unit-tests' rather than the parent dir.
2006-02-26 22:20:55 +00:00
he
5c8819cf0b Fix one more missing double quote. 2006-02-26 21:50:49 +00:00
sjg
2bc18a45e6 Update man page and add test case for specifying modifiers via variable.
Also allow said variable to appear anywhere in the modifier list.
2006-02-26 21:43:00 +00:00
he
016de84c5b Insert an obviously missing double quote. 2006-02-26 21:42:16 +00:00
apb
9e61b51ee3 Fix default handling. etcupdate with no "-s" flag
should act like "etcupdate -s /usr/src".
Approved by christos.
2006-02-26 19:56:51 +00:00
apb
8cc0e19f2c Typo in comment. 2006-02-26 19:55:46 +00:00
apb
03f40d9364 Pass BUILD=1 in make environment.
Fixes PR 30385 from Rui Paulo.
Approved by chrisros.
2006-02-26 19:51:05 +00:00
christos
cde6642bee PR/32931: Johan Veenhuizen: cat(1) does not clear the EOF indicator for
stdin in cooked mode.
2006-02-26 19:44:24 +00:00
christos
1b02e59c4e PR/32937: Stefan Sonnenberg-Carstens: Added support for Pentium M 740,
1.73 GHz Enhanced SpeedStep frequency settings
2006-02-26 19:40:53 +00:00
he
ab9a43a85f Follow up rename of in_cksum.c to ip_cksum.c. 2006-02-26 19:20:57 +00:00
thorpej
845050cf52 Use device_is_a(). 2006-02-26 18:59:46 +00:00
cube
2d6c09f7a7 Resource lists end with END_TAG, not END_DEPENDENT. Makes the
PCI_INTR_FIXUP code "work" again.

Most of the time it will produce a warning about a misaligned resource
pointer, but it's harmless, and the warning was removed in the next version
of the ACPI-CA code.
2006-02-26 18:46:04 +00:00
kent
d3dccfb5d8 regenerate for syscalls.master rev.1.16 2006-02-26 17:13:51 +00:00
kent
1d37dd09ca follow recent changes in sys/kern/syscalls.master 2006-02-26 17:12:44 +00:00
dsl
b051d89585 Make floppy install messages less confusing (maybe).
Make floppy file system type settable - it depends on the system you are
using to write the split sets, not the target.
2006-02-26 10:25:52 +00:00
thorpej
83c5f95a8d Fix typo. 2006-02-26 06:17:44 +00:00
thorpej
a4f36d5d21 Use device_is_a(). 2006-02-26 06:17:00 +00:00
thorpej
8ac4586816 Use device_is_a() more. 2006-02-26 06:15:01 +00:00
thorpej
9d54e15b94 Use device_is_a(). 2006-02-26 06:12:59 +00:00
thorpej
b30011ecd0 Don't fiddle with emac here; call the common ibm4xx_device_register(). 2006-02-26 05:51:52 +00:00
thorpej
ec8984ed6f Set emac0-mac-addr in the "board info" propdb. 2006-02-26 05:49:05 +00:00
thorpej
b81a24a297 Use device_is_a(). 2006-02-26 05:36:15 +00:00
thorpej
132ce1f07f Use device_is_a() 2006-02-26 05:24:52 +00:00
uwe
2817b4e30f Report power status to apm. Reported are AC on/off, batter absent,
battery is being charged, and estimated battery percentage (thanks to
Joseph Heenan for battery discharge measurements).
2006-02-26 03:25:44 +00:00
dyoung
f140ae1967 Add tags from sys/arch/x86/ to the i386 tags file. 2006-02-26 03:08:02 +00:00
dyoung
0f0c24e0c7 Print the "bad-fcs" radiotap flag. 2006-02-26 03:04:28 +00:00
dyoung
125170229e Reduce diffs between NetBSD's authoritative radiotap header file
and TCPDump's.
2006-02-26 03:04:03 +00:00
dyoung
dd269ac542 This patch removes one possible cause for a prolonged "out of disk"
condition on /tmp/:  if creating the file list ($FILELIST) fails,
immediately exit with a non-zero result code.  This fixes a bug
where, if the file list filled /tmp/, updatedb.sh would nevertheless
run for several minutes before it removed the file list as it quit.
2006-02-26 03:00:16 +00:00
wiz
120c0e6d94 NetBSD -> Nx; break lines after 80 chars; other minor fixes. 2006-02-25 22:57:09 +00:00
rpaulo
7ad8c01644 mention postfix 2.2.9 2006-02-25 22:55:23 +00:00
wiz
0db89c4942 Remove trailing whitespace. 2006-02-25 22:54:23 +00:00
rpaulo
0b9cd89626 Add gcc 4.1.0 2006-02-25 22:44:27 +00:00
rpaulo
66d4bfa5f5 postfix 2.2.9 imported
postfix 2.3 is at 20050207.
2006-02-25 22:40:17 +00:00
rpaulo
7afb97ea59 resolve conflicts 2006-02-25 22:17:12 +00:00
rpaulo
b540f1d62f postfix 2.2.9 2006-02-25 22:04:07 +00:00
christos
c9ec09a52e spelling fixes Trond Endrestøl 2006-02-25 21:58:16 +00:00
dsl
ac97411677 Use a menu for 'install from floppy' questions.
Ask whether the user wants to delete the fetched files (ftp and floppy) after
install.  Delete after sucessful install of each file.
Kill bufferred tty input in a couple of places when typeahead will be wrong.
Code added to run.c to do a 'cd' in the child, unused (so far).
2006-02-25 20:21:00 +00:00
christos
286c74606d update for auxgreg, clock, timer sparc man page addition. 2006-02-25 17:44:50 +00:00
christos
f7d011d759 Add 3 man pages from: Stephan Meisinger 2006-02-25 17:42:42 +00:00
thorpej
a1050c527b Use device_is_a(). 2006-02-25 17:32:43 +00:00
christos
330d630ab9 leave the old number for vinum in (for reference). Prompted by veego. 2006-02-25 17:16:45 +00:00
uwe
9c1b217d35 Cosmetic. Consistenly use return without parens as new KNF requires.
Move assignment out of conditional expression.
2006-02-25 16:43:36 +00:00
christos
7a7bfc184b put back the vlan cat page. 2006-02-25 16:41:57 +00:00
wiz
11aa6228ac postfix-2.2.9 is out. 2006-02-25 13:35:44 +00:00
dsl
cd974d281d target_realpath() is only used by the code that updates libraries from
a.out to elf - so move it into aout2elf.c
I'm not even sure this code is important at all any more.
2006-02-25 13:29:34 +00:00
simonb
5cfbf7bf76 Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT. 2006-02-25 12:04:23 +00:00
simonb
bee087d4cc libcompat isn't needed any more here. 2006-02-25 12:00:24 +00:00
simonb
3204463045 We link against libl and liby, so depend on them too. 2006-02-25 11:57:52 +00:00