aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* expr(1): Add sh(1) versions of examples, remove an incorrect example.Jilles Tjoelker2010-09-091-10/+21
* Xref aesni(4).Christian Brueffer2010-09-091-1/+2
* Some more grammar, wording and mdoc fixes.Christian Brueffer2010-09-091-4/+8
* 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
* Arrgh, tested wrong source tree _again_. Fix previous commit. Also,Edward Tomasz Napierala2010-09-091-1/+1
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-092-3/+3
* Add minor optimization. It's less strict than its kernel counterpartEdward Tomasz Napierala2010-09-091-0/+9
* Note bug in trying to printf(1) things like: '-%s\n' "foo"David E. O'Brien2010-09-091-0/+7
* libelf is overly strict about the type and alignment of Elf_DataKai Wang2010-09-091-11/+6
* Document the format of extended capabilities in the '-c' output.John Baldwin2010-09-091-1/+13
* 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
* - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' whenJohn Baldwin2010-09-091-6/+6
* - 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-094-15/+207
* 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
* Fix small errors in the sbuf(9) man page.Matthew D Fleming2010-09-091-4/+9
* 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
* Don't clobber an existing target object file when doing the DTraceRui Paulo2010-09-091-0/+12
* 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
* Add file missed in r212337, my bad...Warner Losh2010-09-091-0/+34
* 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
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.Jilles Tjoelker2010-09-083-0/+19
* If autoboot_delay is set to -1, boot immediately without checking forJohn Baldwin2010-09-081-1/+4
* pc-sysinstall(8) patch that allows images to be written to disksWarner Losh2010-09-0813-239/+523
* Add few more bintime math macros.Alexander Motin2010-09-081-0/+19
* Make sure to only pickup hid_input items when parsing input reports.Maksim Yevmenkin2010-09-081-1/+2
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossNathan Whitehorn2010-09-081-1/+1
* 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
* sh: Add simple tests for backslashes in the read builtin.Jilles Tjoelker2010-09-082-0/+20
* Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_selJohn Baldwin2010-09-081-7/+3
* - Add register definitions related to extended capability IDs inJohn Baldwin2010-09-082-0/+179
* subr_bus: use hexadecimal representation for bit flagsAndriy Gapon2010-09-081-8/+8
* nlge (alternate XLR GMAC driver) updates:Jayachandran C.2010-09-081-50/+45