summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-17- teach smtpctl remove about the new ramqueue structureGilles Chehade
- bonus #1: O(log n) removal of envelopes - bonus #2: removing all envelopes that have the same msgid works again
2011-08-17- introduce ramqueue_lookup_{host,message,envelope} to perform lookups inGilles Chehade
the new ramqueue structure - introduce ramqueue_reschedule() and ramqueue_reschedule_envelope() which to reschedule a message or a specific envelope. O(n) -> O(log n) \o/
2011-08-17match on MSP-FET430UIF JTAG, so it can be used with mspdebugJasper Lievisse Adriaanse
from impatiens@gmail.com
2011-08-17regenJasper Lievisse Adriaanse
2011-08-17add MSP-FET430UIF JTAG, from impatiens@gmail.comJasper Lievisse Adriaanse
2011-08-17Assembler implementation of the GCM mode using the Carry-lessMike Belopuhov
Multiplication (CLMUL) instruction found in the new Intel and future AMD CPUs. Done about a year ago and was rotting in my trees until Ryan prodded Theo to read the white paper and figure out the license issues. Apparently, there are none. All C code and SSE glue code was written by me, while the GF multiplication function is taken from the CLMUL white paper, specifically Figure 6: "Code Sample - Performing Ghash Using Algorithms 1 and 5".
2011-08-17Adding support Synaptics touchpad. Thanks all for test.Alexandr Shadchin
ok miod@, matthieu@
2011-08-17remove the clamping of max_softdeps as it makesThordur I. Bjornsson
softdeps almost totally unusable;
2011-08-17pkg_add and pkg_delete will now syslog activity by default.Marc Espie
2011-08-17make sure to set two rtsol sysctls, not just the last oneTodd T. Fries
ok krw@
2011-08-16More information about lots of macros, many new examples, and various fixes.Ingo Schwarze
ok kristaps@
2011-08-16we are now hacking on 5.0-currentMark Kettenis
requested by deraadt@
2011-08-16smtpctl show sizes, displays the size of queue-related structures, usefulGilles Chehade
for developers to see the impact of structure changes on memory and disk usage, and useful for users to better understand 'smtpctl show stats'
2011-08-16add a host-tree and an envelope-tree in the ramqueue, they will be used toGilles Chehade
improve scheduling and general ramqueue operations. unused yet
2011-08-1664-bitification went a bit too far here; sigset_t is 32-bit so using 64-bitMark Kettenis
loads and stores may trigger an alignment trap. Also fix issues where the code was assuming arguments were passed both in registers on the stack. This isn't ithe case for hppa64.
2011-08-16Use pitlbe and pdtlbe instructions when flushing the entire TLB.Mark Kettenis
2011-08-16The gp value is stored in a different register on hppa64.Mark Kettenis
2011-08-16Old proc is stored in %arg0, not in %arg2.Mark Kettenis
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
in the kernel, not only when com @ gsc is there.
2011-08-16Compile in serial console settings support if any com(4) device is includedMark Kettenis
in the kernel, not only when com @ gsc is there. ok miod@
2011-08-16Sync documentation with code on the matter of max state limit behavior.Mike Belopuhov
When one of the state limits is reached, further packets that would create state are dropped, until existing states time out. Discussed with mcbride, ok henning, jmc
2011-08-16Put back the pedro diff for VOP_FSYNC of softdep when itsThordur I. Bjornsson
limit is reached. Added twist, clamp the max_softdeps to 64 as it is still possible to exhaust bufkva.
2011-08-16recommit, now that release is done (handle sysv if bsd is incorrect, mayMarc Espie
make more extensive plans later)
2011-08-16Add a -r flag to switch-client to toggle the client read-only flag. FromNicholas Marriott
Johan Commelin.
2011-08-16Add up/down/left/right keys in vi edit mode. From "livibetter" SF bugNicholas Marriott
3385651.
2011-08-16Use key_bindings_remove for unbind-key -a to allow it to work from keyNicholas Marriott
bindings. From "miaout17" SF bug 3392063.
2011-08-16Correctly skip existing numbers when generating the name for a newNicholas Marriott
session.
2011-08-16Don't export 'struct pmap' to userland.Mark Kettenis
2011-08-16Make this build for hppa64.Mark Kettenis
2011-08-09In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until itMiod Vallat
is non-NULL. Prevents a panic caused by a NULL dereference when physical memory is exhausted at pmap_create() time. ok kettenis@, deraadt@
2011-08-08Usual release distrib/notes churning. ok deraadt@Miod Vallat
2011-08-08Ship 5.0 with bufcachepercent=20Theo de Raadt
2011-08-08Fix a formating bug that caused a bad print on big endian arches.Marco Peereboom
ok deraadt
2011-08-08create pflog0 if pf is enabled just like we do in the pflogd scriptRobert Nagy
from sthen@
2011-08-08revert the last commit and do the right thing instead.Alexander Hall
tested and ok krw@, "get it in" deraadt@
2011-08-08If two carp interfaces on the same physical interface had addressesAlexander Bluhm
with the same prefix, neighbor discovery did not work. When comparing two carp interfaces in in6_ifpprefix(), assume they share the prefix if they have the same parent. sure deraadt@
2011-08-08sync 'set-tos' with 'tos' keyword (DiffServ is supported by both)Ryan Thomas McBride
ok deraadt
2011-08-08myx requires the driver pad short ethernet frames to 60 bytes byDavid Gwynne
adding a descriptor pointing at zeroed bytes onto the end of transmit chains. i was accounting for this extra descriptor when i was completing the chain, but not when i was setting this up. this meant the number of free descriptors kept growing until it overflowed. at this point the check for space in the ring failed and packets no longer flowed. this counts the pad descriptor in the tx chain setup too. ok deraadt@
2011-08-07A few more fixes to the lazy FPU context switching code.Mark Kettenis
2011-08-07Avoid clobbering system call arguments upon system call entry.Mark Kettenis
2011-08-07Enable ssio(4) and com(4).Mark Kettenis
2011-08-07Bring over ssio(4) from hppa for proper serial console support.Mark Kettenis
2011-08-07Several fixes for the IPV6_PKTINFO handling with sendmsg(2)Mike Belopuhov
Verify that the address in the in6_pktinfo structure included in the control message is unicast and configured on the local host. Additional checks prevent from using non-routable addresses and inactive interfaces. Embed the scope identifier into the link local addresses as required by the stack. Do not force users to provide valid interface index in the ipi6_ifindex but look it up in place if needed. ok bluhm, waived by deraadt for the release.
2011-08-07Recognize 64-bit store instructions.Mark Kettenis
2011-08-07Make sure interrupts are properly masked at the level they're established at.Mark Kettenis
The old code left an interrupt enabled at that level, making spl-protection non functional. Remove __packed from struct hppa_iv. Instead re-order the members to pack things efficient on a 64-bit host. Remove explicit padding.
2011-08-07When checking wether a prefix belongs to an interface, also allowAlexander Bluhm
the route to be at the corresponding carp or physical interface or at an interface belonging to a common bridge. This fixes IPv6 neighbor discovery with carp. bug report and tested by Florian Fuessl put it in deraadt@
2011-08-07Check that timezones provided by the user do not include spaces.Kenneth R Westerback
e.g. 'Brazil/DeNoronha East'. Input with embedded spaces put the install script into a state where a valid timezone could not be entered. Problem noted by and fix tested by Javier Bassi. ok deraadt@
2011-08-07typo, fix from Laurent GautrotDarren Tucker
2011-08-05Switch hppa64 cross compiling environment to gcc4.Mark Kettenis
2011-08-04Don't use 128-bit long doubles for now (and perhaps forever). It isn'tMark Kettenis
implemented in hardware anyway.