- 566ae58 Properly fixed the tracing myself bug on 2.6 hosts. by jdike · 21 years ago master
- 7deb82b Fixed a bug which could cause UML to get a timer before it's ready. by jdike · 21 years ago
- cfcd847 Redone per BlaisorBlade's patch. by jdike · 21 years ago
- 79607fa Added some extra memory for exec-shield users. by jdike · 21 years ago
- f5e1a8d Time calculations are now done with gettimeofday rather than the tsc. by jdike · 21 years ago
- 1c88736 Removed SA_NOMASK and SA_NODEFER because they don't do what the manpage claims. by jdike · 21 years ago
- 98ec7b5 Added some debugging. by jdike · 21 years ago
- bee6e6c Exported a couple more symbols. by jdike · 21 years ago
- 9b6d714 Fixed the kmem bug by handling kernel-space faults. by jdike · 21 years ago
- 4c71bbd Added some more file operations, plus os_usecs. by jdike · 21 years ago
- 8a6ea56 Added initcall and exitcall. by jdike · 21 years ago
- cdae7e3 Added aio support. Both a one-at-a-time IO thread and the new 2.6 AIO are by jdike · 21 years ago
- 9945ac8 Added an abstract, pluggable interface between hostfs_kern and hostfs_user. by jdike · 21 years ago
- 6a7a2f7 Updated a couple of mmap interfaces. by jdike · 21 years ago
- 138d650 Code tidying. by jdike · 21 years ago
- 12ba14a Changed some longs to __u32 to be 64-bit safe. by jdike · 21 years ago
- 25788fa On reboot, all possible pending signal sources are disabled. by jdike · 21 years ago
- eb3725c Updated to reflect the new config options. by jdike · 21 years ago
- 6444618 Added mppe support. by jdike · 21 years ago
- b8cd619 Fixed gprof support. by jdike · 21 years ago
- b913be8 Bumped EXTRAVERSION. by jdike · 21 years ago
- 0ff6190 Changes HZ to 100, fixing some time problems. by jdike · 22 years ago
- 57824cc Added a note calling for some copy_user fixes. by jdike · 22 years ago
- 6f2f61c arch_handle_signal now uses copy_from_user to read the faulting instruction. by jdike · 22 years ago
- 0917a8a Changed one of the remap_data calls to go till &_end instead of brk_start to by jdike · 22 years ago
- 4961013 Fixed a race which could cause a userspace signal to appear to have happened by jdike · 22 years ago
- e43e0a1 time_init calls timer to make sure that xtime is non-zero. This was the by jdike · 22 years ago
- 0d72ed4 Changed a bunch of remnant jmp_bufs to sigjmp_bufs. by jdike · 22 years ago
- 122fe3a Exported os_ioctl_generic, strlen, and printf. by jdike · 22 years ago
- a0b805e "log" no longer strips newlines when they are the only thing in the log. by jdike · 22 years ago
- 597020b Code tidying. by jdike · 22 years ago
- a7702ea Bumped EXTRAVERSION. Cleaned up the SYMLINK_HEADERS definition a bit. by jdike · 22 years ago
- 9e81c34 Got rid of the userspace part of this driver in favor of calling straight into by jdike · 22 years ago
- 4577f0c Fixed some small bug and compile problems. by jdike · 22 years ago
- 38f8174 mhz is now a long long. by jdike · 22 years ago
- e56437e /dev/anon is now checked for correctly. by jdike · 22 years ago
- 744f53d Fixed the bug caused by pages remaining mapped after their device has been by jdike · 22 years ago
- a70c9e4 Lots of small changes to reduce the diffs between the 2.4 and 2.6 pools. by jdike · 22 years ago
- 3fa26b6 Removed the align directive which was causing segfaults on RH and Fedora. by jdike · 22 years ago
- 6b67fd5 Bumped EXTRAVERSION. by jdike · 22 years ago
- 0098838 Fixed a compile failure when CONFIG_MODE_TT was disabled. by jdike · 22 years ago v_2_4_23_1
- f340199 Changed PTRACE_{PEEK,POKE}_USR to PTRACE_{PEEK,POKE}_USER by jdike · 22 years ago
- 9a895bc Made host_hz 64 bits. by jdike · 22 years ago
- f0a3e1d Exported get_kmem_end and made the copy_user exports depend on them being by jdike · 22 years ago
- a7ad850 Fixed the ubd-mmap file corruption bug by making sure that 64 bit offsets make by jdike · 22 years ago
- 1cbc310 Fixed the COW bitmap overrun error. by jdike · 22 years ago
- 496f1bd Unbumped EXTRAVERSION. by jdike · 22 years ago
- f9362ee Updated to 2.4.23. by jdike · 22 years ago
- 7a324af Added /dev/anon. by jdike · 22 years ago v_2_4_22_7
- c9d8c12 os_{read,write}_file now make sure their buffers are present before calling by jdike · 22 years ago
- 347ab16 Added support for using /dev/anon. by jdike · 22 years ago
- 8ed1642 Started adding smp support for skas mode. by jdike · 22 years ago
- 7d462f7 Fixed highmem support. by jdike · 22 years ago
- 3c0c3e7 Fixed a compile bug. by jdike · 22 years ago
- 8f2aace Updated defconfig. by jdike · 22 years ago
- 554b668 Bumped EXTRAVERSION. by jdike · 22 years ago
- 84189f5 Added Sapan's real-time clock patch. by jdike · 22 years ago
- 80d67ec Fixed a bug in the KERNEL_CALL error return. by jdike · 22 years ago v_2_4_22_6
- 703e4e5 Fixed the kmem driver so that it doesn't assume that physical memory begins by jdike · 22 years ago
- 3ee8acc Changed CC to HOSTCC in the util Makefiles. by jdike · 22 years ago
- e1097b6 Added a fixme. by jdike · 22 years ago
- e3eb479 Added a latent change for 2.5. by jdike · 22 years ago
- 37ff173 Set SA_NODEFER for SIGSEGV, which should fix the process exiting problem by jdike · 22 years ago
- 5cc4d5b Exported to_phys. by jdike · 22 years ago
- 21ffea3 Fixed a comment. by jdike · 22 years ago
- 7ac9f66 Moved the OP_* enum to a tt header file. by jdike · 22 years ago
- da668d7 Fixed some botched error printks. by jdike · 22 years ago
- 23ccd40 Use letter device names rather than numbers. by jdike · 22 years ago
- 78cb5b2 Added console support. by jdike · 22 years ago
- bd6d2dc Fixed a buffer overrun. by jdike · 22 years ago
- fb9eb1d Added module support. by jdike · 22 years ago
- 9dfcf28 Added os_file_modtime, and changed everything that looks at mtime to use it by jdike · 22 years ago
- b85d4ae Cleanup. by jdike · 22 years ago
- 67f4a42 Fixed a crash when a device is asked for its configuration, and it has no by jdike · 22 years ago
- 89ac648 Fixed the pcap.o build. by jdike · 22 years ago
- 958960f Bumped EXTRAVERSION. by jdike · 22 years ago
- 00714d0 Added some help text that was in 2.5, but not 2.4. by jdike · 22 years ago
- a5339f6 slab.c is no longer present in the patch because it has converged with what by jdike · 22 years ago v_2_4_22_5
- 8169d7c Fixed a bug in tt mode which resulted in signals being blocked in userspace. by jdike · 22 years ago
- b2a035d Added some commentary. by jdike · 22 years ago
- a152db5 Got rid of a printk. by jdike · 22 years ago
- 1a7e831 Fixed the loops so they call os_{read,write}_file. Made got_sigio volatile. by jdike · 22 years ago
- 4b1f82d Cleaned up the error handling and reporting. Fixed a race. by jdike · 22 years ago
- f468473 A bit of cleanup. by jdike · 22 years ago
- ef348fb Fixed a buffer overflow. by jdike · 22 years ago
- 0771be1 Fixed a syntax error. by jdike · 22 years ago
- c2c555a Changed the field names of uml_stat because the old names were #defined by jdike · 22 years ago
- c39c65e Updated defconfig. by jdike · 22 years ago
- f52f9c2 Fixed /dev/anon so it kind of works now. by jdike · 22 years ago
- c068a92 Bumped EXTRAVERSION. by jdike · 22 years ago
- 52fddee Added an include of errno.h since this makes it compile better for Oleg. by jdike · 22 years ago v_2_4_22_4
- ea9c908 Merged Steve Schmidtke's cleanup patches, which make UML use the os_* by jdike · 22 years ago
- cace420 Added the skeleton of /dev/anon. by jdike · 22 years ago
- 1fbf59b Bumped EXTRAVERSION. by jdike · 22 years ago
- c6d1052 Updated the copyright. by jdike · 22 years ago v_2_4_22_3
- a22d5c2 Got rid of the NULL sys_call_table entry checks and updated copyrights. by jdike · 22 years ago
- fa041c8 Got rid of the physmem hash. by jdike · 22 years ago
- 6c82166 Fixed the I/O mismatch panic. Fixed the partition start calculation in ioctl. by jdike · 22 years ago
- dd1934e Added proc to the help string and updated copyrights. by jdike · 22 years ago
- 8152376 Bumped EXTRAVERSION. by jdike · 22 years ago