]> Zhao Yanbai Git Server - minix.git/log
minix.git
14 years agoRemove interim release note from issue.install R3.1.5
Arun Thomas [Mon, 9 Nov 2009 09:58:03 +0000 (09:58 +0000)]
Remove interim release note from issue.install

14 years agodon't include branch rev after all.. looks too weird in the tag. v3.1.5
Ben Gras [Thu, 5 Nov 2009 08:25:23 +0000 (08:25 +0000)]
don't include branch rev after all.. looks too weird in the tag.

14 years agoPM, VFS: remove unused param.h definitions
David van Moolenbroek [Thu, 29 Oct 2009 13:29:04 +0000 (13:29 +0000)]
PM, VFS: remove unused param.h definitions

14 years agoPM: remove unused core_name variable
David van Moolenbroek [Thu, 29 Oct 2009 12:07:53 +0000 (12:07 +0000)]
PM: remove unused core_name variable

14 years agoDS: do not panic when sending reply fails
David van Moolenbroek [Tue, 27 Oct 2009 17:06:45 +0000 (17:06 +0000)]
DS: do not panic when sending reply fails

14 years agoCreate man pages for bigsh and dev2name
Erik van der Kouwe [Tue, 27 Oct 2009 15:34:22 +0000 (15:34 +0000)]
Create man pages for bigsh and dev2name

14 years agoGround work for larger file systems, and miscellaneous fixes:
David van Moolenbroek [Mon, 26 Oct 2009 13:35:39 +0000 (13:35 +0000)]
Ground work for larger file systems, and miscellaneous fixes:
- MFS and mkfs(1) now perform extra sanity checks
- fsck(1) can now deal with inode tables extending beyond the file
  system's first 4GB
- badblocks(8) no longer writes out the superblock for no reason
- mkfs(1) no longer crashes when given no parameters
- more(1) no longer crashes when standard output is redirected

14 years agoDon't check DMA_ST_ERROR before DMA_ST_INT is set (which is done too)
Ben Gras [Thu, 22 Oct 2009 14:31:29 +0000 (14:31 +0000)]
Don't check DMA_ST_ERROR before DMA_ST_INT is set (which is done too)

14 years agoIncrease limits on PCI devices to have space for the new RTL8139 ACLSs
Erik van der Kouwe [Wed, 21 Oct 2009 09:14:58 +0000 (09:14 +0000)]
Increase limits on PCI devices to have space for the new RTL8139 ACLSs

14 years agoif from branch, include branch name in in-image tag and .iso filename.
Ben Gras [Mon, 19 Oct 2009 15:46:27 +0000 (15:46 +0000)]
if from branch, include branch name in in-image tag and .iso filename.

14 years agothrow out unnecessary drive1 thing
Ben Gras [Mon, 19 Oct 2009 15:45:43 +0000 (15:45 +0000)]
throw out unnecessary drive1 thing

14 years agonewer at_wini.c (really incl atapi dma this time)
Ben Gras [Mon, 19 Oct 2009 15:45:14 +0000 (15:45 +0000)]
newer at_wini.c (really incl atapi dma this time)

14 years agoinclude OSS on CD
Ben Gras [Mon, 19 Oct 2009 15:13:44 +0000 (15:13 +0000)]
include OSS on CD

14 years ago - reverse order of transfer command and DMA initiation - fixes DMA problem
Ben Gras [Mon, 19 Oct 2009 14:23:04 +0000 (14:23 +0000)]
 - reverse order of transfer command and DMA initiation - fixes DMA problem
   that some hardware had
 - clear DMA_ST_INT after DMA - fixes infinite number of interrupts
   that some hardware had
 - initial ATAPI DMA implementation, doesn't actually increase performance
   on my test hardware so possibly not right yet, disabled by default

14 years agono DEBUG_VMASSERT committed
Ben Gras [Sun, 18 Oct 2009 20:08:55 +0000 (20:08 +0000)]
no DEBUG_VMASSERT committed

