summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-10-26Synthetic commit for tag v_2_4_13_1v_2_4_13_1cvs-fast-export1-3/+25
2001-10-26Included <asm/types.h> so __u64 is defined.jdike1-0/+1
2001-10-26Added CONFIG_PACKET.jdike1-25/+3
2001-10-26Added sys_readahead and cleaned up the calculation of LAST_SYSCALL.jdike3-3/+14
2001-10-26Declared file_size in the files which call it and not in user_util.h becausejdike4-2/+7
2001-10-26Updated to 2.4.13.jdike1-31/+237
2001-10-26Updated to 2.4.13.jdike6-14/+65
2001-10-26The bugs are fixed in mainline now.jdike1-697/+0
2001-10-26allocating_monbuf is set to zero immediately because other things wantjdike1-1/+7
2001-10-26Added Jorgen Cedarlof's context switching patch, except it's disabledjdike2-8/+36
2001-10-26Code cleanup.jdike4-11/+13
2001-10-26Cleaned up the signal delivery code a bit.jdike5-18/+16
2001-10-26Changed generic-looking symbols to start with "mconsole_".jdike3-20/+22
2001-10-26Updated to include CONFIG_PACKET.jdike1-26/+3
2001-10-26Reset EXTRAVERSION.jdike1-1/+1
2001-10-26Added a line to Lars Brinkhoff's entry.jdike1-0/+1
2001-10-26Exported a couple of gprof symbols so that -pg modules can load withoutjdike2-0/+28
2001-10-18Bumped EXTRAVERSION.v_2_4_12_4jdike1-1/+1
2001-10-18Moved the new sections into the data section where they belong.jdike1-30/+27
2001-10-18Fixed the TMP support.jdike1-17/+22
2001-10-18Fixed a bug caused by the uml_dir path not having a trailing '/'.jdike1-1/+11
2001-10-18Made physical memory protection optional.jdike1-0/+17
2001-10-18Put the __init's back.jdike1-2/+2
2001-10-18All the backends which use uml_net now get host commands and their outputjdike5-40/+105
2001-10-15This was split out from user_util.h as part of the initrd cleanup.jdike1-0/+22
2001-10-15Fixed the initrd patch, which I seriously botched the first time around.jdike3-7/+11
2001-10-15Bumped EXTRAVERSION and added link.ld to archmrproper.jdike1-1/+2
2001-10-14Added a couple more symbols.v_2_4_12_2jdike1-0/+2
2001-10-14Cleanup from Adam Heath.jdike1-32/+7
2001-10-14Deleted some duplicate code.jdike1-2/+0
2001-10-14Added CONFIG_DEBUG_SLAB, turned off.jdike1-1/+4
2001-10-14Cleanups from Chris.jdike5-3/+27
2001-10-14Bumped EXTRAVERSION.jdike1-7/+5
2001-10-14The initrd code is now split out from everything else, removing a pilejdike2-0/+93
2001-10-14Argument parsing and some initialization is now done in the same wayjdike19-186/+505
2001-10-11Updated to 2.4.12.v_2_4_12_1jdike2-2/+4
2001-10-10Fixed a buglet with a procedure not returning a value.v_2_4_11_1jdike1-1/+1
2001-10-10Updated to 2.4.11.jdike17-78/+217
2001-10-10Changed physmem to uml_physmem.jdike1-14/+8
2001-10-09ppc updates from Chris.v_2_4_10_7jdike1-0/+43
2001-10-09Changed physmem to uml_physmem.jdike9-18/+18
2001-10-09Fixed a crash caused by the driver holding on to a struct tty after it'sjdike1-5/+17
2001-10-09Fixed various compilation warnings.jdike5-2/+5
2001-10-09Made CONFIG_DEBUG_SLAB configurable.jdike1-0/+1
2001-10-09ppc updates from Chris.jdike3-1/+8
2001-10-09Bumped EXTRAVERSION and removed -D__KERNEL__ from the main.c compile.jdike1-2/+2
2001-10-05This update adds a gratuitous newline.jdike1-0/+1
2001-10-05Somehow forgot to check in the 64 bit updates.jdike1-6/+6
2001-10-05Fixed a bug which caused an interrupted system call to return the wrongv_2_4_10_6jdike1-1/+3
2001-10-05Bumped EXTRAVERSION.jdike1-1/+1
2001-10-03Fixed the declaration of xtime_lock.v_2_4_10_5jdike1-0/+4
2001-10-02Bumped EXTRAVERSION.jdike1-2/+2
2001-10-02Wrapped '#ifdef __CONFIG_SMP' around everything for ppc.jdike1-0/+4
2001-10-02Fixed a printk typo.jdike1-2/+2
2001-10-02Fixed the protect panic.jdike1-15/+2
2001-10-02Applied some small patches from Andrea.jdike4-6/+1
2001-09-27Bumped EXTRAVERSION.v_2_4_10_4jdike1-1/+1
2001-09-27Fixed a stupid bug in protect_kernel_mem, which wasn't actually protectingjdike2-8/+9
2001-09-27Redid the signal delivery code so that it no longer uses the host'sjdike13-156/+91
2001-09-25Changed the remaining MAP_SHARED to MAP_PRIVATE.v_2_4_10_3jdike1-2/+2
2001-09-25Updated.jdike1-4/+2
2001-09-25Bumped EXTRAVERSION.jdike1-1/+1
2001-09-25This was missing. Copied it from asm-i386.jdike1-0/+1
2001-09-25Copying this from include/asm-i386.jdike1-0/+1
2001-09-25Added support for calling flush_tlb_kernel_vm for kernel vm faults.v_2_4_10_2v_2_4_10jdike1-4/+12
2001-09-25Added support for stacks with frame pointers.jdike2-14/+32
2001-09-25The little processes which is used to create stack frames are now threads.jdike1-3/+2
2001-09-25Cleanup and redeclaration of diff_stacks.jdike3-9/+2
2001-09-25Added a call to flush_tlb_kernel_vm after vmalloc. This is necessaryjdike3-1/+7
2001-09-25Updated to 2.4.10.jdike12-663/+492
2001-09-25Updated to 2.4.10.jdike3-53/+141
2001-09-25Fixed a sscanf bug.jdike1-0/+697
2001-09-22Changed a hardcoded address to be symbolic.v_2_4_9_9jdike1-2/+6
2001-09-22Bumped EXTRAVERSION.jdike1-1/+1
2001-09-22setup_signal_stack now constructs a signal frame for the use of sigaltstack.jdike12-207/+289
2001-09-22Reorganized fix_range and the flush procedures in order to fix a bugv_2_4_9_8jdike2-83/+61
2001-09-22The COW bitmap is now vmalloced.jdike1-9/+8
2001-09-22Update from Greg and some cleanups.jdike1-23/+33
2001-09-22Removed duplicate TUN/TAP and ethertap config entries and cleaned upjdike1-13/+7
2001-09-22Cleaned up the signal code a bit by moving some stuff from process_kern.cjdike6-72/+97
2001-09-20Changed 'extern __inline__' to 'static inline'v_2_4_9_7jdike1-6/+6
2001-09-20Commented something that needs fixing.jdike1-0/+2
2001-09-20Cleanups to the address space reorg.jdike9-28/+92
2001-09-20Cleaned up some warnings.jdike1-11/+13
2001-09-20Changed CONFIG_2G_2G to CONFIG_HOST_2G_2G.jdike3-3/+3
2001-09-20Bumped EXTRAVERSION.jdike1-1/+1
2001-09-15Added SIGPROF to the list of signals that wait_for_stop passes through.v_2_4_9_6jdike1-22/+1
2001-09-15There is now a version 2 of the COW header. It supports MAXPATHLEN-sizedjdike3-67/+189
2001-09-15The UML binary and its physical and virtual memory are now loaded at thejdike16-207/+123
2001-09-12All of smp.c is now inside CONFIG_SMP.v_2_4_9_5jdike4-16/+3
2001-09-12Added errno to a panic message.jdike1-1/+2
2001-09-12io_thread errors are now passed back to the driver, which fails thejdike3-7/+63
2001-09-12Bumped EXTRAVERSION.jdike13-58/+57
2001-09-06Put some error checking around a couple munmap calls.v_2_4_9_4jdike1-6/+9
2001-09-06Fixed the process segfault problem. A newly forked child that already hadjdike2-90/+2
2001-09-06Merged Chris' latest ppc stuff.jdike13-13/+143
2001-09-06Bumped EXTRAVERSION.jdike1-1/+1
2001-08-30Bumped EXTRAVERSION.v_2_4_9_3jdike1-1/+1
2001-08-30Added some CONFIG_UML_NET_TUNTAP help to Configure.help.jdike5-17/+42
2001-08-28Bumped EXTRAVERSION.v_2_4_9_2jdike1-1/+1
2001-08-28Fixed a hang caused by xterm not being found.jdike1-1/+6
2001-08-28Rearranged the archmrproper and archclean rules a little.jdike1-3/+2
2001-08-28Implemented a TUN/TAP network backend.jdike16-125/+673
2001-08-16A bit of cleanup.v_2_4_9jdike1-3/+0
2001-08-16Added some fixes to the signal delivery code to properly segfaultjdike1-0/+15
2001-08-16If asked, set_user_thread protects kernel memory just before signallingjdike5-25/+90
2001-08-16Updated to 2.4.9.jdike7-22/+131
2001-08-13Changed the calculation of the inode field so that it works on systemsv_2_4_8_2jdike2-8/+11
2001-08-13Bumped EXTRAVERSION.jdike1-1/+1
2001-08-13Changed 'extern inline' to 'static inline' to follow changes in 2.4.8.v_2_4_8jdike5-41/+41
2001-08-13This wasn't checked in for some reason.jdike1-32/+2
2001-08-13Updated to include SYSRQ and a bunch of new modules.jdike1-32/+72
2001-08-13Updated to 2.4.8.jdike6-10/+92
2001-08-09Redefined STACK_TOP.v_2_4_7_5jdike1-1/+5
2001-08-09Eliminated a lot of cruft.jdike1-61/+0
2001-08-09Fixed a bogus CONFIG ifdef.jdike1-3/+6
2001-08-09Include file cleanup to eliminate warnings in the ac tree.jdike2-2/+5
2001-08-09Fixed a disk space leak caused by two threads not being killed off byjdike2-1/+4
2001-08-09Changed to use pread/pwrite instead of lseek + read/write.jdike2-19/+7
2001-08-09The mconsole now has sysrq support.jdike5-2/+110
2001-08-09The network driver Config.in is now invoked.jdike2-0/+88
2001-08-09Re-enabled -fno-common.jdike7-33/+9
2001-08-04Added some commentary to the mysterious locals that I added to thev_2_4_7_4jdike2-0/+16
2001-08-04Clean up.jdike2-9/+25
2001-08-04The driver now finds out when its interfaces change addresses. The ethertapjdike9-26/+177
2001-08-04Bumped EXTRAVERSION.jdike1-1/+1
2001-08-02Forgot to check these in somehow.v_2_4_7_3jdike2-6/+7
2001-08-01Fixed a warning.jdike1-0/+1
2001-08-01Fixed a bug which caused the wrong pid to be written out to the pid file.jdike2-2/+4
2001-08-01Added some symbols for GFS.jdike1-0/+3
2001-08-01Added dummy locals to the trampolines to make profiling work again.jdike2-7/+16
2001-08-01Cleaned up the setting of stack permissions a bit.jdike4-15/+25
2001-08-01read_dir now returns an inode.jdike1-1/+2
2001-08-01Added help text for all undocumented UML options and removed the textjdike1-17/+201
2001-08-01Bumped EXTRAVERSION.jdike1-1/+1
2001-07-24Bumped EXTRAVERSION.v_2_4_7_2jdike1-1/+1
2001-07-24Fixed a stupid close_file bug.jdike1-3/+4
2001-07-24Implemented prepare_write and commit_write.jdike1-6/+42
2001-07-24Updated to something a bit more modern.jdike1-14/+47
2001-07-22These are gone because they have moved or they are no longer different fromv_2_4_7jdike6-921/+0
2001-07-22Finished merging the ppc port.jdike1-0/+10
2001-07-22Fixed a bug which was making the rodata non-shared.jdike1-1/+1
2001-07-22Added SA_RESTART to SIGIO.jdike1-2/+2
2001-07-22Fixed some warnings.jdike5-0/+10
2001-07-22Fixed dev_ip_addr so that it doesn't segfault if given an interface with nojdike4-3/+26
2001-07-22Got rid of -fno-common temporarily.jdike1-7/+13
2001-07-22Updated to 2.4.7.jdike12-146/+243
2001-07-22Started making hostfs writes go through the page cache.jdike3-57/+1644
2001-07-22Finished merging the ppc port.jdike13-2/+354
2001-07-14Eliminated a warning by adding a couple consts to the get_user macros.v_2_4_6_5jdike1-2/+2
2001-07-14SIGHUP is now ignored by all threads and it's nullified by the tracing thread.jdike2-0/+5
2001-07-14Declared in_aton.jdike1-0/+1
2001-07-14Moved ubd_strdup into process_kern.c and moved the call to it to ubd_config.jdike3-41/+52
2001-07-14mconsole requests are now done in keventd rather than a softirq. This isjdike1-3/+6
2001-07-14Changed CONFIG_IOMEM to CONFIG_MMAPPER.jdike3-3/+3
2001-07-14Merged most of the rest of the ppc port.jdike11-21/+88
2001-07-14Net devices are now pluggable.jdike15-56/+169
2001-07-11Fixed a warning.v_2_4_6_4jdike2-6/+11
2001-07-11Fixed a bug which was causing NULL accesses to be considered OK.jdike1-17/+26
2001-07-11gdbs now get killed correctly.jdike1-1/+5
2001-07-11Fixed warnings.jdike2-0/+3
2001-07-11Build and config changes -jdike5-27/+67
2001-07-11Fixed the iomem emulation and added Greg's iomem driver.jdike4-4/+139
2001-07-10Added umid to the --help string.v_2_4_6_3jdike1-2/+5
2001-07-10Added a help command.jdike2-0/+17
2001-07-10FASTCALL is now turned on. This fixes a mismatch between FASTCALL being offjdike1-0/+135
2001-07-10The mconsole socket and pid file are now in a directory defined by the umid.jdike6-80/+255
2001-07-08Bumped EXTRAVERSIONv_2_4_6_2jdike1-1/+1
2001-07-08Integrated Greg Lonnon's ubd COW patch.jdike3-72/+431
2001-07-05Updated to 2.4.6.v_2_4_6jdike9-215/+809
2001-07-05Fixed the handling of SIGBUS and SIGILL.uid202882-2/+8
2001-07-05Added an implementation of mconsole_register_dev for !CONFIG_MCONSOLEuid202881-0/+10
2001-07-05Fixed the deregistration of network drivers by calling free_irq insteaduid202881-1/+1
2001-07-05Removed a spurious printk.uid202881-1/+0
2001-06-30Removing from CVS. Don't know why it was here in the first place.v_2_4_5_11jdike1-2022/+0
2001-06-29Removed config_command and remove_command, since they're not used any more.jdike1-12/+0
2001-06-29Exported memset and strstr.jdike1-0/+3
2001-06-29The debugger is now killed with PTRACE_KILL.jdike1-1/+1
2001-06-29Added back a fix which I accidentally deleted in the timer changes.jdike1-0/+1
2001-06-29Fixed a bug which caused halt from the mconsole to crash.jdike1-1/+2
2001-06-29Fixed the TASK_UNINTERRUPTIBLE bug by installing the alarm handler withjdike4-13/+12
2001-06-29Tightened up the request queue locking a bit. The critical section wasjdike1-1/+1
2001-06-29Bumped EXTRAVERSION.jdike1-1/+1
2001-06-26Turned a couple of sighandler_t casts into __sighandler_t casts.jdike1-2/+3
2001-06-26Exported __do_strncpy_from_user.jdike1-1/+2
2001-06-26Fixed an off-by-one bug in the ppc EMPTY_REGS.jdike1-1/+1
2001-06-26Signal code cleanup.jdike4-43/+36
2001-06-26Merged mistral's capability patch.jdike1-4/+5
2001-06-26Bumped EXTRAVERSION.jdike1-1/+1
2001-06-26Merged Greg Lonnon's iomem emulation.jdike7-103/+293
2001-06-22Deleted these files, which should have disappeared a long time ago.jdike4-268/+0
2001-06-21Block devices are now pluggable.jdike1-31/+114
2001-06-21Added a declaration from Lennert.jdike1-1/+1
2001-06-21All replies are made from a tasklet instead of interrupt context now.jdike3-45/+129
2001-06-21Bumped EXTRAVERSION and updated defconfig.jdike2-18/+2
2001-06-19Got rid of ping, replaced it with version.jdike6-65/+186
2001-06-19Fixed a bug which could cause etap_open to call dev_ip_addr before thejdike1-1/+2
2001-06-19Bumped EXTRAVERSIONjdike1-1/+1
2001-06-18Added trap 13 to SEGV_IS_FIXABLE.jdike2-2/+2
2001-06-18Merged the size fix from Roman Zippel.jdike2-32/+25