summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* `kern.maxproc' is not changeable from sysctl(8).Joseph Koshy1998-09-291-1/+1
| | | | | | | Reminded by: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=39750
* Always do fixups, even if some minor dist failed to install.Jordan K. Hubbard1998-09-293-15/+12
| | | | | | | Noticed by: luigi Notes: svn path=/head/; revision=39748
* Try #2 with minigzip. Now that John Hay has made it behave more properlyJordan K. Hubbard1998-09-295-20/+25
| | | | | | | like gzip, we should be able to use it here. Notes: svn path=/head/; revision=39747
* Allow minigzip to be invoked more like gzip, checking to seeJordan K. Hubbard1998-09-291-2/+12
| | | | | | | | | if we're being called as gunzip as well as dealing with the -c flag. Submitted by: jhay Notes: svn path=/head/; revision=39746
* cosmetique - remove unneded static in previous commitAndrey A. Chernov1998-09-291-2/+2
| | | | Notes: svn path=/head/; revision=39745
* workaround painful vm86_datacall requirement that segment+offsetAndrey A. Chernov1998-09-291-5/+14
| | | | | | | must be withing the same PAGE frame Notes: svn path=/head/; revision=39744
* `kern.maxproc' is not changeable using sysctl(1). Change examplesJoseph Koshy1998-09-292-8/+8
| | | | | | | | | | that show `kern.maxproc' being written. PR: docs/7978 Submitted by: jlemon@americantv.com Notes: svn path=/head/; revision=39743
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-296-68/+74
| | | | | | | This is only for standard modes, I don't check vesa modes yet. Notes: svn path=/head/; revision=39742
* Mention default time between output flushes in manual page.Joseph Koshy1998-09-291-2/+3
| | | | | | | | PR: docs/8009 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de> Notes: svn path=/head/; revision=39741
* Correct use of nonexistent `.SS' macro.Joseph Koshy1998-09-291-3/+3
| | | | | | | | PR: docs/8039 Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp> Notes: svn path=/head/; revision=39740
* John Dyson approved of this solution; make vnode_pager_input_old set m->validRobert V. Baron1998-09-281-1/+3
| | | | Notes: svn path=/head/; revision=39739
* Add a section on vnode types. Mostly based on information supplied byEivind Eklund1998-09-281-2/+39
| | | | | | | Terry Lambert <terry@lambert.org> Notes: svn path=/head/; revision=39738
* fix handling more than one cardsAndrey A. Chernov1998-09-282-4/+6
| | | | | | | Submitted by: "Sergey V.Dorokhov" <svd@kbtelecom.nalnet.ru> Notes: svn path=/head/; revision=39736
* The flags type was recently changed from u_short to u_int, breakingAlexander Langer1998-09-281-10/+10
| | | | | | | | | | | | icmptypes. PR: 8067 Submitted by: Jonathan Hanna <jh@cr1003333-a.crdva1.bc.wave.home.com> While I'm here, staticize functions. Notes: svn path=/head/; revision=39734
* Only bcopy the correct amount of data from the buffer in case it is everPeter Wemm1998-09-281-1/+1
| | | | | | | in an overrun situation. Notes: svn path=/head/; revision=39733
* Use the variable with the path in it for the error message.Peter Wemm1998-09-281-2/+2
| | | | Notes: svn path=/head/; revision=39732
* Reactivate the a.out kernel loader code.Peter Wemm1998-09-282-4/+4
| | | | Notes: svn path=/head/; revision=39731
* Missing return value that was kinda important.Peter Wemm1998-09-283-3/+6
| | | | Notes: svn path=/head/; revision=39730
* Argh, I don't believe how much time I wasted looking for this...Peter Wemm1998-09-281-1/+1
| | | | | | | Bytes of extended memory = (extkb * 1024), not (extkb + 1024) Notes: svn path=/head/; revision=39729
* Cleanup and fix THE bugRobert V. Baron1998-09-288-44/+78
| | | | Notes: svn path=/head/; revision=39728
* Changes to support -jXX.John Birrell1998-09-281-9/+10
| | | | | | | | Submitted by: Luoqi Chen <luoqi@watermarkgroup.com> via: Chuck Robey <chuckr@mat.net> Notes: svn path=/head/; revision=39727
* The legacy stuff needs gobs more space in the obj tree. 165->260 Mb.John Birrell1998-09-281-2/+2
| | | | Notes: svn path=/head/; revision=39726
* The comconsole mode is accessed as 'comconsole' not 'com'.Peter Wemm1998-09-281-2/+2
| | | | Notes: svn path=/head/; revision=39725
* MBR magic is 0x55aa not 0xffaa.Peter Wemm1998-09-281-2/+2
| | | | Notes: svn path=/head/; revision=39724
* Precedence bug (?) causing probe problems.Peter Wemm1998-09-281-2/+2
| | | | Notes: svn path=/head/; revision=39723
* Quick update for AdvanSys cards. I *know* this file is going to needJordan K. Hubbard1998-09-281-10/+16
| | | | | | | more work. Notes: svn path=/head/; revision=39722
* Nuke ft0 device on boot floppy also since we don't need it now.Jordan K. Hubbard1998-09-281-1/+2
| | | | Notes: svn path=/head/; revision=39721
* Update tree function and remove gratuitous .h file.Jordan K. Hubbard1998-09-282-48/+79
| | | | | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39718
* Teach this code about the new tree functionality of libdialog.Jordan K. Hubbard1998-09-283-1/+105
| | | | | | | Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> Notes: svn path=/head/; revision=39717
* Document that we will core-dump on getting a NULL pointer.Eivind Eklund1998-09-281-0/+4
| | | | Notes: svn path=/head/; revision=39716
* Fix (?) EISA interrupt configuration based on observation of what we'vePeter Wemm1998-09-281-26/+9
| | | | | | | | | | | | | | | | | | | | | | | | | seen in practice. The MPspec is ambiguous and/or contradicts itself. We now look at the ELCR to determine the trigger mode (edge/level) of an interrupt tagged as "conforming" in the mptable. EISA interrupts appear to be presented to the APIC as active high in all cases (they are level inverted) that we've seen, so use this for the 'conforming' level case. Of note, the system I'm using has 2 PCI cards in it, and the PCI cards interrupts (5 and 9) appear in the ELCR register as level sensitive and the mptable lists 5 and 9 as coming from the EISA bus. The PCI interrupts are active-high by the time they reach the APIC even though they are electrically active low at the slot. We should still work should somebody implement this on motherboards differently in the future as long as the mptable is clear about the trigger/polarity. Current should work on Holm Tiffe's machine now. Based on code from: Tor.Egge@fast.no Notes: svn path=/head/; revision=39715
* Back out rev 1.6 (temporarily at least). <machine/asmacros.h> is usedPeter Wemm1998-09-281-3/+1
| | | | | | | | | | here for getting the #defines for the removal of the leading '_' in symbols in the assembler code. We could probably #include <machine/asnames.h> instead, but everything else seems to use asmacros.h directly as well. Once we convert symbols, this becomes irrelevant. Notes: svn path=/head/; revision=39714
* Sync with sys/i386/i386/userconfig.c revision 1.110.KATO Takenori1998-09-281-2/+3
| | | | Notes: svn path=/head/; revision=39711
* Sync with sys/i386/i386/machdep.c revision 1.310.KATO Takenori1998-09-282-74/+2
| | | | Notes: svn path=/head/; revision=39710
* Sync with sys/i386/conf/options.i386 revision 1.89.KATO Takenori1998-09-282-6/+4
| | | | Notes: svn path=/head/; revision=39709
* Sync with sys/i386/conf/SMP-GENERIC revision 1.16.KATO Takenori1998-09-281-2/+1
| | | | Notes: svn path=/head/; revision=39708
* Include vinum in SUBDIRGreg Lehey1998-09-283-6/+7
| | | | Notes: svn path=/head/; revision=39707
* Correct calculation of revive blocksizeGreg Lehey1998-09-283-6/+6
| | | | | | | Submitted by: Chris Csanady Notes: svn path=/head/; revision=39706
* Get include paths rightGreg Lehey1998-09-283-6/+6
| | | | Notes: svn path=/head/; revision=39705
* Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15.Jonathan Lemon1998-09-282-10/+10
| | | | Notes: svn path=/head/; revision=39704
* Initialize pcb_mpnest to 1 in the child process in cpu_fork(). This shouldTor Egge1998-09-282-2/+8
| | | | | | | | | | fix the 50% idle problem that the ELF /sbin/init triggered. The problem appeared when the last context switch before a fork() call was due to the kernel faulting in user pages via normal page faults (e.g. copyin). Reviewed by: Peter Wemm <peter@netplex.com.au> Notes: svn path=/head/; revision=39703
* Use correct virtual address when configuring the per CPU idle page directoryTor Egge1998-09-284-5/+16
| | | | | | | for a vm86 call under SMP. Notes: svn path=/head/; revision=39702
* Include vinum.4 in MAN4Greg Lehey1998-09-281-1/+1
| | | | Notes: svn path=/head/; revision=39701
* Be more selctive about when we clear p->valid.David Greenman1998-09-281-3/+5
| | | | | | | Submitted by: John Dyson <toor@dyson.iquest.net> Notes: svn path=/head/; revision=39700
* Man page for vinum--initial importGreg Lehey1998-09-281-0/+831
| | | | Notes: svn path=/head/; revision=39699
* Unbump the minor number; guess this doesn't happen in the ELF worldJordan K. Hubbard1998-09-281-2/+2
| | | | | | | anymore and maybe we should nuke the meaning if MINOR altogether. :) Notes: svn path=/head/; revision=39698
* Add a manpage for namei().Eivind Eklund1998-09-272-2/+162
| | | | | | | Markup changes and review by: dfr Notes: svn path=/head/; revision=39697
* `strings' -> `strings -aout -n 3'Joseph Koshy1998-09-273-6/+6
| | | | | | | | Pointer out by: Ben Smithurst <ben@scientia.demon.co.uk> and <des@freebsd.org> Notes: svn path=/head/; revision=39696
* We don't support SUID `games' games anymore.David E. O'Brien1998-09-271-4/+2
| | | | Notes: svn path=/head/; revision=39695
* Bring the man page more or less up to date with the code.Dag-Erling Smørgrav1998-09-261-23/+54
| | | | Notes: svn path=/head/; revision=39694