aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* - RIPEMD160 supportHajimu UMEMOTO2003-10-122-0/+3
* Describe '-M' in usage().Max Khon2003-10-111-5/+7
* correct unsafe use of realloc().Hajimu UMEMOTO2003-10-111-5/+5
* Add a full example of a file-backed disk creation, I used the Handbook'sMarc Fonvieille2003-10-111-0/+9
* s/disklabel/bsdlabel where needed.Marc Fonvieille2003-10-113-5/+5
* I think it is more correct to use modfind() than kldfind() here.Poul-Henning Kamp2003-10-101-2/+2
* Revision 1.61 changed the allocation of buffer 'buf' in DoFile() fromMarcel Moolenaar2003-10-081-6/+0
* Create a .snap directory mode 770 group operator in the root of eachKirk McKusick2003-10-081-1/+30
* Improve regression test with an image file which must work.Poul-Henning Kamp2003-10-072-2/+3316
* Autoload kernel module if necessary.Poul-Henning Kamp2003-10-071-0/+9
* Interior decoration changes.Poul-Henning Kamp2003-10-071-5/+5
* Remove the hardcoded default block/frag/cpg values from bsdlabelIan Dowse2003-10-051-44/+5
* remove include of route.h now that ip_dummynet.h no longer exposesSam Leffler2003-10-031-1/+0
* By popular demand, added the "static ARP" per-interface option.Ruslan Ermilov2003-10-012-1/+11
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-2613-439/+299
* Add the -xresolve flag to the route(8) man page.Bruce M Simpson2003-09-261-0/+9
* fix typo: s/Instaed/Instead/Ralf S. Engelschall2003-09-261-1/+1
* fix typo: s/sytem/system/Ralf S. Engelschall2003-09-261-1/+1
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-232-0/+33
* revert to version 1.25 and use va_copy to obtain another copy of thePaul Saab2003-09-211-2/+5
* Document the -x and -y options.Poul-Henning Kamp2003-09-211-0/+14
* Fix improper use of varargs.Paul Saab2003-09-201-2/+2
* o add support for setting 128-bit WEP keysSam Leffler2003-09-171-4/+7
* Remove an unneccessary comma.Ceri Davies2003-09-141-1/+1
* Get rid of duplicates.Ruslan Ermilov2003-09-142-2/+2
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-103-3/+3
* mdoc(7): There cannot be a subsection inside a list.Ruslan Ermilov2003-09-101-2/+4
* Document the alternate way of matching MAC addresses: by a bitmask.Peter Pentchev2003-09-101-2/+22
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-086-14/+14
* Replace a reference to non existant mount_ffs(8) by a reference to mount(8).Philippe Charnier2003-09-071-1/+1
* Apply a bandaid to get this working on sparc64 again; the introductionThomas Moestl2003-09-041-4/+4
* Add a flag that reports the existence of a dump, and does nothing else.Doug Barton2003-09-042-4/+32
* Check an arguments count before proceed in sysctl_handler().Maxim Konovalov2003-09-021-1/+1
* Backout Rev. 1.24Christian Brueffer2003-08-301-1/+1
* Grammar fixChristian Brueffer2003-08-291-1/+1
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-291-2/+5
* When we initialize a disk with a virgin label, create also an 'a'Poul-Henning Kamp2003-08-271-0/+4
* Make build of atm, ip6fw and ping6 depend on existing NOATM andPoul-Henning Kamp2003-08-271-3/+9
* Adjust to the new sys/ata.h layoutSøren Schmidt2003-08-241-29/+35
* use arc4random.Hajimu UMEMOTO2003-08-221-1/+1
* Fix alignment of the trailing \Warner Losh2003-08-221-1/+1
* Get rid of a __DECONST by strdup'ing the string in question. WhenHartmut Brandt2003-08-201-1/+2
* style.Makefile(5)David E. O'Brien2003-08-181-4/+3
* Restore vendor ID's.David E. O'Brien2003-08-185-9/+10
* At imp's request, force devd to be statically compiled. This avoids theGordon Tetlow2003-08-171-0/+2
* Stage 4 of dynamically linked root support. Add a big knob,Gordon Tetlow2003-08-171-1/+4
* Hook up ffsinfo(8).Robert Watson2003-08-141-0/+1
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-143-211/+226
* support poll(2).Hajimu UMEMOTO2003-08-141-1/+1
* Commit 1 of 2 to fix ffsinfo(8) for UFS2.Robert Watson2003-08-142-115/+292