Commit Graph

190167 Commits

Author SHA1 Message Date
jym c74bd00ba1 When kernel remaps to high memory in amd64 locore, the GDT used before
becomes invalid. As such, split it in two parts, one for use when system
boots in low memory, and one for use when it jumps to high memory.
2010-04-18 15:24:54 +00:00
jruoho f683d4708d Use .Dv instead of .Va for #defined constants. 2010-04-18 15:19:17 +00:00
jruoho 92024a35be Remove a duplicate variable assignment. 2010-04-18 14:07:16 +00:00
jruoho 0c6bf9beea From Gregoire Sutre:
Modify the main ACPI namespace scan by including a parent-child
  relationship for each node. The result is a bi-directional tree.

ok jmcneill@
2010-04-18 14:05:26 +00:00
martin 07b122db7c Change the install CD to go to full multiuser mode. This clearly
separates the setup done by /etc/rc once, and the repeated stuff
(install.sh invoking sysinst).
2010-04-18 12:58:57 +00:00
apb 67ca6b24d2 The number of byte pairs to swap is len/2, not len/2+1. 2010-04-18 11:39:39 +00:00
apb fa3abaaeb7 Bitwise operations on signed types are well-defined if the values
happen to be positive, and indeed the values here were guaranteed
to be positive, but some compilers complained anyway, so convert
the bitwise operations to arithmetic operations.
2010-04-18 10:51:33 +00:00
jruoho 0b7093053e Regen. 2010-04-18 10:22:33 +00:00
jruoho 2e422aa6a6 Add ATM1200. From ThinkPad X60s. 2010-04-18 10:22:01 +00:00
christos d403570167 simplify 2010-04-18 04:54:33 +00:00
darrenr 91cf3dd7bf ip_fil_compat.c is another file that needs to be both in src/dist/ipf and
also in src/sys/dist/ipf/netinet
2010-04-17 22:05:53 +00:00
darrenr c8b0eee463 clean up compile time warnings to due caddr_t and empty statements 2010-04-17 22:04:00 +00:00
darrenr a69ca40523 fix spelling mistake: netient -> netinet 2010-04-17 22:00:33 +00:00
darrenr 539655a401 add IPFILTER_COMPAT to kernel config options recognised for IPFilter 2010-04-17 21:44:05 +00:00
christos 665a4f86a1 fix lint 2010-04-17 21:42:43 +00:00
darrenr 9355c196fd New file for 4.1.34 that is in src/dist/ipf but not src/sys/dist/ipf/netinet 2010-04-17 21:36:56 +00:00
darrenr 46fa5e0711 Commit IPFilter 4.1.34 to HEAD 2010-04-17 21:00:08 +00:00
darrenr abd0900a99 Import IPFilter 4.1.34 into NetBSD
4.1.34 - Release 11 March 2010
2964907 uninitialised use compile error
2959506 ipfstat does not display rules with compat
2949139 FR_T_BUILTIN masked out incorrectly
2937422 packets filtered with pools should not be cached
2935529 use of rules with tags leads to deadlock
2917501 whitespace cleanup required
2881514 in/out object functions not wired for compatibility
2841771 ipf/ippool rule maintenace bugs: memory leak, ref-counter bug
2839698 H.323 proxy does not clear fin_state/fin_nat
2010-04-17 20:44:16 +00:00
wiz 96a3ffaf7c Remove trailing whitespace. 2010-04-17 20:29:20 +00:00
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