Skip to content

yiffOS/patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patches

Various patches for yiffOS packages.

linux:

  • linux/good_panic_message - Changes the kernel panic message to be better
  • linux/config - Kernel compile config - Partly from Arch Linux
  • linux/package-kernel.sh - Kernel packaging script

glibc:

  • glibc/fhs-runtime - Patches GLibc for FHS runtime directory compilance - From Linux From Scratch

pahole:

  • pahole/buildcmd-prefix-and-static - Changes the install prefix to be /usr and statically links the executable.

cpio:

  • cpio/src-global.c-drop-duplicate-definition-of-program_na - Removes duplicate program_name - From Gentoo

neofetch

  • neofetch/include-yiffos - Adds yiffOS's logo and the bulge package manager

bzip2

  • bzip2/install-docs - Installs the pre-formatted documentation - From Linux From Scratch
  • bzip2/add-destdir-support - Add DESTDIR support to the Makefile

readline

  • readline/fix-destdir - Fixes not being able to set the DESTDIR variable by removing an empty declaration

expect

  • expect/fix-destdir - Fixes not being able to set the DESTDIR variable by removing an empty declaration

binutils

  • binutils/binutils-2.37-upstream_fix-1 - Fix file descriptors not closing if there is no archive plugin file descriptor - From Linux From Scratch

perl

kbd

  • kbd/backspace - Keeps backspace and delete consistent in keymaps - From Linux From Scratch

systemd

  • systemd/systemd-upstream_fixes - Fixes a security vulnerability - From Linux From Scratch

efivar

  • efivar/gcc_9-1 - Patch to fix issues with building when using GCC 9+ - From Linux From Scratch

refind

  • refind/gnu-efi - Patch refind to work with newer GNU-EFI versions - From Debian

lynx

httpd

  • httpd/yiffOS-layout - Adds yiffOS file layout for httpd
  • httpd/website - The default website for yiffOS's httpd