summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add generic colldef for ISO-8859-2.wosch1997-03-019-30/+722
| | | | | | Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de> Use '.for' loop from make(1), not sh(1) 'for' loops.
* Copyright macros and FreeBSD copyright definition.wosch1997-02-281-0/+57
|
* minor nitadam1997-02-282-6/+6
|
* Add lt_LN.ISO_8859-2.src.wosch1997-02-286-20/+362
| | | | | | Use '.for' loop from make(1), not sh(1) 'for' loops. Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
* Fix a comment and some commented-out code in ip_mloopback tofenner1997-02-281-11/+10
| | | | reflect how multicast loopback really works.
* Fix various overflows for items longer then menu width.ache1997-02-281-4/+6
| | | | | | | Fix cursor place after PgUp/PgDn. Should go into 2.2 Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
* Create directory /etc/skel.wosch1997-02-281-1/+3
|
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillybde1997-02-282-10/+4
| | | | | | | | | | | | missing-parentheses bug, but this exposed a misplaced vfs_busy_pages(). This bug cost a factor of 2.5-3 in nfsv3 write performance! It should be fixed in 2.2. Removed some debugging code that gets triggered often in normal operation. There are still many backwards diagnostics (#define DIAGNOSTIC gives no diagnostics). Submitted by: vfs_busy_pages() fix by dfr
* add lt_LN.ISO_8859-1wosch1997-02-282-2/+8
|
* Removed nonexistent option PSM_NO_RESET.bde1997-02-282-4/+2
|
* Fixed spelling error in a variable name.bde1997-02-283-6/+6
|
* Merge from 2.2 (I keep forgetting that my /usr/src is no longer -current).jkh1997-02-281-126/+114
|
* Print function args in the current radix instead of always in hex.bde1997-02-282-16/+26
| | | | | | | | | | | | | | | | Print the stack pointer together with the frame pointer in the trap, syscall and interrupt messages. The frame pointer is not very useful for locating syscall args since syscall functions don't have a frame pointer. Print all the numbers in the trap, syscall and interrupt messages in the default radix. The syscall number was confusing because it was printed in decimal. Use %#n format more and 0x%x less. 0x%x of course doesn't work with a variable radix. ddb is now fairly consistent about using %+#n to print all numbers. It omits the '+' for signed numbers the '#' in a few cases (e.g., for function args) to save space.
* Added a copyright and restored order.bde1997-02-281-4/+32
|
* Synced with the C example copyright. Cosmetic except for removingbde1997-02-283-18/+12
| | | | clause 3, which was removed on 1996/08/03 in the C example.
* Show where the version control id should go.bde1997-02-281-0/+2
|
* Changed the example copyright to be closer to the ones that we actuallybde1997-02-281-6/+5
| | | | | | | use: - don't put [your name] on a a separate line. Most authors have shorter names than "The Regents of the University of California". - don't repeat [your name].
* Removed an obsolete test which prevented mouse movement from quitingyokota1997-02-283-21/+18
| | | | | | screen saver. Added a missing `break' statement in set_normal_mode(). Reviewed by: sos
* Synchronize with NetBSD/pc98 patch level 81.kato1997-02-286-46/+62
| | | | | Submitted by: Naofumi Honda <honda@Kururu.math.hokudai.ac.jp> Obtained from: NetBSD/pc98 patch level 81
* Add a missing period so that the -n option is display properlympp1997-02-281-2/+2
| | | | | | in the man page output. Closes PR# 2831. Submitted by: Marc Slemko <marcs@znep.com>
* Fixed the gcc ellipsis change to work with gcc-1.x.bde1997-02-282-6/+10
|
* getnetbyaddr now takes an unsigned long as its first argument.mpp1997-02-281-1/+1
|
* Oops! I accidently commited a change that wasn't ready for primempp1997-02-281-15/+0
| | | | time yet. Revert to rev 1.2.
* The struct vfsconf element vfc_index is now vfs_typenum.mpp1997-02-282-2/+17
|
* Correct the xref section - it was incorrectly using .Fn insteadmpp1997-02-281-4/+4
| | | | of .Xr for the xrefs.
* Sync with the original.hanai1997-02-281-4/+4
|
* Functionalize some code that was repeated throughout the driver.gibbs1997-02-281-50/+77
| | | | | | | | | | | | | | | | | | | | Fix a bug in the initialization of the busreset_args that left the B channel args unitialized and the A channel ones initialized to B's vales. Oops. If we get a NO_IDENT sequencer interrupt (the reconnecting target didn't issue an identify or botched it), reset the bus instead of panicing. We should be able to recover from this error. In the AWAITING_MSG handler, order messages by severity. Since the message we send is based on a flag on the SCB, it is possible, during error recovery, to get more than one flag set. This is fine since any time a new flag is set, it is meant to take us to a more draconian level of recovery. This also ensures that we don't lose any "history" of what the command has gone through. When we reset the bus, reset the "send ordered tag" bitmask. Clear some additional interrupt status when we perform a bus reset.
* No longer clear all interrupt status when the sequencer is reset. The onlygibbs1997-02-281-40/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | time that we really want to do this is when a bus reset causes the sequencer to be reset and the kernel driver now handles this case. Remove some reordering in the select2 routine that wasn't necessary. It was an experimental fix for a race condition I fixed elsewhere, and confused the code flow. Don't bother looping on a parity error in the mesgout loop since we can't see parity errors on out phases. Clean up the mesgin_identify code. In the old days, we "snooped" for tag messages and used this as an indicator of whether or not the target was using tagged transactions. This forced the sequencer to ack the identify before determining if a valid SCB matched the target meaning that an abort message to handle this case might not be seen before the target entered a data phase. Since we can determin the "tagged-ness" of a target by looking it up in the array of busy targets (recently introduced), we can determine this up front simplifying the search code as well as ensuring we can follow the SCSI specs method for rejecting a reselection. When an SCB is placed on the free list, set its SCB_TAG to SCB_LIST_NULL. This makes it much easier for the kernel driver to find active SCBs on the card during error recovery.
* Sync with the original.hanai1997-02-281-7/+38
| | | | Submitted by: WATANABE tomoo <tomo@maple.elcom.nitech.ac.jp>
* Sync with the original.hanai1997-02-281-54/+106
| | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* The .Fx macro doesn't know about any of the 1.* FreeBSD releases.mpp1997-02-282-6/+4
|
* Wrapped mi_switch() with splstatclock()/splx(). This fixes excessivebde1997-02-271-3/+23
| | | | | interrupt latency for certain cases involving for restarting stopped processes.
* Fixed loading of vfs's. The Lite2 merge added unnecessary compatibilitybde1997-02-271-41/+20
| | | | | | | | | | | | cruft and resulted in loading usually following a null pointer. Use something closer to the pre-Lite2 code, including not making a copy of the new filesystem's config info. Not making a copy also fixes a race for loading and a memory leak for unloading. Fixed unloading of vfs's. maxvfsconf wasn't maintained. Look up the vfs to unload by name instead of by number. The numbers should go away as soon as all mount utilities are converted.
* Fixed Lite2 merge of spechash simplelocking. It was misplaced inbde1997-02-272-12/+22
| | | | checkalias() and missing in vfinddev() and vcount().
* Removed a wrong LK_INTERLOCK flag.bde1997-02-271-3/+2
|
* Add forgotten entries for Croatiawosch1997-02-272-2/+8
| | | | Pointed out by: ache
* Change my email addressbrian1997-02-271-3/+3
|
* Sync with the original.hanai1997-02-271-36/+115
| | | | Submitted by: Yukinori Maeda <yuki@zephyr.elcom.nitech.ac.jp>
* Fix the previous simple_lock fix breakage in the combineddyson1997-02-272-26/+42
| | | | | vput/vrele routine. Fix a panic message. Fix the vop_nounlock routine so that "special" filesystems that use it work correctly.
* Back out "shell" / pw_shell change, I was confused by the sameache1997-02-271-4/+7
| | | | variable name (with different functionality)
* Sync with the original.hanai1997-02-271-2/+3
|
* Fix few bogons with pw_shell / shell variables values mismatchache1997-02-271-7/+4
| | | | introduced by LOGIN_CAP
* Fix the simple_lock problem with the physical I/O buffer code, anddyson1997-02-272-46/+90
| | | | | also fix the missing simple_unlock in vrele, and improve vrele/vput by merging them into one routine. BDE pointed these problems out.
* "infinity" check was missed from login_getcapsize(), add itache1997-02-271-1/+7
| | | | One manifestation of this bug: all networking users have coredumpsize=0
* Add Croatia.wosch1997-02-274-1/+236
| | | | Submitted by: Slaven Reziæ (Tomiæ) <eserte@cs.tu-berlin.de>
* Fix typing error in default class: rc= instead of tc=ache1997-02-261-2/+2
|
* For root & daemon classes bump max openfiles to 1024 to really activateache1997-02-261-3/+3
| | | | bumped select limit
* Add descriptions for the individual src-* and ports-* collections.jdp1997-02-261-52/+104
| | | | Correct some errors and omissions in the listing of collections.
* Actually remove sys/time.h hack; fix typo.eivind1997-02-262-9/+1
| | | | Pointed out by: bde
* - Added "Brent J. Nordquist" <bjn@visi.com> for his pccard doc patch.nate1997-02-261-1/+2
|
OpenPOWER on IntegriCloud