14 years agoSuppress spurious scancodes in VMWare
Erik van der Kouwe [Sun, 18 Oct 2009 07:12:42 +0000 (07:12 +0000)]
Suppress spurious scancodes in VMWare

14 years agoAdd more identifiers to drivers.conf for orinoco and rtl8137.
Erik van der Kouwe [Wed, 14 Oct 2009 07:20:13 +0000 (07:20 +0000)]
Add more identifiers to drivers.conf for orinoco and rtl8137.
Increase RSS_NR_PCI_ID and remove dumplicate reference
to /etc/drivers.conf; each such reference uses _PATH_DRIVERS_CONF
from <minix/paths.h> now.

14 years agomoving OSS to a package.
Ben Gras [Mon, 12 Oct 2009 12:53:36 +0000 (12:53 +0000)]
moving OSS to a package.

14 years agosupport for head -n (suggested by xorquewasp)
David van Moolenbroek [Sat, 10 Oct 2009 22:36:46 +0000 (22:36 +0000)]
support for head -n (suggested by xorquewasp)

14 years agoNetwork card autodetection in netconf.sh
Erik van der Kouwe [Sat, 10 Oct 2009 15:54:05 +0000 (15:54 +0000)]
Network card autodetection in netconf.sh

14 years agoAdd lspci command and SI_PCI_INFO getsysinfo call
Erik van der Kouwe [Fri, 9 Oct 2009 10:48:46 +0000 (10:48 +0000)]
Add lspci command and SI_PCI_INFO getsysinfo call

14 years agoinet: fix TCP connection corruption bug (causing test40 to fail sometimes)
David van Moolenbroek [Tue, 6 Oct 2009 20:32:58 +0000 (20:32 +0000)]
inet: fix TCP connection corruption bug (causing test40 to fail sometimes)

14 years agoReport make issue in UPDATING (approved by Ben)
Erik van der Kouwe [Tue, 6 Oct 2009 14:17:13 +0000 (14:17 +0000)]
Report make issue in UPDATING (approved by Ben)

14 years agoAdd nohup tool (approved by Ben)
Erik van der Kouwe [Tue, 6 Oct 2009 14:16:35 +0000 (14:16 +0000)]
Add nohup tool (approved by Ben)

14 years agofix compiler warning by including for prototype.
Ben Gras [Mon, 5 Oct 2009 16:45:03 +0000 (16:45 +0000)]
fix compiler warning by including for prototype.

14 years agoadd prototype for wait_for() to fix compiler warning.
Ben Gras [Mon, 5 Oct 2009 16:43:02 +0000 (16:43 +0000)]
add prototype for wait_for() to fix compiler warning.

14 years agofix compiler warnings using dubious casts.
Ben Gras [Mon, 5 Oct 2009 16:41:28 +0000 (16:41 +0000)]
fix compiler warnings using dubious casts.

14 years agofix compiler warning
Ben Gras [Mon, 5 Oct 2009 16:40:21 +0000 (16:40 +0000)]
fix compiler warning

14 years agofix compiler warning due to const char * -> char *
Ben Gras [Mon, 5 Oct 2009 16:38:12 +0000 (16:38 +0000)]
fix compiler warning due to const char * -> char *

14 years agoreally revert endpoint_t -> int
Ben Gras [Mon, 5 Oct 2009 15:47:23 +0000 (15:47 +0000)]
really revert endpoint_t -> int

debugging info on panic: decode segment selectors and descriptors, now moved
to arch-specific part, prototypes added; sanity checking in debug.h made
optional with vmassert().

14 years agothanks to tomas: fix for level0() race condition - global variable can
Ben Gras [Mon, 5 Oct 2009 15:22:31 +0000 (15:22 +0000)]
thanks to tomas: fix for level0() race condition - global variable can
be used concurrently.  pass the function in eax instead; this gets rid
of the global variable.  also execute the function directly if we're
already trapped into the kernel.

revert of u32_t endpoint_t to int (some code assumes endpoints are
negative for negative slot numbers).

