Commit Graph

206367 Commits

Author SHA1 Message Date
tron 6f11cba6fb Postfix 2.8.6 was imported. 2011-10-28 07:20:03 +00:00
tron a1f7ffadc0 Resolve conflicts from last import. 2011-10-28 07:12:17 +00:00
tron 1613d646d0 Import Postfix 2.8.6. Changes since version 2.8.5:
- The Postfix SMTP daemon sent "bare" newline characters instead of
  <CR><LF> when a header_checks REJECT pattern matched multi-line
  header. This bug was introduced with Postfix 1.1.
- The Postfix SMTP daemon sent "bare" newline characters instead of
  <CR><LF> when an smtpd_proxy_filter returned a multi-line
  response. This bug was introduced with Postfix 2.1.
- For compatibility with future EAI (email address
  internationalization) implementations, the Postfix MIME processor no
  longer enforces the strict_mime_encoding_domain check on unknown
  message subtypes such as message/global*. This check is disabled by
  default.
- The Postfix master daemon could report a panic error ("master_spawn:
  at process limit") after the process limit for some service was
  reduced with "postfix reload". This bug existed in all Postfix
  versions.
2011-10-28 07:08:57 +00:00
mrg 0f88387d2b switch m68* to GDB 7.3.1. tested on sun2 and sun3 in TME. works
at least reasonably on sun3.  GCC 4.1 barely runs on sun2 and GCC
4.5 doesn't run...
2011-10-28 06:28:48 +00:00
christos d2f5c5ab00 Treat emips specially as we did with libgcc. Needs some of the softfloat
functions, even if it does not MKSOFTFLOAT.
XXX: still bad text relocations in eh_frame.
2011-10-28 02:28:01 +00:00
christos 63efa6113b shouldn't need .size for ppc64. 2011-10-28 02:00:50 +00:00
wiz 5d6c4e2535 Whitespace. New sentence, new line. Fix a typo. 2011-10-27 22:56:25 +00:00
rkujawa d444bf1d27 Add info about FastATA 1200 2011-10-27 22:30:11 +00:00
rkujawa cdc2489259 Mention the new driver for FastATA 1200. 2011-10-27 22:18:50 +00:00
rkujawa 32850ee9da regen kernel configs 2011-10-27 22:13:41 +00:00
rkujawa 25abb1786a Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page). 2011-10-27 22:12:23 +00:00
seanb d2b3be01af Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots. 2011-10-27 21:10:55 +00:00
christos 9533da6ae4 regen powerpc64! 2011-10-27 20:18:54 +00:00
dyoung 0275d524f1 Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4
checksum-offload.  Note well: it really is necessary to clear the
csum_data.

While I'm here, remove the do-nothing case for SIOCSIFDSTADDR and let
ifioctl_common() or the protocol handle it.
2011-10-27 20:04:57 +00:00
christos cf14ae3072 remove second _errno.h 2011-10-27 19:56:50 +00:00
christos 91d88b1f1a librt needs the ppc64 hack too. 2011-10-27 18:46:43 +00:00
christos 5cb3c90e9a Add the same ppc64 hack that libposix needs. 2011-10-27 18:45:44 +00:00
christos c4521bb3a0 mention ppc64 hack. 2011-10-27 17:21:27 +00:00
christos 229c949ab2 HACK: Include _errno.c here for powerpc64 build. Otherwise __errno does not
resolve. Why?
2011-10-27 17:18:09 +00:00
christos 10ae252532 There is no reason not to support CLOCK_MONOTONIC in {g,s}etitimer() since
the underlying implementation already supports it, so add it.
2011-10-27 16:12:52 +00:00
christos 8f5455bf91 document ITIMER_MONOTONIC. 2011-10-27 16:10:37 +00:00
christos 1299a7651f Change mktime*(3) so that it does not always return EOVERFLOW when it cannot
perform the conversion, but returns EINVAL when the time requested would fall
in the DST gap, or is not representable in the timezone requested, and document
this.
2011-10-27 14:47:59 +00:00
jakllsch f17998b840 Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list.
Per Seagate Publication number 100221381, Rev. B, the ST360015AS
is the only other drive in the Seagate Barracuda Serial ATA V
family that was not already listed.

