Age | Commit message (Expand) | Author |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos |
2002-07-23 | Don't use a magic constant | Jason Wright |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn |
2002-07-23 | only break in ddb if the kernel has been mapped | Michael Shalayeff |
2002-07-23 | print page protection w/ bits in dump_table | Michael Shalayeff |
2002-07-23 | Now that sparc64 implements reverse splassert, it make sense | Artur Grabowski |
2002-07-23 | Fix yet another braino. | Artur Grabowski |
2002-07-23 | Please tell me what crack I've been smoking when I did that. | Artur Grabowski |
2002-07-23 | Define __HAVE_SPLASSERT on architectures that support splassert. | Artur Grabowski |
2002-07-23 | Define IPL_NONE | Artur Grabowski |
2002-07-23 | When handling an interrupt record the interrupt level we're handling | Artur Grabowski |
2002-07-22 | uninitialized variable; pointed out by sam@errno.com | Jason Wright |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos |
2002-07-21 | Map stack pages without VM_PROT_EXECUTE. Notice that right now this | Artur Grabowski |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright |
2002-07-21 | Support OS selectable halt action on the VAXstation 4000's. | Hugh Graham |
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright |
2002-07-21 | cleanup, mostly 'if 0'ed code removal. | Dale Rahn |
2002-07-21 | on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestion | Michael Shalayeff |
2002-07-21 | Attempt to distinguish 4000 700A from 4000 705A. Results are so far | Hugh Graham |
2002-07-21 | Vector 0x0 doesn't seem to be useful, so ignore it for now. | Hugh Graham |
2002-07-21 | - Deal with the fact that nsp2k's bridge can't deal with burst read/write | Jason Wright |
2002-07-21 | remove unsued variables. | Artur Grabowski |
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino |
2002-07-20 | Remove unused variables. | Artur Grabowski |
2002-07-20 | remove unused extern decl (commented out). sync w/kame | Jun-ichiro itojun Hagino |
2002-07-20 | unconfuse indentation. | Artur Grabowski |
2002-07-20 | typo | Artur Grabowski |
2002-07-20 | Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG. | Artur Grabowski |
2002-07-20 | duplicate define. | Artur Grabowski |
2002-07-20 | define __HAVE_PMAP_PHYSSEG | Artur Grabowski |
2002-07-20 | Always HWREF. Don't have it as an option because the slow-slow version | Artur Grabowski |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-20 | Add flags 0x00 to fd | Federico G. Schwindt |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-07-20 | comment clarification. niels ok | Jun-ichiro itojun Hagino |
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff |
2002-07-19 | do not use broken tsc on geode and broken latch on ns geodes; testing by markus@ | Michael Shalayeff |
2002-07-19 | Define an IPL_VM and mark IPL_IMP as "not to be used". | Artur Grabowski |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino |
2002-07-19 | tabify | Jun-ichiro itojun Hagino |
2002-07-19 | give sparc64 the normal STACKGAPLEN (512), this allows systrace(4) to work | Jason Wright |
2002-07-18 | regen | Michael Shalayeff |
2002-07-18 | emulex lp8000 | Michael Shalayeff |
2002-07-18 | - Add support for both of the schizo iommu's(There is an iommu per pbm) | Jason Wright |
2002-07-18 | if such an occasion occures that hpmc_dump() returns -- just summon the globa... | Michael Shalayeff |