Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfy a few prototypes, thus fixing a few warnings. | keramida | 2002-06-09 | 1 | -5/+5 |
| | | | | Reviewed by: grog | ||||
* | Don't have -prefixlen 128 on host routes. | ume | 2002-06-08 | 1 | -8/+5 |
| | | | | Obtained from: KAME | ||||
* | Use a larger data type to prevent counters wrapping so quickly. | mdodd | 2002-06-07 | 1 | -2/+2 |
| | | | | Silence a warning. | ||||
* | Sync this up with changes made in v1.8 of sys/netatm/atm_if.h | mdodd | 2002-06-07 | 1 | -0/+4 |
| | |||||
* | Remove the old nextboot from Whistler. AFAIK this hasn't been useable in | gordon | 2002-06-06 | 3 | -326/+0 |
| | | | | quite a while and only works on i386. | ||||
* | s/daddr_t/ufs_daddr_t/g | phk | 2002-06-06 | 3 | -19/+19 |
| | | | | | | This should fix the issues which cropped up after daddr_t grew up. Sponsored by: DARPA & NAI Labs. | ||||
* | Unhook the old nextboot(8) from the build. If no one yells too loudly, this | gordon | 2002-06-06 | 1 | -2/+1 |
| | | | | | | will be accompanied by a cvs rm of the actual nextboot sources. Approved by: jake (mentor) | ||||
* | Add 'utility' in a place that it was missing. | keramida | 2002-06-05 | 1 | -1/+1 |
| | | | | | | PR: docs/38814 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 10 days | ||||
* | Oops, unbreak parsing of the `type' field in getasciilabel(). I had | iedowse | 2002-06-05 | 2 | -2/+6 |
| | | | | | | | changed a `goto' to a `continue' in revision 1.52, but it continued the wrong loop. Noticed by: bde | ||||
* | Fix spelling nit in error message. | gordon | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | Fix breakage caused by allocating the I/O buffer. There was a | marcel | 2002-06-02 | 1 | -2/+5 |
| | | | | | | | sizeof(buf) lurking around that I missed. PR: 38811 Submitted by: Adrian Colley <aecolley@spamcop.net> | ||||
* | 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. |