| Commit message (Expand) | Author | Age | Files | Lines |
| * | The second try a committing the bluetooth code | Julian Elischer | 2002-11-20 | 27 | -0/+6743 |
| * | Add several new real categories and virtual categories. | Akinori MUSHA | 2002-11-18 | 1 | -2/+9 |
| * | Create a link /boot -> /<efi>/boot, where <efi> is the mountpoint | Marcel Moolenaar | 2002-11-18 | 2 | -0/+30 |
| * | Enable selecting the type of partition menu on pc98. | Yoshihiro Takahashi | 2002-11-16 | 2 | -34/+34 |
| * | These two patches makes it easier to compile custom versions of | Ollivier Robert | 2002-11-16 | 2 | -2/+6 |
| * | utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than | Peter Wemm | 2002-11-15 | 2 | -2/+2 |
| * | Fix to build for pc98. | Yoshihiro Takahashi | 2002-11-15 | 2 | -2/+2 |
| * | Assume that packages passed on stdin are in bzip2 format, not gzip. | Bruce A. Mah | 2002-11-14 | 1 | -1/+2 |
| * | Add a new newsyslog.conf flag - 'G', which if set tells newsyslog(8) that | Maxim Sobolev | 2002-11-14 | 2 | -1/+29 |
| * | Add conditional code specific to ia64 to allow newfs(8)-ing FAT | Marcel Moolenaar | 2002-11-14 | 4 | -6/+118 |
| * | mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161). | Ruslan Ermilov | 2002-11-13 | 1 | -5/+0 |
| * | Bootstrapping aid for 4.0-RELEASE. | Ruslan Ermilov | 2002-11-13 | 1 | -0/+6 |
| * | Also test for type efi everywhere we currently test for type fat. | Marcel Moolenaar | 2002-11-13 | 10 | -12/+22 |
| * | Use a clean flags variable when creating chunks from scripts instead of | John Baldwin | 2002-11-12 | 2 | -6/+4 |
| * | Remove a line that set the status to success. We already do that at the | John Baldwin | 2002-11-12 | 2 | -4/+2 |
| * | Try to cleanup the non-interactive disk labeling code a bit. Rework | John Baldwin | 2002-11-12 | 2 | -96/+76 |
| * | Do a bit of cleanup. new_part() basically ignored the passed in size | John Baldwin | 2002-11-12 | 2 | -38/+22 |
| * | Doh, fix a bug in previous commit. The default is to newfs for new | John Baldwin | 2002-11-12 | 2 | -2/+2 |
| * | When setting the mountpoint name, remember any previous setting of the | John Baldwin | 2002-11-12 | 2 | -4/+14 |
| * | The FIONREAD sysctl operates on an int *, not a size_t *. | Thomas Moestl | 2002-11-11 | 1 | -9/+8 |
| * | A support for creating EFI partitions. This is required on ia64, | Marcel Moolenaar | 2002-11-10 | 2 | -0/+6 |
| * | Clarify the unique groups scheme by mentioning that the 002 umask | Tony Finch | 2002-11-08 | 1 | -3/+5 |
| * | Factor out the code that determines whether a message must be skipped | Thomas Quinot | 2002-11-07 | 1 | -26/+27 |
| * | Clean up a little. Don't need to include fetch.h any more, and I can't | David E. O'Brien | 2002-11-06 | 1 | -7/+0 |
| * | Break fileGetURL() out into its own file so that pkg_install/lib consumers | David E. O'Brien | 2002-11-06 | 5 | -117/+149 |
| * | Mount devfs with nmount(2) instead of mount(2). This error was masked | John Baldwin | 2002-11-05 | 1 | -1/+12 |
| * | Test for the existance of kernel ppp support by seeing if the kernel has | Brooks Davis | 2002-11-05 | 1 | -12/+14 |
| * | The symbol for Hertz is Hz. | David Malone | 2002-11-04 | 3 | -3/+3 |
| * | Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of | Ollivier Robert | 2002-11-04 | 3 | -476/+508 |
| * | Move the modules in the mfsroot to /modules instead of /stand/modules so | John Baldwin | 2002-11-04 | 1 | -1/+1 |
| * | Update the list of FTP mirrors to reflect the current situation. | Peter Pentchev | 2002-11-04 | 2 | -46/+246 |
| * | - Added the MenuIPLType menu for selecting pc98 boot IPL. | Yoshihiro Takahashi | 2002-11-03 | 6 | -36/+226 |
| * | The hw.physmem sysctl has an unsigned long value now, fix the retrieval | Thomas Moestl | 2002-11-02 | 2 | -2/+2 |
| * | Build sysinstall on sparc64. | Jake Burkholder | 2002-11-01 | 1 | -5/+1 |
| * | debugMsg() should end with "\n". | Jun Kuriyama | 2002-11-01 | 12 | -17/+17 |
| * | With the recent libdisk changes, alpha doesn't need (as much) special magic. | Poul-Henning Kamp | 2002-10-30 | 2 | -70/+0 |
| * | Use "deprecated" instead of "depreciated" where appropriate. | Sheldon Hearn | 2002-10-30 | 1 | -1/+1 |
| * | Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLE | Ollivier Robert | 2002-10-29 | 5 | -17/+55 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2002-10-29 | 1 | -5/+5 |
| * | Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont | Poul-Henning Kamp | 2002-10-29 | 2 | -8/+8 |
| * | Fix the wizardmodes 'write' command to not explode: Don't reference | Poul-Henning Kamp | 2002-10-28 | 2 | -8/+4 |
| * | Take care of the case for the default speed (no -s option) also. | Nate Lawson | 2002-10-27 | 1 | -3/+2 |
| * | Add used #include <limits.h>. | Garrett Wollman | 2002-10-27 | 3 | -3/+6 |
| * | Do not include <sys/syslimits.h> directly; it is not intended for general | Garrett Wollman | 2002-10-27 | 2 | -2/+3 |
| * | Move speed units conversion to right before it is used. This catches the | Nate Lawson | 2002-10-27 | 1 | -1/+2 |
| * | Allow users to read the Early Adopter's Guide in sysinstall. | Bruce A. Mah | 2002-10-27 | 2 | -14/+18 |
| * | Un-remove sysinstall for ia64. | Peter Wemm | 2002-10-27 | 1 | -1/+2 |
| * | Convert speed into KB/s. This was missed by the previous commit to this file. | Nate Lawson | 2002-10-26 | 1 | -1/+1 |
| * | Explicitly list architectures supporting sysinstall | Poul-Henning Kamp | 2002-10-25 | 1 | -1/+4 |
| * | MFS: Update sysinstall text for the number and size or ports in the ports | Bruce A. Mah | 2002-10-25 | 1 | -2/+2 |