]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
On FreeBSD it is enough to report provider removal when orphan event is
[FreeBSD/FreeBSD.git] / sys /
2009-10-07 Pawel Jakub DawidekOn FreeBSD it is enough to report provider removal...
2009-10-07 Pawel Jakub DawidekFix white-spaces.
2009-10-07 Robert WatsonAdd a new errno, ENOTCAPABLE, to be returned when a...
2009-10-07 Zachary LoafmanHandle GRANTED_RES messages more gracefully: Send along...
2009-10-07 Alexander MotinOn command timeout handle frozen command first, to...
2009-10-07 Stanislav Sedov- Give a name to the host coalescing bug fix WDMA mode...
2009-10-07 Stanislav Sedov- Add support for new BGE chips (5761, 5784 and 57780...
2009-10-07 Pawel Jakub DawidekFix situation where Mac OS X NFS client creates a file...
2009-10-06 Attilio Rao- All the functions in atomic.h needs to be in "physica...
2009-10-06 Kip MacyPrevent paging pressure from draining arc too much
2009-10-06 Robert WatsonRemove tcp_input lock statistics; these are intended...
2009-10-06 Attilio RaoPer their definition, atomic instructions used in conju...
2009-10-05 Robert WatsonIn tcp_input(), we acquire a global write lock at first...
2009-10-05 Robert WatsonFix build on amd64, where sysctl arg1 is a pointer.
2009-10-05 Navdeep Parharcxgb(4) updates, including:
2009-10-05 Edward Tomasz Napi... Fix NFSv4 ACLs on sparc64. Turns out that fuword(9...
2009-10-05 Jung-uk Kim- Revert r191568 partially. Forcing AHCI mode by chang...
2009-10-05 Robert WatsonFirst cut at implementing SOCK_SEQPACKET support for...
2009-10-05 John BaldwinWhen the timeout backoff hits the maximum value, leave...
2009-10-05 Stanislav Sedov- Drop unused pmap_use_l1 function and comment out...
2009-10-05 Ulf Lilleengen- Improve error message consistency and wording.
2009-10-04 Weongyo Jeongupdates device entries supported with the product name...
2009-10-04 Alan CoxAlign and pad the page queue and free page queue locks...
2009-10-04 Xin LIFix a bug that causes the fsx test case of mmap'ed...
2009-10-03 Attilio RaoWhen releasing a lockmgr held in shared way we need...
2009-10-03 Rui PauloRemove remaining bits of performance counter support.
2009-10-03 Yoshihiro Takahashiunifdef NFSCLIENT because the nlm depends on the nfscli...
2009-10-03 Bjoern A. ZeebMake sure that the primary native brandinfo always...
2009-10-03 Bjoern A. ZeebPut #ifdef INET around parts of the FLOWTABLE code...
2009-10-03 Bjoern A. ZeebPrint a warning in case we cannot add more brandinfo...
2009-10-02 Marcel MoolenaarFix RTS/CTS flow control, broken by the TTY overhaul...
2009-10-02 Robert WatsonDon't comment on stream socket handling in sosend_dgram...
2009-10-02 Bjoern A. ZeebBack out the functional parts from r197537. After...
2009-10-02 Bjoern A. ZeebAdd a mitigation feature that will prevent user mappings at
2009-10-02 Yoshihiro TakahashiFix build nfscl and/or nfsd.
2009-10-02 Rui PauloReserve numbers for XScale.
2009-10-02 Rui PauloRemove performance counter headers. This code came...
2009-10-02 Hiroki SatoEnable adding a link-local address even if ND6_IFF_IFDI...
2009-10-02 Qing LiRemove a log message from production code. This log...
2009-10-02 Qing LiPreviously, if an address alias is configured on an...
2009-10-01 Kip Macymake read_eflags and write_eflags accomplish the same...
2009-10-01 Ed MasteIn fill_kinfo_thread, copy the thread's name into struc...
2009-10-01 Jung-uk KimCompile ACPI debugger and disassembler for kernel modul...
2009-10-01 Qing LiThe flow-table associates TCP/UDP flows and IP destinat...
2009-10-01 John BaldwinPut square backets ([]) around process names for system...
2009-10-01 Xin LIReturn EOPNOTSUPP instead of EINVAL when doing chflags...
2009-10-01 Andrew ThompsonEHCI Hardware BUG workaround
2009-10-01 Edward Tomasz Napi... Provide default implementation for VOP_ACCESS(9), so...
2009-10-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.3p1.
2009-10-01 VANHULLEBUS YvanChanged an IPSEC_ASSERT to a simple test, as such inval...
2009-10-01 Konstantin BelousovAs a workaround, for Intel CPUs, do not use CLFLUSH in
2009-10-01 Konstantin BelousovDo not dereference vp->v_mount without holding vnode...
2009-10-01 Konstantin BelousovMove the annotation for vm_map_startup() immediately...
2009-10-01 Konstantin BelousovFix typo.
2009-10-01 Coleman KaneFix a bad use of NULL instead of zero for int compariso...
2009-10-01 Andriy Gaponprint machine in kernel boot version string
2009-10-01 Yoshihiro TakahashiMFi386: revision 197653
2009-10-01 Coleman Kanestyle(9) fixes (always compare pointers to NULL)
2009-10-01 Rui PauloImprove 802.11s comment.
2009-09-30 Edward Tomasz Napi... Fix typo in the comment.
2009-09-30 John BaldwinDo not hold the ACPI A/C adapter lock when changing...
2009-09-30 John BaldwinSplit the 'video' ACPI lock up into two locks to resolv...
2009-09-30 Andriy Gaponcpufunc.h: unify/correct style of c extension names
2009-09-30 Andrew GallatinTwo more mxge watchdog fixes:
2009-09-30 Coleman KaneCorrect a bug that could lead to a kernel panic if...
2009-09-30 Attilio RaoWhen releasing a read/shared lock we need to use a...
2009-09-30 Andriy Gaponprint_caddr_t: drop incorrect __unused attribute from...
2009-09-30 Alexander MotinFix typo in previous commit.
2009-09-30 Robert WatsonRegenerate system call files following r197636.
2009-09-30 Robert WatsonReserve system call numbers for Capsicum security frame...
2009-09-29 Pyun YongHyeonFix multicast handling. All Atheros controllers use...
2009-09-29 Robert WatsonAdd audit events for process descriptor system calls...
2009-09-29 Alexander MotinAdd some bits of HDMI/DisplayPort support from later...
2009-09-28 Marcel MoolenaarThe first 96 bytes may not be zeroes. It can contain...
2009-09-28 Robert NolandFix offset handling
2009-09-28 Robert Nolandradeon_family is an enum, so ordering can be important.
2009-09-28 Robert NolandFix blit pitch for 4 byte transfers on r600.
2009-09-28 Robert NolandR600 doesn't support IRQs yet, so don't try to use...
2009-09-28 Pyun YongHyeonFor AR8132 fast ethernet controller, do not report...
2009-09-28 Edwin GroothuisMFV of tzdata2009n
2009-09-28 Pyun YongHyeonAdd DGE-560SX(Yukon XL) to the supported device list...
2009-09-28 Pyun YongHyeonAdd workaround for Yukon XL which has hardware bug...
2009-09-28 Pyun YongHyeonAdd hack to pass controller specific information to...
2009-09-28 Pyun YongHyeonFix MIB statistics clear routine. This should fix align...
2009-09-28 Pyun YongHyeonSome fiber PHY(88E1112) does not seem to set resolved...
2009-09-28 Pyun YongHyeonDon't encode model id twice.
2009-09-28 Pyun YongHyeonIt seems some 82559ER controllers do not support Rx...
2009-09-28 Pyun YongHyeonRemove unnecessary device reinitialization.
2009-09-28 Jamie GrittonSet the prison in NFS anon and GSS SVC creds (as I...
2009-09-28 Jamie GrittonBack out r197581, which replaced this file witk sys...
2009-09-28 Jamie GrittonSet the prison in NFS anon and GSS SVC creds.
2009-09-28 Alan CoxTemporarily disable the use of 1GB page mappings by...
2009-09-28 Xin LIAdd two new fcntls to enable/disable read-ahead:
2009-09-28 Xin LIUse correct sizeof() object for klist 'list'. Currentl...
2009-09-28 Andrew ThompsonAdd back endpoint swap detection that was disabled...
2009-09-28 Andrew ThompsonAdd new FTDI IDs.
2009-09-28 Xin LIUse a 2 clause BSD-style license instead of stating...
2009-09-28 Andrew ThompsonAdd experimental support for usb serial console and...
2009-09-28 Andrew ThompsonAdd a config number quirk for the ELSA_MODEM1
2009-09-28 Andrew Thompsonadd more device IDs
next