Commit Graph

189948 Commits

Author SHA1 Message Date
wiz
8cd16a22d0 Join URL. 2010-04-17 20:28:47 +00:00
nonaka
304de73008 Note my recent changes. 2010-04-17 19:08:54 +00:00
christos
885d0edc52 Change and document for POSIX compliance. 2010-04-17 17:57:39 +00:00
christos
bb83e0e3c9 change size_t to ssize_t for POSIX compliance. 2010-04-17 17:51:47 +00:00
christos
b2cf198a4c add restrict 2010-04-17 17:50:13 +00:00
christos
244f534022 PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keyword 2010-04-17 17:48:34 +00:00
pooka
9cf6a57529 One emul is enough and since we need emul_netbsd, retire emul_rump. 2010-04-17 16:34:29 +00:00
christos
65ad62786a regen 2010-04-17 15:57:48 +00:00
christos
3f46aa477c add support for the 6000. From sverre froyen 2010-04-17 15:57:22 +00:00
christos
146d1a0f02 add the iwl6000 microcode. 2010-04-17 15:55:52 +00:00
christos
b75e1375bf add the 6000 microcode. 2010-04-17 15:55:07 +00:00
nonaka
b62fc9e203 Added Sharp W-ZERO3 series support. 2010-04-17 13:36:21 +00:00
pooka
18871937dd Move scheduling related routines from emul.c to scheduler.c 2010-04-17 13:13:45 +00:00
pooka
fcb3eddea0 we've had ksyms since forever 2010-04-17 13:10:02 +00:00
pooka
686226da28 Define some options (although they're currently unused due to how
_KERNEL_OPT (doesn't) work.  but be stubborn and define them anyway).
2010-04-17 13:02:34 +00:00
pooka
db7c519ac1 no longer used 2010-04-17 12:57:37 +00:00
tsutsui
80da83d515 extern inline -> static inline 2010-04-17 12:54:29 +00:00
tron
38683f2881 Postfix 2.6.6 was imported. 2010-04-17 12:44:38 +00:00
tron
cac5ad4489 Resolve conflicts caused by import of Postfix 2.6.6. 2010-04-17 10:29:17 +00:00
tron
daa220de10 Import Postfix 2.6.6. Changes since version 2.6.5:
- "postmulti -p command" did not skip disabled instances.
- In the multi_instance_wrapper parameter, the expansion of
  $command_directory and $daemon_directory was broken.
- The address_verify_poll_count parameter value was not made
  stress-dependent by default. This defeated the purpose of making other
  settings stress-dependent by default with Postfix 2.6.
- Milter applications would hang up after receiving an unexpected
  SMFIC_HEADER (mail header) command. This problem happened with Milters
  that (legitimately) do not send replies for SMFIC_RCPT (recipient
  address) or SMFIC_DATA (start of message) commands.
- Core dump while an printing error message for a malformed %<letter>
  sequence in LDAP, MySQL or PostgreSQL lookup table configuration.
- Mail with zero recipients was forever stuck in the queue. This happened
  when "postsuper -r" was run after all the recipients of a message were
  delivered (or bounced), but before the message was deleted from the queue.
- With hostnames such as 1-2-3-4, the valid_hostname() fuction did not
  recognize the '-' as a non-numeric character, causing a legitimate name
  to be rejected as "invalid".
- The VRFY command did not accept a mailbox address inside <>.
2010-04-17 10:23:40 +00:00
jruoho
6d890644fe Use the common template for the USENIX paper. Add URL. 2010-04-17 10:08:21 +00:00
jruoho
86439b5e03 Add USENIX paper to SEE ALSO. 2010-04-17 06:38:13 +00:00
jruoho
3d285a9632 Correct the location of the header. 2010-04-17 06:24:05 +00:00
tron
1c272e6641 Postfix 2.6.6 and 2.7.0 are available. 2010-04-16 22:02:30 +00:00
dyoung
9cd65b11c5 Add a link, bus_space_is_equal.9 -> bus_space.9. 2010-04-16 20:08:51 +00:00
dyoung
1640d389d9 Describe bus_space_is_equal(9). 2010-04-16 20:05:37 +00:00
dyoung
7916748801 #include <sys/bus.h> instead of <machine/bus.h>. No functional change
intended.
2010-04-16 18:58:39 +00:00
pooka
27b6b96670 Add the typical #ifdef USE_ATF stuff so I can debug the test if it
goes wrong.
2010-04-16 14:05:32 +00:00
wiz
c43843983b Remove trailing whitespace, replace "Ar -i" with "Fl i". 2010-04-16 13:56:45 +00:00
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