aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Use strdup(3) instead of reimplementing it inline.Dima Dorfman2001-06-241-7/+1
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
* Use the new CLSET_CONNECT clnt_control() request on UDP clients toIan Dowse2001-06-231-1/+20
* Fixed DPADD.Ruslan Ermilov2001-06-231-2/+2
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* Make it much more obvious that the use of NQNFS is discouraged (theIan Dowse2001-06-221-9/+6
* Fix compilation error on alpha.Matt Jacob2001-06-211-1/+1
* Revert the previous commit on objection from the maintainer. IJosef Karthauser2001-06-211-3/+2
* When reporting that a packet can't be written back, usually becauseJosef Karthauser2001-06-211-2/+3
* Constify mdmaybeload(), add a prototype for usage(), and get rid of aDima Dorfman2001-06-212-3/+6
* Don't assume the length of MD_NAME is 2.Dima Dorfman2001-06-211-2/+2
* Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; theDima Dorfman2001-06-211-1/+7
* Add a missing word.Dima Dorfman2001-06-201-1/+1
* Document the interactive command `what'.Mike Heffner2001-06-201-0/+4
* Fix typo which could lead to memory leak.Mike Heffner2001-06-201-1/+1
* Add a SEE ALSO section.Dima Dorfman2001-06-201-0/+6
* Miscellaneous mdoc(7) fixes; also expand contractions.Dima Dorfman2001-06-201-22/+19
* This command has more than four options.Dima Dorfman2001-06-191-1/+1
* Hook mdmfs into the build.Dima Dorfman2001-06-181-0/+1
* Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),Dima Dorfman2001-06-184-0/+930
* modfied sysctl command to allow setting values > 2GB if the mib supports it.Jim Pirzyk2001-06-181-1/+19
* Pick up the correct headers from sys/contrib/ipfilter/netinet.Ruslan Ermilov2001-06-183-3/+9
* This commit was generated by cvs2svn to compensate for changes in r78344,David E. O'Brien2001-06-168-0/+1800
|\
| * Import the NetBSD 1.5 RC system.David E. O'Brien2001-06-168-0/+1800
* | Allow route(8) to create "proxy only" published ARP entries.Ruslan Ermilov2001-06-123-5/+24
* | Fixed the -iface breakage introduced with the latest KAME mergeRuslan Ermilov2001-06-121-2/+1
* | Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).Ruslan Ermilov2001-06-113-3/+3
* | Sync with recent KAME.Hajimu UMEMOTO2001-06-1111-679/+1833
* | Add 'SKIP' as an action so that verification works for multivolume restores.Matt Jacob2001-06-111-1/+1
* | Correct typo.Greg Lehey2001-06-111-2/+2
* | Since we use getopt (in rev. 1.12), there's no need for the case's forDima Dorfman2001-06-091-2/+0
* | Normalize the use of sizeof according to style(9).Dima Dorfman2001-06-091-19/+19
* | dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked onPeter Wemm2001-06-091-4/+6
* | Fix a "this sentence no verb" grammar bogon.Jens Schweikhardt2001-06-081-1/+1
* | When changing an indirect route, kernel routing code allocatesRuslan Ermilov2001-06-082-2/+11
* | Change the host/bits syntax introduced in route.c,v 1.24 to theRuslan Ermilov2001-06-082-9/+8
* | Remove xref to blackhole(4). sysctl has nothing to do withDima Dorfman2001-06-081-1/+0
* | 'int dumpsize; /* memory size in bytes */' is not good for machinesPeter Wemm2001-06-081-3/+5
* | cleanup to get rid of most warnings on alphaThomas-Henning von Kamptz2001-06-073-134/+152
* | Correct cross-reference:Maxim Sobolev2001-06-072-2/+2
* | - Exit 1 if "add", "change", or "delete" operation fails.Ruslan Ermilov2001-06-072-10/+12
* | Mention Alexandre Peixoto's share/examples/ipfw/change_rules.sh in theChris Costello2001-06-061-0/+3
* | Fix a byteorder problem in a diagnostic message.Poul-Henning Kamp2001-06-061-1/+2
* | fix a bug of a only partitally initialization which could resultThomas-Henning von Kamptz2001-06-051-1/+2
* | Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,Dag-Erling Smørgrav2001-06-042-1119/+1160
* | ARP works on networks other than Ethernet.Dima Dorfman2001-06-021-2/+5
* | Mention the 'ether' parameter.Dima Dorfman2001-06-021-0/+4
* | - VFS_SET(msdos) -> VFS_SET(msdosfs)Ruslan Ermilov2001-06-0113-709/+20
* | Remove vestiges of MFS.Ruslan Ermilov2001-06-013-8/+6
* | Remove unused variable (descr) in show_var().Dima Dorfman2001-06-011-1/+1