diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-01-10 23:11:55 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-01-10 23:11:55 +0100 |
commit | 1153b375b1478560c68071677a45b6b7accd90d0 (patch) | |
tree | c99c0664fd2ece637c014f5809c03692e1d038b2 /unsorted/KnownHurdLimits.mdwn | |
parent | 74083dc7ace2c4cc14f1034d2673ff8bea34d419 (diff) | |
download | web-1153b375b1478560c68071677a45b6b7accd90d0.tar.gz web-1153b375b1478560c68071677a45b6b7accd90d0.tar.bz2 web-1153b375b1478560c68071677a45b6b7accd90d0.zip |
Remove some obsolete stuff.
Diffstat (limited to 'unsorted/KnownHurdLimits.mdwn')
-rw-r--r-- | unsorted/KnownHurdLimits.mdwn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/unsorted/KnownHurdLimits.mdwn b/unsorted/KnownHurdLimits.mdwn deleted file mode 100644 index 4e7b7620..00000000 --- a/unsorted/KnownHurdLimits.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -* ~1.5 GB ext2 file system size limit - * The problem is fixed in the Debian GNU/Hurd distribution but not the official sources, see [this email](http://lists.debian.org/debian-hurd/2007/07/msg00087.html) - * See [[ExtTwoSize]] - -* Many Unsupported Devices. - * See [[Mach/HardwareCompatabilityList]] - -* Entropy. Mach does not yet gather entropy and thus there are no /dev/random and /dev/urandom nodes. - There are needed by OpenSSH. - * In progress, see [[translator/random]] - -* Missing bits of POSIX - * See [[Distrib/SystemAPILimits]] - -* Stability issues - * [[ZallocPanics]] |