Also, correct spelling of "globing".
2011-10-27 13:07:37 +00:00
taca 08ad5dfe1d - Postfix 2.8.6 is out.
- Add 4.2.3 to ISC DHCP.
2011-10-27 12:50:06 +00:00
wiz 987d3d3176 Sort SEE ALSO. 2011-10-27 07:23:23 +00:00
jruoho 67fcddd627 Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can
not be used before interrupts have been enabled. Suggested by macallan@.
2011-10-27 05:25:07 +00:00
jruoho f630290057 Bump CPUFREQ_LATENCY_MAX to UINT32_MAX. 2011-10-27 05:13:04 +00:00
martin f72f669ae1 Obvious copy&pasto, PR port-vax/45525 from Henning Petersen 2011-10-26 20:24:41 +00:00
chs c15c5cf4db avoid linker warnings with the new binutils by not forcing rump modules
to be soft-float.
2011-10-26 15:57:26 +00:00
chs d7bbed6455 avoid linker warnings with the new binutils by not forcing ld.elf_so
to be soft-float.  the floating-point usage in ld.elf_so is only
because of stdarg functions like printf(), and gcc 4.5 is good
about not actually executing the FP instructions in such functions
unless FP values are passed to them, which ld.elf_so doesn't do.
2011-10-26 15:56:58 +00:00
macallan 319ca643f8 more device/softc splitting 2011-10-26 13:54:18 +00:00
apb bddc18304e Change the pattern for matching ttys to allow any number of digits,
(tty[0-9]*).  This should fix PR 45514.
2011-10-26 09:02:20 +00:00
macallan 470a6af6e4 actually split device and softc 2011-10-26 04:56:23 +00:00
christos c9c18fa5a1 - Indent ifdefs, comment endif and else cpp tags
- Add missing END macro for LP64
- Make whitespace consistent
2011-10-26 01:46:11 +00:00
mrg 68ca847985 revert previous. 2011-10-26 00:57:36 +00:00
mrg 328824fe65 catch up with other zs ports, original commit was:
>add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
>and use them instead of various spl's in the zs.c's.
>
>reviewed by ad and martin.
2011-10-26 00:56:59 +00:00
christos ba6b4c93b2 add mips64eb 2011-10-26 00:14:12 +00:00
jym 16bd08511a Move getuid() out of the loop, uid should not change behind our back. KNF. 2011-10-25 23:45:19 +00:00
christos 7cf4600db1 add mc68000 2011-10-25 23:13:56 +00:00
dyoung b9e1bc4e41 Document the ifioctl locking in comments.
Add a missing percpu_free(9) call.
2011-10-25 22:26:18 +00:00
jym a960d51308 kill(2) might not be a good test after all, users can send signals
to setuid binaries (like SIGINT for ping(8)). So apply the exact same
rights as procfs, and test uid against proc p_uid (real owner of process).

Bail out if we are not root and we attempt to print mappings of a process
that the user does not really own.
2011-10-25 22:13:22 +00:00
bouyer 89476a0134 age_init() is called from age_watchdog() which is interrupt context, we
can't sleep here or we get a DIAGNOSTIC panic when age_watchdog() fires.
More correct bus_dma(9) usage in age_encap()
Introduce a age_shutdown() to be called by pmf(9) at shutdown time,
to stop the DMA engine. My system would't properly reboot without this.
Be consistent in WAIT/NOWAIT use in init routines
Use BUS_DMA_COHERENT where appropriate
Rework the interrupt routine a bit, and ACK but do not disable interrupts
here. There seems to be a race where interrupts would not be properly
reenabled after this, leading do watchdog timeouts.

With these changes, the on-board age(4) on ftp.fr.netbsd.org seems to
be finally working properly.
2011-10-25 21:47:38 +00:00
christos b00fe7a7a8 back to using timespec, but convert to microseconds to prevent overflow. 2011-10-25 18:26:09 +00:00
bouyer 54c647c0b1 Fix bogus KASSERT: if there is a xbdi_io, xbdi_pendingreqs must *NOT* be 0.
Not sure why it has stayed unoticed for so long ...
2011-10-25 17:25:47 +00:00
christos 711bd7d5de Add all the missing HAS_ so that we get back login_cap functionality. 2011-10-25 16:56:23 +00:00
aymeric 9b7bd08973 enable Sony's Six Axis and DualShock 3 USB controllers 2011-10-25 16:12:02 +00:00
aymeric 17d0ce5b05 regen 2011-10-25 16:10:19 +00:00
aymeric 3b79911365 add Sony PLAYSTATION(R)3 Controller entry 2011-10-25 16:09:14 +00:00
christos 712cd4af5b Add mipseb,mipsel,sh3el 2011-10-25 15:16:19 +00:00
jakllsch 4f710f1a5f Per existing x86 GENERIC kernels, add:
#options BUFQ_READPRIO
options BUFQ_PRIOCSCAN
to Xen kernels.
2011-10-25 15:01:45 +00:00