]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Alphabetical order is probably better.
[FreeBSD/FreeBSD.git] / sys /
2006-08-03 yongariFix re(4) breakge introduced in tree from rev 1.68.
2006-08-02 rwatsonMove destroying kqueue state from above pru_detach...
2006-08-02 jhbDon't ignore errors from intr_event_add_handler().
2006-08-02 jhb- Use m_getcl(), m_get(), and m_gethdr() rather than...
2006-08-02 alcDefine the additional page fault error codes that are...
2006-08-02 rwatsonChange two XXX's to two notes: the fact that SOCK_LOCK...
2006-08-02 rwatsonRemove call to soisdisconnected() in at_pcbdetach(...
2006-08-02 rwatsonMove soisdisconnected() in tcp_discardcb() to one of...
2006-08-02 jhbFix some bugs in the previous revision (1.419). Don...
2006-08-02 olegDo not leak memory while flushing rules.
2006-08-02 rwatsonRemove now unneeded ENOTCONN clause from SOCK_DGRAM...
2006-08-02 rwatsonRemove 'register'.
2006-08-02 davidxuDon't include sys/thr.h and umtx.h in sys/sysproto...
2006-08-02 davidxudon't include sys/thr.h and sys/umtx.h, it is unnecessary.
2006-08-02 davidxuINT_MAX is defined in file sys/limits.h, include the...
2006-08-02 yongariReplace hard-coded magic constants to system defined...
2006-08-02 samremove unneccessary null ptr check
2006-08-02 samremove unnecessary null ptr check
2006-08-02 thompsa- Use the new bridgestp callback to once again flush...
2006-08-02 thompsaTell bridgestp that we are about to free the memory...
2006-08-02 thompsaFix style in the last commit, the variable declaration...
2006-08-02 thompsaAdd a callback so we can notify the parent bridge that...
2006-08-02 yongariFix incorrect busy check for PHY write operation.
2006-08-02 thompsaBe sure to disable the port when removing it from STP.
2006-08-02 rwatsonMove updated of 'numopensockets' from bottom of sodeall...
2006-08-01 pjdDon't use f-word in comments. We are gentlemans.
2006-08-01 jhbFix two nits in the ps header that offset each other...
2006-08-01 sobomaxAdd device to access and modify Open Firmware NVRAM...
2006-08-01 alcComplete the transition from pmap_page_protect() to...
2006-08-01 qingliIn vlan_input(), if the network interface does not...
2006-08-01 wpaulAnother small update to the re(4) driver:
2006-08-01 jhbMake system call modules a bit more robust:
2006-08-01 jhb- Add a new function nfsrv_destroycache() to tear down...
2006-08-01 jhbUse TAILQ_FOREACH_SAFE() in a couple of places.
2006-08-01 jhbDon't lock each of the processes while looking for...
2006-08-01 jhbSome cosmetic tweaks:
2006-08-01 gallatin- add read only sysctl to indicate if write-combining...
2006-08-01 rwatsonReimplement socket buffer tear-down in sofree(): as...
2006-08-01 obrienCorrect spelling of 3DNow!.
2006-07-31 rwatsonClose a race that occurs when using sendto() to connect...
2006-07-31 thompsaAdd some statistics that are needed to support RFC4188...
2006-07-31 obrienRather than print out a nice error message giving detai...
2006-07-31 jhbTrim an obsolete comment. ktrgenio() stopped doing...
2006-07-30 wpaulFix the following bugs in re(4)
2006-07-29 njlAdd a new sysctl, hw.acpi.handle_reboot. If set, acpi...
2006-07-29 simonBump __FreeBSD_version for OpenSSL 0.9.8b import.
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-29 marcelRemove sio(4) and related options from MI files to...
2006-07-28 netchildAllow to configure a kernel with envy24 support as...
2006-07-28 jhbRetire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_A...
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
next