summaryrefslogtreecommitdiff
path: root/sys-fs
Commit message (Collapse)AuthorAgeFilesLines
* Add patch to allow reiserfsprogs to compile on 2.6 kernel headers and also ↵Tim Yamin2003-12-293-13/+39
| | | | fixed the 'dodoc' as two non-existent files were mentioned in the command.
* Move to mips stable (~mips -> mips)Joshua Kinard2003-12-293-8/+11
|
* Fix comment/ChangeLog to read gcc 2.95.3 and not 2.95.4Martin Schlemmer2003-12-293-6/+6
|
* Marked stable on hppa.Guy Martin2003-12-283-6/+9
|
* Fix gcc-2.95.4 compat, bug #36556.Martin Schlemmer2003-12-274-4/+25
|
* dependency to sys-fs/lvm-user instead of sys-apps/lvm-user. Closes bug ↵Seemant Kulleen2003-12-275-29/+34
| | | | #36534 by Adam Gelwarg <adam@gelwarg.net>
* Update version. Fix udev_db path to point to /dev, else it is not writableMartin Schlemmer2003-12-2611-44/+565
| | | | | | | | | | | | | | early during boot. Fix permissions on /dev/ptmx, else we use old style PTYs. Update udev.permissions to also include devfs paths. Update udev.rules to use some devfs layout for easy initial transition. Update included script (udev-011-ide-devfs*.patch) that handles ide devfs symlinks to also generate /dev/{cdroms,discs} ones. Fix udev to first remove any existing nodes/fifo's/sockets/etc before trying to create a symlink, else it silently fails without debugging enabled (udev-011-unlink-before-symlink.patch). Add hack so that we can disable the sleep period udev have (its there so that udev do not try to access the sysfs info before the kernel created the entries) - we do not need it when we disable sleep, as the entries are already created (udev-011-no-wait-for-sleep.patch).
* Update version. Fix udev_db path to point to /dev, else it is not writableMartin Schlemmer2003-12-261-3/+8
| | | | | | | | | | | | | | early during boot. Fix permissions on /dev/ptmx, else we use old style PTYs. Update udev.permissions to also include devfs paths. Update udev.rules to use some devfs layout for easy initial transition. Update included script (udev-011-ide-devfs*.patch) that handles ide devfs symlinks to also generate /dev/{cdroms,discs} ones. Fix udev to first remove any existing nodes/fifo's/sockets/etc before trying to create a symlink, else it silently fails without debugging enabled (udev-011-unlink-before-symlink.patch). Add hack so that we can disable the sleep period udev have (its there so that udev do not try to access the sysfs info before the kernel created the entries) - we do not need it when we disable sleep, as the entries are already created (udev-011-no-wait-for-sleep.patch).
* added ~sparcCiaran McCreesh2003-12-263-6/+9
|
* Added a patch to get e2fsprogs to compile with 2.6 headers; closing bug #31419.Tim Yamin2003-12-244-6/+32
|
* Initial commitTom William Payne2003-12-235-2/+55
|
* Initial commitTom William Payne2003-12-231-0/+3
|
* stable bump (Manifest recommit)Brian Jackson2003-12-221-5/+5
|
* stable bumpBrian Jackson2003-12-223-5/+9
|
* x86 stableMartin Holzer2003-12-213-5/+8
|
* fixing userpriv. closes 27348Martin Holzer2003-12-213-5/+9
|
* Version bumped.Martin Holzer2003-12-214-3/+52
|
* Version bumped.Martin Holzer2003-12-211-0/+2
|
* fix HOMEPAGEMike Frysinger2003-12-191-3/+3
|
* Update version.Martin Schlemmer2003-12-184-3/+48
|
* Update version.Martin Schlemmer2003-12-181-2/+4
|
* ppc64Brad House2003-12-171-2/+2
|
* cleanupMartin Schlemmer2003-12-1715-773/+0
|
* New version.Martin Schlemmer2003-12-175-3/+222
|
* New version.Martin Schlemmer2003-12-171-0/+2
|
* ppc64Brad House2003-12-172-4/+4
|
* ppc64Brad House2003-12-171-2/+2
|
* ppc64Brad House2003-12-172-4/+4
|
* Added ~sparc keyword.Jason Wever2003-12-153-5/+8
|
* Added sparc fix and marked ~sparc.Jason Wever2003-12-153-5/+9
|
* Update version.Martin Schlemmer2003-12-145-4/+129
|
* Update version.Martin Schlemmer2003-12-141-11/+14
|
* RESTRICT="nomirror"Martin Holzer2003-12-133-16/+10
|
* clean some old ebuilds, bump to 2.2.1, update postinst \(fixes bug 35678\)Brian Jackson2003-12-139-180/+29
|
* clean some old ebuilds, bump to 2.2.1, update postinst \(fixes bug 35678\)Brian Jackson2003-12-131-0/+2
|
* mark stable on amd64Brad House2003-12-133-5/+8
|
* Add amd64 keywordDaniel Ahlberg2003-12-123-5/+8
|
* fix manifestsAlastair Tse2003-12-0922-102/+102
|
* validate metadata.xmlAlastair Tse2003-12-0922-44/+0
|
* But to stable x86 and add ~amd64 as per bug 34779.Max Kalika2003-12-083-6/+9
|
* fix fam depMarinus Schraal2003-12-073-6/+9
|
* Flag bump.Tim Yamin2003-12-045-20/+27
|
* Bump to version 2.00.08 ~x86 for now. This version requires the very latest ↵Max Kalika2003-12-034-2/+40
| | | | device-mapper-1.00.07 to build properly.
* adding metadataSeemant Kulleen2003-12-0344-70/+246
|
* simpler gcc3 patch, thanks Dietrich Raisin <draisin@beauty24.de>Mike Frysinger2003-12-021-193/+11
|
* Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter that awayNed Ludd2003-12-013-4/+12
|
* Bug: 34785 hardened-gcc transparently adds -fPIC so we must filter that awayNed Ludd2003-12-011-3/+3
|
* raidtools is not compatible with poison independent code/executables so for ↵Ned Ludd2003-11-303-4/+12
| | | | now we filter fPIC till a workaround is available
* raidtools is not compatible with poison independent code/executables so for ↵Ned Ludd2003-11-301-1/+1
| | | | now we filter fPIC till a workaround is available
* fixing ManifestMike Frysinger2003-11-291-2/+3
|