88913 87 204 173 130 143 150 139 201 130 113 133 122 201 136 185 369 114 158 217 301 187 172 161 321 237 361 256 275 372 341 326 812 1022 170 157 597 257 230 406 272 112 111 128 150 224 157 181 258 210 872 144 175 202 159 115 166 227 133 271 204 326 269 236 169 279 303 185 218 130 183 208 215 374 272 187 515 318 511 250 153 203 139 480 323 504 281 460 166 K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:45:19.000000Z K 7 svn:log V 107 MFC: rev 1.31, understand new locale names and Latin15 rev 1.32, more *.US-ASCII entries Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:46:33.000000Z K 7 svn:log V 77 MFC: rev 1.16-1.18, ISO_ -> ISO, additional Latin15 entries Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:47:14.000000Z K 7 svn:log V 34 MFC: ISO_ -> ISO Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:50:17.000000Z K 7 svn:log V 47 MFC: ISO_ -> ISO, DIS_ -> ISO Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:50:51.000000Z K 7 svn:log V 54 MFC: fix ISO_ to preferred MIME name Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:52:59.000000Z K 7 svn:log V 43 MFC: rev 1.3, ISO_ -> ISO Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T15:54:25.000000Z K 7 svn:log V 104 MFC: rev 1.15, 1.16, remove "SU" country code, fix check for "C" locale, add "POSIX" and *.ASCII checks END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:02:57.000000Z K 7 svn:log V 34 MFC: ISO_ -> ISO Approved by: re END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:06:10.000000Z K 7 svn:log V 17 MFC: ISO_ -> ISO END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:08:29.000000Z K 7 svn:log V 37 MFC: rev 1.5, ISO_ -> ISO in comment END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:10:01.000000Z K 7 svn:log V 26 MFC: rev 1.3, ISO_ -> ISO END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:17:30.000000Z K 7 svn:log V 104 MFC: rev 1.46, fix for new locale names rev 1.47, don't print error for C,POSIX,ASCII,US-ASCII locales END K 10 svn:author V 7 phantom K 8 svn:date V 27 2002-01-05T16:20:52.000000Z K 7 svn:log V 40 MFC: rev 1.19, fix for new locale names END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-05T16:52:44.000000Z K 7 svn:log V 89 In the word selection mode don't append newline if the word ends at the screen boundary. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-01-05T17:18:59.000000Z K 7 svn:log V 276 Fix a bug where the mutex name wasn't always displayed for processes in SMTX in utils such as ps and top. The KI_CTTY flag was assigned to kinfo_proc->ki_kiflag rather than or'd into the flag, thus clobbering any flags set earlier, including KI_MTXBLOCK. Prodding by: peter END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-01-05T17:26:52.000000Z K 7 svn:log V 22 Note new locale names END K 10 svn:author V 3 sos K 8 svn:date V 27 2002-01-05T17:49:36.000000Z K 7 svn:log V 66 Add support for 48bit access for devices >137G. Approved by: RE@ END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-01-05T18:10:19.000000Z K 7 svn:log V 119 Update Judaic for year 2002. Name Josef as maintainer. PR: 33389 Submitted by: Josef Grosch END K 10 svn:author V 6 fenner K 8 svn:date V 27 2002-01-05T18:23:53.000000Z K 7 svn:log V 205 Pre-calculate the checksum for multicast packets sourced on a multicast router. This is overkill; it should be possible to delay to hardware interfaces and only pre-calculate when forwarding to a tunnel. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-05T18:46:03.000000Z K 7 svn:log V 94 New (but very overdue) release note: ata(4) 48-bit addressing. MFC noted: locale renaming. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-05T18:50:04.000000Z K 7 svn:log V 79 MFC: ata(4) 48-bit addressing, locale renaming. Approved by: re (implicitly) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-05T19:16:56.000000Z K 7 svn:log V 68 Whitespace fixes, no content changes. Approved by: re (implicitly) END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-01-05T20:13:01.000000Z K 7 svn:log V 223 Be more careful about freeing memory after parsing commands. Hiroyuki YAMAMORI gave a patch for the EPRT command in the PR below. Problems with the rest of the patch are my fault. PR: 33268 Reviewed by: iedowse, sheldonh END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-01-05T20:17:50.000000Z K 7 svn:log V 139 Put -Wno-uninitialized at the end of the warns flags as it may be enabeled by several flags (in this case -W and -Wall). Reviewed by: bde END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-05T20:18:35.000000Z K 7 svn:log V 266 As discussed with Bruce Evans and Kirk McKusick: o Combine ufs.7 and ffs.7 into a single ffs.7 man page. o Remove all references to `ufs' as a file system. o Proper (lack of) capitalization for `ffs'. Obtained from: TrustedBSD Project Sposnored by: DARPA, NAI Labs END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-05T20:24:38.000000Z K 7 svn:log V 161 Remove the example from SECURITY CONSIDERATIONS. This is mostly duplicated code from EXAMPLES. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-05T20:36:47.000000Z K 7 svn:log V 180 Include a section cross-reference to `EXAMPLES' in `SECURITY CONSIDERATIONS' as a source for relevant sample code. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-05T20:44:34.000000Z K 7 svn:log V 277 Add a new `SECURITY CONSIDERATIONS' section. Sample code similar to the first revision of strcpy(3)'s section is included, but should be removed as the Security Architecture document is committed and completed. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-01-05T21:47:58.000000Z K 7 svn:log V 243 Release text vnode in exit() rather than wait(). Occasionally fifesystem problems could prevent the release from completing and this could result in init being blocked indefinitely. This was looked over by Matt ages ago. Approved by: dillon END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-05T22:25:04.000000Z K 7 svn:log V 230 MFC nfsclient/nfs_node.c:1.52. nfs_nget() does no locking whatsoever when looking up a vnode. If a vget() sleeps the vnode can be ripped out from under the nfs_nget() so we must retry for that case. Approved by: re@freebsd.org END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-01-06T00:20:12.000000Z K 7 svn:log V 715 - Push much of the logic for p_cansignal() behind cr_cansignal, which authorized based on a subject credential rather than a subject process. This will permit the same logic to be reused in situations where only the credential generating the signal is available, such as in the delivery of SIGIO. - Because of two clauses, the automatic success against curproc, and the session semantics for SIGCONT, not all logic can be pushed into cr_cansignal(), but those cases should not apply for most other consumers of cr_cansignal(). - This brings the base system inter-process authorization code more into line with the MAC implementation. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-01-06T00:54:46.000000Z K 7 svn:log V 925 - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO() macro. As a result, mandatory signal delivery policies will be applied consistently across the kernel. - Note that this subtly changes the protection semantics, and we should watch out for any resulting breakage. Previously, delivery of SIGIO in this circumstance was limited to situations where the subject was privileged, or where one of the subject's (ruid, euid) matched one of the object's (ruid, euid). In the new scenario, subject (ruid, euid) are matched against the object's (ruid, svuid), and the object uid's must be a subset of the subject uid's. Likewise, jail now affects delivery, and special handling for P_SUGID of the object is present. This change can always be reversed or tweaked if it proves to disrupt application behavior substantially. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 6 archie K 8 svn:date V 27 2002-01-06T01:08:30.000000Z K 7 svn:log V 75 Avoid reentrantly sending on the same socket, which causes a kernel panic. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2002-01-06T04:30:46.000000Z K 7 svn:log V 60 Merge the changes in the English version (1.247 --> 1.248). END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-06T04:58:08.000000Z K 7 svn:log V 501 MFC 1.354 - lower FIFO threshold to MEDH to increase the amount of interrupt slop we can survive from 174uS to 694uS (@115200 bps). This appears to solve silo overflow errors for a number of people. Such errors can occur due to video cards hogging memory bandwidth as well as inefficiencies in the kernel (interrupts left disabled for too long a period of time). Modern cpu's can easily handle the increased serial interrupt rate (1440 hz instead of 822 hz @ 115200 bps). Approved by: re, bde, imp END K 10 svn:author V 5 silby K 8 svn:date V 27 2002-01-06T06:46:21.000000Z K 7 svn:log V 162 MFC rev 1.26-1.28 Solve vnode_if.pl's identity crisis; make sure that it refers to itself as vnode_if.pl instead of vnode_if.sh. PR: 33509 Approved by: re END K 10 svn:author V 5 silby K 8 svn:date V 27 2002-01-06T06:50:54.000000Z K 7 svn:log V 135 Reorder a calculation in sbreserve so that it does not overflow with multi-megabyte socket buffer sizes. PR: 7420 MFC after: 3 weeks END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-01-06T08:38:23.000000Z K 7 svn:log V 310 * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag are automatically extended to prevent overflow. * Added sbuf_vprintf(); sbuf_printf() is now just a wrapper around sbuf_vprintf(). * Include and when building libsbuf to silence WARNS=4 warnings. Reviewed by: des END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-01-06T08:40:42.000000Z K 7 svn:log V 176 Document sbuf_trim() and sbuf_vprintf(); add MLINKs. Clarify that the contents of a caller-supplied buffer are undefined and should not be examined directly. Reviewed by: des END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-01-06T08:47:19.000000Z K 7 svn:log V 17 Enable WARNS?=2. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-01-06T09:46:30.000000Z K 7 svn:log V 18 Sorted the lists. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-01-06T09:47:36.000000Z K 7 svn:log V 35 MFi386: revisions 1.382 and 1.386. END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-01-06T09:54:50.000000Z K 7 svn:log V 57 Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358. END K 10 svn:author V 5 joerg K 8 svn:date V 27 2002-01-06T10:51:22.000000Z K 7 svn:log V 129 MFC rev 1.18: fix pseudo enumeration constants that are to be used as flagbits so they are actually unique. Approved by: murray END K 10 svn:author V 4 nyan K 8 svn:date V 27 2002-01-06T13:50:56.000000Z K 7 svn:log V 64 Merged from sys/isa/sio.c revision 1.291.2.25. Approved by: re END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2002-01-06T14:38:53.000000Z K 7 svn:log V 86 MFC 1.92: Add quirk entries for Nikon Coolpix E775 and E885 cameras. Approved by: re END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-06T17:17:55.000000Z K 7 svn:log V 164 MFS: Sync to 4-STABLE...wordsmithing and markup fixes, also mention manpages as a source for further reading. article.sgml 1.1.2.9->1.1.2.10, 1.1.2.11->1.1.2.12 END K 10 svn:author V 3 hrs K 8 svn:date V 27 2002-01-06T17:36:09.000000Z K 7 svn:log V 117 Merge the following from the English version: 1.22.2.158 -> 1.22.2.168 relnotes/common/new.sgml Approved by: bmah END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-01-06T18:03:55.000000Z K 7 svn:log V 779 Update length more correctly when parsing a cis info field. Before, we were using while (*p++ && --len > 0); to do this. However, len doesn't get decremented for the NUL byte, so when we used len later to see if we still have CIS left for some optional fields, we'd run off the end of an array and dump core. Instead, replace it with len -= strlen(p) + 1; p += strlen(p) + 1; which is more correct. It is a little bogus to assume that p points to a valid C string, but only a little. The PC Card SPEC mandates that it does, and we already depend on that with the use of strdup a few lines earlier. Since much of the rest of the cis parsing code isn't hyper retentive about error checking, I'll leave that level of checking for another time and/or another committer :-). END K 10 svn:author V 4 mike K 8 svn:date V 27 2002-01-06T19:04:12.000000Z K 7 svn:log V 51 Add support for C++. Submitted by: bde PR: 33590 END K 10 svn:author V 6 archie K 8 svn:date V 27 2002-01-06T19:35:02.000000Z K 7 svn:log V 80 MFC: (rev. 1.26) Avoid reentrantly sending on the same socket. Approved by: re END K 10 svn:author V 4 mike K 8 svn:date V 27 2002-01-06T19:57:26.000000Z K 7 svn:log V 108 Make the utility name in the usage() diagnostic match the actual utility name. Submitted by: 3d PR: 33496 END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-01-06T20:18:13.000000Z K 7 svn:log V 67 Add note about new rc.conf for networkfs. Fix typos from PR:33499 END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-01-06T20:18:43.000000Z K 7 svn:log V 23 s/COMS/CMOS/; PR 33499 END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-01-06T20:18:44.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-06T20:28:27.000000Z K 7 svn:log V 132 Minor doc nit: Replace contractions with their expanded forms. Obtained from: NAI Labs CBOSS Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 3 imp K 8 svn:date V 27 2002-01-06T20:33:55.000000Z K 7 svn:log V 41 s/oferride/override/ submitted by: dima END K 10 svn:author V 3 alc K 8 svn:date V 27 2002-01-06T21:03:39.000000Z K 7 svn:log V 178 o Add missing synchronization (splnet()/splx()) in aio_free_entry(). o Move the definition of struct aiocblist from sys/aio.h to kern/vfs_aio.c. o Make aio_swake_cb() static. END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-06T21:16:41.000000Z K 7 svn:log V 109 Add new "SECURITY CONSIDERATIONS" sections. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2002-01-06T21:21:42.000000Z K 7 svn:log V 228 MFC: Check if the ccb_infos in the softc is NULL before trying to free, Release the ISA-only overrun DMA tags, bufs, and maps if the probe fails. PR: 33293 Submitted by: Ian J Hart Approved by: re END K 10 svn:author V 5 chris K 8 svn:date V 27 2002-01-06T21:48:37.000000Z K 7 svn:log V 174 All information from the "BUGS" section not belonging in "SECURITY CONSIDERATIONS" moved to "COMPATIBILITY". Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs END K 10 svn:author V 6 davidc K 8 svn:date V 27 2002-01-06T23:56:12.000000Z K 7 svn:log V 140 Removed from the list of required include files and corrected the name of the function (get_cyclecount()). Requested by: bde END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-01-07T03:32:56.000000Z K 7 svn:log V 74 Extend Olympus E-100RS quirk to cover entire E series of digital cameras. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-07T03:51:41.000000Z K 7 svn:log V 185 Put URL references in footnotes (rather than in parentheses following the link text), and put footnotes at the bottom of each page. This change affects the release documentation only. END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-07T04:34:40.000000Z K 7 svn:log V 209 Anticipating the backout of the recent locale change, remove the release note that describes it. (Cross-reference: Message-id <20020106192810.E2381@windriver.com> on -stable@.) Approved by: re (implicitly) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2002-01-07T04:40:43.000000Z K 7 svn:log V 92 MFC: Put URL references in footnotes. release.dsl 1.3->1.4 Approved by: re (implicitly) END K 10 svn:author V 4 grog K 8 svn:date V 27 2002-01-07T05:07:03.000000Z K 7 svn:log V 124 Remove duplicate entry for Descartes. PR: 33630 Submitted by: Christopher Elkins MFC after: 2 weeks END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T05:43:31.000000Z K 7 svn:log V 39 ATAPI CDROM drives are acd#, not act#. END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T05:45:38.000000Z K 7 svn:log V 92 MFalpha 1.18: Bring this closer to reality by removing mention of wd# and adding ATA stuff. END K 10 svn:author V 4 mike K 8 svn:date V 27 2002-01-07T06:00:23.000000Z K 7 svn:log V 114 MFC Rev 1.13: Make the utility name in the usage() diagnostic match the actual utility name. Approved by: re END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:03:37.000000Z K 7 svn:log V 123 Suggest using memmove(3) if src and dst may overlap. PR: 33298 Submitted by: Tim J. Robbins END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:10:37.000000Z K 7 svn:log V 282 Nuke the paragraph that says "One can obtain user connection request data without confirming the connection by issuing a recvmsg(2) [...]". There's no such code in the kernel. PR: 26861 Submitted by: Richard A Steenbergen , Tom Rhodes END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:12:25.000000Z K 7 svn:log V 180 We are munmap(2), so there's no need to list ourselves in the SEE ALSO section; instead, list our partner in crime, mmap(2). PR: 33153 Submitted by: Faried Nawaz END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:26:37.000000Z K 7 svn:log V 96 Assorted grammar and other mechanical fixes. PR: 32941 Submitted by: END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:45:17.000000Z K 7 svn:log V 423 In the words of the submitter: disklabel(8)'s "Reading the disk label" section starts out "To examine or save the label on a disk drive,...". This is confusing. The given command (disklabel [-r] disk) doesn't save anything (except to standard out, but that should go without saying). It reads as if the command might save something on the disk drive. PR: 32452 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:48:30.000000Z K 7 svn:log V 226 Link loop(4) to lo(4). The device's name is 'loop', which is what one (at least a new one) would expect the manual page to be called (even if the device is lo#). PR: 32453 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T06:51:19.000000Z K 7 svn:log V 419 In the words of the submitter: The first "synopsis" example has a "[/prefixlength]" which shouldn't be there, since that stuff is part of the preceeding "address" as is explained in the description of "address". (The way it is now, 192.168.0.1/16/prefixlength would be a proper operand. Note that "prefixlength" is not mentioned by name anywhere.) PR: 32462 Submitted by: Gary W. Swearingen END K 10 svn:author V 2 dd K 8 svn:date V 27 2002-01-07T07:01:52.000000Z K 7 svn:log V 158 tunefs no longer outputs a warning if one tries to set soft-updates on an unmounted filesystem. PR: 32266 Submitted by: Maxim Konovalov END K 10 svn:author V 3 cjc K 8 svn:date V 27 2002-01-07T07:12:09.000000Z K 7 svn:log V 61 Fix a missing "ipfw:" in a syslog message. MFC after: 1 day END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2002-01-07T07:17:15.000000Z K 7 svn:log V 107 MFC rev 1.91: Extend quirk for Olympus E-100RS digital camera to entire E- series. Approved by: re END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-01-07T07:37:52.000000Z K 7 svn:log V 47 MFC: Don't set RB_CDROM when booting from cd0. END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-01-07T07:42:40.000000Z K 7 svn:log V 387 MFC: Rev. 1.640 and 1.644: split the mfsroot out of boot.flp kernel and don't use write_mfs_in_kernel anymore. Also, switch to using a stock GENERIC kernel for booting off the CD on Alpha and on x86 with cdboot. On x86 INTRO_USERCONFIG isn't enabled for a CD that boots from cdboot however. It still works fine for a CD that boots from boot.flp like we currently do. Approved by: re END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-07T07:47:25.000000Z K 7 svn:log V 227 Modify Delete_Chunk() into Delete_Chunk2() which can take a flags argument. Leave a compatibility shim for Delete_Chunk(). Implement DELCHUNK_RECOVER flag so sysinstall can ask libdisk to recover space when deleting a chunk. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-07T07:51:24.000000Z K 7 svn:log V 408 Add 'R'ecover option that deletes a partition and attempts to recover its space into the previous partition. Revert 'D'elete to not attempt to recover any space. Do not auto-create /home as per release engineers decision (though I think this is a mistake). However, all of this code will be replaced later on anyway either with Jordan's stuff or with some other sort of templater, so it isn't a big deal. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-07T07:53:29.000000Z K 7 svn:log V 185 MFC 1.29 and 1.30. Give Delete_Chunk2() the ability to recover space, add Delete_Chunk2() (Delete_Chunk + additional flags argument), and leave Delete_Chunk() as a compatibility shim. END K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-01-07T07:59:30.000000Z K 7 svn:log V 364 MFC 1.111, 1.112, 1.113, 1.115 * Cleanup 'A'uto option to generate more reasonable default partition sizes. * Auto create /tmp. * (Auto creation of /home comitted but disabled with a #define) * Add 'R'ecover option, which works like 'D'elete but attempts to collapse the space into the previous partition. Approved by: re@freebsd.org END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2002-01-07T07:59:31.000000Z K 7 svn:log V 70 This commit was manufactured by cvs2svn to create branch 'RELENG_4_5'. END