Age | Commit message (Expand) | Author |
2002-05-17 | Handle the removal of 'const' from structure definition. | mjacob |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski |
2002-04-30 | Fix an ancient problem in how sparc interrupts are handled. | Artur Grabowski |
2002-04-30 | dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7. | Artur Grabowski |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-28 | Use assym.h for intrhand fields. | Artur Grabowski |
2002-04-28 | Rename all PIL_* constants to IPL_* to match other archs and make them | Artur Grabowski |
2002-04-27 | In proc_trampoline, lower the spl level to 0. This way kernel threads that are | Artur Grabowski |
2002-04-26 | build release bsd.scsi3 from regular bsd file, by using config -e to | Theo de Raadt |
2002-04-26 | Fix spelling in comment and some whitespace. | Artur Grabowski |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt |
2002-04-11 | Make sure this always prints the 'root on' line. Also, treat ramdisks | Jason Wright |
2002-03-31 | Fix a spl botch for sun4/sun4c, which should fix reported stability issues | Miod Vallat |
2002-03-26 | Honor psratio for addupc_task(), as other arches do. | Miod Vallat |
2002-03-23 | typo repair; openbsd@davidkrause.com | Theo de Raadt |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-15 | The previous commit broke the bootblocks, since uvmexp is not available | Miod Vallat |
2002-03-14 | Remove a bunch of #if 0 code | Jason Wright |
2002-03-14 | use getprop, not getpropstring to fetch 'magma_prom' property... | Jason Wright |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
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 |