| Commit message (Expand) | Author | Age | Files | Lines |
* | Strip non version _number_ bits from HOST_OS_VERSION. | obrien | 2001-09-06 | 1 | -1/+1 |
* | I was missing the HOST_OS_VERSION setting in the fall-back case. | obrien | 2001-09-06 | 2 | -3/+6 |
* | Print the correct filename if we fail to open $etc_passwd. | dd | 2001-09-06 | 1 | -1/+1 |
* | sysinstall's primitive network configuration expects only one value | murray | 2001-09-06 | 1 | -0/+2 |
* | There is a problem in this example script. Setting ftp=time.cdrom.com | murray | 2001-09-06 | 1 | -1/+1 |
* | If we're running as init, install a signal handler for SIGCHLD. | murray | 2001-09-06 | 2 | -0/+26 |
* | Make wicontrol WARNS=2 clean. This is mostly just adding const to things. | brooks | 2001-09-05 | 2 | -24/+35 |
* | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | dd | 2001-09-05 | 1 | -2/+2 |
* | Don't mention wtmp.[0-7] in the FILES section. This manual page | dd | 2001-09-05 | 1 | -3/+1 |
* | Correct a typo. | dd | 2001-09-05 | 1 | -1/+1 |
* | Fix typo. | dd | 2001-09-05 | 1 | -1/+1 |
* | atol -> strtoll, for file offset | ache | 2001-09-05 | 1 | -1/+1 |
* | Try to determine the OS version and architecture for what is being built | obrien | 2001-09-05 | 2 | -9/+19 |
* | 4000 -> 5800 ports. We really need to add some smarts to the | murray | 2001-09-05 | 1 | -1/+1 |
* | Allow network device name to be given on the command line in the | murray | 2001-09-05 | 1 | -1/+1 |
* | Add Hungarian FTP mirror. | murray | 2001-09-05 | 2 | -0/+4 |
* | Add Czech keyboard definition to sysinstall. | murray | 2001-09-05 | 4 | -2/+4 |
* | Correct a last minute sizeof() bogon in my previous commit. | kris | 2001-09-05 | 1 | -1/+1 |
* | Introduce the concept of previously mounted media to sysinstall. | murray | 2001-09-05 | 1 | -6/+20 |
* | Allow users to enable usbd and set flags from sysinstall. This is | murray | 2001-09-05 | 2 | -0/+8 |
* | Update the inetd configuration prompt for clarity. | murray | 2001-09-05 | 2 | -2/+2 |
* | Revisions 1.117 and 1.118 of tcpip.c fixed the logic dealing with DHCP | murray | 2001-09-04 | 2 | -4/+0 |
* | Add 3rd spanish mirror | jkh | 2001-09-04 | 2 | -0/+4 |
* | Fix a diagnostic | brian | 2001-09-04 | 1 | -1/+1 |
* | sysinstall's binary upgrade option used to display the contents of | bmah | 2001-09-04 | 1 | -3/+5 |
* | Since we now install sysinstall in /usr/sbin, encourage the user to | rwatson | 2001-09-04 | 2 | -2/+2 |
* | Spell SSHd as sshd to improve readability and consistency. | rwatson | 2001-09-04 | 2 | -4/+4 |
* | Add an additional \n before the "cautionary note" on the topic of | rwatson | 2001-09-04 | 2 | -4/+4 |
* | Don't name the main menu "/stand/sysinstall Main Manu" since it now | rwatson | 2001-09-04 | 2 | -2/+2 |
* | mdoc(7) police: This still can be done with one-line display. | ru | 2001-09-04 | 1 | -3/+2 |
* | mdoc(7) police: | ru | 2001-09-04 | 1 | -24/+16 |
* | mdoc(7) police: s/vidmap/vidfont/, don't xref to itself. | ru | 2001-09-04 | 1 | -4/+4 |
* | Change the access width of memory window from 8 bits to 16 bits. | non | 2001-09-04 | 1 | -1/+1 |
* | Note that kbdmap is an interactive command. | murray | 2001-09-04 | 1 | -0/+3 |
* | Add additional information about VGA attributes. | murray | 2001-09-04 | 1 | -31/+47 |
* | Opps, let one definition slip out that we define dynamically. | obrien | 2001-09-03 | 1 | -1/+1 |
* | Actually, instead of removing the comment entirely, change it to talk | dd | 2001-09-03 | 1 | -1/+6 |
* | This does not describe kbdcontrol or vidcontrol. | dd | 2001-09-03 | 1 | -6/+1 |
* | syslogd can now be configured to bind to a specific address. | dd | 2001-09-03 | 1 | -5/+2 |
* | For new users, create the home directory before sending the welcome | dd | 2001-09-03 | 1 | -24/+24 |
* | Use the native mount and nfs_prot headers. | obrien | 2001-09-02 | 3 | -10/+6 |
* | Update for version 6.0.7. | obrien | 2001-09-02 | 2 | -174/+219 |
* | Document my tweaks better. | obrien | 2001-09-02 | 1 | -9/+10 |
* | Introduce a -b option that allows the user to specify which address to | dd | 2001-09-01 | 2 | -5/+16 |
* | Fix some unsafe signal handlers, and be careful not to overflow on fd_set. | kris | 2001-09-01 | 1 | -102/+136 |
* | Don't do unsafe activities in the syscall handler. | kris | 2001-09-01 | 1 | -4/+18 |
* | Preserve /etc/hosts.allow and /etc/dhclient.conf during upgrades. | jkh | 2001-08-31 | 1 | -0/+2 |
* | Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling | jkh | 2001-08-31 | 1 | -1/+1 |
* | PR: 26187 | jkh | 2001-08-31 | 1 | -1/+1 |
* | SECURITY: Drop `setgid kmem' bit as early as possible. | ru | 2001-08-31 | 2 | -0/+2 |