summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-1111-11/+22
* | Add myself to the committers graph.ashish2010-06-111-0/+3
* | In another move to join with the age of the Fruitbat, increase SYSVivoras2010-06-112-5/+5
* | Use same table markup as in hexdump.1uqs2010-06-111-6/+6
* | More mdoc nitpicking to improve compatibility to mdocmluqs2010-06-115-4/+5
* | Remove Xo/Xc in It, which is not yet supported by mdocml butuqs2010-06-111-3/+1
* | mdoc: stop abusing -column lists and use .Bl -tag insteaduqs2010-06-111-19/+21
* | mdoc nitpicking: the title argument shall be uppercaseuqs2010-06-1114-14/+14
* | In dtrace lexer, do not unput token if it is EOF.kan2010-06-111-1/+2
* | 3 Fixes -rrs2010-06-113-43/+28
* | Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4)marcel2010-06-113-5/+5
* | Merge from tbemdimp2010-06-111-0/+11
|\ \
| * | svn merge svn+ssh://svn.freebsd.org/base/head@209022imp2010-06-11141-38224/+29
OpenPOWER on IntegriCloud