]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/boot
Use shared vnode locks when invoking VOP_READDIR().
[FreeBSD/FreeBSD.git] / sys / boot /
2009-02-10 marius- Use the generally more appropriate PROM base rather...
2009-02-07 pisoAdd SCTP NAT support.
2009-01-30 gabor- Remove superfluous comment
2009-01-28 dasVendor import of gdtoa 20081205.
2009-01-23 weongyoAdd an entry for the urtw(4) module.
2009-01-14 rwatsonMerge OpenBSM alpha 5 from OpenBSM vendor branch to...
2009-01-13 luigiremove a file which is, as far as I can tell, totally...
2009-01-13 thompsaMFH r187125-187188
2009-01-13 luigicomment out some debugging messages that slipped in...
2009-01-12 jkimAllow VIA Nano processors to boot FreeBSD/amd64.
2009-01-05 luigiThis patch introduces a number of simplifications to...
2009-01-05 lulfMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 obrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 rwatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-30 luigiA number of small changes to make the 'save choice...
2008-12-23 dougbMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-20 samMerge support for Gateworks Cambria boards:
2008-12-20 samMerge usb changes for Gateworks Cambria boards:
2008-12-20 samMFH @ 186335
2008-12-19 samimport netbsd makefs tool
2008-12-19 samadd delays around 16-bit enable/disable a la the driver...
2008-12-17 dfrUse full 64bit arithmetic when converting file offsets...
2008-12-17 rajImprove style(9) in PowerPC U-Boot support lib.
2008-12-14 nyanDisconnect the efi from pc98. It's not needed.
2008-12-13 sammerge WIP multi-board support; tested on Avila and...
2008-12-11 psFix a leak introduced in r185902. We should free the...
2008-12-11 psAvoid a double free in devopen by not freeing the devic...
2008-12-10 dfrDon't get confused if we encounter a device which is...
2008-12-09 sobomaxRemove now unused label.
2008-12-08 sobomaxOptimiza assembly in the previous r185779, to save...
2008-12-08 sobomaxRespect RBX_MUTE flag from boot[012].
2008-12-08 sobomaxFix typo in the comment %is -> %si.
2008-12-07 luigiPROBLEM: putting in a loader config file a line of...
2008-12-06 psCorrect include path for i386 specific includes. This...
2008-12-06 danger- correct variable name
2008-12-03 luigiAnother, hopefully final set of changes to boot0 and...
2008-12-02 rwatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 luigiThis commits brings in a lot of documentation and some...
2008-12-01 samimport ath hal
2008-11-27 rajLet ARM loader(8) build with the man page.
2008-11-26 luigiFix a typo in previous commit: must call "putn" to...
2008-11-26 luigiPass the pointer to the selected partition in %si to...
2008-11-22 dfrFix amd64 build and re-enable gptzfsboot.
2008-11-21 desDisconnect gptzfsboot from the build until dfr@ gets...
2008-11-20 luigiAs reported in kern/118222, pxeboot in RELENG7 (and...
2008-11-19 rajInitial storage functionality for U-Boot support library.
2008-11-19 dfrSome zfsboot fixes from Norikatsu Shigemura:
2008-11-19 dfrAdd a GPT-aware variant of zfsboot which should be...
2008-11-19 dfrIf we free the GPT partition list in bd_open_gpt()...
2008-11-18 acheFix building without ZFS (can't find library)
2008-11-17 pjdUpdate ZFS from version 6 to 13 and bring some FreeBSD...
2008-11-15 rafan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-12 yongariAdd ale(4), a driver for Atheros AR8121/AR8113/AR8114...
2008-10-31 nwhitehornModify our boot block to pick an output device, without...
2008-10-19 lulf- Import the Makefile from HEAD for building csup.
2008-10-19 lulf- Import the HEAD csup code which is the basis for...
2008-10-14 rajInitial support of loader(8) for ARM machines running...
2008-10-14 nwhitehornAdd a simple HFS boot block implementation for booting...
2008-10-13 nwhitehornDon't close OF disk devices on PowerPC. This fixes...
2008-10-07 impMore diff reductions against ixp425/boot2/boot2.c....
2008-10-07 impDiff reduction with boot/arm/at91/boot2/boot2.c: indent...
2008-10-07 samdon't hardcode cc
2008-10-07 jhbUse CPUID to see if the current CPU supports long mode...
2008-10-06 jhayAdd a boot loader for ixp425 based boards like the...
2008-10-05 impBring in the trivial differences between this code...
2008-10-05 impRemove XMODEM_DL support. It never was complete and...
2008-10-05 impIndent with 8-space tabs. This reduces the diffs to...
2008-10-05 mariusDisable ATAPI DMA as it's once again broken in that...
2008-10-04 rajMinor style(9) fixes for U-Boot API glue.
2008-10-04 rajU-Boot API glue improvements:
2008-10-04 stas- Add ae(4) to loader.conf.
2008-09-19 sobomaxBackout rev 183181. It appears that I should have been...
2008-09-19 sobomaxOn PowerPC send output to both "/chosen/stdout" and...
2008-09-18 obrienNo FORTH for MIPS.
2008-09-10 mariusRevert r177108 and restore r60506 for sparc64 as long...
2008-09-10 mariusWork around Cheetah+ erratum 34 (USIII+ erratum #10...
2008-09-10 jhbResurrect the sbni(4) driver. Someone finally tested...
2008-09-08 mariusUSIII and beyond CPUs have stricter requirements when...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-04 mariusEnsure interrupts are off while in {d,i}tlb_va_to_pa_su...
2008-09-03 rajImprove loader support for U-Boot.
2008-09-03 rajShow info about net devices in loader's 'lsdev' command...
2008-09-03 rajUse current SP instead of global data ptr for the U...
2008-09-03 rajMake metadata.c shared across all platforms using U...
2008-09-03 rajMove U-Boot compatibility library to WARNS=2 level.
2008-08-30 marius- Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order...
2008-08-26 matteoAdd geom_journal
2008-08-22 mariuscosmetic changes and style fixes
2008-08-22 robertoMerge ntpd & friends 4.2.4p5 from vendor/ntp/dist into...
2008-08-11 weongyoAdd an entry for the upgt(4) module.
2008-08-08 jhb- Initialize the vm86 structure to a known-good state...
2008-08-08 jhbFix the hangs reported with the real mode BTX:
2008-08-07 marius- Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa...
2008-08-04 rpauloAdd coretemp(4) and k8temp(4).
2008-08-04 cpercivaDereferencing uninitialized pointers considered harmful...
2008-08-04 cpercivaSetting a variable to the same value twice doesn't...
2008-08-01 desUpgrade to OpenSSH 5.1p1.
2008-07-23 impOnly descend into the boot directory for the architectu...
2008-07-18 dwmaloneAdd an accept filter for TCP based DNS requests. It...
2008-07-10 peterMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
next