summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: nits.ru2002-05-301-4/+4
|
* mdoc(7) police: tidy up the markup and some wording.ru2002-05-301-105/+126
|
* correct comment (replace i386 with __i386__)alfred2002-05-302-4/+4
|
* Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).kuriyama2002-05-301-4/+4
| | | | MFC after: 1 week
* Fix some serious brain damage in the default block/frag/cpg parametersiedowse2002-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>
* Split out the code for parsing the partition specification linesiedowse2002-05-302-258/+268
| | | | into a separate function to avoid some over-long lines.
* mdoc(7) police: markup nits.ru2002-05-291-1/+1
|
* mdoc(7) police: nits.ru2002-05-291-8/+21
|
* mdoc(7) police: nits.ru2002-05-295-10/+16
|
* mdoc(7) police: nits.ru2002-05-291-1/+2
|
* mdoc(7) police: tidy up the markup.ru2002-05-291-12/+35
|
* Correct the file that reboot -k creates so that it works with the newgordon2002-05-281-0/+1
| | | | | | nextboot functionality. Reviewed by: jake (mentor)
* Work around a memory fault on ia64 caused by having the 1MB buffer onmarcel2002-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.
* Respect -q with "add" and "delete". Document who respects -q.ru2002-05-252-31/+36
| | | | PR: bin/38531
* Convert mount_ext2fs(8) to nmount(2).mux2002-05-241-15/+18
| | | | Reviewed by: iedowse
* Don't err(3) (and exit prematurely) when a sysctl's object size hasalfred2002-05-241-9/+16
| | | | changed, instead just warn(3)
* Add a nextboot script to make it easier to control the loader nextbootgordon2002-05-242-0/+59
| | | | | | support. Also, hook it up to the build. Approved by: jake (mentor)
* Convert mount_unionfs(8) to nmount.mux2002-05-241-10/+24
|
* Make mount_nullfs(8) use nmount(2) rather than mount(2) nowmux2002-05-231-5/+15
| | | | that nullfs has been converted to nmount.
* Allow prefix/prefixlen syntax for IPv6 to have consistencyume2002-05-211-15/+22
| | | | with IPv4.
* Have RTF_HOST for /128 destionation.ume2002-05-211-4/+9
|
* Spread the word of PowerPC.benno2002-05-212-2/+2
|
* Try to guess prefixlen for guessable cases.ume2002-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
* Turn nfsiod into a vfs loader and sysctl wrapper that controls the numberpeter2002-05-192-89/+47
| | | | of nfsiod kernel threads being run.
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-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)
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.jmallett2002-05-172-2/+1
|
* - Further replacing of UM_* macros with the appropriate function call. Iarr2002-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.
* - Replace UM_* macros by replacing them with the appropriate functionarr2002-05-178-50/+50
| | | | call. These changes are similar to the ones made to atmarpd and scsp.
* Don't install scriptdump which is written in Perl. This isume2002-05-161-1/+1
| | | | corresponding to removal of Perl from base system.
* more file system > filesystemtrhodes2002-05-1669-487/+488
|
* Use fgetln to remove the static limit on the length of lines iniedowse2002-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.
* Match prototypes to functions over in fsck_ffs.phk2002-05-141-3/+3
|
* Style.ru2002-05-131-3/+4
|
* Remove unneeded include.phk2002-05-131-1/+0
| | | | | Sponsored by: DARPA & NAI Labs. Submitted by: mckusick
* Removed now unused INTERNALSTATICLIB.ru2002-05-134-8/+0
| | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN.
* Handle symbolic names for common ethernet types (ip, arp etc.)luigi2002-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.)
* UFS2 preparation commit:phk2002-05-128-221/+27
| | | | | | | Remove support for converting old FFS formats to newer. Submitted by: mckusick Sponspored by: DARPA & NAI Labs.
* Sigh, more BBSIZE related breakage.phk2002-05-126-0/+6
| | | | Sponsored by: DARPA & NAI Labs.
* Main functional change is the implementation of matching of MAC headerluigi2002-05-121-745/+706
| | | | | | | | | | | | | | | | | | | fields as discussed in the commit to ip_fw.c:1.186 On top of this, a ton of non functional changes to clean up the code, write functions to replace sections of code that were replicated multiple times (e.g. the printing or matching of flags and options), splitting long sections of inlined code into separate functions, and the like. I have tested the code quite a bit, but some typos (using one variable in place of another) might have escaped. The "embedded manpage" is a bit inconsistent, but i am leaving fixing it for later. The current format makes no sense, it is over 40 lines long and practically unreadable. We can either split it into sections ( ipfw -h options , ipfw -h pipe , ipfw -h queue ...) or remove it altogether and refer to the manpage.
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-126-20/+4
| | | | | | | initialize it to zero so we don't have to have everbody and their aunt including FFS specific header files. Sponsored by: DARPA & NAI Labs.
* s/demon/daemon/dd2002-05-121-1/+1
|
* Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,".mux2002-05-111-1/+1
|
* Reword the ``alias'' description slightly. We must specify a non-conflictingbrian2002-05-111-2/+3
| | | | | | netmask - not necessarily 0xffffffff. MFC after: 3 days
* unbreak build: include string.h for strcmp prototype.alfred2002-05-111-0/+1
|
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-2/+3
| | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format).ache2002-05-081-1/+1
| | | | Stack garbadge may be printed otherwise.
* 'file system' > filesystemtrhodes2002-05-061-12/+18
| | | | | | | add FILES section. PR: 34239 Submitted by: Gary W. Swearingen <swear@blarg.net>
* Address a few minor style and consistency issues in revision 1.32.iedowse2002-05-061-23/+15
| | | | Submitted by: Joshua Goodall <joshua@roughtrade.net>
* Make argument to printf match format.marcel2002-05-061-1/+1
|
* Fix a couple of problems which could cause panics at runtime:luigi2002-05-051-51/+56
| | | | | | | | | | | | | | | | + setting a bandwidth too large for a pipe (above 2Gbit/s) could cause the internal representation (which is int) to wrap to a negative number, causing an infinite loop in the kernel; + (see PR bin/35628): when configuring RED parameters for a queue, the values are not passed to the kernel resulting in panics at runtime (part of the problem here is also that the kernel does not check for valid parameters being passed, but this will be fixed in a separate commit). These are both critical fixes which need to be merged into 4.6-RELEASE. MFC after: 1 day
OpenPOWER on IntegriCloud