]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
The (British) Crown Dependencies now have their own codes.
[FreeBSD/FreeBSD.git] / sys /
2006-05-23 marcelRemove definitions of uart_[gs]etdreg. They are not...
2006-05-23 celNFS over TCP retransmit behavior should default to...
2006-05-23 celRefactor the NFS over UDP retransmit timeout estimation...
2006-05-23 mohansVnode locks are recursive and the NFS client support...
2006-05-23 cognetUse pmap_devmap_bootstrap(), instead of mapping the...
2006-05-23 pjdForgot to remove the line.
2006-05-23 bennoThe lcr variable in ns8250_probe is now unused. Remove it.
2006-05-23 iedowseWhen usb_event_thread() first starts, wait significantl...
2006-05-23 bennoAllow uart(4)'s ns8250 driver to work with devices...
2006-05-23 tanimuraAvoid spurious release of an rtentry.
2006-05-22 cognetUse macros instead of hardcoding the address for SACOM1...
2006-05-22 pjdRemove (now unused) crp_mac field.
2006-05-22 pjdFix usage of HMAC algorithms via /dev/crypto.
2006-05-22 pjdFix HMACs handling with uio's by not using crp_mac...
2006-05-22 nyan- Fix the busname in the DRIVER_MODULE.
2006-05-22 pjdProtect the sc_needwakeup field with the sc_freeqlock...
2006-05-22 pjdImprove the code responsible for waking up the crypto_p...
2006-05-22 pjdDon't wakeup the crypto_ret_proc thread if it is runnin...
2006-05-22 pjdDon't set cc_kqblocked twice and don't increment crypto...
2006-05-22 pjdDocument how we synchronize access to the fields in...
2006-05-22 pjdWe must synchronize access to cc_qblocked, because...
2006-05-22 mjacobAdd missing case for RQSTYPE_CTIO3- neede for 64 bit...
2006-05-22 mjacobRemove bzero/bcopy vestiges
2006-05-22 mjacobRemove bzero/bcopy vestiges.
2006-05-22 mjacobremove bzero/bcopy vestiges
2006-05-22 mjacobadd TGT_ANY define
2006-05-22 mjacobFix longstanding bug where exec throttle is 16 bits...
2006-05-21 rwatsonWhen allocating a bucket to hold a free'd item in UMA...
2006-05-21 maximo Fix a comment: ufs2_dinode.di_blocks counts blocks...
2006-05-21 maximo Fix a comment: directory whiteout type is DT_WHT...
2006-05-21 maximo In udp|rip_disconnect() acquire a socket lock before...
2006-05-21 maximo Add missed error check: in ip_ctloutput() sooptcopyin...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-21 davidxuDon't allow non-root user to set a scheduler policy...
2006-05-20 mlaierALTQ-ify nve(4).
2006-05-20 pjdPrevent disappearing SAD entries by implementing MPsafe...
2006-05-20 bzIn IN6_IS_ADDR_V4MAPPED case instead of returning direc...
2006-05-19 sobomaxMove clock_lock prototype into <machine/clock.h>, where...
2006-05-19 cognetWe have an implementation of generic_bs_rr_1, so use...
2006-05-19 davidxuStyle fixes.
2006-05-19 yongariIf the PHY has 1000BASE-T capability, check to see...
2006-05-19 cognetComment out SYSCTL_OMIT_DESCR until it's committed.
2006-05-19 mohansChanges to make the NFS client MP safe.
2006-05-18 ambriskoAdd in a bunch of things to the mfi driver:
2006-05-18 jhb- When setting up a packet for transmit, if we the...
2006-05-18 cognetImplement sa11x0_bs_unmap.
2006-05-18 cognetMake this compile (UART_IPEND_* => SER_INT_*).
2006-05-18 bmsInitialize the new members of struct ip_moptions as
2006-05-18 davidxuMove flag TDF_UMTXQ into structure umtxq, this eliminat...
2006-05-18 pjdSilent Coverity Prevent report by asserting that cap...
2006-05-17 marius- Add C-bus and ISA front-ends for le(4) so it can...
2006-05-17 mariusAdd le(4). I could actually only test it on alpha,...
2006-05-17 marius- As only the PCI front-end of le(4) is common to all...
2006-05-17 pjdHonor cri_mlen value.
2006-05-17 pjd- The authsize field from auth_hash structure was removed.
2006-05-17 pjd- Fix a very old bug in HMAC/SHA{384,512}. When HMAC...
2006-05-17 pjd- Make opencrypto more SMP friendly by dropping the...
2006-05-17 pjdRemove cri_rnd. It is not used.
2006-05-17 pjdIf kern.cryptodevallowsoft is TRUE allow also for symme...
2006-05-17 pjdForgot about adding cuio_apply() here.
2006-05-17 pjd- Implement cuio_apply(), an equivalent to m_apply(9).
2006-05-17 emaxDo not call knlist_destroy() in tapclose(). Instead...
2006-05-17 phkSend the pcvt(4) driver off to retirement.
2006-05-17 glebiusFix static array overrun.
2006-05-17 phkMake the printfs relating to purging threads from a...
2006-05-17 anholtUpdate to current DRM CVS, bringing in a fix for a...
2006-05-17 anholtMerge from DRM CVS:
2006-05-17 emaxAdd new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space...
2006-05-16 thompsaFix style(9) nits, whitespace and parentheses.
2006-05-16 marius- Revert if_le_pci.c rev. 1.2; although lnc(4) is now...
2006-05-16 qingliThe current routing code allows insertion of indirect...
2006-05-16 trhodesProvide a less cryptic panic message in place of just...
2006-05-16 ambriskoFix file leaking in translate_path_major_minor.
2006-05-16 mjacobMove a define depending on __FreeBSD_versoin to after...
2006-05-16 anholtAdd support for allocating one larger than page-sized...
2006-05-16 ruMake this compile with -Wundef.
2006-05-16 phkSince DELAY() was moved, most <machine/clock.h> #inclu...
2006-05-16 oleg1) Fix mii_phy_tick():
2006-05-16 olegIntroduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.
2006-05-16 ruKill more references to lnc(4).
2006-05-16 glebiusRemove unneeded check.
2006-05-16 glebiusSince m_pullup() can return a new mbuf, change gre_inpu...
2006-05-16 glebius- Backout one line from 1.78. The tp can be freed by...
2006-05-16 glebiusDo not leak kernel memory in case if userland has been...
2006-05-16 psAllow concurrent read(2)/readv(2) access to a file.
2006-05-16 teggeRead block hints list from last snapshot on the active...
2006-05-15 teggeCopy last block on file system again after file system...
2006-05-15 teggeDon't leak a locked buffer if last block on file system...
2006-05-15 teggeErrors detected while file system is suspended should...
2006-05-15 mariusReplace references to lnc(4) with references to le...
2006-05-15 mariusUpdate the description of pcn(4) from pcn(4) vs. lnc...
2006-05-15 kbyancRestore the ability to mount procfs and fdescfs filesys...
2006-05-15 cognetAdd definitions for atomic_subtract_rel_32, atomic_add_...
2006-05-15 dhartmeiRecalculate IP checksum after running pfil hooks.
2006-05-15 nyanSwitch from the lnc driver to the le driver. But C...
2006-05-15 bennoDisplay real/avail memory as per other platforms.
2006-05-15 maximo In rip_disconnect() do not call rip_abort(), just...
2006-05-15 yongariRe-wrok PHY setup, media handling and dual-port detection.
2006-05-15 cognetSwitch to a 64bit time_t, while it's not a big problem...
next