0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected about 1 year ago.
Jan 04, 2023 — Jan 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add -h flag to update_flash and update_flash_nv tool. More... about 11 years ago
Add -h flag to update_flash and update_flash_nv tool. More... about 11 years ago
Add -h flag to update_flash and update_flash_nv tool. More... about 11 years ago
From: Paul Mackerras <[email protected]> More... about 11 years ago
From: Paul Mackerras <[email protected]> More... about 11 years ago
From: Paul Mackerras <[email protected]> More... about 11 years ago
snap command uses open call to open the input file and then uses sysread call to copy content from soure file to destination. Command hangs if input file is blocked. This patch uses sysopen with NONBLOCK flag instead of regular open call so that we don't hang. More... about 11 years ago
snap command uses open call to open the input file and More... about 11 years ago
snap command uses open call to open the input file and then uses sysread call to copy content from soure file to destination. Command hangs if input file is blocked. This patch uses sysopen with NONBLOCK flag instead of regular open call so that we don't hang. More... about 11 years ago
Man page update for PowerNV platform. More... about 11 years ago
Man page update for PowerNV platform. More... about 11 years ago
Man page update for PowerNV platform. More... about 11 years ago
Update Makefile and spec file to pickup update_flash_nv tool. More... about 11 years ago
Update Makefile and spec file to pickup update_flash_nv tool. More... about 11 years ago
Update Makefile and spec file to pickup update_flash_nv tool. More... about 11 years ago
This patch checks for running paltform and if system is in PowerNV More... about 11 years ago
This patch checks for running paltform and if system is in PowerNV mode it calls update_flash_nv tool. More... about 11 years ago
This patch checks for running paltform and if system is in PowerNV mode it calls update_flash_nv tool. More... about 11 years ago
This patch adds support for PowerNV platform. More... about 11 years ago
This patch adds support for PowerNV platform. More... about 11 years ago
This patch adds support for PowerNV platform. More... about 11 years ago
The function keyword is a bashism and it will not be recognized by other POSIX complaint shell. POSIX syntax does not use function and mandates the use of parenthesis. Hence change all function definations in update_flash tool to follow POSIX standard. More... about 11 years ago
The function keyword is a bashism and it will not be recognized by More... about 11 years ago
The function keyword is a bashism and it will not be recognized by other POSIX complaint shell. POSIX syntax does not use function and mandates the use of parenthesis. Hence change all function definations in update_flash tool to follow POSIX standard. More... about 11 years ago
From: Cedric Le Goater <[email protected]> More... about 11 years ago
From: Cedric Le Goater <[email protected]> More... about 11 years ago
From: Cedric Le Goater <[email protected]> More... about 11 years ago
f we're only interested in building the OF tools (nvram, lsprop, etc), More... about 11 years ago
f we're only interested in building the OF tools (nvram, lsprop, etc), then requiring librtas is a little unnecessary. More... about 11 years ago
f we're only interested in building the OF tools (nvram, lsprop, etc), then requiring librtas is a little unnecessary. More... about 11 years ago