summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Alter comment to reflect change in code.jpaetzel2011-02-231-3/+8
* Add a catch-all for miscellaneous RAID volumes while seeking a betternwhitehorn2011-02-231-1/+2
* Added patch-functions-upgrade which should fix some kernel panicsjpaetzel2011-02-221-2/+2
* Better method for grabbing disk name, dmesg may produce mangled output.jpaetzel2011-02-221-1/+1
* Add support for optional distributions, installation of the ports tree andnwhitehorn2011-02-223-2/+23
* Make code more friendly to the non-C99 compilers - don't allocatesobomax2011-02-221-4/+8
* Add some error checking on the return values of chdir() and calloc(). Thenwhitehorn2011-02-212-17/+49
* The FD_FORM ioctl used to ignore errors from the floppy controller; now whenbrucec2011-02-211-2/+1
* Fix typos - remove duplicate "the".brucec2011-02-213-3/+3
* Add notes about ASCII/Hex WEP keysimp2011-02-201-0/+13
* Don't present the user with spurious errors when overwriting a disk withnwhitehorn2011-02-191-2/+7
* The PC98 gpart module supports labels now.nwhitehorn2011-02-191-10/+15
* Add a utility, utxrm(8).ed2011-02-194-0/+163
* Allow users to create ufs1 filesystems via the noninteractive install.cfgbrucec2011-02-191-0/+2
* Remove the quotas option from the Startup Services menu.brucec2011-02-191-2/+0
* In the distribution list, 'A' is listed as the key to press to select bothbrucec2011-02-191-2/+2
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-181-2/+2
|\
| * Sync: merge r216133 through r216338 from ^/head.dim2010-12-0969-5264/+7794
| |\
| | \
| | \
| *-. \ Sync: merge r215944 through r216132 from ^/head.dim2010-12-027-24/+31
| |\ \ \
| * \ \ \ Sync: merge r215709 through r215824 from ^/head.dim2010-11-255-278/+55
| |\ \ \ \
| * \ \ \ \ Sync: merge r215464 through r215708 from ^/head.dim2010-11-2214-14/+692
| |\ \ \ \ \
| * | | | | | Sync: merge r215396 through r215463 from ^/head.dim2010-11-182-3/+3
| * | | | | | Sync: merge r215319 through r215395 from ^/head, so ports can actuallydim2010-11-162-9/+2
| * | | | | | Sync: merge r215273 through r215318 from ^/head.dim2010-11-148-170/+165
| * | | | | | Sync: merge r215189 through r215272 from ^/head.dim2010-11-146-2/+379
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Sync: merge r214895 through r215140 from ^/head.dim2010-11-1137-572/+6775
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Sync: merge r214649 through r214894 from ^/head.dim2010-11-068-396/+310
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync: merge r214353 through r214648 from ^/head.dim2010-11-0114-420/+2122
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-011-2/+2
* | | | | | | | | | | Remove US as the default layout in backend, let front-ends decide thatjpaetzel2011-02-181-2/+0
* | | | | | | | | | | Sort available keyboard layouts to a more sane default.jpaetzel2011-02-181-3/+16
* | | | | | | | | | | Improve pc-sysinstall's localization options to include support for GDM & KDMjpaetzel2011-02-181-16/+45
* | | | | | | | | | | Add support to pc-sysinstall's create-part feature, to create non MBR type pa...jpaetzel2011-02-182-26/+32
* | | | | | | | | | | Import bsdinstall. This is meant to be (eventually in conjunction withnwhitehorn2011-02-1833-0/+3972
* | | | | | | | | | | cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-0/+1
* | | | | | | | | | | Save a copy of errno before invoking syslog() if accept() or select() fail.jhb2011-02-171-6/+9
* | | | | | | | | | | Add "Extract Only" functionality to pc-sysinstall. This allows disk setup tojpaetzel2011-02-174-10/+66
* | | | | | | | | | | Only use -z noexecstack for these explicit arches: i386, amd64, powerpcdim2011-02-161-1/+1
* | | | | | | | | | | Fix the last binary in the base system that still has an executabledim2011-02-161-0/+4
* | | | | | | | | | | Merge ACPICA 20110211.jkim2011-02-122-24/+27
* | | | | | | | | | | Generate MACHINE= and MACHINE_ARCH= lines based on the machineimp2011-02-112-1/+3
* | | | | | | | | | | Don't consider ioctl returning error as a fatal error and move on to nextdelphij2011-02-081-8/+18
* | | | | | | | | | | Add "iface name" and "iface description" commands.brian2011-02-078-24/+177
* | | | | | | | | | | Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.jkim2011-02-041-5/+5
* | | | | | | | | | | Use correct alphabetical order for xz(1) in SEE ALSO sectionmm2011-01-312-2/+2
* | | | | | | | | | | Add xz(1) support to newsyslog.mm2011-01-314-99/+136
* | | | | | | | | | | - Remove double semicolon.hselasky2011-01-281-6/+5
* | | | | | | | | | | Fix n32 compile.jchandra2011-01-271-1/+2
* | | | | | | | | | | The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilitiesmckusick2011-01-243-1/+3
* | | | | | | | | | | Honor $PAGER instead of always calling more.gordon2011-01-241-4/+9
OpenPOWER on IntegriCloud