Timeline
08/14/09:
- 05:32 Changeset [8abec8d70f99c890beb281ec3f2669990345bcf1] by
- core: kaboom.c: file missing from previous checkin kaboom.c; necessary …
- 05:31 Changeset [89564000aceb909fd38893681d82a2647f6b1bc4] by
- menu: fix Ctrl-W (word erase) when editing a command line The Ctrl-W …
08/13/09:
- 22:27 Changeset [8ec91911584632c66e24a338a26905aa5ef378bd] by
- Revert "Run Nindent on com32/include/pngconf.h" This reverts commit …
- 22:26 Changeset [7d4c44aff907b8c1366ec8346281e92ce00d19ba] by
- Revert "Run Nindent on com32/include/png.h" This reverts commit …
- 04:51 Changeset [39851b279e6001157094ea87ffe27d0ad152edb4] by
- core: cleaner way to call kaboom from 32-bit code Make kaboom() a …
- 04:39 Changeset [69269947f6f716dcb01f3bf00e9a4ca00c04c10c] by
- netinet/in.h: add constfunc to inlines All the byte-swapping functions …
- 04:37 Changeset [ff30d914fe20fd5e4743b906ecfe0239f1c4e013] by
- netinet/in.h: put in explicit casts for all the hton/ntoh macros For the …
- 04:31 Changeset [a1fc1f47b4e6080edabb517a070e3c1918c1b3a1] by
- core: use stpcpy() as generic_unmangle_name() We can use stpcpy() as …
- 04:30 Changeset [43c00b21090c396f92502a6b6fc9c2bd35f59684] by
- iso9660: adjust to the new VFS I missed converting iso9660 over to the …
- 04:23 Changeset [9d74e76846da90d73f77ea9e8275a071d869fd31] by
- com32: remove strpcpy() - we already have stpcpy() Remove strpcpy(); it …
- 03:56 Changeset [0456f52098e30355a09ad2e05c3a26fc2dbc1752] by
- core: make FILENAME_MAX common; librarize mangle/unmangle FILENAME_MAX …
- 03:23 Changeset [73ed95079a6d317db472935a8965f36a63f10140] by
- core: more filesystem-specific files into subdirectories Preemptively …
08/12/09:
- 00:25 Changeset [f2fa4525e58ba414220c9f62587b7e7aff35347f] by
- core: VFS cleanups: add a persistent generic struct file Major cleanups …
08/11/09:
- 20:20 Changeset [0202356bab69a17bf9620432da4339348c0833b7] by
- Merge commit 'liu/master' into fsc
- 20:17 Changeset [6a1f8b6a4d1b61b43a14b17b4f88319a03b97250] by
- pxe: more tweaks to the open (searchdir) routine More tweaks to the open …
- 20:16 Changeset [0757cb3d6b64e810212024ca51bedbf16120fc6e] by
- netinet/in.h: adjust hton/ntoh macros to be true constants Tweak the …
- 18:49 Changeset [e32f5182161fd5210e67ae57136e929dc20e0776] by
- pxe: clean up C code; reimplement "Plan C"; share PXE API definitions …
- 16:20 Changeset [e9b317fd0dc87dc93a49bc40520f4bdd0264d746] by
- ansicon: allow to pass page # to write functions Some video modes support …
- 09:18 Changeset [37003eb7e984370fad9407ce5db341b720e9d4cd] by
- Core:SYSLINUX: make searchdir do work well, still get lots of bugs, like …
- 06:16 Changeset [db6bc6f4eb6a10fd4af96c5068d651ad4aca95aa] by
- Core:SYSLINUX: fix the vfat_searchdir This makes the searchdir can find a …
- 00:30 Changeset [5d7d50a01de8282a0e910beb0a9f151e526dcb62] by
- core: remove assembly definition of Files in iso/pxelinux Remove the …
08/10/09:
- 23:56 Changeset [ddd56ac530ff2ba81e350d3481e009f7dd8b0570] by
- MCONFIG: update GCCOPT Add -fwrapv, -freg-struct-return, -fno-exceptions, …
- 23:45 Changeset [b88ef2b963207617b81ecf3475d418f7c25d0518] by
- core: add missing (void), drop casts for Files[], cleanups Add missing …
- 23:42 Changeset [62bfc2dc87cfd752856e2b5aeecc790255143523] by
- ext2: fix missing (void), use standard form for loop Use the standard …
- 23:41 Changeset [710be5ce8bb85a8cfe08acbc242dbee12f6c7871] by
- Merge commit 'liu/master'; fix Files[] definition Resolved Conflicts: …
- 21:27 Changeset [f87413e6b7a60e9cfc086232953b7f32a4d1c5f2] by
- core/diskstart.inc: make the root filesystem a configurable Instead of …
- 18:18 Changeset [77632adf09dbf7d4d72ce3763566f1dade3bb0e2] by
- zlib: remove unused sample programs Remove unused sample programs …
- 02:47 Changeset [d74cbcd018244a834c60842b16ee18966a6ec020] by
- core: merge ldlinux.asm and extlinux.asm ldlinux.asm and extlinux.asm are …
08/09/09:
- 22:52 Changeset [3ec18540fcb8db13ebef5995d834e840fcaac211] by
- zlib: kill gzio.c Remove gzio.c, which is a zlib-specific stdio-like …
- 21:44 Changeset [087b7e9916ef15bcb6835cb505d143b98534ea7a] by
- Merge branch 'core32' into fsc
- 21:42 Changeset [17f265f989ba4918f4e030cb6b13a98c3c9ede64] by
- core: remove hack for dynamic symbol table generation Kill hack we used …
- 07:00 Changeset [cf68539184ac53fb8a29905e87f5f44f24dbcb37] by
- Core:pxelinux: improves the tftp options parsing Signed-off-by: Liu …
- 06:54 Changeset [cb76438e0029540a870213fd001c01e77ae7e892] by
- pxe: fix OACK packet handling The current code only works iff the tsize …
- 01:51 Changeset [c8893ccbdbafec7776dc0c190609590a6b30f11c] by
- Merge branch 'master' into core32
08/08/09:
- 09:49 Changeset [a0a603145eaf41c0650dd9c80002375c8b2cb04f] by
- Core: code-clean removes the unused variables and functions …
- 09:39 Changeset [363bb72fd5fa66efeadb03e123ecd99b1a381126] by
- Core: unmangle_name converted Signed-off-by: Liu Aleaxander …
- 09:03 Changeset [de0b71af1e9d141c3234aa10376d5bcf79e47c55] by
- Core:EXTLINUX: fix the bug of open_file_t struct in extlinux The size of …
- 08:53 Changeset [99756b937dc3d1f811ec5dc5eb6328b9c3a73708] by
- Core: move the comman externs to core.h the trackbuf and Files are all …
- 08:36 Changeset [1f02a2352cc0af8416b911c613f8c77144f72d63] by
- Core: add _static_ statement to all fs This well let me far away from …
- 08:05 Changeset [f7e36b4de4387f8662dbb88b550915a021e8f99b] by
- core:PXELINUX: fix the OACK option parsing bug. the current code can just …
- 07:51 Changeset [608df81932797cb5725d03699fa2a5a3e21bd44d] by
- Core: get the rid of the ld warnings we extern the SecPerClust? from …
08/07/09:
- 07:11 Changeset [2f90b35a7292515f26f65b947a9c2f065e9f65e4] by
- extlinux: add ext4 support to the installer The filesystem code now …
- 07:07 Changeset [115baf602655e84d93b6d26feba16a8fadab1292] by
- Makefile: add back the gpxe directory Add the gpxe directory back into …
- 07:05 Changeset [ff21aee6c21f16b001c5052668a2d7b9c731ee17] by
- Merge branch 'core32' into fsc Resolved Conflicts: core/extlinux.asm …
08/06/09:
- 09:27 Changeset [3005ac33860fd714991272e0e97b7337b2c5de73] by
- Core:PXELINUX: pxelinux derivative merged succeesfully So, now we have …
- 07:17 Changeset [184bc83718963636297d230d8f3846d025942a72] by
- Core:PXELINUX: try to merge pxelinux the others Syslinux derivative …
- 04:31 Changeset [2ce3248c238ee5c74635ce3ded583adcd42d7a48] by
- hdt: Remove extra more_printf calls Let's rather use string …
- 04:29 Changeset [9636a1bbb1c1394fc9fb7cf66d97ffe5f5f43ff3] by
- gpllib: Introduce typedefs for callbacks typedefs are evil but useful for …
- 02:26 Changeset [22a679c93b85c064844b0a12cb1e59eba1cf4aa4] by
- hdt: Don't show partition header if not needed Don't blindly print the …
08/05/09:
- 22:59 Changeset [f8ac660c0fae6328bde62164f8f01b17b9dc5522] by
- hdt: Fix disk menu to use the new disklib interfaces Adapt the disk menu …
- 22:11 Changeset [d9347453718a27439b33b6020b996621439cebb7] by
- hdt: Make the menu and cli use the new disk interfaces The disklib …
- 22:09 Changeset [2acba746d510b460fffd29ec5538962fec3cebda] by
- gpllib: More errno fixes * Fix header files due to previous commit * …
- 20:49 Changeset [724c1ef7714087cf643bb0b34f92f09eca8c8d39] by
- gpllib: Enhance Makefile Leverage Make built-ins rather than listing …
- 20:48 Changeset [4d9e463c3fb68f3c1c967f73c5f39dc43ba9fed1] by
- gpllib: Fix compilation ata.c was missing the inttypes.h header. …
- 19:44 Changeset [737102c3c7abe183e50c1740be3b5c5276b1fa17] by
- disklib: Change read/write interface Get rid of the error pointer and use …
- 19:39 Changeset [35d52abdfc7e6a6af960c80869b6a1e95262810f] by
- disklib: Fix write_verify_sectors Compare the entire chunk (all sectors), …
- 04:01 Changeset [0b19aba1d072ab3a2d9f528d7f0042dc8bc9e0ca] by
- Merge commit 'hpa/master' into for-erwan Conflicts: …
- 00:35 Changeset [a6b80d3e8a356a55b4365c5e402e502843bbff8c] by
- gpllib: refactor partitions detection Re-implement the logic to parse …
08/04/09:
- 03:50 Changeset [3369a18e1a3eae71a8b37bd91cff61dbbe389a2b] by
- [memdisk] Add El Torito emulation for .ISO images With this patch, users …
- 02:09 Changeset [ec5a587d90a2484f182b27f25c09cc70a23935cc] by
- [memdisk] Rename CHS and EDD hooks to describe their sector size Suffixed …
- 02:09 Changeset [cb2d6723ad809d88d7fb22f29acb08ba27370fa9] by
- [memdisk] Move sector size choice into each individual hook
- 02:09 Changeset [1275c1535315174f355b4bf74e69e572d8b38fc6] by
- [memdisk] Add installable INT 13h hooks for ISO-booting scenarios As of …
- 02:09 Changeset [004082b85c0362ab7a47598b889c9d9c4ef570d8] by
- [memdisk] Add disk probing code to support a drive shifting limit Our INT …
- 02:09 Changeset [d5d62c379dde5a852ad049286cbabb770c4955a1] by
- [memdisk] Add drive shift limit logic We will not shift drives greater …
- 02:09 Changeset [c4c2d6cd6a492cef09fff0cbcb06dcfde866017a] by
- [memdisk] Move BIOS Data Area access into its own file New file: bda.h
08/03/09:
- 21:14 Changeset [8e01231be41fd889bcb71604dbda511688ed0f38] by
- NEWS: document isohybrid -id fixed.
- 21:12 Changeset [d59d154036bf223d7cc1b32bf5fd40f0c2244cdc] by
- isohybrid: convert -id to a binary string Shouldn't 'isohybrid -id ID' …
08/02/09:
- 18:59 Changeset [386255cf3c6519926abafd3760f504115519928b] by
- memdisk: remove unnecessary %ifdef Remove an %ifdef that the macros take …
- 18:56 Changeset [32598725b8d1941899bc700b5d71efa57c3f419c] by
- memdisk: don't set CX:DX for INT 13h AH=15h for floppies Win98SE DOS …
- 18:12 Changeset [d655fa0bc3a9d817df253d4f67bb92da20ef741a] by
- MEMDISK: additional EDD DPT Fields We incorrectly used "equ" instead of …
07/31/09:
- 15:27 Changeset [41909771e1bafa89f316d3cd75d3b3be4c9e56be] by
- memdisk: correct the types for the EDD DPT, and write a real one Fix the …
- 15:24 Changeset [a243241a43b48a7cf0fbe47e54851bd8f2c2023e] by
- memdisk: don't write the EDD DPT unless we are in EDD mode... Don't write …
- 05:40 Changeset [8b9b22fee5e3febcddf7439e0b4369615fc9ecd7] by
- Merge commit 'andytim/freedos'
- 05:27 Changeset [5cf4f7fa13ffdd72cf79bdddf258677d3167bdd1] by
- graphics: actually do 32-bit writes to VGA Use "rep movsd" to copy data …
- 05:27 Changeset [76906786a0e17af1a10eecd50e86f1173d885712] by
- [memdisk] Additional EDD Device Parameter Table fields Some additional …
- 00:44 Changeset [c537e06012c19dca57a14bda713a4a467a0c41e8] by
- graphics: trivial optimization of old-style graphic mode Trivially …
07/30/09:
- 19:31 Changeset [ac1566ad2612de8efd81be84a516079ce6759f4f] by
- NEWS: document Thinkpad fix
- 19:28 Changeset [5ca2764460883f5e9a5bd83db00f242ea1272e33] by
- memdisk: move temporary variables away from the EDD data block Move a …
- 18:24 Changeset [44bc900a31b8c83a4de92c45e0401ceaefe371e8] by
- memdisk: handle recursive INT 13h invocation Some systems, e.g. a lot of …
07/29/09:
- 03:20 Changeset [3cdc491e358508621ce19d851f148aa2932b87bf] by
- PXELINUX: allow filenames up to 251 characters long At least one users …
07/27/09:
- 18:15 Changeset [f4b44a7b44faf9bcc345153f3ba23cabc68135da] by
- Merge commit 'syslinux-3.83-pre1' Conflicts: com32/modules/chain.c …
07/24/09:
- 00:24 Changeset [aa2ebf33acd1b8a5942a062f4184f05745137219] by
- NEWS: document chain.c32 ISOLINUX fix.
- 00:23 Changeset [bb401428c514a70e9f2fba21449599b634bcd5db] by
- chain.c32: set DL properly when loaded from ISOLINUX When loaded from …
07/20/09:
- 00:46 Changeset [c401b53dd8e60a4dd4e913fb472af223cb5d6c48] by
- Core: some bugs fixed
07/18/09:
- 15:06 Changeset [26f0dd1d698f332a9a095ba59e8ccbb633ce6a1f] by
- gfxboot: remove obsolete message regarding pxelinux support PXELINUX is …
- 15:05 Changeset [239fdacbbf499a2242ca52e79c40f46fae705fb1] by
- gfxboot: parse TIMEOUT keyword Parse the TIMEOUT keyword from the config …
- 15:03 Changeset [70b2ea4a4f78f0ae0aa5d48f097824692fb93800] by
- gfxboot: only call gfxboot core if labels are specified Only call gfxboot …
- 15:01 Changeset [20a07f04211367537c99b4affa126f9dd519fddb] by
- gfxboot: display error message if bootlogo file not found Display an …
- 14:53 Changeset [69e29b2dfd6eb865e353658e694e47284122527b] by
- gfxboot: change handling of keywords Makes handling of keywords more …
07/16/09:
- 16:11 Changeset [bf9f683dbef47a44dee4da1607d99a25976560e3] by
- extlinux: handle more than one sector of sector pointers Fix the extlinux …
Note: See TracTimeline
for information about the timeline view.
