| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up a little. Don't need to include fetch.h any more, and I can't | obrien | 2002-11-06 | 1 | -7/+0 |
* | Break fileGetURL() out into its own file so that pkg_install/lib consumers | obrien | 2002-11-06 | 5 | -117/+149 |
* | Mount devfs with nmount(2) instead of mount(2). This error was masked | jhb | 2002-11-05 | 1 | -1/+12 |
* | Test for the existance of kernel ppp support by seeing if the kernel has | brooks | 2002-11-05 | 1 | -12/+14 |
* | The symbol for Hertz is Hz. | dwmalone | 2002-11-04 | 3 | -3/+3 |
* | Update ntpd to 4.1.1b. There are two new drivers and the usual bunch of | roberto | 2002-11-04 | 3 | -476/+508 |
* | Move the modules in the mfsroot to /modules instead of /stand/modules so | jhb | 2002-11-04 | 1 | -1/+1 |
* | Update the list of FTP mirrors to reflect the current situation. | roam | 2002-11-04 | 2 | -46/+246 |
* | - Added the MenuIPLType menu for selecting pc98 boot IPL. | nyan | 2002-11-03 | 6 | -36/+226 |
* | The hw.physmem sysctl has an unsigned long value now, fix the retrieval | tmm | 2002-11-02 | 2 | -2/+2 |
* | Build sysinstall on sparc64. | jake | 2002-11-01 | 1 | -5/+1 |
* | debugMsg() should end with "\n". | kuriyama | 2002-11-01 | 12 | -17/+17 |
* | With the recent libdisk changes, alpha doesn't need (as much) special magic. | phk | 2002-10-30 | 2 | -70/+0 |
* | Use "deprecated" instead of "depreciated" where appropriate. | sheldonh | 2002-10-30 | 1 | -1/+1 |
* | Update ntpd to 4.1.1a. This contains many bug fixes made on the STABLE | roberto | 2002-10-29 | 5 | -17/+55 |
* | Whitespace cleanup | des | 2002-10-29 | 1 | -5/+5 |
* | Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont | phk | 2002-10-29 | 2 | -8/+8 |
* | Fix the wizardmodes 'write' command to not explode: Don't reference | phk | 2002-10-28 | 2 | -8/+4 |
* | Take care of the case for the default speed (no -s option) also. | njl | 2002-10-27 | 1 | -3/+2 |
* | Add used #include <limits.h>. | wollman | 2002-10-27 | 3 | -3/+6 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 2 | -2/+3 |
* | Move speed units conversion to right before it is used. This catches the | njl | 2002-10-27 | 1 | -1/+2 |
* | Allow users to read the Early Adopter's Guide in sysinstall. | bmah | 2002-10-27 | 2 | -14/+18 |
* | Un-remove sysinstall for ia64. | peter | 2002-10-27 | 1 | -1/+2 |
* | Convert speed into KB/s. This was missed by the previous commit to this file. | njl | 2002-10-26 | 1 | -1/+1 |
* | Explicitly list architectures supporting sysinstall | phk | 2002-10-25 | 1 | -1/+4 |
* | MFS: Update sysinstall text for the number and size or ports in the ports | bmah | 2002-10-25 | 1 | -2/+2 |
* | Goodbye and good riddance! | phk | 2002-10-25 | 1 | -80/+0 |
* | Confirmed kill: "Bogon #1" is dead, killed by DEVFS. | phk | 2002-10-25 | 2 | -76/+0 |
* | Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-) | phk | 2002-10-25 | 2 | -4/+4 |
* | another int * to size_t * change for getbsize() to make it compile | gallatin | 2002-10-24 | 1 | -1/+1 |
* | getbsize() now takes a pointer to a size_t as its first arg. A pointer | gallatin | 2002-10-24 | 1 | -1/+1 |
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
* | Fix cut&paste mistake. | phk | 2002-10-23 | 2 | -4/+4 |
* | Introduce simple command line tools to manage MAC labels on processes and | rwatson | 2002-10-23 | 11 | -0/+577 |
* | Remove more private MAKEDEV kludges. | phk | 2002-10-22 | 2 | -6/+6 |
* | Give a real error on failure to mount DEVFS. | phk | 2002-10-22 | 2 | -38/+10 |
* | Don't use NO_MAKEDEV* option, its the default now. | phk | 2002-10-22 | 1 | -1/+1 |
* | Fix example, we do not need NO_MAKEDEV_RUN any more. | phk | 2002-10-22 | 1 | -1/+1 |
* | Chunk functions in libdisk take an extra arguement for all archs to accomodate | phk | 2002-10-22 | 4 | -26/+4 |
* | Pick up a prototyp from libdisk.h instead of having our own. | phk | 2002-10-22 | 2 | -2/+0 |
* | DEVFS has been nmountified, so use nmount(2) to mount it. | phk | 2002-10-21 | 2 | -4/+28 |
* | Stick .Os between .Dd and .Dt | chris | 2002-10-20 | 1 | -0/+1 |
* | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | matusita | 2002-10-20 | 4 | -4/+4 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | njl | 2002-10-18 | 4 | -8/+13 |
* | Connect ofwdump to the sparc64 build. | tmm | 2002-10-18 | 1 | -0/+4 |
* | Add a utility to examine the OpenFirmware device tree (on sparc64). This | tmm | 2002-10-18 | 6 | -0/+555 |
* | Sync usage() with reality and sort it alphabetically. | tjr | 2002-10-18 | 1 | -4/+5 |
* | Add -c option to synopsis. Sort it alphabetically, too. | tjr | 2002-10-18 | 1 | -3/+3 |
* | Cosmetic line-wrapping change that has the side-effect of not producing | chris | 2002-10-18 | 1 | -2/+2 |