Age | Commit message (Expand) | Author |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat |
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff |
2002-06-23 | uid_t is unsigned | Theo de Raadt |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-19 | natypos | Miod Vallat |
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less wrong... | Michael Shalayeff |
2002-06-16 | Oops, uncomment wsdisplay at vga, commented out by mistake last time. | Miod Vallat |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat |
2002-06-11 | No need to cdev_decl(ugen) twice. | Miod Vallat |
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat |
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-27 | left over __P removals | Theo de Raadt |
2002-05-26 | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h | Matthieu Herrb |
2002-05-18 | Until we start supporting various modifiers to trace, we have | Artur Grabowski |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
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-10 | Some protection from userland and some __asm paranoia. | Artur Grabowski |
2002-05-10 | Mark all those __asm directives as clobbering memory, because | Artur Grabowski |
2002-05-10 | uhid changes | Theo de Raadt |
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert |
2002-05-03 | le_ioasic.h is history | Todd C. Miller |
2002-05-03 | Need a dummy tc_fb_cnattach() until we have real fb support on | Todd C. Miller |
2002-05-02 | Oops, it's too early for this chunk of code... spotted by millert@. | Miod Vallat |
2002-05-02 | Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt. | Todd C. Miller |
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-29 | wierd -> weird in comment | Peter Valchev |
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev |
2002-04-26 | add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers. | Matthieu Herrb |
2002-04-26 | newer gas is picky about misplaced .loc directives; comment'em out for now. | Federico G. Schwindt |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-14 | gx, not wx, you fool. spotted by miod | Theo de Raadt |
2002-04-02 | move to gx | Theo de Raadt |
2002-04-02 | gx works on alpha and i386 add a commented line for the driver | Nathan Binkert |
2002-04-01 | Re-add dc | Nathan Binkert |
2002-03-30 | fxp fits again | Theo de Raadt |
2002-03-24 | This is ridiculous. Put the same dc vs de on the floppy as the kernel. How ... | Theo de Raadt |
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-20 | Since the sgmap is used in interrupts protect the extent with splvm. | Artur Grabowski |
2002-03-16 | PTRACE fallout. | Artur Grabowski |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | this mod has nothing to do w/ ptrace option addition, did not even compile | Michael Shalayeff |
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 |