summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.kib2012-01-221-1/+1
* - Replace "wtmp" with "utx.log" because last(1) no longer reads wtmp.hrs2012-01-222-5/+6
* Free memory that won't be used in child.pjd2012-01-221-3/+7
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-222-4/+4
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedpjd2012-01-222-2/+3
* Use provided name when allocating ksid domain. It isn't really used on FreeBSD,pjd2012-01-221-3/+3
* Fix several glitches in IPv6-related knobs:hrs2012-01-222-6/+28
* Make #error messages string-literals and remove punctuation.bz2012-01-223-3/+3
* Complete rewrite of the snd_hda(4) volume control.mav2012-01-222-181/+577
* General cleanup.brueffer2012-01-224-23/+25
* Merge illumos revisions 13540, 13562:mm2012-01-221-6/+6
* Mark the taskqueue as the _net80211_ taskqueue.adrian2012-01-221-1/+1
* Bring over the visibility control tool for Monthadar's wtap project.adrian2012-01-223-0/+131
* Fix ip_divert handling of inet and inet6 and module building some more.bz2012-01-223-9/+16
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-225-17/+16
* Remove the nc_time and nc_ticks elements from struct namecache, andkib2012-01-221-56/+131
* Dramatically optimize listing snapshots when user requests only snapshotpjd2012-01-2110-21/+90
* sh: Remove "kill" example function, which is superseded by the kill builtinjilles2012-01-211-49/+0
* Fix minor memory leak.pjd2012-01-211-0/+1
* Use getcontextx(3) internal API instead of getcontext(2) to providekib2012-01-211-4/+13
* Add API for obtaining extended machine context states that cannot bekib2012-01-2120-10/+699
* Adopt to new layout of struct pcb.kib2012-01-211-1/+1
* Add support for the extended FPU states on amd64, both for nativekib2012-01-2139-149/+913
* Add support for the DesignWare USB 2.0 OTG controller chipset.hselasky2012-01-213-0/+3248
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.trasz2012-01-211-8/+25
* Revert r230390.andreast2012-01-211-5/+2
* Fix the hwmp code to handle nodes in a "line" topology.adrian2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().adrian2012-01-211-35/+36
* Use separate buffer for global path to avoid overflow of path buffer.mm2012-01-211-3/+11
* We use port_index field of struct octusb_qh to reference USB stategonzo2012-01-202-16/+25
* Add one more copyright line accidentially removed in r228103mm2012-01-201-0/+1
* When creating the jails /dev/log symlink, do it by full path to avoidbrooks2012-01-201-4/+1
* Add accidentially removed copyright lines in r228103mm2012-01-202-0/+2
* Replace GPLd headers from the Maestro3 driver with BSD licensedpfg2012-01-206-385/+542
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-209-22/+44
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-202-3/+3
* By default turn off prefetch when listing snapshots.pjd2012-01-201-1/+7
* Remove another unused token.pjd2012-01-201-1/+1
* Remove unused token 'port'.pjd2012-01-202-2/+1
* Close a race in NFS lookup processing that could result in stale name cachejhb2012-01-209-139/+172
* Pull in r148240 from upstream llvm trunk:dim2012-01-201-1/+1
* Map foreign architecture names to FreeBSD naming convention.rmh2012-01-201-0/+17
* Add the .opd section, this is helps booting a profiled kernel.andreast2012-01-201-8/+8
* Disable GUPROF on archs other than i386/amd64 since the fine details are notandreast2012-01-201-2/+5
* /etc/netstart: remove invocation of dhclientrea2012-01-201-1/+0
* dhclient: don't use syslog for logging non-DHCP interface errorsrea2012-01-201-2/+2
* Remove a superfluous INET6 check (no opt_inet6.h included anyway).bz2012-01-201-1/+1
* Conditionalize the __floatunsisf and __floatunsidf functions, added indas2012-01-201-0/+4
* Fix a problem when using the CBAPI.tuexen2012-01-201-2/+1
* Don't print the nmount(2) provided error message if it is empty.jh2012-01-201-1/+4
OpenPOWER on IntegriCloud