xtraeme
b02a77aff5
Add missing cast, noticed by Paul Goyette in current-users@.
2008-04-26 20:58:51 +00:00
christos
0ab7d1a4f5
same change: double is emitted as '\0'
2008-04-26 20:31:45 +00:00
christos
93cd306a8f
make the complex float/double annotated consistently with regular float/double.
2008-04-26 20:11:09 +00:00
xtraeme
ebbe324501
Add some missing initializers to build the LKMs with WARNS=4.
2008-04-26 20:10:15 +00:00
christos
9d8a22cf84
make all shared libraries depend on libc.
2008-04-26 20:03:44 +00:00
christos
6e8524778b
Remove 3 functions that exist in libc. This does not break binary compatibility
...
since we always link with libc.
2008-04-26 19:49:38 +00:00
christos
67cf388a2b
print the types involved in the mismatch.
2008-04-26 19:38:30 +00:00
christos
f5e7bbccfe
Put back USE_SHLIBDIR and remove the confusing lint comment that made me
...
comment it out in the first place.
2008-04-26 19:19:06 +00:00
xtraeme
9f6e54935c
Also attach in the IT8726F Super I/O.
2008-04-26 19:01:53 +00:00
tsutsui
f18be52f75
Build install kernels and standalone bootloaders in their own directories
...
so that parallel build works properly.
2008-04-26 17:42:09 +00:00
christos
b965d925d7
- simplify logic in getting the filename index.
...
- fix an allocation botch.
2008-04-26 17:11:52 +00:00
christos
fec2a3517e
fix "long double" type recognition which broke with the complex changes.
2008-04-26 16:14:23 +00:00
darcy
0669406131
Add a little more detail when verbosity is requested.
2008-04-26 15:13:00 +00:00
drochner
a4edd0fe73
try to update for OHCI device/softc split, untested
...
(I've asked for testing on Apr 3, w/o success.)
2008-04-26 14:57:44 +00:00
tsutsui
14e5e08b41
Build install kernels and standalone bootloaders in their own directories
...
so that parallel build works properly.
2008-04-26 14:49:43 +00:00
yamt
fb0cfeb7dd
fix a locking botch. PR/38415 from Wolfgang Solfrank.
2008-04-26 13:44:00 +00:00
xtraeme
fe3dc8ad88
Fixup the rfact for the -12V sensor in the Gigabyte P35C-DS3R
...
motherboard.
2008-04-26 13:02:35 +00:00
xtraeme
27a6b8b36a
Fixup the negative VINs, they were inverted and conversion was wrong.
2008-04-26 12:59:24 +00:00
cegger
0713fc37a9
ansify
2008-04-26 12:03:43 +00:00
xtraeme
f4ac0ac2c7
Cur -> Current for the header.
2008-04-26 11:28:26 +00:00
xtraeme
7dbfb3923c
In default display mode, fix up the indentation for the critical
...
limits so that they appear in the correct column.
2008-04-26 11:15:14 +00:00
tsutsui
187061c9e6
Put RAMDISK kernel and bootloader into / of iso-image.
...
(they can be used for boot from ISO on ARCBIOS)
2008-04-26 10:45:49 +00:00
yamt
ee319e086d
netstat_sysctl: set sysctl_size correctly. (fix netstat -s garbage output)
2008-04-26 08:17:01 +00:00
yamt
4f47226d42
udp_init: don't forget to allocate udp6stat_percpu.
2008-04-26 08:13:59 +00:00
yamt
167fe02fc8
tcp_init: don't forget to allocate tcpstat_percpu.
2008-04-26 08:13:35 +00:00
yamt
0e18a54641
fix a comment.
2008-04-26 08:09:30 +00:00
yamt
52c2e613a9
idle_loop: unsigned -> uint32_t to be consistent with the rest of the code.
...
no functional change.
2008-04-26 08:08:27 +00:00
yamt
582ad655c2
fix a comment.
2008-04-26 08:06:11 +00:00
tsutsui
9188a0e30d
Shrink install kernels a bit.
2008-04-26 03:08:59 +00:00
xtraeme
f960b01be8
* Improve default display output by adding a header that will match
...
current value as well as critical limits set and sensor unit.
* Add a new flag: -T. When it's enabled statistics will be created for
the sensors. Max, min and average statistics as well as sensor unit
will be displayed. Must be used with an interval.
You can see the new code in action here:
http://www.netbsd.org/~xtraeme/envstat_stats.txt
Thanks to jmcneill@ for comments and ideas.
2008-04-26 02:56:57 +00:00
tsutsui
080dee1d75
Remove obsolete options SHMMAXPGS.
2008-04-26 02:43:07 +00:00
jmcneill
da01aef3c1
Use isareg constants in thinkpad_brightness_read where possible
2008-04-26 01:19:15 +00:00
dogcow
9fdae5aaa5
make this compile again. (hi, xtos!)
2008-04-25 23:51:41 +00:00
he
fffa7e0bcb
Bump the ramdisk from 500k to 700k to compensate for bloat which
...
happened while the sun2 kernels were unbuildable.
2008-04-25 23:01:27 +00:00
christos
fc2c50c090
add the math library.
2008-04-25 22:26:06 +00:00
christos
e92259d4ee
handle lintlibrary output of _Complex types.
2008-04-25 22:22:28 +00:00
christos
98e7e8e9f7
avoid shadow variables, and enable lint.
2008-04-25 22:21:53 +00:00
christos
69ade9fd6e
preliminary _Complex support.
...
NB: Does not really understand type conversions between complex and doubles.
2008-04-25 22:18:34 +00:00
christos
bd1ba72f92
make name const.
2008-04-25 21:20:57 +00:00
ginsbach
b876d7a7df
Add %F the ISO 8601 date format which is equivalent to %Y-%m-%d. This
...
format character is supported for reasons of symmetry with strftime(3).
FreeBSD and GNU versions of strptime(3) both support %F.
2008-04-25 20:51:10 +00:00
christos
c9cdc30221
- always check malloc results
...
- don't leak fds on error
- don't cast malloc
- don't cast NULL
2008-04-25 17:44:44 +00:00
christos
0527f291b9
minor restructuring.
2008-04-25 17:41:10 +00:00
christos
1a72a1c693
fix signature
2008-04-25 17:39:20 +00:00
christos
ffeec10260
warns=4
2008-04-25 17:34:38 +00:00
christos
76560beef5
Detect unmatched quotes inside old style command substitution.
...
echo `"`
2008-04-25 17:32:31 +00:00
christos
ee7f0d99cd
add ellipsis test
2008-04-25 17:19:14 +00:00
christos
5f562aba67
handle case C1 ... C2:
2008-04-25 17:18:24 +00:00
christos
eaacd42b0f
I don't see why we need to strong alias those. Nothing else does it.
2008-04-25 16:43:00 +00:00
ad
52b171cac6
fillw() is no longer used.
2008-04-25 16:34:25 +00:00
joerg
289d04bffd
Fix a bug in the linkresolver for tar format. When linkresolver is done,
...
the entry belongs to the caller, so don't keep a reference to it and use
the local copy for inode comparision.
2008-04-25 15:04:21 +00:00