Age | Commit message (Collapse) | Author |
|
|
|
|
|
* move from [libre-testing] to [libre]
* remove syscalls.h revert
* properly fix symbol CRC generation
* fix use of code32_start in the EFI boot stub
* re-add MTD_NAND to the configuration to support ricoh sd card readers (FS#25889 => https://bugs.archlinux.org/task/25889)
|
|
* enable CONFIG_INFINIBAND_IPOIB_CM (FS#39701 => https://bugs.archlinux.org/task/39701)
* disable X86_SYSFB and FB_SIMPLE (FS#39715 => https://bugs.archlinux.org/task/39715)
* fix FSID of rootfs being 0
For st_dev in struct stat, the value 0 is
an error. Make sure rootfs has value 1.
This fixes the coreutils cp -ax issue (although that
code has already been improved in coreutils, too) and
somewhat fixes the switch_root problem in util-linux.
It is still possible that rootfs gets an FSID >1 in
future versions, so util-linux still needs to be fixed.
This is unrelated to the mount id issue in
/proc/*/mountinfo - the mount id may still be
zero.
* revert a patch that always enables autosuspend on intel bluetoothh
xhci still sucks and breaks this. I am reverting this
commit for reasons that are in no way selfish.
|
|
* some PKGBUILD fixes and re-add the syscalls.h revert
* re-add CONFIG_UNUSED_SYMBOLS
|
|
|
|
* reenable ALIX support
* update patches and PKGBUILD
* move preparation to prepare()
* remove stuff from /usr/src, use /usr/lib/modules/$version/build instead
* some PKGBUILD fixes
* restore another option that got lost => CONFIG_MEM_SOFT_DIRTY
* don't try to write to $startdir
* fix broken symbols - this allows us to boot on i686 again!
* add warning about missing keyboard support
|
|
* Update 3.9.1-1 version to i686 and x86_64
* Update 3.9.0-1 version to mips64el
|
|
|