summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysconf(3): Correct the description of _SC_OPEN_MAX.jilles2013-04-261-2/+2
* Properly sanitize --menu results (guards against Gtk library warnings fromdteske2013-04-262-1/+8
* Comments.dteske2013-04-262-1/+3
* Fix examples for overriding INSTALL to not suggest hardcodingbdrewery2013-04-262-3/+3
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* Add two more 'static' qualifierseadler2013-04-261-2/+2
* Take some improvements from DragonFlyBSD:eadler2013-04-261-17/+17
* Add -x option to avoid crossing mount points when removing a hierarchy.eadler2013-04-262-6/+13
* Adjust the min comparison to look at the adjust value after subtraction, don'tsbruno2013-04-261-1/+1
* Move pinmux configuration to board-specific config. It will varygonzo2013-04-262-79/+82
* Bump FreeBSD_version after glebius' changes.adrian2013-04-261-1/+1
* Added automatic detection of non-rotating media which disables thesmh2013-04-263-8/+111
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-264-9/+93
* Added available delete methods discovery during device probe, including thesmh2013-04-261-76/+566
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-263-21/+36
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-262-0/+118
* Added Dataset Management defines to be used by TRIM in cam ata and scsi tosmh2013-04-261-0/+6
* Added a sysctl (kern.geom.dev.delete_max_sectors) to control the maximumsmh2013-04-261-5/+22
* Removed unneeded tests in dadeletemethodset changing it to return voidsmh2013-04-261-7/+4
* Document constantness of dst argument to if_output.glebius2013-04-261-2/+2
* Add usie to LINT.glebius2013-04-261-0/+3
* On those machines that use critical(9) for counter(9) we need toglebius2013-04-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-2654-225/+202
* Don't appease clang static analyzer after all and roll backuqs2013-04-261-1/+0
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledsmh2013-04-265-15/+21
* Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for itsimp2013-04-261-1/+1
* Remove a comment that shouldn't have gone in.jhibbits2013-04-261-3/+0
* Use a thread for the processing of virtio tx descriptors rathergrehan2013-04-261-21/+111
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-263-20/+47
* In the case where the controller supports an sg_list LESS than our predefinedsbruno2013-04-251-1/+1
* Use the system MAKEOBJDIRPREFIX when running make targets inbrooks2013-04-252-5/+14
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-252-26/+0
* mdoc: remove superfluous paragraph macro.joel2013-04-251-2/+0
* Fix couple of mbuf leaks in incoming ARP processing.glebius2013-04-251-2/+2
* Minor whitespace nitimp2013-04-251-1/+1
* Use the offsets from pcb.h rather than regnum.h to store the registersimp2013-04-253-84/+68
* Don't free memory that is going to be used as error string.glebius2013-04-251-3/+1
* Restore the ipNetToMedia MIB, that was broken with new ARP commitglebius2013-04-251-0/+45
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-253-2/+802
* Introduce a pointer to const variable gw, which points either at theglebius2013-04-251-13/+6
* Fix installworld with DB_FROM_SRC after r249807bdrewery2013-04-251-0/+1
* revert r248644 because of the regression for usdt probesavg2013-04-251-1/+1
* Respect the enoent_ok flag if reporting error for holding an non-existingmm2013-04-251-4/+7
* Make it possible to include this file in assembler .S sources.imp2013-04-251-13/+14
* Use the defines from pcb.h over the ones from regnum.h for this 'C'imp2013-04-251-3/+3
* Remove the Fortran directories.rpaulo2013-04-253-70/+0
* Add RIP-relative addressing to the instruction decoder.grehan2013-04-256-79/+72
* Fix mips64 and mipsn32 bilds by using proper register names.imp2013-04-251-0/+11
* Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code.jhibbits2013-04-251-0/+111
OpenPOWER on IntegriCloud