summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*hrs2013-07-201-80/+48
* Show "default" for the zero-filled address consistently when nflag == 0.hrs2013-07-201-13/+10
* Add cast to (void *) to the following cases to suppress warnings byhrs2013-07-201-24/+23
* fuse: revert birthtime support.pfg2013-07-202-6/+3
* Use the right name for the vm_map_find(9) flag to specify sharedkib2013-07-201-1/+1
* Regeneratekib2013-07-205-17/+29
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-204-16/+41
* Allow the code to be compiled without warnings for any combinationtuexen2013-07-201-6/+3
* Start adding support to build bits of our code using the Thumb-2andrew2013-07-201-9/+26
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is ayongari2013-07-202-12/+49
* Recognize BCM5725C PHY.yongari2013-07-202-0/+5
* Setup the PCIE Fast Training Sequence (FTS) value to preventyongari2013-07-202-0/+19
* Adjust outsizes:pfg2013-07-201-2/+2
* Adjust outsizes:pfg2013-07-201-2/+2
* There's nothing to free if the unit wasn't allocated.np2013-07-191-1/+0
* Add message when nvd disks are attached and detached.jimharris2013-07-1910-19/+111
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-196-0/+14
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-193-5/+16
* Do not call disk_create() until we have completed all initialization of ourjimharris2013-07-191-2/+2
* Get the code compiling without INET and INET6 being defined.tuexen2013-07-191-4/+0
* Be more aggressive in using superpages in all mappings of objects:jhb2013-07-195-10/+22
* Since there's no defined schema for the XML that's generated by thescottl2013-07-192-0/+6
* Correct ELF note decoding for non-core filesemaste2013-07-191-3/+16
* Overhaul error, information, and debug logging.scottl2013-07-198-286/+356
* Use _PATH_DEV (from paths.h) for the "/dev/" string, rather thanjimharris2013-07-182-2/+4
* Simplify open_dev() by returning errno values rather than just 0 or 1.jimharris2013-07-182-15/+4
* Close uniq(1) in the capability mode sandbox and limit descriptors usingpjd2013-07-181-0/+43
* - Make localtime(3) to work in sandbox.pjd2013-07-181-5/+28
* Decode PCIe ASPM capability and status.jkim2013-07-181-20/+38
* Correct alignment in note outputemaste2013-07-181-1/+1
* Remove accidentally cut-and-pasted colonsemaste2013-07-181-7/+7
* Sanity-check the vm exitcode, and exit the process if it's out-of-boundsgrehan2013-07-181-2/+11
* Handle FreeBSD-specific ELF notesemaste2013-07-182-3/+50
* Properly handle I/O windows in bridges with the ISA enable bit set. Thesejhb2013-07-184-91/+449
* Rework the previous fix for the IB vs Ethernet sysctl handler to be morejhb2013-07-182-20/+18
* Include stdint.h when use intmax_t.kevlo2013-07-181-1/+1
* Minor mdoc fixes.joel2013-07-181-10/+10
* - Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefixhrs2013-07-181-16/+4
* Fix a gcc warning.hrs2013-07-181-1/+4
* Replace PRId64 with "jd" in a printf call. Cast the corresponding value tokevlo2013-07-181-1/+1
* Manually merge part of vendor import r238583 from Illumos.delphij2013-07-182-6/+10
* Major rework of the virtio code. Split out common parts, and modifygrehan2013-07-175-961/+1408
* Reload font when syscons(4) is resuming without switching mode.jkim2013-07-171-27/+34
* Use pause() instead of DELAY() when polling for completion of adminjimharris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-174-9/+20
* Always initialize fd to 0 in open_dev().jimharris2013-07-171-0/+2
* Add bus_dmamap_load_bio and bus_dmamap_load_ccb to bus_dma(9).jimharris2013-07-171-3/+63
* In this GRN, Marcel Moolenaar overhauled the logic for mountingrodrigc2013-07-172-1/+253
* Use NET_RT_DUMP.0.FIB leaf node instead of setting td_proc->p_fibnum.hrs2013-07-171-12/+2
* - Add support of MK_INET_SUPPORT=no.hrs2013-07-172-268/+278
OpenPOWER on IntegriCloud