dsl
9f624ea07b
Instead of trying to report all the 'job suspended' and 'job resumed'
...
messages whan make itself is suspended (ie by ^Z) before make actually
suspends, supress the messages during this sequence.
This means we don't care that they would be output after the suspend
and we can stop attempting to reap child status from withing the signal
handler (which doesn't work for recursive parallel makes).
The code simplification means that we can remove much of the code that
blocked signals - since the signal handlers (expect that for ^C and friends)
now do almost no work.
2006-10-09 13:40:11 +00:00
dsl
8ff168b387
Another piece of code that was clearly committed before being compiled.
2006-10-09 12:53:39 +00:00
yamt
86004aaed3
fix some warnings in the case of PDSIM.
2006-10-09 12:50:39 +00:00
yamt
cf17315fe8
add parentheses.
2006-10-09 12:43:32 +00:00
yamt
dd099bf0ca
include string.h for memset.
2006-10-09 12:40:00 +00:00
yamt
dbdfc1f677
move src/sys/uvm/pdsim to src/regress/sys/uvm/pdsim.
...
no objection on tech-kern@.
2006-10-09 12:32:21 +00:00
mlelstv
c6d3fb32fc
It is sufficient to have the members volatile.
2006-10-09 11:38:54 +00:00
dsl
861fc6431d
Fix core dump caused by non-zerod memory.
...
From Auster in current_users.
2006-10-09 11:37:31 +00:00
yamt
cb88d60f6d
yamt-splraiseipl: sgimips.
2006-10-09 11:30:53 +00:00
dsl
5400d47389
Put NOMAN= back before the include of bsd.own.mk
2006-10-09 11:25:03 +00:00
peter
85e327e25c
KNF: No variable names in the prototype.
2006-10-09 11:03:43 +00:00
peter
9fc3877a2a
Remove unneeded usage of LIST_*.
...
ok cube@
2006-10-09 10:46:00 +00:00
peter
56a1ab047b
s/REGENTS/AUTHOR/
2006-10-09 10:37:23 +00:00
peter
9eddf38521
Remove (the default) #define XXXDEBUG and add the options to the relevant
...
files.xxx file.
2006-10-09 10:33:42 +00:00
yamt
6cb60d8205
yamt-splraiseipl: amiga, cesfic.
2006-10-09 10:17:17 +00:00
yamt
0076ff221f
yamt-splraiseipl: remove status of amiga and cesfic,
...
because these errors were due to stale files in my build directories.
2006-10-09 10:12:55 +00:00
mrg
d32c431bcc
- use PROG not PROG_CXX
...
- link with -lm -lsupc++
as discussed in the audit-trail for PR#26714, now fixed.
2006-10-09 08:32:53 +00:00
mrg
b55240a473
- clean up some comments to reality.
...
- retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX
- in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC
- add LIBSUPCXX
- don't default USE_LIBSTDCXX or USE_GCC4 since they are
not used in the tree any where
- same with USE_XF86_4; retire it
- remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
2006-10-09 08:32:11 +00:00
uebayasi
a70b6fe53b
No variable name in function argument declaration.
2006-10-09 07:52:59 +00:00
martin
9e7dc0ba61
More debug output for matching the boot device.
2006-10-09 07:36:09 +00:00
manu
966e3f130f
Fix memory leak (Coverity 3438 and 3437)
2006-10-09 06:32:59 +00:00
manu
331d3b1287
List modified files for last commit
2006-10-09 06:21:11 +00:00
tsutsui
0f4d7bb188
Update comment for recent reorganization of 64bit/32bit kernel configurations.
2006-10-09 06:20:05 +00:00
manu
6eca4f09f3
Correctly check read() return value: it's signed (Coverity 1251)
2006-10-09 06:17:20 +00:00
mrg
273c5b01ad
avoid bringing in mc146818 routines for kernels that do not have the
...
'rtc'-style clock linked in. put the rtc code in it's own file and
only link it in if it is actually configured. fixes PR#23342.
2006-10-09 03:34:56 +00:00
oster
04200d30df
Remove unused variable. (Noted by mrg. Thanks.)
2006-10-09 02:43:28 +00:00
martin
fadbb60986
Remove unused variables.
2006-10-09 00:39:06 +00:00
martin
dd30915732
Fix PR port-i386/33550 by Scott Ellis as suggested:
...
make sure the overrides to STRIPFLAGS etc. persist by including
bsd.own.mk earlier.
2006-10-09 00:00:34 +00:00
cube
a109a81207
Don't look at CPUID_TM in cpu_feature if vendor is AMD because it has a
...
totally different meaning... (Namely, Long Mode ability, which is, well,
expected on family 15 models.)
2006-10-08 23:58:14 +00:00
christos
d189b90166
Don't re-use dev in ptmopen, because we need to check the minor again for
...
linux. Add some more debugging.
2006-10-08 23:54:19 +00:00
oster
89d18f0e72
Fix previous a different way. (pseudo_disk_init() needed to be called earlier)
2006-10-08 23:22:26 +00:00
martin
0efa9c8ed3
Make lo* always have the IFF_RUNNING flag set, to apease some
...
SNMP apps. Fixes PR kern/11830.
2006-10-08 23:19:32 +00:00
christos
aa4e53f0e7
Call pseudo_disk_init in the autoconfig case.
2006-10-08 22:57:51 +00:00
christos
057b918239
add {proc,lwp}_initspecific and use them to init proc0 and lwp0.
2006-10-08 22:57:11 +00:00
christos
3ad77842ea
XXX: FIXME: Cannot assert sleepable here; called from lwp_exit2 which is not.
2006-10-08 22:55:48 +00:00
kardel
f34e7857d3
keep len correct when substituting variables - fixes PR/24458
2006-10-08 22:21:14 +00:00
bouyer
af0dfc77d5
Alias 'halt' to 'poweroff' for now ...
2006-10-08 22:16:27 +00:00
elad
93bbf8101f
PR/32759: Ulrich Heilmann: Output of cat -s -n is wrong
...
Applied patch from David A. Holland, thanks!
2006-10-08 21:52:56 +00:00
dogcow
f6a57672cd
Build virecover.0
2006-10-08 21:47:21 +00:00
apb
b6a988f3f2
Add man page for rcs2log(1).
2006-10-08 21:28:08 +00:00
apb
8371d48da2
Install the man page for rcs2log.
2006-10-08 21:27:21 +00:00
apb
83863ce48b
Man page for rcs2log, obtained from a newer version of cvs.
...
GPL licenced. Thanks to rix_h in #netbsd-code.
2006-10-08 21:26:37 +00:00
elad
ac3f498792
Typo, from David A. Holland on #NetBSD-code, thanks!
2006-10-08 20:12:27 +00:00
elad
4967fa3f06
PR/20875: Robert Elz: Incorrect facts in rtsol(8) man page
...
Patch applied, thanks! (yes, I've read the audit-trail. This is correct.)
2006-10-08 19:36:05 +00:00
uwe
d9338e1f50
general_exception() is called with all interrupts masked in SR
...
(effectively we were running syscalls with interrupts disabled).
splx back to previous interrupt level from tf->tf_ssr.
XXX: tlb_exception() still has that problem.
2006-10-08 18:20:42 +00:00
martin
a073765d4a
Apply patch from Peter Bex to fix PR bin/31922.
2006-10-08 18:09:47 +00:00
elad
4c99077841
PR/31497: Robert Elz: rc.d/accounting should have KEYWORD: shutdown
2006-10-08 18:08:39 +00:00
apb
eaa27e0a0c
Make this compile again. Reported by Steven Bellovin.
2006-10-08 18:00:30 +00:00
apb
24f8b5315f
Clarify that DESTDIR/OBJDIR/etc are absolute paths, but build.sh
...
-D/-O/etc allows relative paths.
Closes PR 32345 by Andre Luiz de Oliveira.
2006-10-08 17:54:30 +00:00
peter
e263dfd62f
WFORMAT is no more...
2006-10-08 17:52:28 +00:00