dragonfly.git
2008-12-28 Peter AvalosNsswitch now supports caching. See ncsd(8) for details.
2008-12-28 Peter AvalosAdd flopen(3) which opens and locks a file.
2008-12-28 Peter AvalosUse BIND's resolver in libc.
2008-12-28 Peter AvalosAdd the management part of address selection policy...
2008-12-28 Peter AvalosAdd nsswitch support.
2008-12-28 Peter AvalosImport FreeBSD's libypclnt.
2008-12-28 Peter AvalosBring in a transport-independent RPC (TI-RPC).
2008-12-28 Sepherosa ZiehauAdd PCICAP_{ID,NEXTPTR} to avoid using magic number
2008-12-28 Sepherosa ZiehauPut last_td accessing back into INVARIANTS
2008-12-28 Sepherosa ZiehauUse pci_is_pcie()
2008-12-28 Sepherosa ZiehauSave vital product data capability ptr.
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-28 Matthew DillonAdd db_vprintf()
2008-12-27 Matthew DillonAllow the values for environment variables specified...
2008-12-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-27 Matthew DillonDeal with the netgraph NULL function dereference on...
2008-12-27 Simon 'corecode... Initialize variable we are going to use.
2008-12-27 Simon 'corecode... Fix amd64 trap handling.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-12-27 Simon 'corecode... Reduce sleep time for ACPI battery attach.
2008-12-27 Sepherosa ZiehauFactor out 'curnetport'
2008-12-27 Sepherosa ZiehauTCP socket's cached route entry could only be accessed...
2008-12-27 Sepherosa ZiehauUse backtrace() instead of db_print_backtrace()
2008-12-27 Sepherosa ZiehauUse priority message for ipfw(4) callout
2008-12-27 Sepherosa ZiehauM_INTWAIT -> M_WAITOK
2008-12-27 Sepherosa ZiehauMake sure to read the last byte of EEPROM descriptor...
2008-12-27 Sepherosa ZiehauWe need to restore unallocated_objects if objcache...
2008-12-26 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-26 Sascha WildnerConstify iicbus_write()'s buf argument.
2008-12-26 Matthew DillonThe blockmap layer1/2 CRCs were being checked without...
2008-12-26 Matthew DillonAdd CRC checking to the blockmap directive. Document...
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-26 Matthew DillonImprove a diagnostic message.
2008-12-26 Matthew DillonUse tsleep in the low level delay functions called...
2008-12-26 Sascha WildnerAdjust kern.bootfile to make savecore(8) work.
2008-12-26 Sascha Wildnermake makedb is already run as the last step of 'install...
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-12-26 Matthias SchmidtFix bug introduced in last grep commit
2008-12-26 Sepherosa ZiehauUse 16QW as RX FIFO threshold to improve PCIe compatibility
2008-12-26 Sepherosa ZiehauPull ether_input_chain_init() and ether_input_dispatch...
2008-12-26 Sepherosa ZiehauBring in RSS (receive side scaling) support, i.e. multi...
2008-12-26 Sepherosa ZiehauFirst step toward multiple RX ring support
2008-12-26 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-26 Matthew DillonChange the default for vm.burst_fault to 1, no problems...
2008-12-25 Sascha WildnerBring in two updates from FreeBSD.
2008-12-24 Sascha WildnerRemove some more dead initialization.
2008-12-24 Sascha WildnerMatch acpi_cpu_add_child()'s prototype with that of...
2008-12-23 Sascha WildnerUpdate the whatis database for /usr/pkg/man and /usr...
2008-12-23 Sascha WildnerOops, remove '*'.
2008-12-23 Sascha WildnerAdjust some more stuff for the CVS->git switch.
2008-12-23 Sascha WildnerMeh, fix description.
2008-12-23 Sascha WildnerAdd support for the FC929X in mpt(4).
2008-12-23 Sascha WildnerNo need to care about CVS/ directories anymore.
2008-12-22 Sepherosa Ziehau- Use ether_input_chain on RX path
2008-12-22 Sepherosa ZiehauRemove unused macros
2008-12-22 Sepherosa ZiehauFold jme_ring_data and jme_chain_data, so RX ring/descs...
2008-12-22 Sascha WildnerWARNS is set in usr.bin/Makefile.inc.
2008-12-22 Sascha WildnerFix WARNS6 regression.
2008-12-22 Sascha WildnerRaise WARNS to 6 and fix resulting warnings.
2008-12-21 Sascha WildnerSilence warnings.
2008-12-21 Sascha WildnerSilence UP warning.
2008-12-21 Sascha WildnerMerge branch 'master' of ssh://swildner@crater.dragonfl...
2008-12-21 Sascha WildnerAdd missing break.
2008-12-21 Hasso TepperMake i486 default architecture.
2008-12-21 Sepherosa Ziehau- Add polling(4) support for jme(4)
2008-12-21 Sascha WildnerRemove extra whitespace.
2008-12-21 Sascha WildnerAdd parameter names.
2008-12-20 Sascha WildnerClean up #include situation in the SYNOPSIS.
2008-12-20 Sascha WildnerAdd missing '#include <sys/types.h>' to the SYNOPSIS.
2008-12-20 Sascha WildnerFix indentation.
2008-12-20 Sascha WildnerUse BBLOCK.
2008-12-20 Sascha WildnerFix a dereference of an undefined value.
2008-12-20 Sascha WildnerEliminate some dead initialization.
2008-12-20 Sascha WildnerSilence 'unused variable' warning.
2008-12-20 Sascha WildnerClean up #include's in the SYNOPSIS.
2008-12-20 Sepherosa ZiehauExplicitly reallocate the inpcb cached route freed...
2008-12-20 Sepherosa ZiehauUse priority message for arp holding mbufs
2008-12-20 Hasso TepperAdapt to OpenPAM Hydrangea.
2008-12-20 Hasso TepperMerge commit 'crater/vendor/OPENPAM'
2008-12-19 YONETANI TomokazuAdjust VFS_SET() to deal with the change to struct...
2008-12-19 Matthew DillonClose a possible bug where the p_lock for a new process...
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonThis is a MAJOR rewrite of usched_bsd4 and related...
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-12-18 Matthew Dillonvnode_pager_haspage() could return TRUE but leave ...
2008-12-18 Sascha WildnerReally fix indent.
2008-12-18 Matthias SchmidtApply GNU style indent
2008-12-18 Matthias SchmidtFix annoying bug with grep and HAMMER
2008-12-18 Hasso TepperImport OpenPAM Hydrangea.
2008-12-18 Hasso TepperCall ata_legacy() only once on attach and save it's...
2008-12-18 Joe TalbottMerge branch 'master' of /usr/git/dragonfly
2008-12-18 Joe Talbott Page align boundaries for kvm_access_check().
2008-12-18 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-18 Matthew DillonFix bugs in dealing with low-memory situations when...
2008-12-17 Michael NeumannUnbreak buildworld
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannClean up a bit
2008-12-17 Michael NeumannMerge branch 'vfsconf'
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-12-17 Sepherosa ZiehauSymbol TX desc is only used by 64bits TX chain format.
next