Timeline
2009-04-10:
- 19:51 Changeset in mainline [3cc6a52]lfnserial by
- fix serengeti console
- 11:45 Ticket #48 (Simple GUI) created by
- After the virtual consoles overhaul is finished, …
- 11:42 Ticket #47 (Mouse driver) created by
- Implement a separate mouse driver for the user space. Get back the …
- 11:41 Ticket #46 (EGA kconsole/user console bugs) created by
- When using EGA output, the kernel console output and user space …
- 11:41 Ticket #45 (Virtual terminal recycling bug) created by
- In some cases when a virtual terminal gets recycled (e.g. the bdsh …
- 11:39 Ticket #44 (Advanced way of wiring kernel HID devices) created by
- Change the way HID devices and layers are wired together, as proposed …
- 11:34 Ticket #43 (Switch between virtual terminals using Alt+Fn) created by
- Currently plain F1, F2, … keys are used. But it is not wise to …
- 11:33 Ticket #42 (Kconsole notifications in a separate thread) created by
- Do not send kconsole notifications in kernel from the main kconsole …
- 11:27 Ticket #41 (Add support for iMac G5 (ppc64)) created by
- Add support for iMac G5 (PowerPC 970FX).
- 11:27 Ticket #40 (Implement support for Sgi Octane (mips64)) created by
- Implement support for Sgi Octane machines (mips64 big-endian …
- 11:26 Ticket #39 (Implement support for LEON CPUs (sparc32)) created by
- Implement support for LEON2 and/or LEON3 CPUs (sparc32 big-endian …
- 11:25 Ticket #38 (Unify sysinfo, bootinfo, OFW tree) created by
- Replace the ad hoc bootinfo structures and perhaps also sysinfo with a …
- 11:23 Ticket #37 (Optionally strip binaries after linking) created by
- For non-debug builds strip the binaries.
- 11:22 Ticket #36 (Virtual consoles overhaul) created by
- The primitive way how virtual consoles work now has to be changed. The …
- 11:17 Ticket #35 (Support multiple instances of TMPFS) created by
- The TMPFS file system needs to be enhanced to support nodes with …
- 11:14 Ticket #34 (Replace the functionality of LOW_4GiB macro) created by
- The macro was removed during the partial overhaul of the memory …
- 11:09 Ticket #33 (ATA driver) created by
- Implement ATA driver.
- 11:08 Ticket #32 (ppc32: use proper permissions on pages) created by
- Set properly read-only bits on page mapping on ppc32.
- 11:06 Ticket #31 (Revision of panics) created by
- Revise all uses of panic() and if it is possible and reasonable, try …
- 11:04 Ticket #30 (Investigate possibility of using unlikely(), likely()) created by
- Use the constructs unused(), unlikely() and likely() in relevant parts …
- 11:03 Ticket #29 (Unify infinite lops) created by
- Introduce a single canonical way for writing infinite loops (in case …
- 11:01 Ticket #28 (Autotooling, generated offsets) created by
- To make the source code more robust, introduce some means to detect …
- 10:58 Ticket #27 (Kernel not booting on Sun Ultra 60) created by
- After some changes related to the hw_map() function on sparc64, the …
- 10:57 Ticket #26 (User space is not working on iMac G4) created by
- The kernel boots OK, but the user space is not working. Unfortunately, …
- 10:55 Ticket #25 (VIA-CUDA keyboard driver is incomplete and missing in user space) created by
- There is no support for VIA-CUDA keyboard controller in user space.
- 10:45 Ticket #24 (mips32 (big endian variant) user space not working in GXEMUL) created by
- Although the kernel seems to be running fine on GXEMUL in both the …
- 10:43 Ticket #23 (Non-root VFS mounts are not ready) created by
- To be able to move forward with the development of user space, the …
- 10:42 Ticket #22 (FAT file names should be lower-case) created by
- The file names read from FAT16 filesystem should be presented in lower …
- 10:40 Ticket #21 (Tab completion in kconsole is not working) created by
- After the transition to UCS the kconsole tab completion is not working …
- 10:39 Ticket #20 (Klog output from user space) created by
- The way SYS_KLOG syscall is currently used by libc causes intermixing …
- 10:35 Ticket #19 (Fix async framework regarding nested asynchronous calls) created by
- Currently there is a flaw in the async framework regarding the sending …
- 07:53 Changeset in mainline [6eb2e96]lfnserial by
- str_cpy() and str_ncpy() in userspace. Nuke strcpy() and strncpy().
2009-04-09:
- 23:04 Changeset in mainline [f4b1535]lfnserial by
- str_ncpy() vs str_cpy(). TODO The same in userspace.
- 22:32 Changeset in mainline [095003a8]lfnserial by
- strdup() → str_dup()
- 21:28 Changeset in mainline [7afb4a5]lfnserial by
- Nuke strchr() and strrchr().
- 21:16 Changeset in mainline [92fd52d7]lfnserial by
- Nuke strcpy() and strcmp().
- 20:36 IPC edited by
- (diff)
- 19:08 Changeset in mainline [a2c58f6]lfnserial by
- thread_exit() needs to be noreturn as well
- 18:40 Changeset in mainline [552823e]lfnserial by
- Fix warning.
- 18:37 Changeset in mainline [ccf814f]lfnserial by
- _exit() is a noreturn function.
- 13:44 Ticket #18 (running program from bdsh opens new console) created by
- I was thinking it would be more usual to have programs run in the same …
- 13:42 Ticket #17 (mips32 and ppc32 cannot boot from a large ramdisk) created by
- The loader doesn't check whether the contents of image.boot overlaps …
- 13:41 Ticket #16 (mips32 loaders need to maintain cache coherence) created by
- The mips32 loader needs to establish cache coherence after it copies …
- 13:41 Ticket #15 (Implement rwlocks for uspace) created by
- For example, there are many places in the emerging VFS layer that can …
- 13:40 Ticket #14 (Implement register-only ipc_wait_for) created by
- Despite the recent improvements in IPC, which can now pass as many as …
- 13:40 Ticket #13 (Slab allocator allocation description ends in the middle of a sentence) created by
- The description of the slab allocator allocation ends like this: "If …
- 13:39 Ticket #12 (Eliminate one of two copies during IPC_M_DATA_WRITE) created by
- With the addition of the IPC_M_DATA_SEND call method, a new space for …
- 13:37 Ticket #11 (Support PAE on ia32) created by
- Add support for Physical Address Extension to our ia32 port so that …
- 13:37 Ticket #10 (Register window thrashing) created by
- The following snippet of userspace pseudo code demonstrates situation …
- 13:36 Ticket #9 (Current fibril model can confuse kernel's view on threads) created by
- Since the times of HelenOS 0.2.0, the fibril (formerly pseudo threads) …
- 13:36 Ticket #8 (Port the arm32 port to real hardware) created by
- Porting HelenOS/arm32 to a real ARM machine will benefit the whole …
- 13:35 Ticket #7 (Port the arm32 port to QEMU) created by
- Porting HelenOS/arm32 to another virtual machine will help the port to …
- 13:34 Ticket #6 (pte_t should be the real thing on arm32) created by
- On arm32, the type describing the PTE (page table entry) is defined …
- 13:33 Ticket #5 (Support uspace with the ability to join threads) created by
- The kernel should provide userspace threads with syscalls for joining …
- 13:32 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) created by
- I found out that when I double the size of the buffer allocated for …
- 13:31 Ticket #3 (Memory management limitations) created by
- Running VESA framebuffer on a machine with more that 1 GB of physical …
- 13:27 Ticket #2 (IRQs can theoretically starve) created by
- With the new IRQ dispatcher, it is possible that a device generating …
- 13:24 Ticket #1 (Get support for Xen back) created by
- Resurrect the abandoned ia32xen port. Possibly also start working on …
- 13:09 WikiStart edited by
- (diff)
- 00:17 WishList created by
- 00:17 Tracing created by
- 00:17 Links created by
- 00:17 KnowledgeArticles created by
- 00:17 IPC created by
- 00:17 IMB created by
- 00:17 CurrentIssues created by
- 00:13 WikiStart created by
2009-04-08:
- 20:00 Changeset in mainline [3a180ad]lfnserial by
- Allow UCS in Tetris highscores.
- 18:57 Changeset in mainline [8be693b]lfnserial by
- More replacements.
- 18:47 Changeset in mainline [9eb3623]lfnserial by
- Replace some uses of old string functions in C library.
2009-04-07:
- 19:03 Changeset in mainline [6071a8f]lfnserial by
- Read UCS chars in bdsh and encode them. (bdsh is still largely …
2009-04-06:
- 22:05 Changeset in mainline [2845930]lfnserial by
- Address issues with IRQ notifications.
- 19:32 Changeset in mainline [3636964]lfnserial by
- make klog more generic
- 19:32 Changeset in mainline [13a638d]lfnserial by
- move event notification to the ipc directory (where it probably belogs …
- 16:18 Changeset in mainline [149d14e5]lfnserial by
- ia32, amd64: do not reboot via a triple fault (which is nasty), but …
- 16:17 Changeset in mainline [415d272]lfnserial by
- halt all CPUs in case reboot was not succesful
- 15:44 Changeset in mainline [b014e9f]lfnserial by
- call remove_callback only optionally (this fixes the cleanup phase of …
- 15:44 Changeset in mainline [37be841]lfnserial by
- avoid deadlock during cleanup (the compare function which is called …
- 15:43 Changeset in mainline [44814b8]lfnserial by
- more readable spinning printout
- 15:31 Changeset in mainline [7b0297b]lfnserial by
- split asserts into atomic conditions to ease debugging
- 15:08 Changeset in mainline [5b7f418]lfnserial by
- sync with kernel
- 14:56 Changeset in mainline [a78d001]lfnserial by
- ignore leading byte-order mark while printing wide strings (GCC …
2009-04-05:
- 21:09 Changeset in mainline [482c86f]lfnserial by
- NS was forgetting to hangup phones. One phone was leaked for every …
- 16:20 Changeset in mainline [0175246]lfnserial by
- Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, …
- 15:50 Changeset in mainline [56fa418]lfnserial by
- Make Czech layout work partially in bdsh.
- 10:17 Changeset in mainline [726ef849]lfnserial by
- Add multilingual text to dist/readme.
- 10:04 Changeset in mainline [cee8d3e]lfnserial by
- WIP Czech keyboard layout.
- 09:27 Changeset in mainline [9db4079]lfnserial by
- UCS in keyboard driver.
- 09:17 Changeset in mainline [b27eb71]lfnserial by
- Make ega-fb and serial-fb aware of UCS.
2009-04-04:
- 22:04 Changeset in mainline [f2b8cdc]lfnserial by
- Copy printf with Unicode support to userspace.
- 21:13 Changeset in mainline [4527fb5]lfnserial by
- The pre-rendered glyphs are not viewport-specific. This was taking too …
- 16:26 Changeset in mainline [67ebf21]lfnserial by
- Use Unicode font in userspace.
- 02:00 Changeset in mainline [7d440e3]lfnserial by
- silence test completely
- 01:51 Changeset in mainline [f049eec]lfnserial by
- avoid deadlock while reclaiming slab memory
- 00:59 Changeset in mainline [3f2177e]lfnserial by
- add support for benchmarking of all tests
- 00:56 Changeset in mainline [a85aebd]lfnserial by
- fix wrong bounds checking
- 00:26 Changeset in mainline [cb01e1e]lfnserial by
- use global variable and a macro for silencing tests
2009-04-03:
- 20:39 Changeset in mainline [171f9a1]lfnserial by
- Character encoding/decoding un uspace. Partially fix klog application.
- 19:56 Changeset in mainline [7a2c479]lfnserial by
- UCS test in userspace.
- 19:48 Changeset in mainline [a7b1071]lfnserial by
- Fix bugs in kconsole, simplify string comparisons.
- 15:52 Changeset in mainline [c8bf88d]lfnserial by
- represent special keystrokes (cursor arrows, page up/down, delete, …
- 14:07 Changeset in mainline [2398ee9]lfnserial by
- do not disassemble hello (fixes problems with the newest binutils)
- 08:02 Changeset in mainline [b60c582]lfnserial by
- update for string changes
- 08:01 Changeset in mainline [9be1d58]lfnserial by
- do not mention UTF specifically
- 08:00 Changeset in mainline [c583970]lfnserial by
- Unicode support
- 07:58 Changeset in mainline [d6c8ff6]lfnserial by
- kconsole cleanup, string changes, Unicode support
- 07:57 Changeset in mainline [20cc877]lfnserial by
- cleanup
- 07:56 Changeset in mainline [68ad9d2]lfnserial by
- cleanup symtab
- 07:55 Changeset in mainline [d1dabe1f]lfnserial by
- Unicode support for input devices
- 07:54 Changeset in mainline [043eca0]lfnserial by
- cleanup, string changes
- 07:52 Changeset in mainline [b888d5f]lfnserial by
- cleanup and extend string functions according to agreed conventions
2009-04-02:
- 22:04 Changeset in mainline [7ce3cb2]lfnserial by
- Define wchar_t in userspace. Use it in fb and console.
- 21:33 Changeset in mainline [58d5a7e7]lfnserial by
- Partial conversion of prinf_core.c
- 20:38 Changeset in mainline [82bb9c1]lfnserial by
- Consider character display width somewhat. Explain naming scheme.
- 19:59 Changeset in mainline [d09f84e6]lfnserial by
- Return error code from chr_encode() rather than boolean.
2009-04-01:
- 19:11 Changeset in mainline [06b785f]lfnserial by
- strlen() → str_size().
- 19:01 Changeset in mainline [1b0b48e0]lfnserial by
- Partial refactor of printf modules to reflect new string API.
- 18:24 Changeset in mainline [f25b2819]lfnserial by
- str_lsize(), str_length(), wstr_length().
- 17:14 Changeset in mainline [b4c4666]lfnserial by
- Output CRLF rather than LFCR as the former is the standard one.
- 15:41 Changeset in mainline [ce87a8aa]lfnserial by
- fix compilation on sparc64
2009-03-31:
- 22:51 Changeset in mainline [e1813cf]lfnserial by
- Start converting string functions according to the terminology agreed upon.
- 22:11 Changeset in mainline [b54d2f1]lfnserial by
- Semantics for 'index' parameter of utf8_encode/decode() should be more …
- 18:50 Changeset in mainline [32704cb]lfnserial by
- Slightly decompile character encoder.
2009-03-30:
- 22:22 Changeset in mainline [0dd1d444]lfnserial by
- Slightly 'decompile' character decoder.
- 20:30 Changeset in mainline [c18e666]lfnserial by
- detect SYSENTER/SYSEXIT support on boot (this serves as a hint for …
- 19:15 Changeset in mainline [18251cc]lfnserial by
- cstyle
- 19:06 Changeset in mainline [4a816fe]lfnserial by
- more sanity checks
2009-03-26:
- 13:40 Changeset in mainline [c213c77]lfnserial by
- bump versions
2009-03-25:
- 02:37 Changeset in mainline [accc088]lfnserial by
- convert Unicode characters to OEM (a.k.a. 437) code page add colors to …
- 02:35 Changeset in mainline [beb368f5]lfnserial by
- more compact ASCII printout fix typo in Czech sentence
- 02:34 Changeset in mainline [2fce275]lfnserial by
- sync with sources
2009-03-24:
- 16:09 Changeset in mainline [98895c5c]lfnserial by
- simplify glyph mapping function draw invalid glyphs with a distinctive …
- 15:39 Changeset in mainline [6a75902c]lfnserial by
- add more supported script samples
- 15:27 Changeset in mainline [10d73d8]lfnserial by
- fix wchar_t printing
- 15:14 Changeset in mainline [08b5601]lfnserial by
- fix off-by-one bug
- 15:11 Changeset in mainline [e560ae8]lfnserial by
- fix wrong assignment
- 15:02 Changeset in mainline [0dd772d]lfnserial by
- fix cursor
- 15:01 Changeset in mainline [8f29e336]lfnserial by
- add copyright of the original font author source: …
- 14:43 Changeset in mainline [eec616b]lfnserial by
- Unicode aware printf and family functions (this breaks some things, …
- 14:41 Changeset in mainline [74c8da2c]lfnserial by
- more Unicode functions
- 14:38 Changeset in mainline [4ccdcf6]lfnserial by
- remove unbounded (possibly dangerous) string functions
- 14:37 Changeset in mainline [dcdc31d]lfnserial by
- use Unicode font glyphs and mapping for framebuffer
- 14:33 Changeset in mainline [ac7c8d12]lfnserial by
- Unicode console font and generating script
- 03:10 Changeset in mainline [21a639b]lfnserial by
- UTF-8 decoding routine
- 03:06 Changeset in mainline [c3ebc47]lfnserial by
- add malloc slab caches for up to 4 MB blocks
2009-03-23:
- 21:46 Changeset in mainline [05641a9e]lfnserial by
- Revive kernel notifications.
2009-03-22:
- 22:13 Changeset in mainline [a5e5030]lfnserial by
- unicode preparation work
- 22:07 Changeset in mainline [8263c68]lfnserial by
- unicode test (not working properly yet)
- 21:50 Changeset in mainline [5251bab]lfnserial by
- split printf test into several tests for better readability
- 20:19 Changeset in mainline [8b48063]lfnserial by
- start unicode support
- 19:48 Changeset in mainline [3fe00ee]lfnserial by
- 'kcon' shell builtin for switching to debug console.
- 17:45 Changeset in mainline [dc033a1]lfnserial by
- Get rid of FB_WRITE. We can use FB_DRAW_TEXT_DATA if we extend it just …
2009-03-21:
- 22:02 Changeset in mainline [0a5116db]lfnserial by
- Fix EGA.
- 11:26 Changeset in mainline [d2cc7e1]lfnserial by
- Buffer console output with line granularity. Makes esp. msim/ski …
2009-03-20:
- 21:41 Changeset in mainline [5b8c75a]lfnserial by
- Discard the eh_frame section on amd64, which improves the kernel size …
- 21:31 Changeset in mainline [e622f0a8]lfnserial by
- Put .tbss section into the .tdata output section. This solves the …
- 20:58 Changeset in mainline [416abec]lfnserial by
- Improve the console library functions.
- 20:50 Changeset in mainline [db90860]lfnserial by
- Just for pro forma, initialize the the link before use.
- 20:26 Changeset in mainline [7b8caa0]lfnserial by
- Do not include VHPT in the default build.
- 15:33 Changeset in mainline [266daf5a]lfnserial by
- bump versions
2009-03-18:
- 22:22 Changeset in mainline [907bb49]lfnserial by
- Consolidate console interface.
- 18:21 Changeset in mainline [eada065e]lfnserial by
- Fix typo.
- 16:26 Changeset in mainline [1496f87]lfnserial by
- properly detect VESA 16 bpp modes with 5:5:5 colors
- 15:23 Changeset in mainline [7dfc120a]lfnserial by
- check for proper VESA mode attributes
- 14:31 Changeset in mainline [e749794]lfnserial by
- ignore leading spaces in video mode command line
- 10:53 Changeset in mainline [84afc7b]lfnserial by
- as kernel little brother drivers are not needed anymore, the device …
- 10:49 Changeset in mainline [8015eeec]lfnserial by
- move syscall wrappers to more suitable location
- 10:48 Changeset in mainline [312cc68]lfnserial by
- move syscall wrappers to more suitable location
- 10:26 Changeset in mainline [65513a5]lfnserial by
- fix typo
- 09:14 Changeset in mainline [692b30dc]lfnserial by
- cstyle (Jiri, please be more careful)
2009-03-17:
- 23:06 Changeset in mainline [9df34ee]lfnserial by
- Smarter polling to make ski keyboard usable again.
- 22:22 Changeset in mainline [7e15496]lfnserial by
- Remove garbage.
- 22:18 Changeset in mainline [16e9c476]lfnserial by
- Interbuffer support in serial framebuffer driver for faster VC switches.
- 21:08 Changeset in mainline [f6377f72]lfnserial by
- Update comments for the new hw_map(), which was committed in r4138.
- 20:48 Changeset in mainline [f3f7009]lfnserial by
- Revert the previous commit, which inappropriately reverted r4136. I …
- 20:33 Changeset in mainline [5eb90cb]lfnserial by
- Revert the previous commit.
- 20:33 Changeset in mainline [e16e0d59]lfnserial by
- Make optionality of symbol information less intrusive per Jakub's …
- 20:30 Changeset in mainline [b1c8dc0]lfnserial by
- fix (probably) wrong bracketing
- 18:12 Changeset in mainline [be6038b]lfnserial by
- fix bad syntax
2009-03-16:
- 22:58 Changeset in mainline [656b789]lfnserial by
- resurrect big endian support for mips32: switch from mips-sgi-irix5 …
- 22:12 Changeset in mainline [f36c061]lfnserial by
- Fix non-SMP ia32 build.
- 21:58 Changeset in mainline [e2b762ec]lfnserial by
- Make kernel symbol information optional.
- 19:11 Changeset in mainline [d9167a1c]lfnserial by
- bump to newer versions
2009-03-13:
- 14:44 Changeset in mainline [b6dfc32]lfnserial by
- support for overriding the preconfigured VESA mode via GRUB command …
- 12:58 Changeset in mainline [421c833]lfnserial by
- parse VESA mode from a string unify VESA initialization for ia32 and amd64
- 12:57 Changeset in mainline [99d6fd0]lfnserial by
- cleanup pm.h and related stuff (no change in functionality)
- 12:28 Changeset in mainline [0160b1c8]lfnserial by
- rename selector() to gdtselector() to unify with amd64
- 12:02 Changeset in mainline [afdce6eb]lfnserial by
- allow inclusion from assembler files
- 10:08 Changeset in mainline [d0688a3]lfnserial by
- bring back kernel HID on ppc32 this concludes the transition from …
- 09:52 Changeset in mainline [449d4ecc]lfnserial by
- bring back HID on ia64
- 09:11 Changeset in mainline [03976d60]lfnserial by
- bring back support for Serengeti console
- 09:10 Changeset in mainline [0b16e9d]lfnserial by
- add more predefined configurations
- 09:00 Changeset in mainline [9693835]lfnserial by
- get back support for framebuffer and keyboard for sparc64 (generic)
- 08:59 Changeset in mainline [648c9d9]lfnserial by
- add default configuration for sparc64 (generic us)
2009-03-12:
- 23:26 Changeset in mainline [00287cc]lfnserial by
- arm32: update for the new scheme of device drivers and keyboard/serial …
- 22:20 Changeset in mainline [3b122e9]lfnserial by
- Update message, cstyle.
- 20:15 Changeset in mainline [afdd441]lfnserial by
- Revert part of r4114 as I accidentally committed more than I intended.
- 20:08 Changeset in mainline [c640876]lfnserial by
- Fix one RAW dependency.
- 19:37 Changeset in mainline [7ee8c5b]lfnserial by
- Add more comments.
- 19:18 Changeset in mainline [29295cd]lfnserial by
- Fix grammar.
- 19:16 Changeset in mainline [08fed0a]lfnserial by
- Update the SGCN driver to match the latest character I/O changes.
- 18:08 Changeset in mainline [91ea7c4]lfnserial by
- remove orphaned directory
- 18:08 Changeset in mainline [1410f35]lfnserial by
- use generic dsrlnin and dsrlnout devices instead of platform specific …
- 18:06 Changeset in mainline [b76e51d]lfnserial by
- remove unmaintained Simics machine (might return later) whitespace changes
- 18:06 Changeset in mainline [99495b6]lfnserial by
- remove platform-dependent msim keyboard/console driver symbols …
- 18:05 Changeset in mainline [e2d97d7]lfnserial by
- remove unmaintained Simics machine (might return later) whitespace changes
- 18:04 Changeset in mainline [a2a2a34]lfnserial by
- remove platform-dependent msim keyboard/console driver
- 18:03 Changeset in mainline [32ddab4e]lfnserial by
- remove unmaintained Simics serial line (might return later)
- 18:02 Changeset in mainline [1462d35]lfnserial by
- update for the new scheme of wiring device drivers to keyboard/serial …
- 18:02 Changeset in mainline [4df7d3a]lfnserial by
- update for the new scheme of wiring device drivers to keyboard/serial …
- 18:01 Changeset in mainline [0b6eba5]lfnserial by
- remove duplicate part of the debugger message (it is already printed …
- 18:00 Changeset in mainline [7012a8d]lfnserial by
- whitespace changes
- 18:00 Changeset in mainline [2a34e4c]lfnserial by
- update for the new scheme of wiring device drivers to keyboard/serial …
- 17:59 Changeset in mainline [0e0490bd]lfnserial by
- whitespace changes
- 17:57 Changeset in mainline [5597947]lfnserial by
- remove obsolete include file
- 17:56 Changeset in mainline [4a26e39]lfnserial by
- fix very strange condition
- 17:55 Changeset in mainline [3a1c048]lfnserial by
- make cpu_halt() really halt the execution
- 17:54 Changeset in mainline [3c79afe]lfnserial by
- update for the new scheme of wiring device drivers to keyboard/serial …
- 17:53 Changeset in mainline [a0e1b48]lfnserial by
- chardev_t → outdev_t small fixes and cleanups
- 17:52 Changeset in mainline [b6f2ebc]lfnserial by
- wire keyboard/serial module and device drivers in a more obvious way …
- 17:49 Changeset in mainline [a7efdec]lfnserial by
- split chardev_t into indev_t and outdev_t
- 17:49 Changeset in mainline [099aa78]lfnserial by
- remove the confusing "exit" from the list of commands (the exit …
- 17:48 Changeset in mainline [a02e383]lfnserial by
- avoid page fault on exit command cleanup
- 17:47 Changeset in mainline [67a88c3]lfnserial by
- do not create last resort console if there is no polling input device …
- 17:46 Changeset in mainline [ac8e7a9]lfnserial by
- use indev_t remove console IRQ notification (will be replaced by a …
- 17:43 Changeset in mainline [8030f49]lfnserial by
- split chardev_t into indev_t and outdev_t simplify and cleanup operations
- 17:42 Changeset in mainline [94a981a]lfnserial by
- do not echo keypress
- 17:41 Changeset in mainline [8ba3dc7]lfnserial by
- separate console_init() is actually not needed
- 17:41 Changeset in mainline [eb56bd7]lfnserial by
- update defaults
- 17:24 Changeset in mainline [8de4421]lfnserial by
- streamlined HID configuration this breaks most ports except ia32, …
- 15:56 Changeset in mainline [04b29ca]lfnserial by
- interpret negative inference properly
- 15:48 Changeset in mainline [95b4838d]lfnserial by
- add support for negative inference
- 12:30 Changeset in mainline [1094940]lfnserial by
- support for dummy serial line input and output (e.g. msim)
- 12:29 Changeset in mainline [9f7b303]lfnserial by
- add dummy serial line input and output drivers
2009-03-11:
- 20:49 Changeset in mainline [4ddc76b]lfnserial by
- Fix SMP on sparc64.
- 20:10 Changeset in mainline [4fe14955]lfnserial by
- Prevent duplicit NS16550 offering.
- 19:52 Changeset in mainline [05915ba4]lfnserial by
- Fix sparc64 builds without srln.
- 19:46 Changeset in mainline [de88998]lfnserial by
- Some additional fixes to the sgcn driver.
- 17:26 Changeset in mainline [63b1537]lfnserial by
- SGCN driver modified to reflect the new keyboard driver architecture. …
- 14:26 Changeset in mainline [04d672c3]lfnserial by
- set CONFIG_DEBUG_SPINLOCK after CONFIG_SMP do not use serial line on msim
Note: See TracTimeline
for information about the timeline view.