]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add missing .El to close list.
[FreeBSD/FreeBSD.git] / sys /
2006-07-28 jhbRegen for MPSAFE flag removal.
2006-07-28 jhbNow that all system calls are MPSAFE, retire the SYF_MP...
2006-07-28 jhbVarious fixes to comments in the syscall master files...
2006-07-28 netchild- fix memory leak after "kldunload snd_ak452x.ko"
2006-07-28 jhbRegen.
2006-07-28 jhb- Explicitly lock Giant to protect the fields in the...
2006-07-28 pjdRemove trailing spaces.
2006-07-28 pjdUse existing roundup2() macro.
2006-07-27 jhbUnify the checking for lock misbehavior in the various...
2006-07-27 jhbArgh, fix compile with XBOX enabled. Somehow I missed...
2006-07-27 jhbAdjust td_locks for non-spin mutexes, rwlocks, and...
2006-07-27 jhbAdd KTR_SYSC tracing to the syscall() implementations...
2006-07-27 thompsaRemove the dependency of bridgestp.h on if_bridgevar...
2006-07-27 emaxAdd extra code into kbdmux(4)s read_char() method to
2006-07-27 jhbHold the reference on the mountpoint slightly longer...
2006-07-27 jhbWrite a magic value into mtx_lock when destroying a...
2006-07-27 jhbFix a file descriptor race I reintroduced when I split...
2006-07-27 jhbAdd missing ptrace(2) system-call stops to various...
2006-07-27 jhbDon't allow MAXMEM or hw.physmem to extend the top...
2006-07-27 marcelRemove Alpha remnants.
2006-07-27 yarFix what looks like a typo: MODULE_DEPEND() takes modul...
2006-07-27 cognetDefine BYTE_MSF if we're compiling a big endian kernel...
2006-07-27 avatarFixing compilation bustage: net/if_bridgevar.h depends...
2006-07-27 yongariAdd device ID for second generation D-Link DGE-530T.
2006-07-27 avatarFixing compilation bustage: net/if_bridgevar.h depends...
2006-07-27 yongariPrepending an mbuf after loading a DMA map results...
2006-07-27 yongariNuke invalid use of BUS_DMA_ALLOCNOW.
2006-07-27 yongariMake sure to use the same DMA map in DMA map load/unloa...
2006-07-27 marcelProperly propagate overrun conditions to the TTY layer.
2006-07-26 thompsabridgestp is now a seperate module.
2006-07-26 thompsaHook bridgestp up to the build.
2006-07-26 thompsaAdd bridgestp as a seperate module.
2006-07-26 thompsaRemove stp variables that are already initialised in...
2006-07-26 marcelRemove zs(4). It has been replaced by scc(4) & uart(4).
2006-07-26 marcelReplace sio_iobus.c with uart_iobus.c.
2006-07-26 marcelTurn this into an uart(4) bus attachment.
2006-07-26 marcelRepocopy from: src/sys/powerpc/psim/sio_iobus.c
2006-07-26 rwatsonRemove call to soisdisconnected() in uipc_detach()...
2006-07-26 marcelo Remove device zs
2006-07-26 marcelo Enable -Werror
2006-07-26 marcelOn PowerPC the clock for the BRG comes from RTxC, not...
2006-07-26 marcelImplement UART_IOCTL_BAUD for the Z8530. This allows...
2006-07-26 marcelImplement uart_cpu_eqres() and uart_cpu_getdev(). This...
2006-07-26 marcelo Move the prototype of mem_valid() from ofw_machdep...
2006-07-26 marcelInclude needed clock.h.
2006-07-26 marcelForward declare struct trapframe.
2006-07-26 acheAdd snd_emu10kx_load
2006-07-26 thompsa/tmp/cvsuusTrc
2006-07-26 thompsaRemove variables that are overridden by ether_ifattach...
2006-07-26 samadd missing \n's
2006-07-26 samcheck tim is present in the beacon before defer'ing...
2006-07-26 samsupport for 802.11 packet injection via bpf
2006-07-26 samadd support for 802.11 packet injection via bpf
2006-07-26 marcelFix braino: The cl_range field should not hold the...
2006-07-26 samset default beacon miss threshold to 10 beacons
2006-07-26 samadd IEEE80211_IOC_BMISSTHRESHOLD for managing the beaco...
2006-07-26 samo move min/max beacon interval and dtim period to publi...
2006-07-25 cognetUse virtual_avail instead of freemempos as the starting...
2006-07-25 pjdRemove redundant check committed by accident.
2006-07-25 pjdAvoid memory allocations when the given address is...
2006-07-25 pjdModify PADLOCK_ALIGN() macro, so when the given address...
2006-07-25 pjdStyle fixes.
2006-07-25 yarIn udf_find_partmaps(), when we find a type 1 partition...
2006-07-25 njlAdd support for overriding the values for _CRT, _HOT...
2006-07-25 rwatsonAdd uipc_sockbuf.c to standard files list; accidentally...
2006-07-25 kevloCleanup.
2006-07-25 yongariAdd stge(4) to the list of drivers supported by GENERIC...
2006-07-25 yongariAdd an entry for the stge(4) module.
2006-07-25 mjacobbus_alloc_resource_any is actually defined in the
2006-07-25 mjacobWhen probing to attach the CAM functionality, check...
2006-07-25 yongariHook up stge(4) to the build.
2006-07-25 yongariAdd stge(4), a driver for Sundance/Tamarack TC9021...
2006-07-25 marcelRevert previous commit. Spinlocks hold interrupts disab...
2006-07-25 yongariConnect gentbi, ip1000phy to the build.
2006-07-25 yongariAdd ip1000 PHY driver for IC Plus IP1000A integrated...
2006-07-25 yongariAdd IC Plus IP1000A integrated PHY id.
2006-07-25 yongariAdd gentbi, a generic TBI(teb-bit interface) PHY driver...
2006-07-24 marcelIf we have multiple interrupt resources, like for Z8530...
2006-07-24 cognetOnly use -mno-apcs-frame if DDB is not in the kernel...
2006-07-24 impAdd a few more devices to the supported list. Specific...
2006-07-24 rwatsonRemove non-socket buffer routines from uipc_sockbuf...
2006-07-24 dwmaloneRather than calling mircotime() in catchpacket(), make...
2006-07-24 rwatsonsoreceive_generic(), and sopoll_generic(). Add new...
2006-07-24 davidxuRemove a duplicated line.
2006-07-24 sosFinally fix support for the newer MCP51/MCP55 nVidia...
2006-07-24 rwatsonRemove MT_FTABLE, as it's no longer used.
2006-07-24 rwatsonGarbage collect #if 0'd MT_ mbuf types, as they are...
2006-07-24 rwatsonTweak so_gencnt comment: it was once last, but that...
2006-07-24 rwatsonTweak comment for so_head: it is a pointer to the liste...
2006-07-24 rwatsonFix a spelling error in a comment.
2006-07-23 rwatsonRemove duplicate 'or'.
2006-07-23 rwatsonUpdate various uipc_socket.c comments, and reformat...
2006-07-23 rwatsonAdd additional comments to the top of the UNIX domain...
2006-07-23 rwatsonRemove old kern.malloc sysctl, which generated a text...
2006-07-23 rwatsonExpand comments for malloc(9) to better describe the...
2006-07-23 rwatsonUpdate and reformat comments for POSIX.1e ACL utility...
2006-07-23 rwatsonComment extended attribute name space constants.
2006-07-23 rwatsonImprove comments for label data structure.
2006-07-23 rwatsonAlign IPv6 socket locking with IPv4 locking: lock socke...
2006-07-23 rwatsonAdd two new unpcb flags, UNP_BINDING and UNP_CONNECTING...
next