aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy a few prototypes, thus fixing a few warnings.Giorgos Keramidas2002-06-091-5/+5
| | | | | | | Reviewed by: grog Notes: svn path=/head/; revision=98058
* Don't have -prefixlen 128 on host routes.Hajimu UMEMOTO2002-06-081-8/+5
| | | | | | | Obtained from: KAME Notes: svn path=/head/; revision=98053
* Use a larger data type to prevent counters wrapping so quickly.Matthew N. Dodd2002-06-071-2/+2
| | | | | | | Silence a warning. Notes: svn path=/head/; revision=97990
* Sync this up with changes made in v1.8 of sys/netatm/atm_if.hMatthew N. Dodd2002-06-071-0/+4
| | | | Notes: svn path=/head/; revision=97989
* Remove the old nextboot from Whistler. AFAIK this hasn't been useable inGordon Tetlow2002-06-063-326/+0
| | | | | | | quite a while and only works on i386. Notes: svn path=/head/; revision=97957
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-063-19/+19
| | | | | | | | | This should fix the issues which cropped up after daddr_t grew up. Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=97956
* Unhook the old nextboot(8) from the build. If no one yells too loudly, thisGordon Tetlow2002-06-061-2/+1
| | | | | | | | | will be accompanied by a cvs rm of the actual nextboot sources. Approved by: jake (mentor) Notes: svn path=/head/; revision=97951
* Add 'utility' in a place that it was missing.Giorgos Keramidas2002-06-051-1/+1
| | | | | | | | | PR: docs/38814 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 10 days Notes: svn path=/head/; revision=97898
* Oops, unbreak parsing of the `type' field in getasciilabel(). I hadIan Dowse2002-06-052-2/+6
| | | | | | | | | | changed a `goto' to a `continue' in revision 1.52, but it continued the wrong loop. Noticed by: bde Notes: svn path=/head/; revision=97855
* Fix spelling nit in error message.Gordon Tetlow2002-06-051-1/+1
| | | | Notes: svn path=/head/; revision=97844
* Fix breakage caused by allocating the I/O buffer. There was aMarcel Moolenaar2002-06-021-2/+5
| | | | | | | | | | sizeof(buf) lurking around that I missed. PR: 38811 Submitted by: Adrian Colley <aecolley@spamcop.net> Notes: svn path=/head/; revision=97746
* Avoid construction which results in label at end of block.Garrett Wollman2002-05-301-2/+6
| | | | Notes: svn path=/head/; revision=97637
* Fix syntax errors (labels with no statement).Garrett Wollman2002-05-301-4/+4
| | | | Notes: svn path=/head/; revision=97636
* mdoc(7) police: nits.Ruslan Ermilov2002-05-301-4/+4
| | | | Notes: svn path=/head/; revision=97587
* mdoc(7) police: tidy up the markup and some wording.Ruslan Ermilov2002-05-301-105/+126
| | | | Notes: svn path=/head/; revision=97569
* correct comment (replace i386 with __i386__)Alfred Perlstein2002-05-302-4/+4
| | | | Notes: svn path=/head/; revision=97553
* Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).Jun Kuriyama2002-05-301-4/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=97552
* Fix some serious brain damage in the default block/frag/cpg parametersIan Dowse2002-05-302-18/+14
| | | | | | | | | | | | | | | | that are used if none at all are specified for a partition. Don't keep replaying the last field if we run out of fields when processing a line. Use a 8:1 frag:block ratio for both defaults. More work here is required. I think disklabel should not attempt to choose default filesystem parameters, and instead let newfs pick any defaults if required. PR: i386/38703 Reported by: Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com> Notes: svn path=/head/; revision=97535
* Split out the code for parsing the partition specification linesIan Dowse2002-05-302-258/+268
| | | | | | | into a separate function to avoid some over-long lines. Notes: svn path=/head/; revision=97534
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-1/+1
| | | | Notes: svn path=/head/; revision=97478
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-8/+21
| | | | Notes: svn path=/head/; revision=97477
* mdoc(7) police: nits.Ruslan Ermilov2002-05-295-10/+16
| | | | Notes: svn path=/head/; revision=97476
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-1/+2
| | | | Notes: svn path=/head/; revision=97474
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-291-12/+35
| | | | Notes: svn path=/head/; revision=97472
* Correct the file that reboot -k creates so that it works with the newGordon Tetlow2002-05-281-0/+1
| | | | | | | | | nextboot functionality. Reviewed by: jake (mentor) Notes: svn path=/head/; revision=97428
* Work around a memory fault on ia64 caused by having the 1MB buffer onMarcel Moolenaar2002-05-271-1/+16
| | | | | | | | the stack in DoFile(). This needs some investigation. In the mean time we do a one time malloc() for the buffer to have it on the heap instead. Notes: svn path=/head/; revision=97340
* Respect -q with "add" and "delete". Document who respects -q.Ruslan Ermilov2002-05-252-31/+36
| | | | | | | PR: bin/38531 Notes: svn path=/head/; revision=97278
* Convert mount_ext2fs(8) to nmount(2).Maxime Henrion2002-05-241-15/+18
| | | | | | | Reviewed by: iedowse Notes: svn path=/head/; revision=97256
* Don't err(3) (and exit prematurely) when a sysctl's object size hasAlfred Perlstein2002-05-241-9/+16
| | | | | | | changed, instead just warn(3) Notes: svn path=/head/; revision=97232
* Add a nextboot script to make it easier to control the loader nextbootGordon Tetlow2002-05-242-0/+59
| | | | | | | | | support. Also, hook it up to the build. Approved by: jake (mentor) Notes: svn path=/head/; revision=97203
* Convert mount_unionfs(8) to nmount.Maxime Henrion2002-05-241-10/+24
| | | | Notes: svn path=/head/; revision=97196
* Make mount_nullfs(8) use nmount(2) rather than mount(2) nowMaxime Henrion2002-05-231-5/+15
| | | | | | | that nullfs has been converted to nmount. Notes: svn path=/head/; revision=97187
* Allow prefix/prefixlen syntax for IPv6 to have consistencyHajimu UMEMOTO2002-05-211-15/+22
| | | | | | | with IPv4. Notes: svn path=/head/; revision=97073
* Have RTF_HOST for /128 destionation.Hajimu UMEMOTO2002-05-211-4/+9
| | | | Notes: svn path=/head/; revision=97062
* Spread the word of PowerPC.Benno Rice2002-05-212-2/+2
| | | | Notes: svn path=/head/; revision=97047
* Try to guess prefixlen for guessable cases.Hajimu UMEMOTO2002-05-201-0/+33
| | | | | | | | | | | - /0 if matches ::/128 - /64 if matches 2000::/3 and lowermost 64 bit is all 0 - /128 if matches 2000::/3 and lowermost 64 bit is non-zero 0 Obtained from: KAME/NetBSD Notes: svn path=/head/; revision=96997
* Turn nfsiod into a vfs loader and sysctl wrapper that controls the numberPeter Wemm2002-05-192-89/+47
| | | | | | | of nfsiod kernel threads being run. Notes: svn path=/head/; revision=96954
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asRobert Watson2002-05-1921-6442/+0
| | | | | | | | | | | IFS had its fingers deep in the belly of the UFS/FFS split. IFS will be reimplemented by the maintainer at a later date once the UFS implementation is in place. Requested by: adrian (maintainer) Notes: svn path=/head/; revision=96884
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-172-2/+1
| | | | Notes: svn path=/head/; revision=96807
* - Further replacing of UM_* macros with the appropriate function call. IAndrew R. Reiter2002-05-171-43/+38
| | | | | | | | | am fairly certain that this should do it and that I may now remove the UM_ macros from port.h. I will, however, wait a few days to ensure that these can be safely removed. Notes: svn path=/head/; revision=96767
* - Replace UM_* macros by replacing them with the appropriate functionAndrew R. Reiter2002-05-178-50/+50
| | | | | | | call. These changes are similar to the ones made to atmarpd and scsp. Notes: svn path=/head/; revision=96766
* Don't install scriptdump which is written in Perl. This isHajimu UMEMOTO2002-05-161-1/+1
| | | | | | | corresponding to removal of Perl from base system. Notes: svn path=/head/; revision=96738
* more file system > filesystemTom Rhodes2002-05-1669-487/+488
| | | | Notes: svn path=/head/; revision=96707
* Use fgetln to remove the static limit on the length of lines inIan Dowse2002-05-141-14/+15
| | | | | | | | | /etc/exports. Oversized lines were unlikely due to the large 10k limit, but any found would cause mountd to exit with an error. Also fix one or two compiler warnings. Notes: svn path=/head/; revision=96622
* Match prototypes to functions over in fsck_ffs.Poul-Henning Kamp2002-05-141-3/+3
| | | | Notes: svn path=/head/; revision=96570
* Style.Ruslan Ermilov2002-05-131-3/+4
| | | | Notes: svn path=/head/; revision=96519
* Remove unneeded include.Poul-Henning Kamp2002-05-131-1/+0
| | | | | | | | Sponsored by: DARPA & NAI Labs. Submitted by: mckusick Notes: svn path=/head/; revision=96515
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-134-8/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Handle symbolic names for common ethernet types (ip, arp etc.)Luigi Rizzo2002-05-131-19/+85
| | | | | | | | Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags which are the same as the original ones (TH_SYN etc.) Notes: svn path=/head/; revision=96508
* UFS2 preparation commit:Poul-Henning Kamp2002-05-128-221/+27
| | | | | | | | | | Remove support for converting old FFS formats to newer. Submitted by: mckusick Sponspored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=96483