pooka
f52cca13e0
regen
2010-04-16 13:49:57 +00:00
pooka
835e533be4
Remove unused count (invariably "4") from pseudo-device fss.
2010-04-16 13:48:27 +00:00
jmcneill
2ad2163edc
add examples for setting ipv6 default routes in ip-up/ip-down scripts
2010-04-16 13:47:50 +00:00
pooka
3767a7069c
needs-count for fss is unused => needs-remove
2010-04-16 13:44:49 +00:00
pooka
d8c5395931
Don't loop eternal if init of a builtin module fails.
2010-04-16 11:51:23 +00:00
wiz
909949895e
gcc-4.5.0 out.
2010-04-16 11:44:44 +00:00
ahoka
fc0c7ef94c
Fix a typo, that caused infinite loops.
2010-04-16 11:29:06 +00:00
pooka
0971e4900c
release lock in error branch
2010-04-16 11:22:43 +00:00
ahoka
e24803ded7
Sort hu by code
2010-04-16 11:05:37 +00:00
rmind
5f0ac9a4fa
- Merge sched_pstats() and uvm_meter()/uvm_loadav(). Avoids double loop
...
through all LWPs and duplicate locking overhead.
- Move sched_pstats() from soft-interrupt context to process 0 main loop.
Avoids blocking effect on real-time threads. Mostly fixes PR/38792.
Note: it might be worth to move the loop above PRI_PGDAEMON. Also,
sched_pstats() might be cleaned-up slightly.
2010-04-16 03:21:49 +00:00
rmind
b278cb5138
tcp_input: set ECE flag even if CWR flag is active.
...
Submitted by Richard Scheffenegger in PR/43150.
2010-04-16 03:13:03 +00:00
rmind
93deacb9f4
Remove mclpool_allocator, which is unnecessary since mb_map removal.
2010-04-16 02:57:15 +00:00
christos
b62024a026
fix dmesg printing.
2010-04-16 01:52:54 +00:00
christos
aecc40bf7d
new if_iwn firmware.
2010-04-16 01:45:33 +00:00
christos
2cff342467
Update to the latest firmware.
2010-04-16 01:43:07 +00:00
christos
fea8380812
Update with newer version from Sverre Froyen
2010-04-16 01:40:41 +00:00
martin
7824e94c72
The 16bit "bootmenu valid" magic is slightly week, collisions have been
...
seen in the wild. So, before accepting arbitrary strings from there,
validate at least slightly and ignore if the entries are not properly
0 terminated or contain controll characters.
2010-04-15 22:55:15 +00:00
sborrill
a4abc2800d
Add --version-info libtool flag so that libiscsi.so major/minor can be kept
...
in sync with that in shlib_version.
Add a note in shlib_version as a reminder to update lib/Makefile.am (and
from there lib/Makefile.in).
2010-04-15 20:56:32 +00:00
pooka
cc69e4568b
will it include, that is the question
...
(to everyone's disappointment on some archs it didn't)
2010-04-15 20:46:08 +00:00
sborrill
2175ef1074
Add mkdist to build a distribution tarball based on the one in netpgp
2010-04-15 18:21:29 +00:00
oster
69311d1aca
Fill in param[3] for succedents for bad disk 'i' rather than '0'. Fortunately, nbad is never > 1, so this bug never showed up anywhere. Bug spotted by Jed Davis. Thanks!
2010-04-15 15:49:00 +00:00
skrll
8c6756464e
KNF
2010-04-15 14:34:25 +00:00
skrll
ff550a3e14
printf -> aprint_normal
2010-04-15 14:33:22 +00:00
kiyohara
1671a718b3
Add acpitz.
...
Enable MFS.
2010-04-15 13:13:57 +00:00
jakllsch
ea7d52f635
Share some attention with apecs(4).
...
- Convert to CFATTACH_DECL_NEW().
- Sprinkle static on functions.
- Recycle now-empty-and/or-unused softc structures.
2010-04-15 13:02:13 +00:00
pooka
3718acd4b5
output __arraycount instead of homegrown macro
2010-04-15 12:35:57 +00:00
ahoka
589294e75a
Hungarian keymap for usb keyboards.
2010-04-15 10:40:53 +00:00
wiz
2d8e4401df
Leave space as usual after Nm.
2010-04-15 09:56:56 +00:00
jruoho
97cfc6c7ac
Remove references to the deprecated powerhook_establish(9).
2010-04-15 08:40:46 +00:00
jruoho
88fe613911
Small markup changes.
2010-04-15 08:28:41 +00:00
jruoho
55052eca77
As discussed with jmcneill@, install a global "bus notification handler"
...
that receives all notifications and deliver notifications to drivers via it.
2010-04-15 07:02:24 +00:00
agc
b97f222512
Regen to pick up the new version number
2010-04-15 05:27:45 +00:00
jruoho
d6afaa4439
Arrange some comments.
2010-04-15 04:03:38 +00:00
sjg
290b1f00e6
Add :tA to attempt to resolve to absoute path using realpath().
2010-04-15 03:48:39 +00:00
jruoho
09ec66f734
Back and forth: gcc(1) -> GCC.
2010-04-15 03:36:18 +00:00
jakllsch
4cf4191e85
Give tsc(4)/tsp(4) some attention.
...
- Convert to CFATTACH_DECL_NEW().
- Sprinkle static on functions.
- Improve KNF conformance.
- Use C99 integer types.
- Recycle now-empty-and/or-unused softc structures.
2010-04-15 03:09:12 +00:00
christos
839bac947e
From Jess Thrysoee
...
- Fix wint_t to Int confusion
2010-04-15 00:57:33 +00:00
christos
5443e9b772
From Jess Thrysoee
...
- use nl_langinfo to test for UTF-8, because some locales are UTF-8 without
reflecting it in their names.
2010-04-15 00:56:40 +00:00
christos
a5b37ffc65
From Jess Thrysoee
...
expose ct_enc_width()
2010-04-15 00:55:57 +00:00
christos
939651fa2b
From Jess Thrysoee
...
- NARROW_HISTORY and IGNORE_EXTCHARS should not take effect if locale is UTF-8
- account for multi byte char length in
2010-04-15 00:52:48 +00:00
christos
b77d4fa5c5
From Jess Thrysoee: call setlocale so we can test UTF-8
2010-04-15 00:50:46 +00:00
christos
a9dd944f6b
From Jess Thrysoee: add ifndef around def of _GNU_SOURCE
2010-04-15 00:50:03 +00:00
jakllsch
2b2a5770cc
Implement DIOC[GS]STRATEGY for sd(4).
2010-04-14 22:26:33 +00:00
joerg
70729907f6
Consistently use -- for all programs called. Drop some redundant flags
...
for the no file argument case.
2010-04-14 20:30:28 +00:00
jruoho
603f4c71f0
Simplify the setting of the GPEs. Add a debug-printf.
2010-04-14 20:08:56 +00:00
sborrill
5581d64437
Update to reflect current source files. iscsi.c is now protocol.c
...
and initiator.c has been moved from initiator to lib.
With these changes a standard ./configure && make build completes
2010-04-14 19:52:20 +00:00
wiz
10b9fb64b7
Sort SEE ALSO, fix an xref.
2010-04-14 19:52:05 +00:00
jruoho
75373338c1
UINT32 -> uint32_t; UINT8 -> uint8_t.
2010-04-14 19:32:35 +00:00
jruoho
fb53d8ceed
No need to spread the ACPICA type system any more than is necessary:
...
UINT8 -> uint8_t and UINT32 -> uint32_t.
2010-04-14 19:27:28 +00:00
joerg
68128a5628
Refactor zdiff and extend functionality to the common suffixes for bzip2
...
and xz.
2010-04-14 18:55:12 +00:00