summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update import instructions from last time.Peter Wemm1998-01-301-1/+2
| | | | Notes: svn path=/head/; revision=32895
* Retire dumplfs, mount_lfs and newlfsPoul-Henning Kamp1998-01-3016-2674/+0
| | | | Notes: svn path=/head/; revision=32894
* Retire dumplfs mount_lfs newlfsPoul-Henning Kamp1998-01-301-3/+3
| | | | Notes: svn path=/head/; revision=32893
* Remove lfs_cleanerdPoul-Henning Kamp1998-01-307-1831/+0
| | | | Notes: svn path=/head/; revision=32892
* Disable lfs_cleanerdPoul-Henning Kamp1998-01-301-2/+2
| | | | Notes: svn path=/head/; revision=32891
* Sync with sys/i386/i386/machdep.c revision 1.285.KATO Takenori1998-01-302-32/+30
| | | | Notes: svn path=/head/; revision=32890
* Retire LFS.Poul-Henning Kamp1998-01-3036-5232/+47
| | | | | | | | | | | | | | | If you want to play with it, you can find the final version of the code in the repository the tag LFS_RETIREMENT. If somebody makes LFS work again, adding it back is certainly desireable, but as it is now nobody seems to care much about it, and it has suffered considerable bitrot since its somewhat haphazard integration. R.I.P Notes: svn path=/head/; revision=32889
* Make the bounce buffer code a little more robust when space isn'tJohn Dyson1998-01-304-38/+50
| | | | | | | | | available. If there isn't bounce space available, the bounce code is disabled. This will allow most large systems to run properly when the bounce space is mistakenly allocated above 16MB. Notes: svn path=/head/; revision=32884
* MF22: Add tx.4 to build list.Jordan K. Hubbard1998-01-301-2/+3
| | | | Notes: svn path=/head/; revision=32880
* Remove obsolete strategy code that was replaced by the disk slice mapping code.Paul Traina1998-01-292-18/+6
| | | | | | | | FreeBSD filesystems could be dammaged by repeatedly mounting and unmounting several partitions. Notes: svn path=/head/; revision=32874
* Update to version stable-165Jordan K. Hubbard1998-01-293-418/+550
| | | | | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> Notes: svn path=/head/; revision=32869
* Add new man page for tx driver.Jordan K. Hubbard1998-01-293-1/+154
| | | | | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> Notes: svn path=/head/; revision=32866
* Correct usage of unit to t->lun. This fixes the DEVFS case and theMike Smith1998-01-292-10/+10
| | | | | | | | "buggy Zip" message. Suggested by: Pedro A M Vazquez <vazquez@IQM.Unicamp.BR> Notes: svn path=/head/; revision=32865
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHBrian Somers1998-01-293-5/+19
| | | | | | | is defined. Notes: svn path=/head/; revision=32860
* Talk a bit about ongoing development.Brian Somers1998-01-291-0/+22
| | | | Notes: svn path=/head/; revision=32858
* Make it clear that aliasing is done on the public interface, notBrian Somers1998-01-292-4/+42
| | | | | | | the private one. Notes: svn path=/head/; revision=32856
* Sync with sys/i386/isa/clock.c revision 1.108.KATO Takenori1998-01-283-15/+21
| | | | Notes: svn path=/head/; revision=32852
* Sync with sys/i386/boot/biosboot/Makefile revision 1.61.KATO Takenori1998-01-281-2/+2
| | | | Notes: svn path=/head/; revision=32851
* APM calls inittodr(0) which is stupid, but at least stop setting thePoul-Henning Kamp1998-01-285-25/+35
| | | | | | | clock back to when Dennis had a good idea. Notes: svn path=/head/; revision=32850
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyKazutaka YOKOTA1998-01-283-15/+15
| | | | | | | in all built-in keymaps. Notes: svn path=/head/; revision=32849
* Define CTL-ALT-SPACE as `suspend' in the Russian keymaps too.Kazutaka YOKOTA1998-01-283-3/+3
| | | | | | | OKed by ache. Notes: svn path=/head/; revision=32848
* Oops, remove the wrong comment line I accidentaly added in the last commit.Kazutaka YOKOTA1998-01-281-1/+0
| | | | Notes: svn path=/head/; revision=32847
* Add rcsid. RU#. Use err(3) instead of local redefinition. Convert man page toPhilippe Charnier1998-01-2813-499/+337
| | | | | | | mdoc format. Add usage(). Remove rcs $ Log $ -> use cvs log instead. Notes: svn path=/head/; revision=32846
* MF22: only fclose() OpenConn if non-NULL.Jordan K. Hubbard1998-01-282-6/+10
| | | | Notes: svn path=/head/; revision=32845
* Collapse 2 settings of PATH into one (didn't notice the 1st one before).Jordan K. Hubbard1998-01-281-4/+6
| | | | Notes: svn path=/head/; revision=32843
* Get the year right. ;)David E. O'Brien1998-01-281-2/+2
| | | | Notes: svn path=/head/; revision=32838
* Explains targets and environ vars much better.David E. O'Brien1998-01-281-5/+93
| | | | | | | Mostly submitted by: imp Notes: svn path=/head/; revision=32836
* Cosmetic:Brian Somers1998-01-274-35/+22
| | | | | | | | | | | | | Don't mention the authors name at startup. He's already credited in the man page. Instead, make the message consistent with the one given to the diagnostic port (and fix the grammar when entering `term' mode). Don't credit the zlib author in the man page as ppp isn't linked directly with zlib (it's shared). Mention when the OpenBSD port was first made available. Notes: svn path=/head/; revision=32833
* Tweak PATH for ports build. I have no idea why this worked on my testJordan K. Hubbard1998-01-271-2/+3
| | | | | | | machine but not on the -current build box. Notes: svn path=/head/; revision=32831
* Add 781, 978.Garrett Wollman1998-01-271-3/+10
| | | | Notes: svn path=/head/; revision=32830
* Symlink bootblocks for 'wfd' disks as well.Mike Smith1998-01-271-2/+2
| | | | Notes: svn path=/head/; revision=32829
* Fix operation with the Iomega Zip 100 ATAPI.Mike Smith1998-01-272-26/+184
| | | | | | | | | | All known versions of this drive (firmware 21.* and 23.*) will lock up if presented with a read/write request of > 64 blocks. In the presence of such a unit, I/O requests of > 64 blocks are fragmented to avoid this. Notes: svn path=/head/; revision=32827
* Check the status port after waiting for DRQ; some drives seem to be veryMike Smith1998-01-271-0/+9
| | | | | | | | | slow coming off the bus (eg. Iomega's ATAPI Zip). Failure to do this results in a false probe of an ATAPI device with garbage data. Notes: svn path=/head/; revision=32825
* Update the keymap menu.Kazutaka YOKOTA1998-01-276-15/+36
| | | | Notes: svn path=/head/; revision=32823
* - Correct inconsistencies among keymaps.Kazutaka YOKOTA1998-01-2734-151/+497
| | | | | | | | | | | | | | | | - define CTL-ALT-ESC as `debug' key in all keymaps. (FAQ mentions this key sequence but not all keymaps had it!) - define CTL-SPACE as NUL in all keymaps. - define CTL-ALT-SPACE as `suspend' key in all but Russiun keymaps. - Fix Japanese keymaps. Some CTL- keystrokes were wrong. - Remove accent (dead) key definitions from spanish.iso.kbd, fr.iso.kbd and icelandic.iso.kbd. Create spanish.iso.acc.kbd, fr.iso.acc.kbd and icelandic.iso.acc.kbd with accent key definitions instead. - Update INDEX.keymaps and Makefile. Notes: svn path=/head/; revision=32822
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-2711-238/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a hashed port list. In the new scheme, in_pcblookup() goes away and is replaced by a new routine, in_pcblookup_local() for doing the local port check. Note that this implementation is space inefficient in that the PCB struct is now too large to fit into 128 bytes. I might deal with this in the future by using the new zone allocator, but I wanted these changes to be extensively tested in their current form first. Also: 1) Fixed off-by-one errors in the port lookup loops in in_pcbbind(). 2) Got rid of some unneeded rehashing. Adding a new routine, in_pcbinshash() to do the initialial hash insertion. 3) Renamed in_pcblookuphash() to in_pcblookup_hash() for easier readability. 4) Added a new routine, in_pcbremlists() to remove the PCB from the various hash lists. 5) Added/deleted comments where appropriate. 6) Removed unnecessary splnet() locking. In general, the PCB functions should be called at splnet()...there are unfortunately a few exceptions, however. 7) Reorganized a few structs for better cache line behavior. 8) Killed my TCP_ACK_HACK kludge. It may come back in a different form in the future, however. These changes have been tested on wcarchive for more than a month. In tests done here, connection establishment overhead is reduced by more than 50 times, thus getting rid of one of the major networking scalability problems. Still to do: make tcp_fastimo/tcp_slowtimo scale well for systems with a large number of connections. tcp_fastimo is easy; tcp_slowtimo is difficult. WARNING: Anything that knows about inpcb and tcpcb structs will have to be recompiled; at the very least, this includes netstat(1). Notes: svn path=/head/; revision=32821
* Execute cpuid if BIOS disables cpuid instruction of Cyrix 6x86MX CPU.KATO Takenori1998-01-272-8/+26
| | | | Notes: svn path=/head/; revision=32820
* PR: 5573Daniel O'Callaghan1998-01-272-2/+4
| | | | | | | | Submitted by: garbanzo@hooked.net Add strncasecmp, strncmp to NAME field. Notes: svn path=/head/; revision=32818
* Someone removed vm_zone.c from /sys/conf/files.John Dyson1998-01-271-0/+1
| | | | Notes: svn path=/head/; revision=32817
* Temporary work-around for a ports building problem I really don'tJordan K. Hubbard1998-01-271-2/+2
| | | | | | | understand just yet. Notes: svn path=/head/; revision=32815
* Generate symlinks to the "sys" and <machine> directories and putBruce Evans1998-01-262-24/+74
| | | | | | | | | them in the include path. This fixes recent breakage of the syscons LKMs and general brokenness of the include paths (headers under /usr/include were used in many cases). Notes: svn path=/head/; revision=32813
* Correct $Id$Brian Somers1998-01-261-1/+1
| | | | Notes: svn path=/head/; revision=32809
* Move DPT related options out of i386 specific filesJulian Elischer1998-01-266-30/+19
| | | | | | | | | so DPT devices can be used on other PCI (alpha?) machines. Suggested by: several people Notes: svn path=/head/; revision=32808
* Sync with sys/i386/i386/userconfig.c revision 1.101.KATO Takenori1998-01-261-2/+3
| | | | Notes: svn path=/head/; revision=32807
* Sync with sys/i386/confi/files.i386, majors.i386 and options.i386KATO Takenori1998-01-265-5/+30
| | | | | | | revisions 1.187, 1.25 and 1.68, respectively. Notes: svn path=/head/; revision=32806
* Add the DPT driver and options.Julian Elischer1998-01-263-3/+132
| | | | | | | GENERIC with dpt may wait a few days if required. Notes: svn path=/head/; revision=32805
* A bit of the dpt userland utilities that got left out.Julian Elischer1998-01-263-0/+136
| | | | Notes: svn path=/head/; revision=32803
* Obtained from: Simon ShapiroJulian Elischer1998-01-2620-0/+1737
| | | | | | | Userland utilities to control, and monitor a DPT RAID system. Notes: svn path=/head/; revision=32802
* Add Simon Shapiro's DPT driverJulian Elischer1998-01-2614-8/+7434
| | | | | | | | this shouldn't break anything existing. Userland utilities to follow. Notes: svn path=/head/; revision=32801
* Merge CYCLIC branch changesPeter Wemm1998-01-261-11/+18
| | | | Notes: svn path=/head/; revision=32800