summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No need to check if devd is running before posting an event.jhibbits2014-06-212-14/+9
* Fix a bug in bsdgrep(1) where patterns are not correctlygjb2014-06-201-1/+1
* Add -u (unbuffered output) after GNU sed.pfg2014-06-202-6/+19
* Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.hiren2014-06-201-2/+5
* Consider the total number of descriptors available (and not just thosenp2014-06-201-3/+4
* Fix a bug which incorrectly allowed two listening SCTP sockets ontuexen2014-06-201-21/+20
* Cap the percent CPU of individual threads at 100% to fix some of thejhb2014-06-201-0/+2
* Fix a bug in the setsockopt()-handling of the SCTPtuexen2014-06-201-3/+3
* Fix a code typo that prevented mkdir from firing (unnoticeddteske2014-06-201-1/+1
* Test RTLD's new LD_LIBRARY_PATH_FDS variable.jonathan2014-06-209-0/+374
* Add the LD_LIBRARY_PATH_FDS environmental variable.jonathan2014-06-204-16/+148
* regex: Make use of reallocf().pfg2014-06-201-6/+6
* Honor jails for unbound SCTP sockets when selecting source addresses,tuexen2014-06-206-20/+336
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, usekib2014-06-204-21/+63
* Remove /etc/gnats from here, too.gavin2014-06-201-2/+0
* Stop creating /etc/gnatsgavin2014-06-201-2/+0
* Fix changing the usernamebapt2014-06-201-1/+1
* Removed compatibility with pre FreeBSD 2.2 pw_mkdb commandbapt2014-06-201-13/+2
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-20133-224/+212
* use .Mt to mark up email addresses consistently (part1)bapt2014-06-2074-123/+120
* Assert that the new entry is inserted into the right location in thekib2014-06-201-0/+9
* Increment the pending packets more aggressively for TSObryanv2014-06-201-3/+3
* Handle multiple calls to rxq_eof for single packet completionbryanv2014-06-202-2/+18
* Remove an unnecessary kick of the host at the end of transmittingbryanv2014-06-201-21/+2
* Set target->sbp field to valid value when sbp device is created.kan2014-06-201-1/+1
* Following comments in r242565 add the possibility to specify ecx whenattilio2014-06-195-9/+98
* Eliminate a pointless call to vm_map_clip_start() from vm_map_growstack().alc2014-06-191-3/+0
* Don't dump core when the ELF file has no section headers. The ELFmarcel2014-06-191-9/+24
* serial_num and device_id fields are not necessarily null-terminated.mav2014-06-191-2/+2
* Trust the state of a power resource that get from a working _STA methodjhb2014-06-191-13/+4
* When MAP_STACK_GROWS_{DOWN,UP} are passed to vm_map_insert() set thealc2014-06-191-10/+14
* Execute task management request directly in ctl_queue() context.mav2014-06-192-234/+110
* Use Mt macro to properly format mailto linksskreuzer2014-06-192-2/+2
* Add some more CTL_FLAG_ABORT check points.mav2014-06-192-7/+10
* Use SOCK_CLOEXEC.ume2014-06-191-1/+1
* Increase CTL_DEVID_LEN from 16 to 64 bytes.mav2014-06-193-56/+38
* Don't denounce peripherals on system shutdown. Together with r267321,marius2014-06-191-3/+3
* Add iSCSI Target Name ID descriptor to VPD 83h.mav2014-06-191-15/+33
* Fix address matching rule.hrs2014-06-191-1/+1
* Add Bartek Rutkowski (myself) to committers-ports.dot file with swills and ma...robak2014-06-191-0/+4
* Fix case where fastroute or "to interface" is used with incorrect FIB.cy2014-06-191-1/+1
* Initialize sysctl OID structure by record.hselasky2014-06-191-13/+10
* Fix GCC compile warning: Variable(s) can be used uninitialized.hselasky2014-06-191-2/+4
* Fix compile warning: Remove duplicate external declaration.hselasky2014-06-191-2/+0
* Add MAP_EXCL flag for mmap(2). It should be combined with MAP_FIXED,kib2014-06-195-7/+35
* The time come to remove the wrapper, most likely, but tidy up it codekib2014-06-191-11/+6
* strptime: add support for %t and %npfg2014-06-181-38/+20
* Suspend vt(4) initialization if "kern.vt.disable" kenv is set.ray2014-06-183-0/+15
* Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.ray2014-06-182-0/+7
* syscons(4) and vt(4) can be built together now.ray2014-06-181-5/+0
OpenPOWER on IntegriCloud