aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't link ${BINDIR}/newfs to nowhere.Bruce Evans2001-05-301-3/+1
* | Remove -DMFS from CFLAGS.Dima Dorfman2001-05-291-1/+1
* | Remove all references to MFS.Dima Dorfman2001-05-291-92/+2
* | Ignore the new superblock fields fs_pendingblocks and fs_pendinginodesIan Dowse2001-05-291-0/+2
* | Remove MFSPoul-Henning Kamp2001-05-291-4/+1
* | A more complete removal of MFS related code.Poul-Henning Kamp2001-05-293-312/+59
* | Initial cleanout of MFS from newfs. More complete wash needed.Poul-Henning Kamp2001-05-292-6/+3
* | Since the netexport struct was centralised to 'struct mount',Ian Dowse2001-05-291-3/+4
* | When using interfaces that support if_media, the supported media list isPoul-Henning Kamp2001-05-294-28/+136