]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add regression tests for PR 105078.
[FreeBSD/FreeBSD.git] / sys /
2006-11-05 csjpFix possible leak when bridge is in monitor mode. Use...
2006-11-05 ruRevert previous commit, and instead make the expression...
2006-11-05 rrsTons of fixes to get all the 64bit issues removed.
2006-11-05 bpCreate a bidirectional mapping of the DOS 'read only...
2006-11-05 bpIt seems to be safe to ignore 'file not locked' error
2006-11-04 pjdTypo, 'from' vnode is locked here, not 'to' vnode.
2006-11-04 jbRemove the KDTRACE option again because of the complain...
2006-11-04 csjpCurrently, we initialize "error" to zero when it's...
2006-11-04 thompsaWhen the packet is for the bridge then note which inter...
2006-11-04 ruFix pointer arithmetic to be 64-bit friendly.
2006-11-04 ruRemove bogus casts that Randall for some reason didn...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-04 impDoh! Actually commit checking against NULL for res.
2006-11-04 jbRemove a bogus cast in an attempt to fix the tinderbox...
2006-11-04 jbBackout the previous change. It was not intended to...
2006-11-04 jbBuild in kernel support for loading DTrace modules...
2006-11-03 kmacy- map hardware trap numbers to those used by by sparc64...
2006-11-03 kmacymake pcb pad area accessible from asm
2006-11-03 rrsMore 64 bit pointer fun.
2006-11-03 jbThe relocation definitions are now defined in the machi...
2006-11-03 ruRemove no longer existing opt_bdg.h and opt_bge.h.
2006-11-03 ruRegen.
2006-11-03 ruFix build breakage introduced in previous commit (redec...
2006-11-03 rrsFix two of the 64bit errors on the printfs.
2006-11-03 ruNitpicking.
2006-11-03 rrsSomehow I missed this one. The sys/cdef.h was out
2006-11-03 rrsThis commits the remake in kern/ make sysent to get
2006-11-03 rrsOpps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
2006-11-03 rrsOk, here it is, we finally add SCTP to current. Note...
2006-11-03 impMFp4:
2006-11-03 kmacyFix initialization sequence for console
2006-11-03 kmacymake sure physmem is initialized
2006-11-03 jbAdd a low level function to write a string to the hyper...
2006-11-03 jbAlways init the console before trying to cnadd it to
2006-11-03 njlRemove extra whitespace
2006-11-03 scottlAdd PCI Id for ServeRAID 8k.
2006-11-03 marcelMake this compile on EFI32. The EFI_PHYSICAL_ADDRESS...
2006-11-03 marcelMake sure kern_envp is never NULL. If we don't get...
2006-11-03 marcelProperly calculate the checksum of the APIC table.
2006-11-03 thompsaDefer sending the bpdu from bstp_update_info as all...
2006-11-02 mjacobFix some negotiation issues (like not being able to...
2006-11-02 mjacobadd some missing MPT<>CAM and CAM<>MPT bogolocks
2006-11-02 mjacobAdd a tunable that allows one to turn off the automatic...
2006-11-02 ruUnbreak compile with ELF_VERBOSE defined, and fix forma...
2006-11-02 andreUse the improved m_uiotombuf() function instead of...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-11-02 ruRevert the last change. Masking only 2 MSBs of the...
2006-11-02 andreRewrite kern_sendfile() to work in two loops, the inner...
2006-11-02 pjdFix ia64 build breakage.
2006-11-02 kibOn trap while inside ddb, the trap handler calls kdb_re...
2006-11-02 pjd- Use g_duplicate_bio() instead of g_clone_bio(), so...
2006-11-02 pjdI want CPU number here.
2006-11-02 thompsaDo not test all the conditions if the port is already...
2006-11-02 thompsaFix a resource leak when the mbuf pointer changes.
2006-11-02 mjacobUse 2K Login f/w.
2006-11-02 mjacobAdd 4Gb (24XX) support and lay the foundation for a...
2006-11-02 marcelSync the EFI headers with version 1.10.14.62 of the...
2006-11-02 marcelExtend struct devdesc with a unit field, called d_unit...
2006-11-02 mjacob2nd and final commit that moves us to CAM_NEW_TRAN_CODE
2006-11-02 thompsaIf the port is agreed or edge then allow it go go strai...
2006-11-02 pjdGrr, fix one more build breakage.
2006-11-02 marcelDon't unconditionally compile-in the bcache code. It...
2006-11-02 mariusRemove <sys/types.h>; including both <sys/param.h>...
2006-11-02 marcelo Make sure to clear f->f_devdata if d_dev->dv_open...
2006-11-02 marius- In sunkbd_probe_keyboard() don't bother to determine...
2006-11-01 pjdNow, that we have gjournal in the tree add possibility...
2006-11-01 pjdChange spaces to tabs where needed.
2006-11-01 jbSpaces to tabs. (I shouldn't copy and paste from diff...
2006-11-01 pjdStyle nits.
2006-11-01 pjdFix md(4) panic which occurs when I/O request different...
2006-11-01 jhbFix compile botch in the last panic botch fix. :(
2006-11-01 mariusRemove the atkbd(4), atkbdc(4) and psm(4) hints. In...
2006-11-01 jhbIncrement nb_allocated while holding the pt_mtx lock...
2006-11-01 jhbComment and style tweak.
2006-11-01 pjdSkip disabled CPU, because after we sched_bind() to...
2006-11-01 jhbFix botch in last commit (I tested on 6.x which doesn...
2006-11-01 pjdForgot to remove this line.
2006-11-01 kibAquire Giant in the softdep_flush for clear_remove...
2006-11-01 cognetDo not include both <sys/types.h> and <sys/param.h...
2006-11-01 pjdAdd BIO_FLUSH support to GSHSEC class.
2006-11-01 pjdAdd BIO_FLUSH support to GPT class.
2006-11-01 pjdUpdate the code to the current sync(2) version:
2006-11-01 thompsaBring in support for the Rapid Spanning Tree Protocol...
2006-11-01 jbAdd the trap-trace function for the hypervisor.
2006-11-01 jbAdd a cnputs() function to write a string to the consol...
2006-11-01 kevloDocument the cdp for controlling CD power.
2006-11-01 pjdRemove debugging code I accidentally committed.
2006-10-31 pjdHook up gjournal bits to the build.
2006-10-31 pjdAdd Makefile for geom_journal kernel module.
2006-10-31 pjdAdd gjournal specific code to the UFS file system:
2006-10-31 pjdAdd MNT_GJOURNAL flag which indicates, that file system...
2006-10-31 pjdAdd gjournal GEOM class (kernel side), which implements...
2006-10-31 pjdImplement BIO_FLUSH handling by simply passing it down...
2006-10-31 pjdImplement BIO_FLUSH handling for da(4), amr(4), ata...
2006-10-31 pjdAdd a new disk flag - DISKFLAG_CANFLUSHCACHE, which...
2006-10-31 pjdAdd a new I/O request - BIO_FLUSH, which basically...
2006-10-31 mohansMake EWOULDBLOCK a recoverable error so that the reques...
2006-10-31 kibFix a typo resulting in truncated linux32 signal trampo...
2006-10-31 jhbAllocate receive and transmit data structures during...
2006-10-31 jhb- Use callout_init_mtx() to close various callout-relat...
next