aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Apache 1.0.Jordan K. Hubbard1996-01-211-77/+133
| | | | | | | Submitted by: Coranth Gryphon <gryphon> Notes: svn path=/head/; revision=13540
* Fixed the one remaining %r.Bruce Evans1996-01-211-2/+2
| | | | Notes: svn path=/head/; revision=13539
* Install intro.4, pt.4 and worm.4.Bruce Evans1996-01-211-3/+5
| | | | | | | | | I tried using `MAN4!= *.4' but it did weird things for plain make although it handled the long overlooked pt.4 and worm.4 better than the old manually edited list. Notes: svn path=/head/; revision=13538
* Use `make' loops instead of shell loops to install things. This fixesBruce Evans1996-01-211-14/+15
| | | | | | | | | | | | | the verbose output for `make -s install' and gives nicer output for `make install' and `make -n install'. This method should be used more. Install meteor and startslip. In fact, install all subdirectories except CVS. This method should be used more so that SUBDIR lists don't have to be changed so often (special cases could be handled by short exclusion lists). Notes: svn path=/head/; revision=13537
* Added share/examples/{meteor,sliplogin}.Bruce Evans1996-01-211-1/+5
| | | | Notes: svn path=/head/; revision=13536
* Back out my previous change, which caused c++rt0.o to be linked intoJohn Polstra1996-01-211-1/+1
| | | | | | | | every shared library, until I can diagnose the problems it is causing for certain programs such as awk and groff. Notes: svn path=/head/; revision=13535
* Make the reduction algorithm to tune the file system size lessJoerg Wunsch1996-01-212-12/+36
| | | | | | | | | | | | | | | | aggressive, in order to avoid /mnt: file system full problems. Introduce a deadlock counter. Turn off echoing again, it's cluttering the screen/log. Gross hack to avoid the `vn0: invalid primary partition table: no magic' warning. Seems that doFS.sh is now doing the job... Notes: svn path=/head/; revision=13534
* One missed printf in the debugger.Poul-Henning Kamp1996-01-211-2/+2
| | | | | | | Found By: bde Notes: svn path=/head/; revision=13533
* Remove phk's errr... interesting idea of slicing a floppy into 10Joerg Wunsch1996-01-212-2/+2
| | | | | | | cylinder groups. :) Notes: svn path=/head/; revision=13532
* Add intro(4), as it's being referenced from severall other pages.Joerg Wunsch1996-01-211-0/+175
| | | | | | | | Closes PR # docs/947: missing intro(4) manpage Submitted by: David E. O'Brien (initial version) Notes: svn path=/head/; revision=13531
* Implement an optional TIMEOUT value while entering the boot parameterJoerg Wunsch1996-01-212-4/+33
| | | | | | | | string. This avoids indefinite hangs e.g. when used on a noisy serial console. It's not turned on by default. Notes: svn path=/head/; revision=13530
* Newest version of the Matrox Meteor driver. Tested with various MBONEJordan K. Hubbard1996-01-214-373/+754
| | | | | | | | tools and found to work better with both nv and vic. Submitted by: Jim Lowe <james@miller.cs.uwm.edu> Notes: svn path=/head/; revision=13529
* Slightly improved debug messages for inserting new itemsJulian Elischer1996-01-211-9/+13
| | | | Notes: svn path=/head/; revision=13528
* oops.Julian Elischer1996-01-211-4/+4
| | | | | | | get the last edit right Notes: svn path=/head/; revision=13527
* Submitted by: Bruce Evans (bde)Julian Elischer1996-01-213-6/+12
| | | | | | | | better naming for exported devfs function and better place for the prototype Notes: svn path=/head/; revision=13526
* Removed last vestige of JREMOD.Bruce Evans1996-01-211-1/+0
| | | | Notes: svn path=/head/; revision=13525
* Previous commit to vfs_cluster accidentally disabled read-ahead. ProblemJohn Dyson1996-01-201-1/+2
| | | | | | | | fixed by initializing "alreadyincore" to 0 in the case of sequential reads. Notes: svn path=/head/; revision=13524
* Removed stale #includes of "opt_sysvipc.h".Bruce Evans1996-01-203-6/+2
| | | | Notes: svn path=/head/; revision=13523
* - FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions.Nate Williams1996-01-202-214/+16
| | | | | | | - install ptrace.2 Notes: svn path=/head/; revision=13522
* This commit was generated by cvs2svn to compensate for changes in r13519,Nate Williams1996-01-201-0/+395
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13520
| * ptrace(2) manpageNate Williams1996-01-201-0/+395
| | | | | | | | Notes: svn path=/vendor/NetBSD/dist/; revision=13519
* | Typo in jmb's email URL.John Fieber1996-01-201-2/+2
| | | | | | | | | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=13518
* | Fold in my latest changes to the worm driver.Joerg Wunsch1996-01-201-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it sorta usable, just for my ``proof-of-concept'' Perl script i've been posting to freebsd-scsi. The driver will be overhauled further, this is just to provide Jordan with a base to perform testing of his own with his HP burner. Use entirely at your own risk, expect a bunch of misburnt CD-R's when using it already in this very green stage. Note that by now the driver will only work when the CD-R has already been in the drive at boot time. Notes: svn path=/head/; revision=13517
* | Make the "uk" device usable again. The open() always failed due to an ↵Joerg Wunsch1996-01-203-5/+8
| | | | | | | | | | | | | | | | | | internal driver design problem. Notes: svn path=/head/; revision=13516
* | Route calls the errx routine with the wrong number of argumentsMike Pritchard1996-01-201-2/+2
| | | | | | | | | | | | | | when printing "route: bad address: ...". Notes: svn path=/head/; revision=13515
* | Use the correct buffer size from limits.h for the error bufferMike Pritchard1996-01-201-2/+3
| | | | | | | | | | | | | | | | | | passed to kvm_open. Closes PR# 476. Submitted by: Jeffrey Hsu <hsu@freebsd.org> Notes: svn path=/head/; revision=13514
* | Remove unused include of utmp.h from print.c. Closes PR# 486.Mike Pritchard1996-01-201-2/+1
| | | | | | | | | | | | | | Submitted by: Tom Samplonius <tom@haven.uniserve.com> Notes: svn path=/head/; revision=13513
* | Rcsdiff incorrectly only allows one -L option to be specified.Mike Pritchard1996-01-201-2/+2
| | | | | | | | | | | | | | Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> via NetBSD-bugs Notes: svn path=/head/; revision=13512
* | Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-2012-25/+26
| | | | | | | | | | | | | | | | | | | | | | man pages. Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Giles Lean <giles@nemeton.com.au> <soda@sra.co.jp> Notes: svn path=/head/; revision=13511
* | Add a note about needing a new version of config(8) when upgrading from olderNate Williams1996-01-201-1/+8
| | | | | | | | | | | | | | releases of FreeBSD. Notes: svn path=/head/; revision=13510
* | Added a comment above the npx0 device lineNate Williams1996-01-202-2/+4
| | | | | | | | | | | | | | # Mandatory, don't remove Notes: svn path=/head/; revision=13509
* | - Make it even more obvious that npx0 is 'mandatory'.Nate Williams1996-01-201-11/+10
| | | | | | | | | | | | | | - Point people to LINT for better descriptions of configuration lines. Notes: svn path=/head/; revision=13507
* | Removed config.new from the release. It is unused by any current versionNate Williams1996-01-2017-4944/+3
| | | | | | | | | | | | | | of FreeBSD, and only serves to generate confusion and increase bloat. Notes: svn path=/head/; revision=13506
* | Reinstate AUTO_EOI_1. This did break suspend/resume on some portables.Poul-Henning Kamp1996-01-195-117/+169
| | | | | | | | | | | | | | | | In particular mine. We may want to make it a negative option to keep GENERIC sane, ie NO_AUTO_EOI_1. Notes: svn path=/head/; revision=13505
* | Fixed vm_map_find for new vm changes.John Dyson1996-01-191-5/+6
| | | | | | | | Notes: svn path=/head/; revision=13504
* | Fixed vm_map_find for new vm updates.John Dyson1996-01-193-12/+20
| | | | | | | | Notes: svn path=/head/; revision=13503
* | More man page cleanups.Garrett Wollman1996-01-199-442/+542
| | | | | | | | Notes: svn path=/head/; revision=13502
* | Imake %.*s really work. :-(Poul-Henning Kamp1996-01-191-5/+9
| | | | | | | | Notes: svn path=/head/; revision=13501
* | Correct some formatting problems pointed out by bde.Garrett Wollman1996-01-192-66/+136
| | | | | | | | Notes: svn path=/head/; revision=13500
* | Fix bad typo: > was used instead of >> ...Stefan Eßer1996-01-192-8/+8
| | | | | | | | | | | | | | Submitted by: Matt Thomas <matt@lkg.dec.com> Notes: svn path=/head/; revision=13497
* | Improve PCI probe messages by printing the bus number.Stefan Eßer1996-01-192-6/+6
| | | | | | | | | | | | | | | | | | Add missing newline to PCI to PCI bridge message. Submitted by: Matt Thomas <matt@lkg.dec.com> Notes: svn path=/head/; revision=13496
* | Some trivial fixes to get it to compile again, plus some new lint:Peter Wemm1996-01-192-8/+14
| | | | | | | | | | | | | | | | | | | | | | - cpuclass should be cpu_class - CPUCLASS_I386 should be CPUCLASS_386 (^^ those only show up if you compile for i386) - two missing prototypes on new functions - one missing static Notes: svn path=/head/; revision=13495
* | Make result of sprintf zero terminated. Fix %r for sprintf case.Poul-Henning Kamp1996-01-191-6/+10
| | | | | | | | Notes: svn path=/head/; revision=13494
* | Source cleanup: prototypes, varargs, POSIXification, getopts, -Wall clean.Peter Wemm1996-01-191-183/+182
| | | | | | | | | | | | | | | | | | Bugfixes: no longer stomps it's argv causing ps to change the string. Unfortunately, Bill Fenner and I have overlapping changes here... Notes: svn path=/head/; revision=13493
* | remove tcp_lastport - it has not been used for quite a while (at leastPeter Wemm1996-01-191-2/+1
| | | | | | | | | | | | | | since the hashed pcb's I think). Notes: svn path=/head/; revision=13492
* | Change the default local address range for IP from 1024 through 5000Peter Wemm1996-01-192-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 20000 through 30000. These numbers are used for local IP port numbers when an explicit address is not specified. The values are sysctl modifiable under: net.inet.ip.port_{first|last}_auto These numbers do not overlap with any known server addresses, without going above 32768 which are "negative" on some other implementations. 20000 through 30000 is 2.5 times larger than the old range, but some have suggested even that may not be enough... (gasp!) Setting a low address of 10000 should be plenty.. :-) Notes: svn path=/head/; revision=13491
* | Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-1959-1016/+1604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up for vfs_bio -- addition of a routine bqrelse to greatly diminish overhead for merged cache. Efficiency improvement for vfs_cluster. It used to do alot of redundant calls to cluster_rbuild. Correct the ordering for vrele of .text and release of credentials. Use the selective tlb update for 486/586/P6. Numerous fixes to the size of objects allocated for files. Additionally, fixes in the various pagers. Fixes for proper positioning of vnode_pager_setsize in msdosfs and ext2fs. Fixes in the swap pager for exhausted resources. The pageout code will not as readily thrash. Change the page queue flags (PG_ACTIVE, PG_INACTIVE, PG_FREE, PG_CACHE) into page queue indices (PQ_ACTIVE, PQ_INACTIVE, PQ_FREE, PQ_CACHE), thereby improving efficiency of several routines. Eliminate even more unnecessary vm_page_protect operations. Significantly speed up process forks. Make vm_object_page_clean more efficient, thereby eliminating the pause that happens every 30seconds. Make sequential clustered writes B_ASYNC instead of B_DELWRI even in the case of filesystems mounted async. Fix a panic with busy pages when write clustering is done for non-VMIO buffers. Notes: svn path=/head/; revision=13490
* | Hostname points to static area which overrides with each gethost*Andrey A. Chernov1996-01-191-1/+1
| | | | | | | | | | | | | | call, strdup() it. Notes: svn path=/head/; revision=13489
* | Teach tcpdump to print out router advertisement and solicitation messages.Bill Fenner1996-01-191-1/+8
| | | | | | | | Notes: svn path=/head/; revision=13488
* | Made router discovery at least build and run. There are a few thingsBill Fenner1996-01-193-56/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | left to do (e.g. it doesn't yet run on systems with aliased addresses) but this should work for simple configurations. I don't plan to enable the rdisc directory in the sbin/ makefile until I get feedback on this and add the missing features, so please, if you have routers that perform router discovery, or if your FreeBSD box is itself a router, give this a try. Notes: svn path=/head/; revision=13487