summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.0cvs2svn2002-07-03164-29392/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-0327457-0/+9641342
|\
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-03199-0/+40222
| * Warn that install(1) no longer accepts -d and -C together.Dag-Erling Smørgrav2002-07-031-0/+5
| * MFC rev 1.131 - add another chip rev.Mike Silbersack2002-07-031-0/+1
| * MFC: Revision 1.40 & 1.41: Declare environ correctly, and a minor styleTim J. Robbins2002-07-031-6/+6
| * MFC: synch with -CURRENT (long overdue!)Dag-Erling Smørgrav2002-07-038-189/+255
| * MFC: Add the "java" category.Dag-Erling Smørgrav2002-07-032-0/+4
| * MFC:John Baldwin2002-07-031-0/+27
| * MFC: Introduce the concept of previously mounted media to sysinstall.John Baldwin2002-07-031-6/+20
| * MFC: Only build and link the pccard module on architectures that supportJohn Baldwin2002-07-035-1/+14
| * MFC: Add 'diskInteractive' variable.John Baldwin2002-07-033-4/+9
| * MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-0232-242/+155
| * Adjust the previous commit so that the value of SI_SUB_DRIVERS doesn't change,Archie Cobbs2002-07-021-2/+2
| * MFC: Document the HTTP proxy install method.John Baldwin2002-07-021-7/+10
| * MFC:John Baldwin2002-07-021-2/+4
| * MFC: If 'netInteractive' is set, then allow the IPv6 and DHCP questions toJohn Baldwin2002-07-021-0/+18
| * MFC: Warning fix.John Baldwin2002-07-021-1/+1
| * MFC: Move the 'type' variable inside the block where it is actually used.John Baldwin2002-07-021-3/+3
| * MFC:John Baldwin2002-07-021-2/+2
| * MFC: Change the main menu title to not specify the path to sysinstall.John Baldwin2002-07-021-1/+1
| * MFC: Whitespace and warning fixes.John Baldwin2002-07-021-2/+4
| * MFC: Cast final NULL argument to execl() to char *.John Baldwin2002-07-021-4/+4
| * MFC: Rudimentary attempt to recognize when 'a' is not the first partitionJohn Baldwin2002-07-021-0/+22
| * MFC: Check the right variable in request_part_size().John Baldwin2002-07-021-1/+1
| * MFC: Comment and whitespace sync with current.John Baldwin2002-07-021-5/+4
| * MFC: Make /compat a relative symlink instead of an absolute symlink.John Baldwin2002-07-021-2/+2
| * MFC: Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-07-025-49/+53
| * MFC:John Baldwin2002-07-021-5/+6
| * MFC: Whitespace.John Baldwin2002-07-021-4/+7
| * Sync with current: whitespace fixes.John Baldwin2002-07-021-3/+3
| * MFC: Fix handling of the 'noError' variable.John Baldwin2002-07-021-12/+11
| * MFC: Add a mediaClose() command.John Baldwin2002-07-021-0/+9
| * MFC: Document the DD and Wizard modes.John Baldwin2002-07-021-4/+4
| * MFC: Warning fixes.John Baldwin2002-07-021-1/+1
| * MFC: Fix integer overflow causing disk/partition size display wrappingJohn Baldwin2002-07-021-3/+3
| * MFC: Close open file descriptors instead of leaving them dangling.John Baldwin2002-07-021-0/+2
| * MFC: Sync device driver names with current.John Baldwin2002-07-021-2/+2
| * MFC: Modernize phk's e-mail address.John Baldwin2002-07-022-2/+2
| * MFC: Whitespace and warning fixes.John Baldwin2002-07-021-5/+10
| * Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).Mark Peek2002-07-021-1/+1
| * MFC: (rev. 1.70) Initialize mbuf subsystem before initializing drivers.Archie Cobbs2002-07-021-2/+2
| * MFC: (rev. 1.90) Fix M_TRAILINGSPACE() to return zero if !M_WRITABLE(m).Archie Cobbs2002-07-021-2/+9
| * MFC: (rev. 1.92) Don't set "m->m_ext.ext_size" to zero in m_split().Archie Cobbs2002-07-021-1/+5
| * MFC: (rev. 1.18) Fix bugs where mbuf was being accessed without m_pullup().Archie Cobbs2002-07-021-7/+41
| * MFC: (rev. 1.24) Fix for checking M_WRITABLE(), eliminate some complexity.Archie Cobbs2002-07-021-57/+27
| * MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-0211-19/+72
| * MFC: (rev. 1.23) Don't send packets out an interface unless IFF_UP|IFF_RUNNING.Archie Cobbs2002-07-021-2/+9
| * MFC: (rev. 1.20) Grammar nit: treat "contents" as plural.Archie Cobbs2002-07-021-1/+1
| * MFC: (rev. 1.28) Grammar nit: treat "contents" as plural.Archie Cobbs2002-07-021-1/+1