Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid construction which results in label at end of block. | wollman | 2002-05-30 | 1 | -2/+6 |
| | |||||
* | Fix syntax errors (labels with no statement). | wollman | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: tidy up the markup and some wording. | ru | 2002-05-30 | 1 | -105/+126 |
| | |||||
* | correct comment (replace i386 with __i386__) | alfred | 2002-05-30 | 2 | -4/+4 |
| | |||||
* | Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/). | kuriyama | 2002-05-30 | 1 | -4/+4 |
| | | | | MFC after: 1 week | ||||
* | Fix some serious brain damage in the default block/frag/cpg parameters | iedowse | 2002-05-30 | 2 | -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 lines | iedowse | 2002-05-30 | 2 | -258/+268 |
| | | | | into a separate function to avoid some over-long lines. | ||||
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -8/+21 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-05-29 | 5 | -10/+16 |
| | |||||
* | mdoc(7) police: nits. | ru | 2002-05-29 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -12/+35 |
| | |||||
* | Correct the file that reboot -k creates so that it works with the new | gordon | 2002-05-28 | 1 | -0/+1 |
| | | | | | | nextboot functionality. Reviewed by: jake (mentor) | ||||
* | Work around a memory fault on ia64 caused by having the 1MB buffer on | marcel | 2002-05-27 | 1 | -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. | ru | 2002-05-25 | 2 | -31/+36 |
| | | | | PR: bin/38531 | ||||
* | Convert mount_ext2fs(8) to nmount(2). | mux | 2002-05-24 | 1 | -15/+18 |
| | | | | Reviewed by: iedowse | ||||
* | Don't err(3) (and exit prematurely) when a sysctl's object size has | alfred | 2002-05-24 | 1 | -9/+16 |
| | | | | changed, instead just warn(3) | ||||
* | Add a nextboot script to make it easier to control the loader nextboot | gordon | 2002-05-24 | 2 | -0/+59 |
| | | | | | | support. Also, hook it up to the build. Approved by: jake (mentor) | ||||
* | Convert mount_unionfs(8) to nmount. | mux | 2002-05-24 | 1 | -10/+24 |
| | |||||
* | Make mount_nullfs(8) use nmount(2) rather than mount(2) now | mux | 2002-05-23 | 1 | -5/+15 |
| | | | | that nullfs has been converted to nmount. | ||||
* | Allow prefix/prefixlen syntax for IPv6 to have consistency | ume | 2002-05-21 | 1 | -15/+22 |
| | | | | with IPv4. | ||||
* | Have RTF_HOST for /128 destionation. | ume | 2002-05-21 | 1 | -4/+9 |
| | |||||
* | Spread the word of PowerPC. | benno | 2002-05-21 | 2 | -2/+2 |
| | |||||
* | Try to guess prefixlen for guessable cases. | ume | 2002-05-20 | 1 | -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 number | peter | 2002-05-19 | 2 | -89/+47 |
| | | | | of nfsiod kernel threads being run. | ||||
* | Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as | rwatson | 2002-05-19 | 21 | -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. | jmallett | 2002-05-17 | 2 | -2/+1 |
| | |||||
* | - Further replacing of UM_* macros with the appropriate function call. I | arr | 2002-05-17 | 1 | -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 function | arr | 2002-05-17 | 8 | -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 is | ume | 2002-05-16 | 1 | -1/+1 |
| | | | | corresponding to removal of Perl from base system. | ||||
* | more file system > filesystem | trhodes | 2002-05-16 | 69 | -487/+488 |
| | |||||
* | Use fgetln to remove the static limit on the length of lines in | iedowse | 2002-05-14 | 1 | -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. | phk | 2002-05-14 | 1 | -3/+3 |
| | |||||
* | Style. | ru | 2002-05-13 | 1 | -3/+4 |
| | |||||
* | Remove unneeded include. | phk | 2002-05-13 | 1 | -1/+0 |
| | | | | | Sponsored by: DARPA & NAI Labs. Submitted by: mckusick | ||||
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 4 | -8/+0 |
| | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. | ||||
* | Handle symbolic names for common ethernet types (ip, arp etc.) | luigi | 2002-05-13 | 1 | -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: | phk | 2002-05-12 | 8 | -221/+27 |
| | | | | | | | Remove support for converting old FFS formats to newer. Submitted by: mckusick Sponspored by: DARPA & NAI Labs. | ||||
* | Sigh, more BBSIZE related breakage. | phk | 2002-05-12 | 6 | -0/+6 |
| | | | | Sponsored by: DARPA & NAI Labs. | ||||
* | Main functional change is the implementation of matching of MAC header | luigi | 2002-05-12 | 1 | -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 to | phk | 2002-05-12 | 6 | -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/ | dd | 2002-05-12 | 1 | -1/+1 |
| | |||||
* | Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,". | mux | 2002-05-11 | 1 | -1/+1 |
| | |||||
* | Reword the ``alias'' description slightly. We must specify a non-conflicting | brian | 2002-05-11 | 1 | -2/+3 |
| | | | | | | netmask - not necessarily 0xffffffff. MFC after: 3 days | ||||
* | unbreak build: include string.h for strcmp prototype. | alfred | 2002-05-11 | 1 | -0/+1 |
| | |||||
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -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). | ache | 2002-05-08 | 1 | -1/+1 |
| | | | | Stack garbadge may be printed otherwise. | ||||
* | 'file system' > filesystem | trhodes | 2002-05-06 | 1 | -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. | iedowse | 2002-05-06 | 1 | -23/+15 |
| | | | | Submitted by: Joshua Goodall <joshua@roughtrade.net> |