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
thorpej
8fc3977bed
Don't even bother initializing the namelist if we're not going to use it.
2008-04-10 17:16:39 +00:00
thorpej
f2bff8adc3
Use sysctl to fetch network statistics unless a memory file is specified
...
on the command line.
2008-04-10 17:14:25 +00:00
tsutsui
23023a98aa
Add more libraries required by libgssapi and libkrb5 etc. in NOPIC case.
2008-04-10 15:05:23 +00:00
njoly
e3df4dc6c4
s/_POSIX_MESSAGE_PASSING/_SC_MESSAGE_PASSING/ in value.
2008-04-09 18:38:12 +00:00
christos
e8853135f2
fixed reversed tests in calendar (from Anon Ymous)
2008-04-09 17:47:53 +00:00
thorpej
3f466bce48
Change IPv6 stats from a structure to an array of uint64_t's.
...
Note: This is ABI-compatible with the old ip6stat structure; old netstat
binaries will continue to work properly.
2008-04-08 23:37:43 +00:00
thorpej
aa8724ff7b
Change ICMP6 stats from a structure to an array of uint64_t's.
...
Note: This is ABI-compatible with the old icmp6stat structure; old netstat
binaries will continue to work properly.
2008-04-08 15:04:35 +00:00
thorpej
f5c68c0b9f
Change TCP stats from a structure to an array of uint64_t's.
...
Note: This is ABI-compatible with the old tcpstat structure; old netstat
binaries will continue to work properly.
2008-04-08 01:03:58 +00:00
thorpej
88d65e9212
Change IP stats from a structure to an array of uint64_t's.
...
Note: This is ABI-compatible with the old ipstat structure; old netstat
binaries will continue to work properly.
2008-04-07 06:31:27 +00:00
thorpej
cca37a84ef
Update for ICMP and UDP stats changes.
2008-04-07 05:18:25 +00:00
christos
c080a17733
update for 5.0
2008-04-06 23:39:35 +00:00