summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Improve compatibility with existing application code by permitting thekaiw2010-06-132-13/+19
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-139-118/+50
* Add a utility macro to simplify calculating an aggregate sum from a DPCPUlstewart2010-06-131-0/+11
* Merge from tbemd:imp2010-06-138-17/+7
* In threaded processes, destroy the mutex atexit_mutex when we'vecperciva2010-06-131-0/+3
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-122-16/+53
* make format string a string literal.np2010-06-121-1/+1
* Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3.nwhitehorn2010-06-122-10/+42
* These files are no longer required since r207607gavin2010-06-123-355/+0
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-123-2/+10
* Install tblgen so partial / progressive builds are still possible.des2010-06-121-1/+1
* Do the branding right this time.ed2010-06-122-1/+5
* Add another variation of make_dev(9), make_dev_p(9), that is allowedkib2010-06-122-25/+58
* When make_dev_credf(MAKEDEV_WAITOK) is called, usekib2010-06-121-4/+4
* Add modifications of devctl_notify(9) functions that take flags. Usekib2010-06-122-6/+24
* Check general TSC presence before doing more specific checks and printfs.mav2010-06-121-1/+5
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Fix arc_read_done may try to byteswap undefined data (sparc related)mm2010-06-121-1/+1
* Fix panic in zfs_getsecattrmm2010-06-121-4/+11
* Fix possible zfs panic on zpool importmm2010-06-121-1/+0
* Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlockmm2010-06-121-5/+7
* Fix ZFS panic deadlock: cycle in blocking chain via zfs_zgetmm2010-06-121-3/+1
* Fix vdev_probe() starvation brings txg train to a screeching haltmm2010-06-121-4/+4
* Fix incomplete resilvering after disk replacement (raidz)mm2010-06-121-2/+2
* Fix zfs destroy fails to free object in open context, stops up txg trainmm2010-06-121-10/+1
* Fix unable to remove a file over NFS after hitting refquota limitmm2010-06-121-2/+2
* Remove GNU-style struct initialization.ed2010-06-121-6/+6
* The ptc.g operation for the Mckinley and Madison processors has themarcel2010-06-122-6/+67
* Apply band-aid around function-like macro fdrop() without turning it intojkim2010-06-111-1/+8
* Detect bit endianness through machine/endian.h. This fixes xz on big-endiandelphij2010-06-111-0/+7
* Clean up code by removing pre-C99 struct hack preprocessor magic.cperciva2010-06-111-6/+0
* Put back the lost bus_describe_intr() calls.jfv2010-06-111-0/+6
* Change the mbuf memory calls back to NOWAIT as ajfv2010-06-111-2/+2
* Make sysinstall WARNS=2 clean.randi2010-06-116-8/+6
* Add a couple fixes from Michael Tuexen.jfv2010-06-111-71/+49
* Fix one more case where a string is passed via format argument instead.jkim2010-06-111-1/+1
* Simplify a function for getting brightness levels.jkim2010-06-111-12/+7
* Remove unused assignment.jkim2010-06-115-18/+1
* Cache the last result from if_indextoname for printing. This speeds upmlaier2010-06-111-3/+9
* fix a few cases where a string is passed via format argument instead ofavg2010-06-118-12/+10
* Remove a disable_queue from the beginning of thejfv2010-06-111-1/+6
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-1126-152/+59
* sctp_recvmsg returns the number of bytes received, not sent.brucec2010-06-111-1/+1
* ffs_softdep: change K&R in function defintions to ANSI prototypesavg2010-06-111-19/+6
* vnode.h: expand debug macros to non-empty void statements whenavg2010-06-111-5/+5
* Fix a possible dereference of null pointer.jkim2010-06-111-1/+1
* Add INVARIANTS checking that numfreebufs values are sane. Also add amdf2010-06-112-10/+55
* Remove dead variable assignmentsuqs2010-06-113-4/+2
* Initialize variables before usage.uqs2010-06-112-0/+2
* Add helper macros to iterate over available CPUs in the system.jhb2010-06-111-0/+38
OpenPOWER on IntegriCloud