Age | Commit message (Expand) | Author |
2011-11-16 | Make userret() MI. On architectures which jammed stuff into it in the | Theo de Raadt |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-14 | merge syscall.c into the end of trap.c as almost all architectures do. | Theo de Raadt |
2011-11-13 | If a softraid chunk is offline we are not necessarily going to have the | Joel Sing |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-29 | Make sure we don't accidentally use ISA or EISA interrupt mappings on PCI | Mark Kettenis |
2011-10-21 | Add bounds checks for access to mp_busses. | Mark Kettenis |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-10-04 | In the coming future, we are more likely to need ehci(4) than sk(4) or | Theo de Raadt |
2011-09-20 | Remove commented-out leftovers from old drm drivers that have been removed | Matthieu Herrb |
2011-09-20 | Fix bogus comment. Okay miod@ | Paul Irofti |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-09-03 | Add a general warning about gdb matching against sigcode instructions | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-18 | stray spaces; no binary change | Marco Peereboom |
2011-08-17 | Assembler implementation of the GCM mode using the Carry-less | Mike Belopuhov |
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-10 | remove irrelevant comments | Theo de Raadt |
2011-07-10 | remove irrelevant old comment | Theo de Raadt |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-06 | Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d... | Kenneth R Westerback |
2011-07-05 | Don't write /boot to sector 0 on non-floppy devices. Non-floppy | Kenneth R Westerback |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-05 | remove comment: yes, they should be independent | Theo de Raadt |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | Force the sigreturn syscall to return to userspace via iretq by setting | Philip Guenthe |
2011-07-04 | Fix typo; ok ariane@ | Philip Guenthe |
2011-07-04 | Let custom nlist.c check ELF, but use the i386 values EM_I386 and | Kenneth R Westerback |
2011-07-03 | Enable nvt(4). | Mark Kettenis |
2011-07-03 | Bring in millert@ thinko fix for '_' handling from r1.47 of | Kenneth R Westerback |
2011-07-03 | a_sym is an integer not a pointer so check == 0, not == NULL. Some | Kenneth R Westerback |
2011-07-03 | Fix boot dump on bigmem machines. | Owain Ainsworth |
2011-07-03 | ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta to | Kenneth R Westerback |