aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* During SMP startup there is time window, when SMP started, but interruptsAlexander Motin2010-09-081-1/+26
* Fix a typo in the original import of this code from NetBSD that caused theNathan Whitehorn2010-09-082-2/+4
* Clean up fast message ring code for XLR.Jayachandran C.2010-09-083-227/+116
* Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices.MIHIRA Sanpei Yoshiro2010-09-081-0/+2
* For total interrupt count on -vm screen count all interrupts, but not onlyAlexander Motin2010-09-081-3/+3
* To avoid possible race condition, SIGCANCEL is always sent except theDavid Xu2010-09-081-1/+1
* Fix an error made in r209975 related to context ID allocation for 64-bitNathan Whitehorn2010-09-071-4/+7
* Consistently use tab characters instead of tab + space characters.Pyun YongHyeon2010-09-072-130/+131
* Remove trailing CR at EOL.Pyun YongHyeon2010-09-071-83/+83
* Avoid "Entry can disappear before we lock fdvp" panic.Ivan Voras2010-09-071-3/+7
* Code correction in refresh_mbufs, just continuingJack F Vogel2010-09-071-2/+2
* Tighten up the rx mbuf refresh code, there were someJack F Vogel2010-09-072-51/+65
* Make sure to create DMA'able memory for statistics block. This wasPyun YongHyeon2010-09-071-0/+9
* Do not request SDP attributes using ranges.Maksim Yevmenkin2010-09-071-2/+4
* Store the full timestamp when caching timestamps of files andJohn Baldwin2010-09-075-26/+26
* Each processor socket in a QPI system has a special PCI bus for theJohn Baldwin2010-09-071-13/+45
* GCC defines built-ins for atomic instructions found on i486 and higher.Tijl Coosemans2010-09-072-2/+2
* PCIe updates for XLS.Jayachandran C.2010-09-071-47/+82
* Whitespace fixes - indent with tabs instead of spaces.Jayachandran C.2010-09-071-64/+64
* On boards with >512MB memory, the result of vtophys cannot be convertedJayachandran C.2010-09-071-17/+5