aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-115-14/+11
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakKonstantin Belousov2010-09-113-15/+34
* Avoid a LOR (sleepable after non-sleepable) inRui Paulo2010-09-111-0/+2
* Fix the build after r212453. IPI_STATCLOCK declaration is still neededAlexander Motin2010-09-111-0/+1
* make acpi_hp device a child of acpi_wmiAndriy Gapon2010-09-112-25/+12
* Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. TellAlexander Motin2010-09-111-1/+1
* Merge some SCHED_ULE features to SCHED_4BSD:Alexander Motin2010-09-111-4/+28
* Update PowerPC event timer code to use new event timers infrastructure.Alexander Motin2010-09-1112-118/+286
* This patch applies one of the two fixes suggested byRick Macklem2010-09-101-1/+6
* Fix the NFSVNO_CMPFH() macro in the experimental NFS server soRick Macklem2010-09-101-2/+1
* Don't exit kern_jail_set without freeing options when enforce_statfsJamie Gritton2010-09-101-5/+8
* Add real dependancies on the uuencoded firmwares.David E. O'Brien2010-09-101-19/+19
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-107-40/+38
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-1024-0/+12780
* Do not IPI CPU that is already spinning for load. It doubles effect ofAlexander Motin2010-09-101-4/+11
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-1033-58/+58
* Fix firmware module dependencies.Bernhard Schmidt2010-09-102-2/+2
* Compilation fix - when INVARIANTS are turned off.Jayachandran C.2010-09-103-2/+10
* Protect BSDI $Id from accidental manipulation.David E. O'Brien2010-09-101-1/+1
* Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.Pawel Jakub Dawidek2010-09-101-0/+1
* When using pf routing options, properly handle IP fragmentationBjoern A. Zeeb2010-09-101-1/+2
* Remove empty lines committed by accident.Pawel Jakub Dawidek2010-09-091-2/+0
* On FreeBSD we can log from pool that have multiple top-level vdevs or logPawel Jakub Dawidek2010-09-091-0/+6
* Ignore log vdevs.Pawel Jakub Dawidek2010-09-091-0/+7
* Allow to boot from a pool within which replacing is in progress.Pawel Jakub Dawidek2010-09-091-3/+33
* Remove duplicated code.Pawel Jakub Dawidek2010-09-091-20/+9
* Bump __FreeBSD_version for sbuf ABI change.Matthew D Fleming2010-09-091-1/+1
* * Remove code which has no effect.Michael Tuexen2010-09-091-108/+61
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-092-3/+3
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().Matthew D Fleming2010-09-091-7/+3
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-0911-194/+88
* - Rename the constant for the Master Data Parity Error flag in theJohn Baldwin2010-09-091-24/+24
* Add drain functionality to sbufs. The drain is a function that isMatthew D Fleming2010-09-092-8/+107
* Clean up and update sys/mips/rmi/rmi_mips_exts.hJayachandran C.2010-09-093-341/+345
* Refactor sbuf code so that most uses of sbuf_extend() are in a newMatthew D Fleming2010-09-091-25/+69
* Reorder statistics tracking and table lock acquisitions already in placeNathan Whitehorn2010-09-091-4/+6
* Fix the experimental NFS client so that it doesn't panic whenRick Macklem2010-09-091-1/+3
* On architectures with non-tree-based page tables like PowerPC, every pageNathan Whitehorn2010-09-091-2/+5
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-093-20/+34
* Fix two bugs in DTrace:Rui Paulo2010-09-094-15/+44
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.Pawel Jakub Dawidek2010-09-091-0/+3
* Let psm(4) use si_drv1 to refer to its softc.Ed Schouten2010-09-091-28/+22
* Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same descJayachandran C.2010-09-091-56/+19
* Correct definition of T2 mode bit of MRBE Message Page 5 Next PagePyun YongHyeon2010-09-081-1/+1
* Doing first mount and updating mount points are both handled by the samePawel Jakub Dawidek2010-09-081-220/+268
* - Log all the problems in devfs_fixup().Pawel Jakub Dawidek2010-09-081-2/+14
* If autoboot_delay is set to -1, boot immediately without checking forJohn Baldwin2010-09-081-1/+4
* Add few more bintime math macros.Alexander Motin2010-09-081-0/+19
* Add custom kernel configuration and device tree source files forMaksim Yevmenkin2010-09-082-0/+341
* Fix a printf specifier on 64-bit systems.Nathan Whitehorn2010-09-081-1/+1