Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-03 | Make minaddr sane before calling uvm_km_suballoc() | Dale Rahn | |
2003-06-03 | Play it safe - when invalidating the tsb, only touch the tag and | Artur Grabowski | |
always set it to an invalid tag. To actually have an invalid tag make sure that we never allocate the last context in ctx_alloc. Move all that magic into a simple tsb_invalidate inline function. Fixes weird race conditions in memory handling where the page in the tlb didn't match the page tables. After discussion with henric@. Tested for a while and noone objected. | |||
2003-06-03 | What is it up with you sparc64 people. Do you like sitting on critical | Theo de Raadt | |
fixes? | |||
2003-06-03 | license cleanup regarding term 4 | Theo de Raadt | |
2003-06-03 | Fastpath for userland crypto requests. This change makes userland | Bob Beck | |
crypto requests attempt to call the crypto driver directly to process crypto layer requests, as opposed to queueing them in the kernel crypto thread. If we can't use the crypto devices (i.e. they're busy) we fall back to queueing the request up in the crypto thread as before. This does allow for faster performance in some cases (smaller requests, how small seems to be dependent on the card/cpu combination) where context switching is a major issue in performance. ok deraadt@ jason@ | |||
2003-06-03 | move some prototypes to pfvar.h. needed soon. | Henning Brauer | |
pf_tagname2tag, pf_tag2tagname, pf_tag_unref, pf_tag_packet | |||
2003-06-03 | provide pf_tag2tagname which is the reverse of pf_tagname2tag. needed soon. | Henning Brauer | |
2003-06-03 | Two term license with approval from nordin@ | Artur Grabowski | |
2003-06-03 | remove assumption on mbuf pointed to by m0; sync w/kame | Jun-ichiro itojun Hagino | |
2003-06-03 | remove unneeded break after return. sync w/kame | Jun-ichiro itojun Hagino | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-03 | nuke clause 3 & 4 (with henric's permission) | Jason Wright | |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn | |
2003-06-03 | license cleaning. | Artur Grabowski | |
2003-06-03 | Convert to 2 term license; OK with art@ | Todd C. Miller | |
2003-06-03 | Nuke terms 3 & 4 on some of my software. | Tobias Weingartner | |
2003-06-03 | fix tree after mickey breakage | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | regen | Michael Shalayeff | |
2003-06-02 | a few 8.7k models | Michael Shalayeff | |
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | remove clause 3 & 4 (with fgsch permission as well) | Jason Wright | |
2003-06-02 | three four kill ... dale agrees on this one as he holds a kprite on it too | Michael Shalayeff | |
2003-06-02 | three four kill ... | Michael Shalayeff | |
2003-06-02 | kill exec.new bit i had forgotten | Michael Shalayeff | |
2003-06-02 | one more... nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | nuke terms 3 & 4 | Jason Wright | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | damn, forgot this one. | Federico G. Schwindt | |
2003-06-02 | remove term 3 & 4; permission given from d.doroshenko@omnitel.net | Theo de Raadt | |
2003-06-02 | kill the clauses three and four on my sources | Michael Shalayeff | |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff | |
2003-06-02 | clean up license. | Federico G. Schwindt | |
2003-06-02 | nuke clase 3 & 4 | Jason Wright | |
2003-06-02 | Remove clause 3 & 4 (with permission from aaron and deraadt) | Jason Wright | |
2003-06-02 | remove clause 3 & 4 jointly held by miod and me. | Jason Wright | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | remove terms 3 (and 4 in some places) where i am the author | Theo de Raadt | |
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-06-02 | nuke my clause 3 & 4 (and a couple jointly (c) with Theo). | Jason Wright | |
2003-06-02 | Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo). | Jason Wright | |
2003-06-02 | licence cleanup | Theo de Raadt | |
2003-06-02 | add length checks on bus_dmamap_load_uio() on the total length vs. what the | Jason Wright | |
map is expecting. Also, sparc64 was missing the equivalent check in _load_mbuf() and the "make sure no valid mappings are returned" goop. | |||
2003-06-02 | do not play w/ interrupts too much and keep 'em enabled at all times, fixes ↵ | Michael Shalayeff | |
random lockups; tested by brad@ on all models | |||
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat | |
using a 3 clause licence. | |||
2003-06-02 | licence cleanup | Theo de Raadt | |
2003-06-02 | some license cleanup | Theo de Raadt | |
2003-06-02 | sync | Dale Rahn | |
2003-06-02 | add UNINORTHATA | Dale Rahn | |
2003-06-02 | Do not map psycho-only interrupts on sabres. Reading from undefined | Henric Jungheim | |
registers and mapping strange INRs is not a good idea. ok jason@ |