summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Handle (ignore) when a process disappears before it can be tracked.jamie2013-02-141-6/+9
* Add option "--unassign-pptdev=<bus/slot/func>" to allow 'bhyvectl' to detachneel2013-02-141-0/+12
* remove old-style function definitioncharnier2013-02-141-35/+27
* In case of failure of the pkg boostrap advice the user to either change thebapt2013-02-141-0/+2
* Add USB API to read power draw on USB devices.hselasky2013-02-141-2/+6
* Simplify r243637 and make sure that nfsdargs.{min,max}threads are always setdelphij2013-02-141-20/+7
* Abstract out setting of nfsdcnt and consistently use MAXNFSDCNT when thedelphij2013-02-141-21/+21
* Use static for all functions that do not need to be exported.delphij2013-02-141-27/+27
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-112-24/+5
* Use the entire 64 bits of 'bar.pbi_length' when printing the bar size.neel2013-02-101-1/+1
* Don't try to suppress the inclusion of the build date in named's versioncperciva2013-02-101-1/+1
* Remove NO_OBJ from Makefiles that generate manuals because this causes thedteske2013-02-082-4/+0
* Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headersjhb2013-02-052-4/+0
* crunchgen: Permit use of alternative linkers.pfg2013-02-051-1/+2
* crunchide(1): Put e_shnum into a local variable.pfg2013-02-031-10/+13
* crunchide(1): support non-custom elf object layoutpfg2013-02-031-60/+157
* crunch: Sync some NetBSD changespfg2013-02-031-0/+2
* crunch: Sync some NetBSD changespfg2013-02-021-2/+3
* crunch: Sync some NetBSD changes.pfg2013-02-023-26/+26
* Display MSI-X table and PBA offsets when displaying information about MSI-Xneel2013-02-011-11/+15
* Add support for MSI-X interrupts in the virtio block device and make thatneel2013-02-011-8/+98
* Change old-style function definitioncharnier2013-02-0113-143/+75
* Prevent a null pointer dereference in pw userdel when deletingdeischen2013-02-011-1/+1
* Fix a broken assumption in the passthru implementation that the MSI-X tableneel2013-02-011-23/+37
* Fix a bug in the passthru implementation where it would assume that allneel2013-02-014-8/+34
* Retire struct sockaddr_inarp.glebius2013-01-315-70/+43
* Allow the address and ports to be separated by a colon or period ratherjhb2013-01-302-4/+39
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-304-30/+348
* If no resolv.conf has been made for the new system already and the installnwhitehorn2013-01-271-0/+5
* Properly quote argument.nwhitehorn2013-01-271-1/+1
* Rename the run_cmd field to sw_runcmd to make it consistent with themarkj2013-01-271-7/+7
* Ensure that newsyslog -n prints the correct message for a rotation rulemarkj2013-01-271-4/+9
* When the 'R' flag is used with a newsyslog.conf entry, some fields ofmarkj2013-01-271-1/+3
* Clean some 'svn:executable' properties in the tree.pfg2013-01-264-0/+0
* Revert accidental regression to previous misspelling.ian2013-01-261-1/+1
* Reduce watchdogd's memory footprint when running daemonized.ian2013-01-261-1/+9
* Improve correctness of rtc register implementation.grehan2013-01-251-5/+15
* Use the correct type (uint64_t) to retrieve sysctl machdep.tsc_freq.neel2013-01-251-5/+2
* manctl is conditionally added to SUBDIRS later on. Don't unconditionallybrooks2013-01-231-1/+0
* Fix compilation errors.jasone2013-01-231-2/+2
* Use snprintf instead of strc* functions and add bounds checking when creatingbapt2013-01-222-4/+9
* Improve error handling and remove an unnecessary check on geom providernwhitehorn2013-01-223-17/+17
* Improve documentation of BSDINSTALL_DISTSITE and mdoc.nwhitehorn2013-01-221-5/+24
* Clarify that the setup script is optional.nwhitehorn2013-01-221-2/+4
* Update change date.nwhitehorn2013-01-221-2/+2
* Document bsdinstall scripting as it currently operates. It may change innwhitehorn2013-01-221-4/+118
* Allocate the memory for the MSI-X table dynamically instead of allocating 32KBneel2013-01-212-15/+32
* Get rid of redundant 'table_size' field in struct pi_msix. If needed it canneel2013-01-212-3/+1
* Remove some debugging code that snuck in.nwhitehorn2013-01-211-3/+1
* Add a scripting frontend. Documentation and release(7) support coming later.nwhitehorn2013-01-212-1/+88
OpenPOWER on IntegriCloud