Age | Commit message (Expand) | Author |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-02-21 | %s/iommu_clear/iommu_remove/g | Jason Wright |
2002-02-20 | frantzen's stackghost code. wcookie is set at 0 right now, until debugger | Theo de Raadt |
2002-02-19 | Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination. | Miod Vallat |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-14 | __weak_alias() support. | Federico G. Schwindt |
2002-02-08 | Better tx interrupt handling; don't call bestart() from betint() unless | Jason Wright |
2002-02-08 | since we're checking, avoid an unnecessary write | Jason Wright |
2002-02-08 | Better IFF_OACTIVE handling; don't bother calling qestart() unless | Jason Wright |
2002-02-08 | simplify qec_put a bit | Jason Wright |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-25 | Add support for the "Magma 2+1HS Sp" (from NetBSD) | Jason Wright |
2002-01-24 | Fix a few typos | Artur Grabowski |
2002-01-23 | copy*str() sanity fixes for sparc. | Miod Vallat |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-20 | move a few more arch specific drivers to use new allocm and round_buffersize. | Eric Jackson |
2002-01-18 | Move CS_TIMEOUT decl | Jason Wright |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-13 | comment typos | Jason Wright |
2002-01-11 | Get all of the bit definitions from ad1848reg, apcdmareg, and cs4231reg | Jason Wright |
2002-01-11 | Oops, that's -disable- interrupt enable in cs4231_close()... | Jason Wright |
2002-01-11 | Remove last nights interrupt handling hack and do it right: | Jason Wright |
2002-01-11 | for the "Magma LC 2+1 Sp", we have to check the 'clock' property (it's | Jason Wright |
2002-01-11 | Only check for playback interrupts if we're actually expecting them. | Jason Wright |
2002-01-10 | Check result from malloc(9) when using M_NOWAIT. jason@ ok | Thomas Nordin |
2002-01-01 | Don't whine about not having carrier... ifconfig on the interface will say so. | Jason Wright |
2001-12-25 | Oops, I barfed there, too. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat |
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat |
2001-12-09 | Even more ansification. | Artur Grabowski |
2001-12-09 | Random ansification. | Artur Grabowski |
2001-12-09 | un-__P | Artur Grabowski |
2001-12-09 | Explicitly unmap and free the pages in pgt_page_free. | Artur Grabowski |
2001-12-09 | remove pvalloc and pvfree, use the raw pool_get and pool_put. | Artur Grabowski |
2001-12-09 | Real pmap_k*. The sun4/sun4c functions are from NetBSD. | Artur Grabowski |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | fix signal dosc | Theo de Raadt |
2001-12-07 | make it compile on SUN4M-only | Michael Shalayeff |
2001-12-07 | Some ansification and cleanups in pmap_{zero,copy}_page* | Artur Grabowski |