dragonfly.git
2005-06-04 Joerg SonnenbergerInstead of checking for ifnet_addrs[ifp->index - 1...
2005-06-04 Simon Schubertconvert spl*() to critical sections.
2005-06-04 Eirik Nygaard * Include string.h to get strlen() prototype.
2005-06-04 Matthew DillonThe acpi module was failing to load due to exposed...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-06-03 Joerg SonnenbergerAnother instance of IF_LLSOCKADDR.
2005-06-03 Joerg SonnenbergerAdd a new macro IF_LLSOCKADDR which maps a ifnet pointe...
2005-06-03 Joerg SonnenbergerExpand itjc_bus_setup, it declares variables.
2005-06-03 Joerg SonnenbergerRename label to not collidate with local variable....
2005-06-03 Joerg SonnenbergerInclude sys/thread2.h to unbreak build.
2005-06-03 Joerg SonnenbergerAdd missing parameter.
2005-06-03 Matthew Dillonvm_contig_pg_free() must busy the page before freeing...
2005-06-03 Joerg Sonnenbergerreorder declarations
2005-06-03 Matthew DillonAugment the panic when attempting to switch from a...
2005-06-03 Joerg SonnenbergerUse IF_DRAIN.
2005-06-03 Matthew DillonAdd a sysctl, debug.use_malloc_pattern, that explicitly...
2005-06-03 Sascha WildnerRemove spl*() in disk/{ata,buslogic,ccd} and replace...
2005-06-03 Jeroen Ruigrok... Document thread-safety.
2005-06-03 Joerg SonnenbergerDon't commit half of a change. Prefix parameter names...
2005-06-03 Matthew Dilloncpu_mb2() needs to load %eax with $0 before running...
2005-06-03 Joerg SonnenbergerDon't name arguments in prototypes. Nuke __STDC__ condi...
2005-06-03 Eirik NygaardRemove *spl() from netinet6 replacing them with critica...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-06-03 Sascha WildnerRemove spl*() in net/{altq,bpf.c,bridge,dummynet,ef...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-06-03 Eirik NygaardRemove *spl() from dev/disk/{advansys,aha,ahb,aic7xxx...
2005-06-03 Matthew DillonRemove spl*() calls from net/i4b, replacing them with...
2005-06-03 Matthew DillonMake -I only apply to rm's run in the foreground. ...
2005-06-03 Jeroen Ruigrok... Bump FreeBSD identifier to 1.16 to signal to which...
2005-06-03 Jeroen Ruigrok... Fix last two return() calls to comply to style.
2005-06-03 Jeroen Ruigrok... Sync to FreeBSD 1.14/1.15:
2005-06-03 Jeroen Ruigrok... Add first stab at a statvfs.h.
2005-06-03 Jeroen Ruigrok... Add id_t, a general identifier type, per IEEE Std 1003...
2005-06-03 Jeroen Ruigrok... Add blkcnt_t and blksize_t per IEEE Std 1003.1, 2004...
2005-06-03 Jeroen Ruigrok... Add fsblkcnt_t and fsfilcnt_t.
2005-06-03 Hiten PandyaCovert netproto/ipsec into using critical sections...
2005-06-02 Matthew DillonRemove spl*() calls from netinet, replacing them with...
2005-06-02 Hiten PandyaCorrect typo in comment for vshiftl().
2005-06-02 Matthew DillonRemove spl*() calls from the netproto/atm driver, repla...
2005-06-02 Sascha WildnerRemove spl*() calls in netgraph and replace them with...
2005-06-02 Matthew DillonAfter some thought, replace the splhigh()/spl0() combin...
2005-06-02 Matthew DillonFix a warning by conditionalizing a forward declaration.
2005-06-02 Matthew DillonRemove variable names from procedure declarations so...
2005-06-02 Matthew DillonConditionalize thread2.h so /usr/src/usr.bin/fstat...
2005-06-02 Matthew DillonRemove spl*() calls from the crypto device driver,...
2005-06-02 Matthew DillonRemove spl*() calls from the atm code, replacing them...
2005-06-02 Matthew DillonConditionalize an #include so libcam can build the...
2005-06-02 Sascha WildnerRemove spl*() calls and replace them with critical...
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2005-06-02 Sascha Wildner<sys/vmmeter.h> need not be included twice.
2005-06-02 Jeroen Ruigrok... ANSIfy.
2005-06-02 Jeroen Ruigrok... Detail thread-safety conformance.
2005-06-02 Matthew DillonClean up type-o's.
2005-06-02 Sascha WildnerUse volatile sig_atomic_t variables and async-signal...
2005-06-02 Matthew DillonOnly do the OS version requirements check if DESTDIR...
2005-06-01 Matthew DillonFix a bugaboo in the last commit. The wildcard pattern...
2005-06-01 Matthew DillonFix a recursive clock_lock() on SMP systems which was...
2005-06-01 Matthew DillonAdd a simple API tha allows the interrupt timer to...
2005-06-01 Joerg SonnenbergerBack out last commit, this wasn't supposed to crep in.
2005-06-01 Matthew DillonUse the ACPI timer as the system clock if possible...
2005-06-01 Matthew DillonDisable the ability to change the system clock with...
2005-06-01 Joerg Sonnenbergerif_printf / device_printf. remove stored device_t refer...
2005-06-01 Matthew DillonMore cleanups, add the API implementation to select...
2005-06-01 Joerg SonnenbergerRemoving rest of debugging code which slipped into...
2005-06-01 Sascha Wildner* Add __unused where necessary.
2005-06-01 Liam J. Foy- Kill keyword 'register'
2005-06-01 Joerg SonnenbergerStop branding DragonFly binaries with the FreeBSD ABI.
2005-06-01 Matthew DillonImplement a new cputimer infrastructure to allow us...
2005-06-01 Joerg SonnenbergerAdd back support for SYSV binaries. Those are nasty...
2005-06-01 Joerg SonnenbergerTeach file about DragonFly's ELF ABI tagging.
2005-06-01 Joerg SonnenbergerIncrement subversion to allow matching for ELF ABI...
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-01 Joerg SonnenbergerUpdate to file 4.13. Put the contrib files into contrib...
2005-06-01 Joerg SonnenbergerUpdate to file 4.13. Put the contrib files into contrib...
2005-06-01 Sascha Wildner* Remove timevaladd() and move timevalfix() and timeval...
2005-06-01 Sascha WildnerAdd DragonFly cvs id.
2005-05-31 Sascha WildnerRemove no longer relevant file.
2005-05-31 Liam J. Foy- Minor restructure. Don't bother calling makemsg(...
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
2005-05-31 Liam J. Foy- Fix memory leak if realloc(3) failed. Use reallocf(3).
2005-05-31 Joerg SonnenbergerIf we want to abuse an API by providing a callback...
2005-05-31 Joerg SonnenbergerConvert to new m_ext API.
2005-05-31 Joerg Sonnenbergercleanup
2005-05-31 Joerg SonnenbergerNo need to bzero softc.
2005-05-31 Joerg SonnenbergerLet fxp_release take a device_t directly and change...
2005-05-31 Joerg SonnenbergerRemove __inline hints, let the compiler figure out...
2005-05-31 Joerg SonnenbergerUse PCI accessor functions instead of messing directly...
2005-05-31 Joerg SonnenbergerRemove bogus check if interface was already attached...
2005-05-31 Joerg Sonnenbergerif_printf / device_printf.
2005-05-31 Joerg Sonnenbergerif_printf / device_printf cleanup.
2005-05-31 Joerg SonnenbergerUse PCI accessor functions instead of messing directly...
2005-05-31 Joerg SonnenbergerUse ether_crc32_be / ether_crc32_le.
2005-05-31 Joerg Sonnenbergerif_printf / device_printf.
2005-05-31 Sascha WildnerWARNS6 cleanup.
2005-05-31 Sascha Wildner* Remove register keywords.
2005-05-31 Sascha WildnerAdd the DragonFly cvs id.
2005-05-30 Joerg Sonnenbergerlibc_r has to provide strong versions of the public...
2005-05-30 Joerg SonnenbergerForgot to assign ext_buf, resulting in a panic.
2005-05-30 Sascha WildnerHandle renaming of battd.1 to battd.8
next