christos
26acf9f9d6
don't check for NaN if fpe.
2008-05-03 16:28:56 +00:00
lukem
66176dfdff
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
...
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00
martin
84a064c56f
Move to 2 clause license
2008-05-02 21:48:18 +00:00
martin
cd22f25e6f
Move TNF licenses to 2 clause form
2008-05-02 18:11:04 +00:00
christos
00c6e78061
Since we cannot guarantee that all machines do ieee math, or that they have
...
the proper math setup deal with SIGFPE directly.
2008-05-02 15:10:05 +00:00
christos
ee5dd5c8d7
fix const and volatile printing in types.
2008-05-01 21:52:19 +00:00
gdt
36bcd10549
Use -f in cp, so that a previous file in the OBJDIR that's read-only
...
won't cause a failure.
2008-05-01 20:56:39 +00:00
christos
1347903131
PR/38543: Valery Ushakov: Don't crash printing anonymous unions. XXX: Type
...
printing is phase2 is buggy since it does not print the qualifiers, but this
is for another day.
2008-05-01 15:39:33 +00:00
jmmv
75562a3ca6
Adjust the build of the ATF tools to use the new paths to the source files
...
and the new library names. Per import of atf-0.5.
2008-05-01 15:35:14 +00:00
ginsbach
709ba647ca
Remove clause 3 and 4 from TNF licenses
2008-04-30 14:22:14 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
martin
3028e483e4
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
martin
ce099b4099
Remove clause 3 and 4 from TNF licenses
2008-04-28 20:22:51 +00:00
christos
17a5e23949
Make sure the current message (dot) is set correctly when changing the
...
display state, i.e., hidden/exposed tags or threads. This fixes at
least two problems:
- If the current message is a duplicate that is deleted by the "deldups"
command, then the dot was invalid making all messages appear to have
been deleted. It is now set to the surviving duplicate message.
- If the current message is tagged, the "hidetags" command would leave
the dot invalid and the dislay would reset it at the top of the
current screen. It is now set the the first untagged (and
not deleted) message after the previous (tagged) dot message.
From Anon Ymous
2008-04-27 22:26:50 +00:00
nakayama
66f1c31a47
grep "-H" option (print the filename for each match) always prints
...
filenames whether "-h" option (suppress filenames when multiple files
are searched) is speficied or not.
Make zgrep "-h" option actually works with using "-H" option only
when "-h" is not specified.
2008-04-27 09:27:55 +00:00
nakayama
c9f8548d80
Our gzip does not have "-o" option.
...
So replace -o with >, then znew can now work again.
2008-04-27 09:07:13 +00:00
christos
cb68ac0e9c
print the types involved in an error.
2008-04-27 01:45:04 +00:00
christos
acfccdf2a5
reorder a couple of error messages.
2008-04-27 00:13:58 +00:00
christos
3123c3e08f
Fix complex double to be '\0' instead of 'u', from Nicolas Joly.
2008-04-26 23:34:55 +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
christos
67cf388a2b
print the types involved in the mismatch.
2008-04-26 19:38:30 +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
christos
e92259d4ee
handle lintlibrary output of _Complex types.
2008-04-25 22:22:28 +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
5f562aba67
handle case C1 ... C2:
2008-04-25 17:18:24 +00:00
thorpej
c7ece08d20
net.atalk, not net.at.
2008-04-24 04:09:50 +00:00
thorpej
40edcfedc2
Note which things are not available by KVM, and print a nice message
...
stating so if someone specifically asks for it.
2008-04-24 04:09:27 +00:00
thorpej
9af7365b12
Make note of a few things no longer available via kvm.
2008-04-24 03:46:25 +00:00
christos
a2fe0ba0a1
Fix a header decode mistake that caused mime header lines decoded by
...
hfield() to be decoded as if they were "unstructured" regardless of
their type. This resulted from calling mime_decode_hfield() with the
body of the header line, i.e., the portion after the colon header
field name terminator, rather than the full header line.
From Anon Ymous
2008-04-24 01:27:06 +00:00
thorpej
2654d13326
netns is no longer in the tree; completely purge it from netstat(1).
2008-04-23 15:35:37 +00:00
thorpej
d2d995427e
Make DDP stats per-cpu. While here, bump the counters to 64-bit and
...
make them available by sysctl.
2008-04-23 15:17:42 +00:00
plunky
6aadc469d7
don't include <cons_pcb.h> as it is unnecessary
2008-04-23 08:26:47 +00:00
thorpej
02f63fe1bf
PF_KEY stats for IPSEC and FAST_IPSEC are now per-CPU.
2008-04-23 07:29:47 +00:00
thorpej
caf49ea572
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
...
netstat_sysctl().
2008-04-23 06:09:04 +00:00
lukem
b81e94d02a
Use the service name to getaddrinfo() (along with the host name), so that
...
features such as DNS Service Discovery have a better chance of working.
Suggested by David Young <dyoung>.
Display the service name in various status & error messages.
Don't getservbyname() the :port component of a URL; RFC 3986 says it's
just an unsigned number, not a service name.
2008-04-22 12:59:33 +00:00
dsl
9890613c15
Fix integer random numbers when bounds given in the wrong order.
2008-04-21 20:33:41 +00:00
veego
638a0ef64f
Apply the change in rev 1.15 also to the non PAM code.
2008-04-21 17:37:51 +00:00
thorpej
6144958d8f
ARP and IGMP stats are now available by sysctl.
2008-04-15 16:06:28 +00:00
thorpej
83dd106948
Make IGMP stats per-cpu.
2008-04-15 16:02:03 +00:00
thorpej
881a947288
Make ARP stats per-cpu.
2008-04-15 15:17:54 +00:00
thorpej
1121526b25
Make CARP status per-cpu.
2008-04-15 06:03:28 +00:00
thorpej
0e499be12d
Make pim6 stats per-cpu.
2008-04-15 05:40:15 +00:00
thorpej
16497cdf28
Make raw6 stats per-cpu.
2008-04-15 05:13:37 +00:00
thorpej
db098952cf
Use ANSI function decls throughout.
2008-04-15 04:50:05 +00:00
thorpej
c2da059bc6
Make udp6 stats per-cpu.
2008-04-15 04:43:25 +00:00
dholland
420b514ac8
Remove insane centering code (that broke on strings of length 1) and
...
replace it with sane centering code. Fixes PR bin/38209, although with
a different patch.
2008-04-13 03:46:30 +00:00
rmind
8d700f664c
Fix shared memory code that it could handle > 4GB addresses correctly.
...
PR/38109, patch (a little bit modified) from Chris Brand.
2008-04-12 20:49:22 +00:00
oster
ff5172a732
Fix a problem in 'top' where we could end up with the following sort of
...
load-average display:
load averages: 1.12, 3.45, 6.7890
as the load on the system drops from long-term triple-digit averages
closer to zero.
2008-04-10 20:41:42 +00:00