summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename 'status' command to 'list' and introduce new 'status' which producesmarck2013-03-142-5/+71
* FDT_DTS_FILE is expanded in a Makefile so use :R to remove the suffixbrooks2013-03-141-2/+2
* Removed redundant includes.pjd2013-03-141-10/+0
* Add FreeBSD 9.1.joel2013-03-141-6/+9
* Some style fixes.kib2013-03-144-13/+11
* Add currently unused flag argument to the cluster_read(),kib2013-03-1410-35/+32
* When pidptr was passed as NULL to pidfile_open(3), we were returningpjd2013-03-141-13/+18
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-1415-1/+466
* Correct type for DIOCGSTRIPESIZE. Without this theredelphij2013-03-141-1/+1
* Sort sections.joel2013-03-141-23/+23
* Remove excessive and inconsistent initializers for the various kernelkib2013-03-141-4/+4
* Rewrite the vfs_bio_clrbuf(9) to not access the b_data for B_VMIOkib2013-03-141-13/+15
* Fix minor spelling error in a comment.joel2013-03-141-1/+1
* Minor mdoc fixes.joel2013-03-141-1/+4
* Add GEOM_* kernel options to the SYNOPSIS.joel2013-03-141-1/+36
* MFV r248266:mm2013-03-143-4/+9
* Update zfs.8 manpage date (missing in r247585)mm2013-03-141-1/+1
* Implement "holding buffers" per TX queue rather than globally.adrian2013-03-143-49/+66
* Disable warning/errors for two files for now - they don't compile cleanadrian2013-03-141-0/+4
* No need to call an external program.obrien2013-03-131-2/+1
* vinum isn't a new product.joel2013-03-131-6/+1
* - Fix two possible overflows when testing if ELF program headers are ontijl2013-03-131-8/+6
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-138-28/+17
* Add quirk for Lenovo T530 headphone redirection.delphij2013-03-132-1/+3
* Add missed `_load' to the `if_foo_load="YES"' line.pluknet2013-03-132-2/+2
* libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.jilles2013-03-131-4/+5
* Link getcontextx(3) to getcontext(3).pluknet2013-03-131-0/+1
* Add the getcontextx prototype to SYNOPSIS.pluknet2013-03-131-1/+3
* Fix typo.hselasky2013-03-131-2/+2
* - Make quirk for reading device descriptor from broken USB devices.hselasky2013-03-132-22/+40
* - Make the FreeBSD's USB library compile under Linux.hselasky2013-03-1315-30/+152
* Unlike OpenBSD's, our setusercontext() will intentionally ignore the user'sdes2013-03-131-0/+6
* Fix incorrect assertion that caused panic when periodic-only timers used.mav2013-03-131-1/+1
* Disable TX IP header checksum offloading on RL_HWREV_8168CP. Theyongari2013-03-131-2/+4
* r241438 broke IPMI access on Sun Fire X2200 M2(BCM5715).yongari2013-03-131-3/+17
* Remove pav from portmgr whom had also stepped down a few months ago.eadler2013-03-121-1/+1
* Welcome Bryan to the team.eadler2013-03-121-1/+1
* Revert r246917, as it is causing incorrect behaviour as reported onmarkj2013-03-121-1/+1
* Bump __FreeBSD_version after r248084, breaking VM KPI to introduceattilio2013-03-121-1/+1
* Remove netncp cscope entry missed in r248097bryanv2013-03-121-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-129-43/+44
* Update Ruslan's last name per request.eadler2013-03-121-1/+1
* Remove fortunes-o from the base system. Debating what does or does notjhb2013-03-124-17160/+6
* - Use m_get2() instead of nfsm_reqhead().glebius2013-03-124-88/+45
* Simplify vm_page_is_valid().attilio2013-03-121-4/+1
* Use m_get2() to get mbuf of appropriate size.glebius2013-03-121-3/+1
* Use m_get(), m_gethdr() and m_getcl() instead of historic macros.glebius2013-03-127-15/+8
* In kern_sendfile() use m_extadd() instead of MEXTADD() macro, supplyingglebius2013-03-121-2/+8
* The m_extadd() can fail due to memory allocation failure, thus:glebius2013-03-122-17/+23
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
OpenPOWER on IntegriCloud