aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Allow tmpfs be mounted inside jail.Xin LI2013-08-231-1/+9
* Set the back pointer from the prefix to the interface before addingDag-Erling Smørgrav2013-08-231-1/+1
* Update Bind to 9.9.3-P2Erwin Lansing2013-08-222-0/+26
* Add entry for packages-9.2-release directory.Glen Barber2013-08-191-0/+1
* Cast argument of is*() ctype functions to unsigned char.Pawel Jakub Dawidek2013-08-181-1/+4
* Use sysctl(ICMPV6CTL_ND6_DRLIST) instead of SIOCGDRLST_IN6 ioctl.Hiroki Sato2013-08-171-28/+39
* - Remove struct ifinfo *iflist. It is no longer used.Hiroki Sato2013-08-177-17/+14
* Unbreak rwhod(8):Hiroki Sato2013-08-171-1/+10
* Mark the makefs(8) '-p' flag as deprecated in preference forGlen Barber2013-08-162-5/+16
* Fix ordering of legacy IRQ reservations.Peter Grehan2013-08-161-10/+10
* Make sure bootonly.iso for -BETAs and -RCs use the releases/Glen Barber2013-08-131-1/+1
* Fix bug in r253719: fix command line watchdog disable.Alfred Perlstein2013-08-101-7/+9
* Change <sys/diskpc98.h> to not redefine the same symbols that areMarcel Moolenaar2013-08-071-1/+1
* Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,Hiroki Sato2013-08-061-36/+21
* Fix build on arm and mips.Hiroki Sato2013-08-062-9/+4
* Update Bind to 9.8.5-P2Erwin Lansing2013-08-061-1/+4
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-0514-210/+244
* Apply a casting sledgehammer.John Baldwin2013-07-301-1/+1
* Fix detection of arm ABIsBaptiste Daroussin2013-07-281-5/+17
* Fix printf of seconds for systems where time_t is 64 bits.Ian Lepore2013-07-281-2/+3
* mdoc and language improvements.Joel Dahl2013-07-281-14/+29
* Provide some examples for watchdogd usage.Alfred Perlstein2013-07-271-1/+76
* Fix watchdog pretimeout.Alfred Perlstein2013-07-271-17/+179
* - Set the System Identifier in the Primary Volume Descriptor to FreeBSDMarius Strobl2013-07-272-6/+7
* Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macroMarius Strobl2013-07-261-0/+2
* Remove ftp2.tr.freebsd.org, it is out of date.Gavin Atkinson2013-07-233-3/+0
* Sync-up with bsdinstall(8) FTP mirrorselect changes.Devin Teske2013-07-222-53/+18
* Update mirror list to more closely matchGavin Atkinson2013-07-221-38/+7
* Decode PCIe ASPM capability and status.Jung-uk Kim2013-07-181-20/+38
* Sanity-check the vm exitcode, and exit the process if it's out-of-boundsPeter Grehan2013-07-181-2/+11
* Major rework of the virtio code. Split out common parts, and modifyPeter Grehan2013-07-175-961/+1408
* Silent warnings.Kevin Lo2013-07-161-1/+1
* Fix compiler warnings.Hiroki Sato2013-07-152-2/+6
* Re-implement $probe_only aspect of f_media_get_TYPE() (where TYPE is cdrom,Devin Teske2013-07-1412-81/+159
* Fix a wrong memcpy of struct sockaddr.Hiroki Sato2013-07-121-3/+2
* Fix bug in deleting files: If two ports had the same tarball and one ofColin Percival2013-07-111-2/+2
* Implement RTC CMOS nvram. Init some fields that are usedPeter Grehan2013-07-113-22/+105
* Introduce a new [yet unused] function for [efficiently] getting the path toDevin Teske2013-07-101-0/+29
* Fix -Wmissing-variable-declarations compiler warning.Roman Divacky2013-07-101-1/+1
* Install authpf-noip.Dag-Erling Smørgrav2013-07-101-0/+3
* Adjust comments to fit within 80-columns.Devin Teske2013-07-091-4/+4
* Fix conditional (der should match the comment above it).Devin Teske2013-07-091-1/+1
* Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrcDevin Teske2013-07-091-1/+47
* - Add missing "static" keywords.Hiroki Sato2013-07-091-2/+7
* Add a missing white space.Hiroki Sato2013-07-091-1/+1
* Fix some Kerberos related terminology.Rick Macklem2013-07-081-2/+2
* Oops, initialize the krb5 ret values correctly (to anything non-zero).Rick Macklem2013-07-081-1/+1
* Make sure the krb5 status variables are correctly initialized.Rick Macklem2013-07-081-0/+1
* Document the new "-h" option for the gssd daemon.Rick Macklem2013-07-081-1/+12
* Add a new "-h" option to the gssd daemon that enables support forRick Macklem2013-07-081-13/+140