aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Mention SIOC[SG]IFGENERIC.Joerg Wunsch1997-10-081-0/+6
| | | | | | | Prodded by: jkh Notes: svn path=/head/; revision=30223
* Mention the LOG_NTP change.Joerg Wunsch1997-10-061-0/+3
| | | | Notes: svn path=/head/; revision=30186
* Add an extra sanity check to previous commit.Jordan K. Hubbard1997-10-061-2/+2
| | | | Notes: svn path=/head/; revision=30167
* This should put boot.help in its rightful place (finally!)Jordan K. Hubbard1997-10-061-3/+3
| | | | Notes: svn path=/head/; revision=30165
* Whups! Missed a spot in the kerberos src changes.Jordan K. Hubbard1997-10-041-4/+6
| | | | Notes: svn path=/head/; revision=30107
* Un-nuke krb and do what I *meant* to do, darn it.Jordan K. Hubbard1997-10-042-2/+4
| | | | Notes: svn path=/head/; revision=30100
* Adapt for new crypto source layout.Jordan K. Hubbard1997-10-042-4/+4
| | | | Notes: svn path=/head/; revision=30099
* Get boot.help from a different place.Jordan K. Hubbard1997-10-031-1/+3
| | | | Notes: svn path=/head/; revision=30077
* Don't attempt to deref OpenConn after it's been set to NULL. :)Jordan K. Hubbard1997-10-031-4/+6
| | | | Notes: svn path=/head/; revision=30074
* For people running paranoid ftpds, use the real username to log inJordan K. Hubbard1997-10-031-2/+11
| | | | | | | | with when running multi-user and we actually have one. Suggested by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> Notes: svn path=/head/; revision=30067
* Note kerberosIV inclusion.Jordan K. Hubbard1997-10-021-0/+5
| | | | Notes: svn path=/head/; revision=30050
* Keep fingers off /etc files until they're properly backed up.Jordan K. Hubbard1997-10-011-16/+16
| | | | | | | | PR: 4636 Submitted by: Jack <jack@zeus.xtalwind.net> Notes: svn path=/head/; revision=30018
* Add ftp4.uk.freebsd.orgJordan K. Hubbard1997-09-291-1/+3
| | | | Notes: svn path=/head/; revision=29954
* Mention some of Justin's changes.Peter Wemm1997-09-231-1/+19
| | | | Notes: svn path=/head/; revision=29732
* More label editor enhancements.Jordan K. Hubbard1997-09-201-50/+46
| | | | | | | Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu> Notes: svn path=/head/; revision=29633
* Fix conditional bogon in Label Editor [from Ed Gold]Jordan K. Hubbard1997-09-202-7/+7
| | | | | | | Print info boxes without titles. Notes: svn path=/head/; revision=29628
* Whoops! Missed one on the XF8633 -> XF86331 update.Jordan K. Hubbard1997-09-181-2/+2
| | | | | | | PR: 4560 Notes: svn path=/head/; revision=29579
* Correct typo.Jordan K. Hubbard1997-09-181-1/+1
| | | | Notes: svn path=/head/; revision=29577
* Over 1000 ports now. Note this in the relevant place.Jordan K. Hubbard1997-09-181-2/+2
| | | | Notes: svn path=/head/; revision=29575
* Fix misspellingPaul Traina1997-09-171-2/+2
| | | | Notes: svn path=/head/; revision=29541
* variable_load.c is deadPaul Traina1997-09-171-1/+1
| | | | Notes: svn path=/head/; revision=29540
* Put all variables in VAR_ #define's to force a single location for allPaul Traina1997-09-176-14/+24
| | | | | | | | of these magic knobs. This is purely cosmetic and a documentation issue so we don't have to glop through the source code looking for gems. Notes: svn path=/head/; revision=29539
* Add a new netInteractive variable so that the interactiveness of the TCPJordan K. Hubbard1997-09-172-6/+18
| | | | | | | | | setup dialog from scripts is more controllable. No more biasing off of hostname (which is now non-optional in the non-netInteractive case). Requested by: pst Notes: svn path=/head/; revision=29537
* Whoops, forgot a file!Jordan K. Hubbard1997-09-161-0/+60
| | | | | | | Submitted by: pst Notes: svn path=/head/; revision=29518
* Much better dispatch code and scripting support.Jordan K. Hubbard1997-09-166-218/+252
| | | | | | | Submitted by: pst Notes: svn path=/head/; revision=29517
* MF22: pst's changes.Jordan K. Hubbard1997-09-164-30/+39
| | | | | | | Submitted by: pst Notes: svn path=/head/; revision=29501
* Comment the UID games -> GID games change - mention the known problems withEivind Eklund1997-09-161-0/+3
| | | | | | | it and ask for feedback on any unknown ones. Notes: svn path=/head/; revision=29482
* What I did in my vacation.Poul-Henning Kamp1997-09-141-0/+20
| | | | Notes: svn path=/head/; revision=29395
* Mention the multicast ping fix and changes to finger, fetch, and netstat.Garrett Wollman1997-09-141-0/+19
| | | | Notes: svn path=/head/; revision=29394
* Talk a little bit about some of the networking changes in the kernel.Garrett Wollman1997-09-141-0/+16
| | | | Notes: svn path=/head/; revision=29393
* Some updates for 3.0: mention changes for poll(2), issetugid(2),Peter Wemm1997-09-141-3/+32
| | | | | | | | async IO, getsid(2), setpgid(2), nanosleep(2), signanosleep(2), fixes to sleep(3) and usleep(3), the a.out in-kernel linker. Notes: svn path=/head/; revision=29378
* XFree86 3.3.1 updatesJordan K. Hubbard1997-09-144-587/+797
| | | | | | | Document new media flag in lieu of links. Notes: svn path=/head/; revision=29371
* Mention SA_NOCLDWAIT as a new feature.Joerg Wunsch1997-09-131-0/+4
| | | | Notes: svn path=/head/; revision=29342
* Fix offset bug in partition display that made partitions of typeJordan K. Hubbard1997-09-111-9/+42
| | | | | | | | | `linux_swap' hose the output. Also add a (T)ype command for changing the type of a partition. Notes: svn path=/head/; revision=29307
* Update to XFree86 3.3.1Jordan K. Hubbard1997-09-102-97/+97
| | | | Notes: svn path=/head/; revision=29278
* Scrolling partition and label lists now make it possible to partitionJordan K. Hubbard1997-09-091-10/+144
| | | | | | | | | | | lots of disks from sysinstall. Yay! Please test this as much as possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap), especially those of you with larger disk farms. Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu> Notes: svn path=/head/; revision=29249
* Eliminate an obviously redundant message title.Jordan K. Hubbard1997-09-091-3/+3
| | | | Notes: svn path=/head/; revision=29247
* Update for XFree86 3.3.1Jordan K. Hubbard1997-09-091-47/+47
| | | | Notes: svn path=/head/; revision=29246
* Be more cautious about leaving user with a workable kernel during theJordan K. Hubbard1997-09-091-2/+7
| | | | | | | | upgrade process. Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se> Notes: svn path=/head/; revision=29236
* Make upgrade potentially a little less interactive.Jordan K. Hubbard1997-09-084-12/+190
| | | | | | | | Add and document new loadConfig function (sort of like a script #include). Make TCP/IP setup far less chatty when it doesn't need to be. Notes: svn path=/head/; revision=29222
* Add a hint to the FAQ regarding ``DD'' disks.Joerg Wunsch1997-09-071-2/+4
| | | | Notes: svn path=/head/; revision=29204
* Notes that WEBNFS is supported.Jordan K. Hubbard1997-09-051-0/+2
| | | | Notes: svn path=/head/; revision=29123
* Install boot.help a little more skillfully; now it works without a srcJordan K. Hubbard1997-09-031-3/+3
| | | | | | | dist installed. :) Notes: svn path=/head/; revision=29073
* People have complained that this is overly chatty, andJordan K. Hubbard1997-09-031-17/+1
| | | | | | | | "dangerously dedicated" mode doesn't appear to have killed anyone in recent memory, so I agree. Notes: svn path=/head/; revision=29072
* The CMD640 workaround is now enabled by default.Wolfgang Helbig1997-08-301-11/+4
| | | | Notes: svn path=/head/; revision=28923
* Update for impending 3.0-SNAP CDROM.Jordan K. Hubbard1997-08-291-29/+41
| | | | Notes: svn path=/head/; revision=28915
* -I/sys -> ${.CURDIR}/../../sys. This should finish replacing /sys byBruce Evans1997-08-261-1/+2
| | | | | | | a relative path. Notes: svn path=/head/; revision=28802
* Fix fstab sequence number bug.Jordan K. Hubbard1997-08-183-6/+13
| | | | | | | | Add a few more strategic screen clears. Fix registration form bug. Notes: svn path=/head/; revision=28391
* Work around potential state machine bogon with FILL. This needsJordan K. Hubbard1997-08-181-3/+3
| | | | | | | to be scrapped, ultimately, and it will be. Notes: svn path=/head/; revision=28389
* 2nd round doc cleanup.Jordan K. Hubbard1997-08-181-28/+28
| | | | Notes: svn path=/head/; revision=28387