14 years agolittle more info in pagefault exception handler.
Ben Gras [Sat, 3 Oct 2009 12:23:02 +0000 (12:23 +0000)]
little more info in pagefault exception handler.

14 years ago - exact magic values for entered/nonentered states in recursive enter check
Ben Gras [Sat, 3 Oct 2009 12:17:46 +0000 (12:17 +0000)]
 - exact magic values for entered/nonentered states in recursive enter check
 - read_*() functions to read segment selector values
 - decode loaded segments on panic

14 years ago - panic if there's no runnable process
Ben Gras [Sat, 3 Oct 2009 11:30:35 +0000 (11:30 +0000)]
 - panic if there's no runnable process
 - more basic sanity check before recursive enter check (data segment)
 - try to jump to boot monitor instantly on recursive panic

14 years agopackman -y: noninteractive mode to install all packages
Ben Gras [Sat, 3 Oct 2009 09:57:37 +0000 (09:57 +0000)]
packman -y: noninteractive mode to install all packages

14 years agofixed grep usage in filter (again)
Ben Gras [Fri, 2 Oct 2009 13:29:36 +0000 (13:29 +0000)]
fixed grep usage in filter (again)

14 years agodon't have ackpack in the list any more as it installs an
Ben Gras [Fri, 2 Oct 2009 13:23:58 +0000 (13:23 +0000)]
don't have ackpack in the list any more as it installs an
old /usr/bin/make.

14 years agoUnique matching for package name when grepping for it in the master list.
Ben Gras [Fri, 2 Oct 2009 13:02:36 +0000 (13:02 +0000)]
Unique matching for package name when grepping for it in the master list.

