summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use canonical spelling of FreeBSD.orgemaste2010-07-061-1/+1
* ATA device reset starts probe sequence from the beginning. If reset causedmav2010-07-061-4/+19
* Calculate nshift only once.kib2010-07-061-4/+6
* In revoke(), verify that VCHR vnode indeed belongs to devfs.kib2010-07-061-1/+1
* Zero entire status block and add missing bus_dmamap_sync(9).yongari2010-07-061-4/+8
* Plug a possible memory leak.jkim2010-07-061-1/+1
* Also install the new bsd.arch.inc.mk filed. Missed in r204020.bz2010-07-061-0/+1
* Mention the radiolist option in the man page. It is being listed whenbcr2010-07-061-0/+10
* Fix a possible null pointer dereference. A patch for -STABLE wasjkim2010-07-061-0/+2
* Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and grouptrasz2010-07-063-40/+10
* Switch to my @freebsd.org email address.emaste2010-07-061-1/+1
* Introduce USD_{SET,GET}{BASE,LIMIT}. These help setting up the userrpaulo2010-07-061-0/+7
* Remove defunct email address from header as well.emaste2010-07-061-1/+1
* Remove email address that no longer exists.emaste2010-07-061-1/+1
* It does not actually make sense to provide an IPI facility on non-rootnwhitehorn2010-07-061-4/+3
* Fix interrupt distribution to multiple CPUs on systems with cascaded PICs.nwhitehorn2010-07-061-7/+14
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-064-18/+25
* Fix a double-free bug which can occur if both bit error rate and packetzec2010-07-061-2/+3
* Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don'tglebius2010-07-061-4/+1
* Merge from vendor-sys/opensolaris:rpaulo2010-07-063-0/+3534
|\
| * Import fasttrap_isa.c from OpenSolaris.rpaulo2010-07-062-0/+3342
| * Import fasttrap_impl.h header from OpenSolaris.gnn2009-06-181-0/+192
| * Import newer versions of these files from a 20080410 checkout ofjhb2009-06-181-48/+19
| * Import newer versions of these files from a 20080410 checkout ofjhb2009-06-182-3/+40
| * Remove svn:keywords property from OpenSolaris vendor sources.jhb2009-06-180-0/+0
| * Move the OpenSolaris vendor sources from vendor-cddl into vendor/opensolarisjhb2009-06-1818-0/+25785
* Fix a race condition, where a TTY could be destroyed twice.ed2010-07-061-1/+2
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-069-128/+34
* - Permit zero length directories as a handled inconsistency. This allowsjeff2010-07-061-46/+115
* o addr2ascii(3) was removed ages ago. Fix the comment.maxim2010-07-061-1/+1
* It seems read DMA mode register requires both IPv4 TSO and IPv6 TSOyongari2010-07-061-1/+5
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-053-52/+24
* Remove comment which didn't match reality for a long time.trasz2010-07-051-3/+0
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-054-14/+181
* Increment 'sa' at the end of the loop; otherwise, only the firstbrucec2010-07-051-1/+1
* Fix the clear function which has been broken for a bit.mjacob2010-07-041-6/+17
* Let boot(8) refer to the uart(4) serial driver, which is the replacementbcr2010-07-041-3/+3
* Several cleanups for the r209686:kib2010-07-041-13/+6
* Obey sv_syscallnames bounds in syscallname().kib2010-07-041-2/+4
* - Pin the IPI cache and TLB demap functions in order to prevent migrationmarius2010-07-041-8/+24
* For "thread signal" command, print some information from siginfo whenkib2010-07-041-0/+37
* Extend the td_thrinfo_t to include siginfo for the signal that stoppedkib2010-07-046-3/+71
* Extend ptrace(PT_LWPINFO) to report siginfo for the signal that causedkib2010-07-044-13/+74
* Constify source argument for siginfo_to_siginfo32().kib2010-07-042-2/+2
* Reimplement vm_object_page_clean(), using the fact that vm object memqkib2010-07-043-191/+73
* Introduce a helper function vm_page_find_least(). Use it in several places,kib2010-07-044-21/+29
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.brucec2010-07-043-29/+29
* Add a safety-belt. If the identified disk has 0 blocks, don't attachimp2010-07-041-3/+8
* Minor formatting nits.imp2010-07-041-2/+2
* sysctlbyname() returns -1 on error and sets errno. It doesmarcel2010-07-031-10/+8
OpenPOWER on IntegriCloud