]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Release the ADB keyboard mutex when handling the power button
[FreeBSD/FreeBSD.git] / sys /
2012-06-23 Justin HibbitsRelease the ADB keyboard mutex when handling the power...
2012-06-23 Alexander V. ChernikovFix interface matching by ipfw table
2012-06-23 Alexander MotinAdd scsi_extract_sense_ccb() -- wrapper around scsi_ext...
2012-06-23 Konstantin BelousovMove the code dealing with shared page into a dedicated
2012-06-23 Konstantin BelousovRemove no longer needed forward declaration for struct...
2012-06-23 Konstantin BelousovStop updating the struct vdso_timehands from even handl...
2012-06-22 Navdeep ParharDo not allocate extra vectors when adapter is not TOE
2012-06-22 Alexander MotinReturn CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead...
2012-06-22 Bjoern A. ZeebJust add a comment to further investigate when being...
2012-06-22 Martin MatuskaImport Illumos revision 13736:9f1d48e1681f
2012-06-22 Kenneth D. MerryChange 'camcontrol defects' to first probe a drive...
2012-06-22 Attilio Rao- Add a comment explaining the locking of the cached...
2012-06-22 Alexander MotinDon't print SCSI Queue Full and CAM_REQUEUE_REQ statuse...
2012-06-22 Konstantin BelousovCommit changes missed from r237435. Properly calculate...
2012-06-22 Navdeep ParharDo not read registers with read side effects while...
2012-06-22 Navdeep Parharcxgbe(4): update to firmware interface 1.5.2.0; updates...
2012-06-22 Konstantin BelousovEnable shared page on i386, now it has a use for vdso_t...
2012-06-22 Konstantin BelousovImplement mechanism to export some kernel timekeeping...
2012-06-22 Warner LoshFix a stray debug that I committed accidentally years...
2012-06-22 Konstantin BelousovEnchance the shared page chunk allocator.
2012-06-22 Konstantin BelousovReserve AT_TIMEKEEP auxv entry for providing usermode...
2012-06-22 Warner LoshMove these #defines to at91reg.h (where I should have...
2012-06-22 Alan CoxIntroduce CHANGE_PV_LIST_LOCK_TO_{PHYS,VM_PAGE}() to...
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Ed MasteAdd PCI IDs for Ivy Bridge
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-21 Alan CoxUpdate the PV stats in free_pv_entry() using atomics...
2012-06-21 Alexander MotinMake cam_periph_hold() behavior consistent: drop taken...
2012-06-21 Alexander MotinIn camisr() clear CAM_SIM_ON_DONEQ flag after camisr_ru...
2012-06-21 Michael TuexenRemove redundant #ifdef. Reported by gnn@.
2012-06-21 Konstantin BelousovEnable deadlock avoidance code for NFS client.
2012-06-21 Konstantin BelousovFix unbounded-length malloc, controlled from usermode...
2012-06-21 Konstantin BelousovFix locking for f_offset, vn_read() and vn_write()...
2012-06-21 Max KhonRemove Moxa CP-132EL definition (RS422/485-only board).
2012-06-21 Max KhonAdd support for the following Moxa PCIe multiport seria...
2012-06-20 Alan CoxSelectively inline vm_page_dirty().
2012-06-20 John BaldwinDon't return an error if a kld does not contain any...
2012-06-20 Alexander MotinRemove unused error variables in cdclose() and daclose().
2012-06-20 Alexander MotinCheck status of cam_periph_hold() inside cdclose()...
2012-06-20 John BaldwinMove the per-thread deferred user map entries list...
2012-06-20 Kenneth D. MerryFix several reference counting and object lifetime...
2012-06-20 Fabien ThomasAllow booting XENHVM kernel without Xen hypervisor.
2012-06-20 Fabien ThomasFix viawd(4) that was only working as a module.
2012-06-20 Alan CoxAdd PV list locking to pmap_copy(), pmap_enter_object...
2012-06-19 Pawel Jakub DawidekCheck proper flag (PDF_DAEMON, not PD_DAEMON) when...
2012-06-19 Pawel Jakub DawidekThe falloc() function obtains two references to newly...
2012-06-19 John BaldwinFurther refine the implementation of POSIX_FADV_NOREUSE.
2012-06-19 John BaldwinAdd a 'wmask' variable to hold the expression '(1ul...
2012-06-19 John BaldwinFix another off-by-one error in the previous fix so...
2012-06-19 Alan CoxCondition the implementation of pv_entry_count on PV_ST...
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
2012-06-18 Rick MacklemFix the NFSv4 client for the case where mmap'd files are
2012-06-18 Konstantin BelousovAdjust the fix in r236953, by not generating the signal...
2012-06-18 Marius StroblRevert r236529, re-enabling verification of the flashed...
2012-06-18 Marius StroblRevert the part of r236495 that introduced checking...
2012-06-18 Marius StroblTry to bring this file closer to style(9).
2012-06-18 Marius StroblUnbreak after r236658 by comparing the right things.
2012-06-18 Marius StroblRefine r237102 a bit:
2012-06-18 Michael TuexenAdd rate limitation for SCTP OOTB responses.
2012-06-18 Michael TuexenCleanup the UDP decapsulation code.
2012-06-18 Alan CoxAdd PV chunk and list locking to pmap_page_exists_quick(),
2012-06-18 Alexander V. ChernikovMake radix lookup on src and dst flow addresses optional
2012-06-18 Alexander V. ChernikovSimplify IP pointer recovery in case of mbuf reallocation.
2012-06-18 Alexander MotinRemove never used CD/DA_FLAG_TAGGED_QUEUING flags.
2012-06-18 Poul-Henning KampFix the previous commit to only copy the data we were...
2012-06-18 Peter HolmIn tty_makedev() the following construction:
2012-06-18 Adrian ChaddExtend the radiotap code to be aware of the size of...
2012-06-17 Matt JacobRoll to the latest 2400/2500 firmware available from...
2012-06-17 Matt JacobPrepare for FC-Tape support. This involved doing a...
2012-06-17 Pawel Jakub DawidekDon't check for race with close on advisory unlock...
2012-06-17 Poul-Henning KampOn certain newer Intel Atom based motherboards, for...
2012-06-17 Rick MacklemMove the nfsrpc_close() call in ncl_reclaim() for the...
2012-06-17 Pawel Jakub DawidekExtend the comment about checking for a race with close...
2012-06-17 Pawel Jakub DawidekIf VOP_ADVLOCK() call or earlier checks failed don...
2012-06-17 Mitsuru IWASAKIResotre LCD brightness level on resuming.
2012-06-17 Davide ItalianoDisable hwpmc(4) support for Intel Xeon Sandy Bridge...
2012-06-17 Davide ItalianoThe variable 'error' in sys_poll() is initialized in...
2012-06-17 Adrian ChaddAR9287 tidyups:
2012-06-17 Adrian ChaddAdd an disabled workaround for the AR9285SE.
2012-06-17 Adrian ChaddBring over the AR9285 specific PCIe suspend/resume...
2012-06-17 Adrian ChaddAfter some discussion with bschmidt@, it's likely bette...
2012-06-17 Eitan Adlerattach_generic causes missing devices in /dev when...
2012-06-16 Adrian Chadd.. and this wasn't supposed to be in the previous commi...
2012-06-16 Adrian Chaddoops, remove this, it wasn't supposed to be committed.
2012-06-16 Attilio RaoDo a more targeted check on the page cache and avoid...
2012-06-16 Adrian ChaddA few nitpicks:
2012-06-16 Konstantin BelousovFix build.
2012-06-16 Alan CoxThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-06-16 Alexander V. ChernikovUse time_uptime instead of getnanotime for accouting...
2012-06-16 Alexander V. ChernikovSet netflow v9 observation domain value to fib number...
2012-06-16 Alexander V. ChernikovFix improper L4 header handling for IPv6 packets passed...
2012-06-16 Pawel Jakub DawidekRevert r237073. 'td' can be NULL here.
2012-06-16 Adrian ChaddShuffle some more fields in ath_buf so it's not too...
2012-06-16 Adrian ChaddShave four (or eight) bytes off of ath_buf - this field...
2012-06-16 Warner LoshThrow this debug behind bootverbose. The information...
2012-06-15 Warner LoshRemove stray line from merge.
2012-06-15 Adrian ChaddOops - use the actual 11n enable option.
2012-06-15 Matt JacobIf debug values were set, the default from tval floated
2012-06-15 Pawel Jakub DawidekOne more attempt to make prototypes formated according...
2012-06-15 Konstantin BelousovUse right size when freeing unneeded GTT mapping.
next