aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Do no spam the ifconfig output for the aggregated interface with 'laggdev lag...Andrew Thompson2009-04-301-2/+1
* Slightly improve gjournal documentation.Edward Tomasz Napierala2009-04-293-2/+8
* Let pflogd's Makefile just use WARNS instead of changing CFLAGS.Ed Schouten2009-04-231-1/+2
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,Robert Watson2009-04-181-1/+1
* The structs ifaliasreq and in_aliasreq have exactly the same layout andBrooks Davis2009-04-151-2/+2
* Extend route command:Kip Macy2009-04-142-11/+24
* Style fixes to the newfs_msdos manpage.Ed Schouten2009-04-111-8/+9
* Update documentation (forgotten in r190929).Ed Schouten2009-04-111-4/+5
* Do not prepend /dev/ when -C is used.Ed Schouten2009-04-112-5/+7
* When using -C, do not warn when the file is not a character device, but warn ...Ed Schouten2009-04-111-2/+7
* Fix a bug in r185587.Ed Schouten2009-04-111-2/+3
* Use ftruncate() instead of lseek()+write()+lseek() to set the createdEd Schouten2009-04-111-5/+1
* De-static local variables in main() (which is not recursive) and const-ifyEd Schouten2009-04-111-10/+10
* Show -@ and -C in usage, which were added in r185587.Ed Schouten2009-04-111-0/+2
* Clean up the usage() function to use a single fprintf().Ed Schouten2009-04-111-26/+25
* Fix broken case where caused by last patch whereRandall Stewart2009-04-111-1/+2
* Kill hard sentence break added in the previous revision.Tom Rhodes2009-04-111-1/+4
* Bump doc date for previous changes.Tom Rhodes2009-04-111-1/+1
* - Better wording in comment.Ulf Lilleengen2009-04-101-1/+1
* - Implement the grow command to make it easier for users to extend plexesUlf Lilleengen2009-04-102-7/+95
* - Move logic for finding a unique drive name into its own routine for futureUlf Lilleengen2009-04-101-5/+12
* - Move out allocation part of different gvinum objects into its own routine andUlf Lilleengen2009-04-101-2/+1
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-093-2/+403
* o Grammar.Maxim Konovalov2009-04-081-3/+3
* Various cleanup of text, moving a couple of paragraphsLuigi Rizzo2009-04-081-88/+99
* Remove contractions, reword a sentence to avoid a double negative,Tom Rhodes2009-04-071-3/+4
* Ok, looking at the solution a bit closer, the levelRandall Stewart2009-04-061-4/+4
* Class based addressing went out in the early 90's. BasicallyRandall Stewart2009-04-061-16/+17
* Only raise WARNS to 6 on i386 and amd64, strict alignment platforms stillPoul-Henning Kamp2009-04-061-0/+4
* Remove if_ppp(4) and if_sl(4).Ed Schouten2009-04-057-1705/+0
* Silence a printf warningPoul-Henning Kamp2009-04-051-1/+1
* Add some consts, remove some unused stuff and other attempts to calmPoul-Henning Kamp2009-04-059-31/+15
* Fix casts which are not by definition safe, but which malloc(3)Poul-Henning Kamp2009-04-051-6/+6
* Some constificationsPoul-Henning Kamp2009-04-053-5/+7
* Modernize prototypes (ie: no extern)Poul-Henning Kamp2009-04-0510-175/+157
* Improve a bit reass documentation:Paolo Pisati2009-04-051-0/+25
* Convert list of remote interfaces to LIST_* macrosPoul-Henning Kamp2009-04-053-16/+8
* Kick WARNS level up to 6 by fixing various trivial warnings.Poul-Henning Kamp2009-04-056-9/+10
* Use <sys/queue.h> to manage the interface list.Poul-Henning Kamp2009-04-058-41/+35
* Remove newlines from string argument of __COPYRIGHT(), it results inPoul-Henning Kamp2009-04-051-2/+2
* Send multicast on p2p interfaces if they can and are not prohibitedPoul-Henning Kamp2009-04-051-2/+9
* Implement an ipfw action to reassemble ip packets: reass.Paolo Pisati2009-04-014-1/+18
* Import the gvinum work that have been done during and after Summer of Code 2007.Ulf Lilleengen2009-03-282-99/+605
* add superg+tdma include files for protocol defs needed to do ie parsingSam Leffler2009-03-261-7/+3
* Man page accompanying r190423 - introduce UFS ID labels.Ivan Voras2009-03-251-2/+8
* Save (empty) worklist at successful completionPoul-Henning Kamp2009-03-231-0/+1
* Use the common PC98_SID_ACTIVE define instead of a local define.Yoshihiro Takahashi2009-03-191-4/+2
* Mdoc style, spelling, grammar and wording fixes. This manpage needs more work.Christian Brueffer2009-03-191-62/+68
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-153-14/+16