Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Archicture-dependent get_cpuid in sysdump/cpuid is fixed. | chandramouli narayanan | 2012-06-25 | 1 | -0/+6 |
| | | | | | | | | | | | In the following sample programs zzjson.c, advdump.c, entrydump.c, hello.c, resolv.c, serialinfo.c in com32/samples, the following code call hangs the program: openconsole(&dev_null_r, &dev_stdcon_w); The following fix works: openconsole(&dev_rawcon_r, &dev_ansiserial_w); Remanants of the unused old i386-only files, if any, need to be pruned. | ||||
* | Run Nindent on com32/samples/advdump.c | H. Peter Anvin | 2009-05-29 | 1 | -18/+18 |
| | | | | | | | | | Automatically reformat com32/samples/advdump.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | Merge commit 'origin/master' into adv | H. Peter Anvin | 2008-01-10 | 1 | -1/+1 |
| | | | | | | Conflicts: extlinux/extlinux.c | ||||
* | Initial support for auxilliary data vector | H. Peter Anvin | 2007-12-13 | 1 | -0/+53 |
Initial support for the auxillary data vector, a storage mechanism intended to support boot-once and similar features. |