summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add minor optimization. It's less strict than its kernel counterparttrasz2010-09-091-0/+9
* Note bug in trying to printf(1) things like: '-%s\n' "foo"obrien2010-09-091-0/+7
* libelf is overly strict about the type and alignment of Elf_Datakaiw2010-09-091-11/+6
* Document the format of extended capabilities in the '-c' output.jhb2010-09-091-1/+13
* Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish().mdf2010-09-091-7/+3
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-0911-194/+88
* - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' whenjhb2010-09-091-6/+6
* - Rename the constant for the Master Data Parity Error flag in thejhb2010-09-091-24/+24
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-094-15/+207
* Clean up and update sys/mips/rmi/rmi_mips_exts.hjchandra2010-09-093-341/+345
* Refactor sbuf code so that most uses of sbuf_extend() are in a newmdf2010-09-091-25/+69
* Fix small errors in the sbuf(9) man page.mdf2010-09-091-4/+9
* Reorder statistics tracking and table lock acquisitions already in placenwhitehorn2010-09-091-4/+6
* Fix the experimental NFS client so that it doesn't panic whenrmacklem2010-09-091-1/+3
* On architectures with non-tree-based page tables like PowerPC, every pagenwhitehorn2010-09-091-2/+5
* Fix a problem where device detection would work unreliably on Serverworksnwhitehorn2010-09-093-20/+34
* Don't clobber an existing target object file when doing the DTracerpaulo2010-09-091-0/+12
* Fix two bugs in DTrace:rpaulo2010-09-094-15/+44
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.pjd2010-09-091-0/+3
* Let psm(4) use si_drv1 to refer to its softc.ed2010-09-091-28/+22
* Add file missed in r212337, my bad...imp2010-09-091-0/+34
* Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same descjchandra2010-09-091-56/+19
* Correct definition of T2 mode bit of MRBE Message Page 5 Next Pageyongari2010-09-081-1/+1
* Doing first mount and updating mount points are both handled by the samepjd2010-09-081-220/+268
* - Log all the problems in devfs_fixup().pjd2010-09-081-2/+14
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.jilles2010-09-083-0/+19
* If autoboot_delay is set to -1, boot immediately without checking forjhb2010-09-081-1/+4
* pc-sysinstall(8) patch that allows images to be written to disksimp2010-09-0813-239/+523
* Add few more bintime math macros.mav2010-09-081-0/+19
* Make sure to only pickup hid_input items when parsing input reports.emax2010-09-081-1/+2
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossnwhitehorn2010-09-081-1/+1
* Add custom kernel configuration and device tree source files foremax2010-09-082-0/+341
* Fix a printf specifier on 64-bit systems.nwhitehorn2010-09-081-1/+1
* sh: Add simple tests for backslashes in the read builtin.jilles2010-09-082-0/+20
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_seljhb2010-09-081-7/+3
* - Add register definitions related to extended capability IDs injhb2010-09-082-0/+179
* subr_bus: use hexadecimal representation for bit flagsavg2010-09-081-8/+8
* nlge (alternate XLR GMAC driver) updates:jchandra2010-09-081-50/+45
* During SMP startup there is time window, when SMP started, but interruptsmav2010-09-081-1/+26
* Fix a typo in the original import of this code from NetBSD that caused thenwhitehorn2010-09-082-2/+4
* Clean up fast message ring code for XLR.jchandra2010-09-083-227/+116
* Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices.sanpei2010-09-081-0/+2
* For total interrupt count on -vm screen count all interrupts, but not onlymav2010-09-081-3/+3
* To avoid possible race condition, SIGCANCEL is always sent except thedavidxu2010-09-081-1/+1
* Fix an error made in r209975 related to context ID allocation for 64-bitnwhitehorn2010-09-071-4/+7
* Consistently use tab characters instead of tab + space characters.yongari2010-09-072-130/+131
* Remove trailing CR at EOL.yongari2010-09-071-83/+83
* Avoid "Entry can disappear before we lock fdvp" panic.ivoras2010-09-071-3/+7
* Code correction in refresh_mbufs, just continuingjfv2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were somejfv2010-09-072-51/+65
OpenPOWER on IntegriCloud