Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | - teach smtpctl remove about the new ramqueue structure | Gilles 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 in | Gilles 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-17 | match on MSP-FET430UIF JTAG, so it can be used with mspdebug | Jasper Lievisse Adriaanse | |
from impatiens@gmail.com | |||
2011-08-17 | regen | Jasper Lievisse Adriaanse | |
2011-08-17 | add MSP-FET430UIF JTAG, from impatiens@gmail.com | Jasper Lievisse Adriaanse | |
2011-08-17 | Assembler implementation of the GCM mode using the Carry-less | Mike 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-17 | Adding support Synaptics touchpad. Thanks all for test. | Alexandr Shadchin | |
ok miod@, matthieu@ | |||
2011-08-17 | remove the clamping of max_softdeps as it makes | Thordur I. Bjornsson | |
softdeps almost totally unusable; | |||
2011-08-17 | pkg_add and pkg_delete will now syslog activity by default. | Marc Espie | |
2011-08-17 | make sure to set two rtsol sysctls, not just the last one | Todd T. Fries | |
ok krw@ | |||
2011-08-16 | More information about lots of macros, many new examples, and various fixes. | Ingo Schwarze | |
ok kristaps@ | |||
2011-08-16 | we are now hacking on 5.0-current | Mark Kettenis | |
requested by deraadt@ | |||
2011-08-16 | smtpctl show sizes, displays the size of queue-related structures, useful | Gilles 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-16 | add a host-tree and an envelope-tree in the ramqueue, they will be used to | Gilles Chehade | |
improve scheduling and general ramqueue operations. unused yet | |||
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark 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-16 | Use pitlbe and pdtlbe instructions when flushing the entire TLB. | Mark Kettenis | |
2011-08-16 | The gp value is stored in a different register on hppa64. | Mark Kettenis | |
2011-08-16 | Old proc is stored in %arg0, not in %arg2. | Mark Kettenis | |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis | |
in the kernel, not only when com @ gsc is there. | |||
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis | |
in the kernel, not only when com @ gsc is there. ok miod@ | |||
2011-08-16 | Sync 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-16 | Put back the pedro diff for VOP_FSYNC of softdep when its | Thordur I. Bjornsson | |
limit is reached. Added twist, clamp the max_softdeps to 64 as it is still possible to exhaust bufkva. | |||
2011-08-16 | recommit, now that release is done (handle sysv if bsd is incorrect, may | Marc Espie | |
make more extensive plans later) | |||
2011-08-16 | Add a -r flag to switch-client to toggle the client read-only flag. From | Nicholas Marriott | |
Johan Commelin. | |||
2011-08-16 | Add up/down/left/right keys in vi edit mode. From "livibetter" SF bug | Nicholas Marriott | |
3385651. | |||
2011-08-16 | Use key_bindings_remove for unbind-key -a to allow it to work from key | Nicholas Marriott | |
bindings. From "miaout17" SF bug 3392063. | |||
2011-08-16 | Correctly skip existing numbers when generating the name for a new | Nicholas Marriott | |
session. | |||
2011-08-16 | Don't export 'struct pmap' to userland. | Mark Kettenis | |
2011-08-16 | Make this build for hppa64. | Mark Kettenis | |
2011-08-09 | In pmap_create(), check uvm_pagealloc() return value and uvm_wait() until it | Miod 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-08 | Usual release distrib/notes churning. ok deraadt@ | Miod Vallat | |
2011-08-08 | Ship 5.0 with bufcachepercent=20 | Theo de Raadt | |
2011-08-08 | Fix a formating bug that caused a bad print on big endian arches. | Marco Peereboom | |
ok deraadt | |||
2011-08-08 | create pflog0 if pf is enabled just like we do in the pflogd script | Robert Nagy | |
from sthen@ | |||
2011-08-08 | revert the last commit and do the right thing instead. | Alexander Hall | |
tested and ok krw@, "get it in" deraadt@ | |||
2011-08-08 | If two carp interfaces on the same physical interface had addresses | Alexander 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-08 | sync 'set-tos' with 'tos' keyword (DiffServ is supported by both) | Ryan Thomas McBride | |
ok deraadt | |||
2011-08-08 | myx requires the driver pad short ethernet frames to 60 bytes by | David 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-07 | A few more fixes to the lazy FPU context switching code. | Mark Kettenis | |
2011-08-07 | Avoid clobbering system call arguments upon system call entry. | Mark Kettenis | |
2011-08-07 | Enable ssio(4) and com(4). | Mark Kettenis | |
2011-08-07 | Bring over ssio(4) from hppa for proper serial console support. | Mark Kettenis | |
2011-08-07 | Several 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-07 | Recognize 64-bit store instructions. | Mark Kettenis | |
2011-08-07 | Make 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-07 | When checking wether a prefix belongs to an interface, also allow | Alexander 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-07 | Check 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-07 | typo, fix from Laurent Gautrot | Darren Tucker | |
2011-08-05 | Switch hppa64 cross compiling environment to gcc4. | Mark Kettenis | |
2011-08-04 | Don't use 128-bit long doubles for now (and perhaps forever). It isn't | Mark Kettenis | |
implemented in hardware anyway. |