]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
correct checking for turbo channels: rev 1.24 fixed static turbo channels
[FreeBSD/FreeBSD.git] / sys /
2005-12-30 samcorrect checking for turbo channels: rev 1.24 fixed...
2005-12-29 impRetire BARBIT in favor of new PCI_RID2BAR.
2005-12-29 impAdd a macro to map from BAR to rid # (inverse of PCIR_B...
2005-12-29 impSimplify the opening of the resources for cardbus cards...
2005-12-29 pjdPrint a warning when we miss vinactive() call, because...
2005-12-29 cracauerThis is the style-fix for my previous commit. Sorry...
2005-12-29 jhbpatch(1) and I aren't friends today. Axe a duplicate...
2005-12-29 jhbAdd a new function msleep_spin() which is a slightly...
2005-12-29 jhbTeach WITNESS_SAVE() and WITNESS_RESTORE() to work...
2005-12-29 jhbFix a deadlock I introduced with the recently added...
2005-12-29 samcorrect (reversed) ms<->tu macros
2005-12-29 netchildSync the type (and size, compare mousestatus_t in ...
2005-12-29 netchildAdd support for the HP 8200C/8250C/8290C scanners.
2005-12-29 netchildAdd support for the Canon CanoSvan LIDE 25.
2005-12-29 netchildFix some kind of "off by one"-error: the min or max...
2005-12-29 jhbIncrement kobj_lookup_misses on a miss rather than...
2005-12-29 netchildMerge NetBSD rev. 1.61:
2005-12-29 netchildAdd support for Epson 2480 scanner.
2005-12-29 netchildEmit USB_EVENT_DRIVER_DETACH on detach.
2005-12-29 davidxuRemove pcb_switchout, it has not been used for a long...
2005-12-29 davidxuAdd code to report zombie state.
2005-12-29 glebiusHelp Warner with merge from p4.
2005-12-29 thompsaWhen pfil(9) is enabled the bridge only considers ETHER...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-29 grehanAdd user-space profiling support. Kernel profiling...
2005-12-29 jkoshyRefer readers to the hwpmc(4) manual page where the...
2005-12-29 impImplement /dev/cardbus%d.cis, same thing as /dev/pccard...
2005-12-28 scottlInitialize the event tailq.
2005-12-28 glebiusAdd missing parens.
2005-12-28 netchildFix the order of the stereo channels (left <-> right).
2005-12-28 kanTrim trailing whitespace.
2005-12-28 maximo Fix typos in the comments.
2005-12-28 glebiusCheck for IFF_DRV_RUNNING in the interrupt loop.
2005-12-28 glebiusIn ng_netflow_disconnect() check whether we are working...
2005-12-28 sosFurther updates to the Marvell support code.
2005-12-28 glebius When in rev. 1.47 cardbus_alloc_resources() function...
2005-12-28 delphijCorrect a typo
2005-12-28 glebiusA style nit.
2005-12-28 glebiusTidy up em_resume():
2005-12-28 scottlCache the tx producer index instead of reading it every...
2005-12-28 scottlFix a serious regression from the busdma conversion...
2005-12-28 trhodesCast tv_sec to intmax_t and print with %jd in some...
2005-12-28 impAdd some sanity checking to the pccard insertion case...
2005-12-28 yongariUncomment ti(4) as it's now working.
2005-12-28 yongariBring big-endian architecture support for ti(4).
2005-12-28 pjdIn realloc(9), determine size of the original block...
2005-12-27 flzAdd a hid blacklist quirk.
2005-12-27 pjdFix watch address truncation. The address was truncated...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-27 impEnsure that we're aligned at leas tto the size of the...
2005-12-27 impnits
2005-12-27 sosChange the probes in ATA to return a negative value...
2005-12-27 sosUpdate the last commit to also take 48Bit access functions.
2005-12-27 sosAdd initial support for the Marvell 88SX[56]0[48][01...
2005-12-27 sosFix rebuilds of arrays that got stuck.
2005-12-27 stefanfTry to unbreak the tinderbox: Cast a time_t argument...
2005-12-27 davidxuUse variable i instead of variable cpus as an index...
2005-12-27 glebiusAdd \n to log() message.
2005-12-26 sobomaxFix breakage introduced in the previous commit.
2005-12-26 cognetFix typo in comment.
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-26 jkoshy- Plug a memory leak: free up per-cpu sample buffers...
2005-12-26 nyanMFi386: revision 1.621
2005-12-26 glebiusAdd simple suspend and resume methods. We call em_stop...
2005-12-26 jkoshyWrap comment lines to be under 80 characters wide.
2005-12-26 davidxuMove global variable private_tss into per-cpu area.
2005-12-25 mlaierOnly decrement the max-src-conn counter for tcp connect...
2005-12-25 samadd a sysctl to turn debug msgs on/off when built with...
2005-12-25 mlaierFix build after timeval.tv_sec changed from long to...
2005-12-25 ariffAdd suspend and resume support.
2005-12-24 trhodesMake tv_sec a time_t on all platforms but alpha. Bring...
2005-12-24 grehanForward-declare struct trapframe to allow the aic modul...
2005-12-24 alcMaintain the lock on the vnode for most of exec_elfN_im...
2005-12-24 davidxuAvoid kernel panic when attaching a process which may...
2005-12-23 impBuild ed on amd64. The pci attachment works with qemu...
2005-12-23 jeff - Improve the INKERNEL macro such that it can no longe...
2005-12-23 jeff - Remove and unused include.
2005-12-23 ruRegen.
2005-12-23 ruFix build.
2005-12-23 glebiusImplement an upper limit for packets per second sent...
2005-12-23 delphijTypo.
2005-12-23 grehanMark the return address of the call to ast() in the...
2005-12-23 nyanFix build error.
2005-12-23 phkRegenerate sysent with new abort2 system call.
2005-12-23 phkAdd missing 455-462 syscalls as unimplemented
2005-12-23 phkAdd abort2() systemcall.
2005-12-23 phkMake sbuf_copyin() return the number of bytes copied...
2005-12-23 scottlCreate the taskqueue_fast handler with INTR_MPSAFE...
2005-12-23 yongariUse device_printf() and if_printf() rather than printf...
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbTweak how the MD code calls the fooclock() methods...
2005-12-22 jhbReturn BUS_PROBE_GENERIC rather than 0 in the probe...
2005-12-22 jhbUse the copy of the card's MAC address saved in tulip_e...
2005-12-22 nyanEnable the cs and disable the amdsmb and nfsmb on pc98.
2005-12-22 glebius- All bge(4) supported hardware is known to support...
2005-12-22 oleg1) remove useless check of loop_copy - corresponding...
2005-12-22 glebiusAdd a quirk to fix resume on some laptops.
2005-12-22 yongariFix bge_eeprom_getbyte() to return 1 when timeout happens.
2005-12-22 yongariUncomment bge(4) as it's now working.
2005-12-22 yongariAdd bge(4) support for big-endian architectures(part...
next