From: Mike Frysinger Date: Mon, 3 Nov 2008 17:57:58 +0000 (-0500) Subject: merge G5 X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=46fd861adb0799a17e77bc9e8f181674d1b4cd1e merge G5 --- diff --git a/.Xmodmap b/.Xmodmap index e500693..6b0dd4d 100644 --- a/.Xmodmap +++ b/.Xmodmap @@ -1,4 +1,7 @@ +! /usr/share/X11/XKeysymDB ! /usr/include/X11/keysymdef.h +! http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys + ! These turn caps lock key into a modifier for generating ! umlauted characters ... to toggle caps lock, hold shift ! while hitting it @@ -25,10 +28,42 @@ keycode 10 = 1 exclam exclamdown onehalf keycode 54 = c C ccedilla Ccedilla keycode 24 = q Q egrave Egrave -!http://gentoo-wiki.com/HOWTO_Use_Multimedia_Keys keycode 174 = XF86AudioLowerVolume keycode 176 = XF86AudioRaiseVolume keycode 160 = XF86AudioMute !Rebind Pause to Break !keycode 110 = Break + +!Rebind stupid apple keyboards +! left apple = 115 +! right apple = 116 +!keycode 115 = Alt_L Meta_L +!keycode 116 = Alt_R Meta_R +! left option = 64 +! right option = 113 +!keycode 64 = Alt_L Meta_L +!keycode 113 = Alt_L Meta_R +! vol down = 174 +! vol up = 176 +! vol mute = 160 +!keycode 174 = XF86AudioLowerVolume +!keycode 176 = XF86AudioRaiseVolume +!keycode 160 = XF86AudioMute +! F13 = 182 +! F14 = 183 +! F15 = 184 +! F16 = 93 +!keycode 182 = F13 +!keycode 183 = F14 +!keycode 184 = F15 +!keycode 93 = F16 +! eject +!keycode 204 = XF86Eject + +! logitech keyboard +!keycode 129 = XF86AudioMedia +!keycode 162 = XF86AudioPlay +!keycode 164 = XF86AudioStop +!keycode 153 = XF86AudioNext +!keycode 144 = XF86AudioPrev diff --git a/.bashrc b/.bashrc index cf0e1db..e97e747 100644 --- a/.bashrc +++ b/.bashrc @@ -15,6 +15,7 @@ export HISTFILESIZE=10000 export HISTSIZE=${HISTFILESIZE} export LESS="-R --tabs=4 -M -#10" export LESSCOLOR=0 +unset LDPATH # KDE bs shopt -s checkwinsize diff --git a/.gitignore b/.gitignore index 3c1f6d0..e8c0ad6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,9 @@ a.out /.dmrc /.gnomerc-errors /.ICEauthority +/.ktorrent.lock /.pulse-cookie +/.serverauth.* /.sudo_as_admin_successful /.Xauthority /.xsession-errors* @@ -23,6 +25,7 @@ a.out /.*_history /.cgdb/readline_history.txt /.clive/recall +/.fbhighlevelshistory /.gconfd/saved_state .gdb_history /.gitk @@ -62,6 +65,7 @@ a.out /.xchat2/scrollback/ # Packages i don't care about +/.clive/ /.crash_report_* /.audacious/ /.crack-attack/ @@ -95,7 +99,8 @@ a.out /.ncftp/firewall /.ncftp/history /.ncftp/init_v3 -/.ncftp/trace +/.ncftp/log +/.ncftp/trace* /.pan2/accels.txt /.pan2/article-cache diff --git a/.profile.d/PS1.sh b/.profile.d/PS1.sh index 0f48aea..9432635 100644 --- a/.profile.d/PS1.sh +++ b/.profile.d/PS1.sh @@ -1 +1 @@ -PS1='\[\e[0;33m\]\u\[\e[30;1m\]@\[\e[31;1m\]\h\[\e[30;1m\] \j:$? \[\e[34;1m\]\W \$\[\e[0m\] ' +PS1='\[\e[0;33m\]\u\[\e[30;1m\]@\[\e[31;1m\]\h'`cat /etc/ps1_append`'\[\e[30;1m\] \j:$? \[\e[34;1m\]\W \$\[\e[0m\] ' diff --git a/.tgdb/a2_gdb_init b/.tgdb/a2_gdb_init index 035cf02..978d9bf 100644 --- a/.tgdb/a2_gdb_init +++ b/.tgdb/a2_gdb_init @@ -1,3 +1,3 @@ set annotate 2 set height 0 -set prompt (tgdb) +set prompt (gdb) diff --git a/TODO b/TODO index 0824dda..8c1b77a 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,31 @@ +Add support for -lsystem to gcc (like -isystem) + +ldr-utils - add support for init sections and multiple init blocks + +u-boot: + - add -elf2ldr + - look into struct passing for boot + - convert to C ! + - setup error handler with newer bootroms (ErrorFunction) + - for ldr env, make sure to 0xff fill rather than 0x00 + - only need one of CFG_ENV_OFFSET and CFG_ENV_ADDR + - add support for more commands + - mii + - spi - need to implement spi_xfer() + - CONFIG_RMII vs BLACKFIN_MII ? + - for POST code, force it into LDR and only have it work when booting + from an LDR. + - add net console -- make sure booting up with it works + - net console: tftp doesnt work ? + - add support for bedbug + - bind BF54x RTS/CTS to CONFIG_HWFLOW and convert BFIN_BOOT_UART_USE_RTS + - relocate RTS cruft to serial.h out of initcode + - bf54x initcode seems to not work with early serial debug on power reset ? + - default baud rate depends on CONFIG_CLKIN_HZ which does not match that + of the reset clock ? + - i2c (for mainline only) + - implement newer functions (bus/speed) + gforge frs sort is fucked .romfs does not get a PHDR, but it works because u-boot reads section