Age | Commit message (Expand) | Author |
2003-11-18 | Remove the duplicated code in ssh_checkintr() - checked against mvme68k. | Miod Vallat |
2003-11-18 | In ssh_checkintr(), better check pointers for NULL before they | Miod Vallat |
2003-11-09 | Typos; Jonathan Gray | Miod Vallat |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-23 | No dependency on NDART needed here. | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-11 | Nuke trailing whitespace. | Miod Vallat |
2003-10-11 | Merge sclock and clock pseudo-devices. | Miod Vallat |
2003-10-08 | Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane). | Miod Vallat |
2003-10-08 | delay() is actually a void function. | Miod Vallat |
2003-10-06 | More vm_offset_t removal I forgot to check in; spotted by deraadt@ | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-10-05 | De-register | Miod Vallat |
2003-10-05 | typos | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-09-28 | Clean various MVME188 related routines, fixing typos and removing unnecessary | Miod Vallat |
2003-09-28 | Be less verbose, unless option DEBUG, when the nvram battery is toast. | Miod Vallat |
2003-09-28 | Properly acknowledge MVME188 clock interrupts. | Miod Vallat |
2003-09-28 | Be volatile enough to start the clock on 188. | Miod Vallat |
2003-09-28 | Be sure to invoke tty_attach() after ttymalloc(). | Miod Vallat |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-09-16 | Provide more information about the CPU/CMMU configuration in the dmesg | Miod Vallat |
2003-09-01 | Prevent userland from invoking BUG system calls, by saving the initial BUG | Miod Vallat |
2003-08-21 | Bounds checking, prevents ioctls to non-existing dart devices from panic'ing | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-12 | Use spltty() instead of rolling our own expanded version. | Miod Vallat |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2003-01-13 | Missing splx() | Miod Vallat |
2002-12-14 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-04-28 | More dead beef here. | Miod Vallat |
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-05 | Kill prom stuff duplicates from bugio.[ch]. | Miod Vallat |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-05 | I wonder how those two were not commited among the "volatile police" two | Miod Vallat |
2002-01-14 | volatile police. | Miod Vallat |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2001-12-22 | MVME917 documentation comment. | Steve Murphree |