summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use /DISKSPACE.FAQ as help-file in the disk-editor.phk1994-11-051-1/+1
|
* put the DISKSPACE.FAQ on the boot.flpphk1994-11-051-2/+7
|
* This file is the documentation for the fdisk/disklabel part of sysinstall,phk1994-11-051-0/+194
| | | | | and will be available from the boot.flp with just one key-stroke. Somebody will want to purge any danishisms from it before is is let loose...
* Change the logic for how error messages are printed so we can actuallyjkh1994-11-051-12/+17
| | | | see them.
* Cosmetics: edit_line() does standend() when done;phk1994-11-051-0/+1
|
* Added a (H)elp function to the fdisk/disklabel code, much needed, now I onlyphk1994-11-057-67/+139
| | | | | | | | | have to write the text-file it will dump on you. Stopped using cleartoeol in AskEm(), just as a test to see if the screen looks more sane. Added a attempted auto-recognition of /, swap and /usr for the first disk where it looks sensible. Logic of this might need to be improved. Made a "ShowFile()" which will not bomb/ignore you if the file isn't there.
* Fixed a ghastly mistake. Edit_line() would "delwin(window)". Bad movephk1994-11-051-3/+1
| | | | | buddy, you'd better not call with stdwin then! fixed now. Seems like dialog is a LOT more rational now.
* Explicitly tell cpp where to look for include files.phk1994-11-041-2/+0
|
* Fix a potential bug in stage2.phk1994-11-042-2/+5
| | | | | disable the dialog_msgbox in TellEm(), until we find out why it hangs on second or third invocation.
* From njw@cs.city.ac.uk (Nick Williams):dg1994-11-042-4/+26
| | | | | | | | | | | /sbin/umount does not return the correct exit status due to incorrect logic in its internals. Further, because of the nature of the code, you *cannot* use it to umount a directory from a union mountpoint. Well, you can sometimes, it depends on if the directory is at the top of the union stack or not :) Submitted by: njw@cs.city.ac.uk (Nick Williams)
* Add const to termcap prototypes to help libg++ 2.6.1 compiling,ache1994-11-041-7/+7
| | | | this change must not affect other curses pgms
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-046-12/+26
| | | | | | | | | | | | | Find enclosed a short bugfix to get the union filesystem up and running in FreeBSD-current. We don't think we've got all the problems yet but these fixes sort out the major ones (which mostly concert bad locking of vnodes), no doubt we'll post others as necessary. Known problems include the inability of the umount command (not the system call) to unmount unions in certain circumstances (this is due the way "realpath" works), and the failure of direntries to always get all available files in unioned subdirectories. We are, as they say, working on it. Submitted by: tim@cs.city.ac.uk (Tim Wilkinson)
* Better tuning for FreeBSD 2.0ache1994-11-041-0/+3
|
* Merge changes with new versionache1994-11-044-7/+7
|
* This commit was generated by cvs2svn to compensate for changes in r4135,ache1994-11-041-1/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import 1.8.6ache1994-11-045-8/+10
| |
* | Prepare for 1.8.6 importache1994-11-041-4/+4
| |
* | Last commit was bogus. Changed b_bsize to b_bcount.phk1994-11-041-2/+2
| |
* | Simplify __FreeBSD__ block since __386BSD_ eliminatedache1994-11-041-5/+3
| |
* | __386BSD__ -> __FreeBSD__jkh1994-11-0416-40/+40
| | | | | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we?
* | Backed out mbuf performance improvement. mbufs are allocated with variousdg1994-11-041-32/+4
| | | | | | | | | | | | | | | | | | different types, and with the 'local cache', what is freed isn't necessarily what was originally malloced. This screws malloc's statistics and type allocation limits, resulting eventually in a deadlock when one of the limits is bogusly reached. Recent performance tests on a Pentium machine indicate no improvement with this optimization anyway (this is something to be looked at further).
* | Correct my hosing...:(gclarkii1994-11-033-3/+3
| |
* | Nuked #ifdef __386BSD__ since this is not appropriate and no longer defineddg1994-11-031-4/+2
| | | | | | | | in our 2.6.1 gcc port.
* | Fix off-by-one error reported to NetBSD by Karl Fox inwollman1994-11-031-2/+2
| | | | | | | | <9411031449.AA11102@gefilte.MorningStar.Com>.
* | Bump the version-number of the "shared-gcc-internals" library. Will onlyphk1994-11-031-2/+2
| | | | | | | | affect you if you decided to use that feature.
* | Change libs to install in /usr/lib/perlgclarkii1994-11-031-1/+1
| |
* | Change libs to /usr/lib/perlgclarkii1994-11-031-1/+1
| | | | | | | | | | | | Reviewed by: Submitted by: Obtained from:
* | Install libs into /usr/lib/perl. The discussion we had did not come togclarkii1994-11-031-1/+1
| | | | | | | | a point so... If any thing besides here I would vote for /usr/include.
* | For submakes, don't do a `${MAKE} ${MAKEFILE} all' orjkh1994-11-031-5/+8
| | | | | | | | | | `${MAKE} ${MAKEFILE} install', indirect the target through ALL_TARGET and INSTALL_TARGET now, so they can be easily overridden.
* | Add reinstall target for Poul-H. This lets you install again fromjkh1994-11-031-2/+12
| | | | | | | | the same build, ignoring the INSTALL_COOKIE.
* | |Both, the wd and the sd driver do not reject invalid request of oddjoerg1994-11-032-3/+11
| | | | | | | | | | |sizes. They simply pass them to the disks, which usually causes |fatal errors then.
* | Assign character device 20 to be the user reserved device.pst1994-11-031-20/+16
| |
* | Eliminate USERCONFIG. This option is now standard.jkh1994-11-037-26/+9
| |
* | Don't include map.h - it's been obsoleted.dg1994-11-031-4/+0
| |
* | Unconditionalize USERCONFIG. Uh, thanks, David.jkh1994-11-032-6/+2
| |
* | Remove obsolete __386BSD__ predefine.jkh1994-11-031-1/+1
| |
* | Fix for 'pstat -t' works on vtysache1994-11-034-8/+23
| | | | | | | | Submitted by: jhay@mikom.csir.co.za
* | ----------------------------------phk1994-11-0395-9947/+16265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC-2.6.1 COMES TO FREEBSD-current ---------------------------------- Everybody needs to 'make world'. Oakland, Nov 2nd 1994. In a surprise move this sunny afternoon, the release- engineer for the slightly delayed FreeBSD-2.0, Poul-Henning Kamp (28), decided to pull in the new version 2.6.1 of the GNU C-compiler. The new version of the compiler was release today at noon, and hardly 9 hours later it was committed into the FreeBSD-current source-repository. "It's is simply because we have had too much trouble with the version 2.6.0 of the compiler" Poul-Henning told the FreeBSD-Gazette, "we took a gamble when we decided to use that as our compiler for the 2.0 release, but it seems to pay of in the end now" he concludes. The move has not been discussed on the "core" list at all, and will come as a surprise for most Poul-Hennings peers. "I have only discussed it with Jordan [J. K. Hubbard, the FreeBSD's resident humourist], and we agreed that we needed to do it, so ... I did it!". After a breath he added with a grin: "My email will probably get an all time 'disk-full' now!". This will bring quite a flag-day to the FreeBSD developers, the patch-file is almost 1.4 Megabyte, and they will have to run "make world" to get entirely -current again. "Too bad, but we just had to do this." Was the only comment from Poul-Henning to these problems. When asked how this move would impact the 2.0 release-date, Poul-Hennings face grew dark, he mumbled some very Danish words while he moved his fingers in strange geometrical patterns. Immediately something ecclipsed the Sun, a minor tremor shook the buildings, and the temperature fell significantly. We decided not to pursure the question. ----------- JOB-SECTION ----------- Are you a dedicated GCC-hacker ? We BADLY need somebody to look at the 'freebsd' OS in gcc, sanitize it and carry the patches back to the GNU people. In particular, we need to get out of the "i386-only" spot we are in now. I have the stuff to take a gnu-dist into bmake-form, and will do that part. Please apply to phk@freebsd.org No Novice Need Apply.
* | Whoops - one two many zeros in the initializer. This should have everybodyjkh1994-11-031-2/+2
| | | | | | | | enabled by default now.
* | Whoops - make sure TRUE and FALSE are defined now.jkh1994-11-031-1/+6
| |
* | Changes to initialize the id_enabled flag to 1.jkh1994-11-031-2/+2
| | | | | | | | | | | | Also initialize some fields that were never initialized before, and simply defaulted to 0. I've never looked at this code before, now I know why. Config needs to die. Horribly.
* | Add extra id_enabled flag for userconfig to manipulate. If id_enabledjkh1994-11-033-3/+14
| | | | | | | | is FALSE, the device will not be probed. id_enabled is TRUE by default.
* | Make the enable & disable commands finally work.jkh1994-11-031-4/+4
| |
* | -i case goes to background pause and acts like -a case on receivingache1994-11-032-4/+40
| | | | | | | | | | SIGTERM. This helps to keep CMOS clock updated before reboot. Idea from J.Wunsch.
* | Cosmetic changes in comment at start (it's no longer a GENERICAH configgpalmer1994-11-032-4/+4
| | | | | | | | file!)
* | Completely replace JTW's idea with my (incompletely implemented) originalwollman1994-11-031-148/+23
| | | | | | | | | | idea. This is les likely to crash your machine. As before, this code is only enabled under `options IN_RMX'.
* | Collapse two fields so that we have space for another 32 flags.wollman1994-11-032-3/+10
| | | | | | | | | | | | NB: You will have to recompile programs which use the `rt_use' member in order to get the correct values. This should not cause incorrect operation, but the statistics may look a little confusing.
* | Restore jkh's changes, now it works for const stringsache1994-11-031-1/+1
| |
* | Now autosizing code works with const strings too.ache1994-11-032-8/+8
| | | | | | | | Prototype added.
* | Don't set hostname if we already have it. (diskless).phk1994-11-021-3/+5
| |
OpenPOWER on IntegriCloud