Age | Commit message (Expand) | Author |
2022-01-09 | spelling | Jonathan Gray |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2015-05-15 | add some missing splx() calls | Jonathan Gray |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2010-11-20 | Missing splx() in hil_thread(). This turned out to be harmless due to the | Miod Vallat |
2006-12-16 | Make hil(4) shared interrupts aware, by exiting early if the stat register | Miod Vallat |
2006-11-05 | Handle loop reconfiguration in a kernel thread, instead of doing it from | Miod Vallat |
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat |
2005-05-13 | Do not invoke hil_process_pendinc() from the interrupt handler if the loop | Miod Vallat |
2005-05-08 | When receiving an unplugged notification from the loop, do not take action | Miod Vallat |
2005-05-08 | Simplify loop reconfiguration code. | Miod Vallat |
2005-01-15 | If the loop is empty when we probe it, enable the interrupt anyways, so that | Miod Vallat |
2005-01-11 | Reliability fixes: | Miod Vallat |
2005-01-09 | Allow send_hil{,dev}_cmd to return failure, and handle this where | Miod Vallat |
2004-05-10 | obliterate undef, ok miod | Jolan Luff |
2004-03-12 | Allow busy wait loops to fail, so that we don't spin if the hil loop does not | Miod Vallat |
2003-10-21 | typo from Tom Cosgrove; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-27 | as mentioned in hardball ers a few delays are needed; mios@ testing on hp300 ... | Michael Shalayeff |
2003-03-28 | Better message to report an empty loop during probe. | Miod Vallat |
2003-03-16 | A better explanation of why we need to operate hil keyboards in raw mode. | Miod Vallat |
2003-02-26 | New hil child devices attachment framework, that allow them to be detached | Miod Vallat |
2003-02-19 | Leaving console polling mode works now, and workaround boot -a slow response | Miod Vallat |
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat |
2003-02-15 | Provide a "code" locator for hil devices. This will let people ask their | Miod Vallat |
2003-02-15 | Rework the console management on hppa: | Miod Vallat |
2003-02-15 | - Better type usage in the various hil code: prefer u_int8_t to u_char, but | Miod Vallat |
2003-02-11 | Oops, forgot to commit the most important file... | Miod Vallat |