]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
Add hardware MAC statistics support. Also added some reserved
[FreeBSD/FreeBSD.git] / sys / boot /
2009-01-14 Robert WatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 Luigi Rizzoremove a file which is, as far as I can tell, totally...
2009-01-13 Luigi Rizzocomment out some debugging messages that slipped in...
2009-01-12 Jung-uk KimAllow VIA Nano processors to boot FreeBSD/amd64.
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-05 Luigi RizzoThis patch introduces a number of simplifications to...
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-30 Luigi RizzoA number of small changes to make the 'save choice...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 Sam LefflerMerge support for Gateworks Cambria boards:
2008-12-20 Sam LefflerMerge usb changes for Gateworks Cambria boards:
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-19 Sam Leffleradd delays around 16-bit enable/disable a la the driver...
2008-12-17 Doug RabsonUse full 64bit arithmetic when converting file offsets...
2008-12-17 Rafal JaworowskiImprove style(9) in PowerPC U-Boot support lib.
2008-12-14 Yoshihiro TakahashiDisconnect the efi from pc98. It's not needed.
2008-12-13 Sam Lefflermerge WIP multi-board support; tested on Avila and...
2008-12-11 Paul SaabFix a leak introduced in r185902. We should free the...
2008-12-11 Paul SaabAvoid a double free in devopen by not freeing the devic...
2008-12-10 Doug RabsonDon't get confused if we encounter a device which is...
2008-12-09 Maxim SobolevRemove now unused label.
2008-12-08 Maxim SobolevOptimiza assembly in the previous r185779, to save...
2008-12-08 Maxim SobolevRespect RBX_MUTE flag from boot[012].
2008-12-08 Maxim SobolevFix typo in the comment %is -> %si.
2008-12-07 Luigi RizzoPROBLEM: putting in a loader config file a line of...
2008-12-06 Paul SaabCorrect include path for i386 specific includes. This...
2008-12-06 Daniel Gerzo- correct variable name
2008-12-03 Luigi RizzoAnother, hopefully final set of changes to boot0 and...
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 Luigi RizzoThis commits brings in a lot of documentation and some...
2008-12-01 Sam Lefflerimport ath hal
2008-11-27 Rafal JaworowskiLet ARM loader(8) build with the man page.
2008-11-26 Luigi RizzoFix a typo in previous commit: must call "putn" to...
2008-11-26 Luigi RizzoPass the pointer to the selected partition in %si to...
2008-11-22 Doug RabsonFix amd64 build and re-enable gptzfsboot.
2008-11-21 Dag-Erling SmørgravDisconnect gptzfsboot from the build until dfr@ gets...
2008-11-20 Luigi RizzoAs reported in kern/118222, pxeboot in RELENG7 (and...
2008-11-19 Rafal JaworowskiInitial storage functionality for U-Boot support library.
2008-11-19 Doug RabsonSome zfsboot fixes from Norikatsu Shigemura:
2008-11-19 Doug RabsonAdd a GPT-aware variant of zfsboot which should be...
2008-11-19 Doug RabsonIf we free the GPT partition list in bd_open_gpt()...
2008-11-18 Andrey A. ChernovFix building without ZFS (can't find library)
2008-11-17 Pawel Jakub DawidekUpdate ZFS from version 6 to 13 and bring some FreeBSD...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-11-12 Pyun YongHyeonAdd ale(4), a driver for Atheros AR8121/AR8113/AR8114...
2008-10-31 Nathan WhitehornModify our boot block to pick an output device, without...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-14 Rafal JaworowskiInitial support of loader(8) for ARM machines running...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-10-14 Nathan WhitehornAdd a simple HFS boot block implementation for booting...
2008-10-13 Nathan WhitehornDon't close OF disk devices on PowerPC. This fixes...
2008-10-07 Warner LoshMore diff reductions against ixp425/boot2/boot2.c....
2008-10-07 Warner LoshDiff reduction with boot/arm/at91/boot2/boot2.c: indent...
2008-10-07 Sam Lefflerdon't hardcode cc
2008-10-07 John BaldwinUse CPUID to see if the current CPU supports long mode...
2008-10-06 John HayAdd a boot loader for ixp425 based boards like the...
2008-10-05 Warner LoshBring in the trivial differences between this code...
2008-10-05 Warner LoshRemove XMODEM_DL support. It never was complete and...
2008-10-05 Warner LoshIndent with 8-space tabs. This reduces the diffs to...
2008-10-05 Marius StroblDisable ATAPI DMA as it's once again broken in that...
2008-10-04 Rafal JaworowskiMinor style(9) fixes for U-Boot API glue.
2008-10-04 Rafal JaworowskiU-Boot API glue improvements:
2008-10-04 Stanislav Sedov- Add ae(4) to loader.conf.
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-19 Maxim SobolevBackout rev 183181. It appears that I should have been...
2008-09-19 Maxim SobolevOn PowerPC send output to both "/chosen/stdout" and...
2008-09-18 David E. O'BrienNo FORTH for MIPS.
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-10 Marius StroblRevert r177108 and restore r60506 for sparc64 as long...
2008-09-10 Marius StroblWork around Cheetah+ erratum 34 (USIII+ erratum #10...
2008-09-10 John BaldwinResurrect the sbni(4) driver. Someone finally tested...
2008-09-08 Marius StroblUSIII and beyond CPUs have stricter requirements when...
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
2008-09-04 Marius StroblEnsure interrupts are off while in {d,i}tlb_va_to_pa_su...
2008-09-03 Rafal JaworowskiImprove loader support for U-Boot.
2008-09-03 Rafal JaworowskiShow info about net devices in loader's 'lsdev' command...
2008-09-03 Rafal JaworowskiUse current SP instead of global data ptr for the U...
2008-09-03 Rafal JaworowskiMake metadata.c shared across all platforms using U...
2008-09-03 Rafal JaworowskiMove U-Boot compatibility library to WARNS=2 level.
2008-09-03 David SchultzMerge gdtoa 20080831. This fixes several bugs, includin...
2008-09-01 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P2 import
2008-09-01 Dag-Erling SmørgravRemove some unused files.
2008-08-30 Marius Strobl- Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order...
2008-08-28 Gregory Neil ShapiroMerge sendmail 8.14.3 into HEAD.
2008-08-28 Rui PauloMerge ath_hal 0.10.5.10 to head.
2008-08-26 Matteo RiondatoAdd geom_journal
2008-08-22 Marius Stroblcosmetic changes and style fixes
2008-08-22 Ollivier RobertMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-11 Weongyo JeongAdd an entry for the upgt(4) module.
2008-08-08 John Baldwin- Initialize the vm86 structure to a known-good state...
2008-08-08 John BaldwinFix the hangs reported with the real mode BTX:
next