14 years agoAdd id(1) -g, -n, -r options (Bug#302, reported by Aleksey Cheusov)
David van Moolenbroek [Fri, 2 Oct 2009 12:23:00 +0000 (12:23 +0000)]
Add id(1) -g, -n, -r options (Bug#302, reported by Aleksey Cheusov)

14 years agoisofs links with libsysutil which does not exist anymore
Tomas Hruby [Fri, 2 Oct 2009 12:07:46 +0000 (12:07 +0000)]
isofs links with libsysutil which does not exist anymore

14 years agodirs for OSS
Ben Gras [Fri, 2 Oct 2009 10:35:05 +0000 (10:35 +0000)]
dirs for OSS

14 years agorevert to 16MB to fix reinstall for now.
Ben Gras [Fri, 2 Oct 2009 09:48:15 +0000 (09:48 +0000)]
revert to 16MB to fix reinstall for now.

14 years agoINET: fix panic when network drivers are started late (Bug#309, reported by Niek...
David van Moolenbroek [Thu, 1 Oct 2009 21:24:12 +0000 (21:24 +0000)]
INET: fix panic when network drivers are started late (Bug#309, reported by Niek Linnenbank)

14 years agoRS: disable harmless warning
David van Moolenbroek [Thu, 1 Oct 2009 19:21:57 +0000 (19:21 +0000)]
RS: disable harmless warning

14 years agopostgresql in packing list
Ben Gras [Thu, 1 Oct 2009 18:14:49 +0000 (18:14 +0000)]
postgresql in packing list

14 years agoslightly larger /usr needed
Ben Gras [Thu, 1 Oct 2009 17:45:14 +0000 (17:45 +0000)]
slightly larger /usr needed

14 years agoconnect OSS to the build (clean and install only)
Ben Gras [Thu, 1 Oct 2009 17:23:54 +0000 (17:23 +0000)]
connect OSS to the build (clean and install only)

14 years agoFix bios_wini using wrong size for vector (Bug#280, reported by John Peace)
David van Moolenbroek [Thu, 1 Oct 2009 16:59:04 +0000 (16:59 +0000)]
Fix bios_wini using wrong size for vector (Bug#280, reported by John Peace)

14 years agoRemove treecmp utility (Bug#310, reported by John Peace)
David van Moolenbroek [Thu, 1 Oct 2009 16:58:13 +0000 (16:58 +0000)]
Remove treecmp utility (Bug#310, reported by John Peace)

14 years agoFix writeisofs lseek() usage (Bug#311, reported by John Peace
David van Moolenbroek [Thu, 1 Oct 2009 16:56:46 +0000 (16:56 +0000)]
Fix writeisofs lseek() usage (Bug#311, reported by John Peace

14 years agodir for oss config files
Ben Gras [Thu, 1 Oct 2009 16:55:54 +0000 (16:55 +0000)]
dir for oss config files

14 years agoFix syslog buffer overflow (Bug#270, reported by Kevin Jordan)
David van Moolenbroek [Thu, 1 Oct 2009 16:54:56 +0000 (16:54 +0000)]
Fix syslog buffer overflow (Bug#270, reported by Kevin Jordan)

14 years agosupport for OSS.
Ben Gras [Thu, 1 Oct 2009 16:36:14 +0000 (16:36 +0000)]
support for OSS.

14 years agoFixes to ISOFS
Thomas Veerman [Thu, 1 Oct 2009 14:34:17 +0000 (14:34 +0000)]
Fixes to ISOFS

14 years agoInitial import of ISOFS by Jacopo Urbani
Thomas Veerman [Thu, 1 Oct 2009 14:00:27 +0000 (14:00 +0000)]
Initial import of ISOFS by Jacopo Urbani

14 years agoimplement VAR += .. feature, contributed by Pieter Hijma
Ben Gras [Thu, 1 Oct 2009 11:29:08 +0000 (11:29 +0000)]
implement VAR += .. feature, contributed by Pieter Hijma

14 years agoPM delay call infrastructure improvements
David van Moolenbroek [Thu, 1 Oct 2009 10:36:09 +0000 (10:36 +0000)]
PM delay call infrastructure improvements
- allow PM to tell sys_runctl() whether to use delay call feature
- only use this feature in PM for delivering signals - not for exits
- do better error checking in PM on sys_runctl() calls
- rename SIGKREADY to SIGNDELAY

14 years agoMake message type ranges in com.h (eventually) unique
David van Moolenbroek [Thu, 1 Oct 2009 10:33:01 +0000 (10:33 +0000)]
Make message type ranges in com.h (eventually) unique

14 years agoFix erroneous times() call in udpstat/tcpstat.
David van Moolenbroek [Thu, 1 Oct 2009 10:31:29 +0000 (10:31 +0000)]
Fix erroneous times() call in udpstat/tcpstat.
Reported by John Peace, bug #312.
Also fix times(2) man page.

14 years agoidle_task() declared 3x in kernel/proto.h. 2 declarations removed
Tomas Hruby [Thu, 1 Oct 2009 07:59:15 +0000 (07:59 +0000)]
idle_task() declared 3x in kernel/proto.h. 2 declarations removed

14 years agoIncrease root partition size to 64 MB.
Arun Thomas [Wed, 30 Sep 2009 14:11:58 +0000 (14:11 +0000)]
Increase root partition size to 64 MB.

14 years ago - retrieve binary packages and sources from webserver to make a release, incremental...
Ben Gras [Wed, 30 Sep 2009 13:11:22 +0000 (13:11 +0000)]
 - retrieve binary packages and sources from webserver to make a release, incrementally using wget
   (so wget required)
 - don't build List file again, but use webserver List file and filter it

14 years agoBump release to 3.1.5 in issue.install
Arun Thomas [Wed, 30 Sep 2009 13:00:38 +0000 (13:00 +0000)]
Bump release to 3.1.5 in issue.install

14 years agoMerge of David's ptrace branch. Summary:
David van Moolenbroek [Wed, 30 Sep 2009 09:57:22 +0000 (09:57 +0000)]
Merge of David's ptrace branch. Summary:
o Support for ptrace T_ATTACH/T_DETACH and T_SYSCALL
o PM signal handling logic should now work properly, even with debuggers
  being present
o Asynchronous PM/VFS protocol, full IPC support for senda(), and
  AMF_NOREPLY senda() flag

DETAILS

Process stop and delay call handling of PM:
o Added sys_runctl() kernel call with sys_stop() and sys_resume()
  aliases, for PM to stop and resume a process
o Added exception for sending/syscall-traced processes to sys_runctl(),
  and matching SIGKREADY pseudo-signal to PM
o Fixed PM signal logic to deal with requests from a process after
  stopping it (so-called "delay calls"), using the SIGKREADY facility
o Fixed various PM panics due to race conditions with delay calls versus
  VFS calls
o Removed special PRIO_STOP priority value
o Added SYS_LOCK RTS kernel flag, to stop an individual process from
  running while modifying its process structure

Signal and debugger handling in PM:
o Fixed debugger signals being dropped if a second signal arrives when
  the debugger has not retrieved the first one
o Fixed debugger signals being sent to the debugger more than once
o Fixed debugger signals unpausing process in VFS; removed PM_UNPAUSE_TR
  protocol message
o Detached debugger signals from general signal logic and from being
  blocked on VFS calls, meaning that even VFS can now be traced
o Fixed debugger being unable to receive more than one pending signal in
  one process stop
o Fixed signal delivery being delayed needlessly when multiple signals
  are pending
o Fixed wait test for tracer, which was returning for children that were
  not waited for
o Removed second parallel pending call from PM to VFS for any process
o Fixed process becoming runnable between exec() and debugger trap
o Added support for notifying the debugger before the parent when a
  debugged child exits
o Fixed debugger death causing child to remain stopped forever
o Fixed consistently incorrect use of _NSIG

Extensions to ptrace():
o Added T_ATTACH and T_DETACH ptrace request, to attach and detach a
  debugger to and from a process
o Added T_SYSCALL ptrace request, to trace system calls
o Added T_SETOPT ptrace request, to set trace options
o Added TO_TRACEFORK trace option, to attach automatically to children
  of a traced process
o Added TO_ALTEXEC trace option, to send SIGSTOP instead of SIGTRAP upon
  a successful exec() of the tracee
o Extended T_GETUSER ptrace support to allow retrieving a process's priv
  structure
o Removed T_STOP ptrace request again, as it does not help implementing
  debuggers properly
o Added MINIX3-specific ptrace test (test42)
o Added proper manual page for ptrace(2)

Asynchronous PM/VFS interface:
o Fixed asynchronous messages not being checked when receive() is called
  with an endpoint other than ANY
o Added AMF_NOREPLY senda() flag, preventing such messages from
  satisfying the receive part of a sendrec()
o Added asynsend3() that takes optional flags; asynsend() is now a
  #define passing in 0 as third parameter
o Made PM/VFS protocol asynchronous; reintroduced tell_fs()
o Made PM_BASE request/reply number range unique
o Hacked in a horrible temporary workaround into RS to deal with newly
  revealed RS-PM-VFS race condition triangle until VFS is asynchronous

System signal handling:
o Fixed shutdown logic of device drivers; removed old SIGKSTOP signal
o Removed is-superuser check from PM's do_procstat() (aka getsigset())
o Added sigset macros to allow system processes to deal with the full
  signal set, rather than just the POSIX subset

Miscellaneous PM fixes:
o Split do_getset into do_get and do_set, merging common code and making
  structure clearer
o Fixed setpriority() being able to put to sleep processes using an
  invalid parameter, or revive zombie processes
o Made find_proc() global; removed obsolete proc_from_pid()
o Cleanup here and there

Also included:
o Fixed false-positive boot order kernel warning
o Removed last traces of old NOTIFY_FROM code

THINGS OF POSSIBLE INTEREST

o It should now be possible to run PM at any priority, even lower than
  user processes
o No assumptions are made about communication speed between PM and VFS,
  although communication must be FIFO
o A debugger will now receive incoming debuggee signals at kill time
  only; the process may not yet be fully stopped
o A first step has been made towards making the SYSTEM task preemptible

14 years agothrow out exec debugging message.
Ben Gras [Wed, 30 Sep 2009 08:36:13 +0000 (08:36 +0000)]
throw out exec debugging message.

14 years agothere is no elvis.
Ben Gras [Wed, 30 Sep 2009 08:21:21 +0000 (08:21 +0000)]
there is no elvis.

14 years agoaudio package obsolete
Ben Gras [Wed, 30 Sep 2009 07:41:03 +0000 (07:41 +0000)]
audio package obsolete

14 years agothrow out FIXME reminders for release
Ben Gras [Wed, 30 Sep 2009 07:40:34 +0000 (07:40 +0000)]
throw out FIXME reminders for release

14 years agoMostly a revert of r5306. com.h defines MAX_NR_TASKS value which replaces
Tomas Hruby [Tue, 29 Sep 2009 20:13:41 +0000 (20:13 +0000)]
Mostly a revert of r5306. com.h defines MAX_NR_TASKS value which replaces
NR_TASKS in the endpoint macros. MAX_NR_TASKS defines the maximal number of
kernel tasks. It is unlikely that we will ever need this many tasks as the goal
is not to have such a difference in the future. For now it makes possible to
remove the limiting NR_TASKS from the endpoint code.

14 years agoRemoved macros that depend on NOTIFY_FROM from servers and drivers. They
Tomas Hruby [Tue, 29 Sep 2009 18:47:56 +0000 (18:47 +0000)]
Removed macros that depend on NOTIFY_FROM from servers and drivers. They
determine the information defined by these macros from the m_source field of the
notify message.

14 years agoadd SDL-1.2.13
Ben Gras [Tue, 29 Sep 2009 14:32:49 +0000 (14:32 +0000)]
add SDL-1.2.13

14 years agosort; throw out old packages; qemu in
Ben Gras [Tue, 29 Sep 2009 14:31:26 +0000 (14:31 +0000)]
sort; throw out old packages; qemu in

14 years agoRemoved debug string
Thomas Veerman [Tue, 29 Sep 2009 13:23:04 +0000 (13:23 +0000)]
Removed debug string

14 years agorevert mkfs change; might run out of inodes, but large number of inodes
Ben Gras [Tue, 29 Sep 2009 12:14:35 +0000 (12:14 +0000)]
revert mkfs change; might run out of inodes, but large number of inodes
makes mkfs not want to mkfs large filesystems.

find optimal formula (e.g. dynamic capping of no. of inodes) later.

14 years agodisable address space randomisation feature in normal mode.
Ben Gras [Tue, 29 Sep 2009 12:10:30 +0000 (12:10 +0000)]
disable address space randomisation feature in normal mode.

14 years agoMacros in endpoint.h need to know about endpoint_t
Tomas Hruby [Mon, 28 Sep 2009 16:25:47 +0000 (16:25 +0000)]
Macros in endpoint.h need to know about endpoint_t

14 years agodisable 'clever' optimisation (workaround for vmware(?) problem)
Ben Gras [Mon, 28 Sep 2009 15:47:01 +0000 (15:47 +0000)]
disable 'clever' optimisation (workaround for vmware(?) problem)

14 years agoassert overammbitious.
Ben Gras [Mon, 28 Sep 2009 01:23:11 +0000 (01:23 +0000)]
assert overammbitious.

14 years agothrew out sanity checks before pagetable rewrites, triggering false
Ben Gras [Sun, 27 Sep 2009 12:44:36 +0000 (12:44 +0000)]
threw out sanity checks before pagetable rewrites, triggering false
page table inconsistencies.

fix handle_memory logic. again.

14 years agofield for sanity check feature.
Ben Gras [Sun, 27 Sep 2009 12:37:37 +0000 (12:37 +0000)]
field for sanity check feature.

14 years agonew prototypes.
Ben Gras [Sun, 27 Sep 2009 12:37:16 +0000 (12:37 +0000)]
new prototypes.

14 years agoverbose printing and sanity checking functions.
Ben Gras [Sun, 27 Sep 2009 12:36:48 +0000 (12:36 +0000)]
verbose printing and sanity checking functions.

14 years agore-enable munmap().
Ben Gras [Fri, 25 Sep 2009 19:01:27 +0000 (19:01 +0000)]
re-enable munmap().

14 years agounnecessarily verbose message.
Ben Gras [Fri, 25 Sep 2009 17:59:38 +0000 (17:59 +0000)]
unnecessarily verbose message.

14 years agoold reminder
Ben Gras [Fri, 25 Sep 2009 17:58:23 +0000 (17:58 +0000)]
old reminder

14 years agoget_randomness restored.
Ben Gras [Fri, 25 Sep 2009 17:57:24 +0000 (17:57 +0000)]
get_randomness restored.

14 years agoalso don't let user process change ss segment selector when returning from
Ben Gras [Fri, 25 Sep 2009 17:44:26 +0000 (17:44 +0000)]
also don't let user process change ss segment selector when returning from
signal.

14 years agocorrect logic error in region.c.
Ben Gras [Fri, 25 Sep 2009 17:39:39 +0000 (17:39 +0000)]
correct logic error in region.c.

14 years agopre-APPROVEd (thanks Arun) sanity check function.
Ben Gras [Fri, 25 Sep 2009 11:12:06 +0000 (11:12 +0000)]
pre-APPROVEd (thanks Arun) sanity check function.

14 years agoBroken pipes fix
Tomas Hruby [Thu, 24 Sep 2009 16:03:25 +0000 (16:03 +0000)]
Broken pipes fix

- fix for the broken partial pipes r/w operations

14 years agops fix
Tomas Hruby [Thu, 24 Sep 2009 16:00:59 +0000 (16:00 +0000)]
ps fix

It removes the no more existing marcos (XPIPE XPOPEN XDOPEN XLOCK XSELECT) and
replaces them with the new ones from servers/vfs/const.h No more dependency on
NR_TASKS macro.

15 years agothrow out the debugging stuff again.
Ben Gras [Wed, 23 Sep 2009 16:26:05 +0000 (16:26 +0000)]
throw out the debugging stuff again.

15 years agodebug output in SANITYCHECKS mode
Ben Gras [Wed, 23 Sep 2009 16:02:27 +0000 (16:02 +0000)]
debug output in SANITYCHECKS mode

15 years agomissing level-- in out-of-memory case.
Ben Gras [Wed, 23 Sep 2009 15:19:36 +0000 (15:19 +0000)]
missing level-- in out-of-memory case.

15 years agotemporarily disable munmap() to mask memory problem.
Ben Gras [Wed, 23 Sep 2009 13:34:04 +0000 (13:34 +0000)]
temporarily disable munmap() to mask memory problem.

15 years ago - simplify findhole() for use for 1 page only
Ben Gras [Wed, 23 Sep 2009 13:33:01 +0000 (13:33 +0000)]
 - simplify findhole() for use for 1 page only
 - do WMF_FREE
 - added WMF_VERIFY to check page table contents
 - randomize address space usage in vm self

15 years agosave a few lines of unnecessary output.
Ben Gras [Wed, 23 Sep 2009 13:27:21 +0000 (13:27 +0000)]
save a few lines of unnecessary output.

15 years agoRelease script: Increase root ramdisk to 8KB
Arun Thomas [Wed, 23 Sep 2009 11:07:55 +0000 (11:07 +0000)]
Release script: Increase root ramdisk to 8KB

15 years agogive sys_fork() a real endpoint_t * arg
Ben Gras [Wed, 23 Sep 2009 10:48:57 +0000 (10:48 +0000)]
give sys_fork() a real endpoint_t * arg

15 years agoFixed compilation errors in ps.c and rs/manager.c. The former was fixed by disabling...
Erik van der Kouwe [Wed, 23 Sep 2009 08:46:17 +0000 (08:46 +0000)]
Fixed compilation errors in ps.c and rs/manager.c. The former was fixed by disabling code using no-longer-existant flags and the latter by removing the spurious parameter i from sys_privctl