summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initialize memory obtained by malloc().joerg1996-11-161-2/+8
| | | | Detected by: phkmalloc -AJ
* Provide a symlink for /bin/sh when the fixit floppy is mounted, sojoerg1996-11-163-3/+12
| | | | | | scripts using #!/bin/sh (like /mnt2/dev/MAKEDEV) will work. Observed by: andreas
* Comment out the setting of PATH in /dev/MAKEDEV on the fixit floppy.joerg1996-11-161-3/+4
| | | | | | | | | It's entirely useless there. Observed by: andreas Make the pre-existance of /R/stage/dists/compat* non-fatal, so `make rerelease' won't fall over.
* Fix core dump after printing usage message (pointed out by BDE).se1996-11-161-2/+3
| | | | | | Add printing of PCI header type register. (This makes the output 80 columns wide. Ughh. I'm looking for a better way to put the information on one line ...)
* Check bogus and ignore against the relative name, not the absolute.phk1996-11-161-16/+18
|
* Improve mkctm.c so we can use it, and start using it.phk1996-11-164-335/+173
| | | | | | This should help quite a bit on the load. Notice that some minor changes in config files will be needed. Contact me for details.
* Disallow non-root users to start in daemon mode.peter1996-11-161-9/+22
| | | | Obtained from: Eric Allman <eric@sendmail.org>
* The latest release is 2.1.6.jfieber1996-11-161-3/+3
|
* fimib.4 -> ifmib.4jkh1996-11-161-1/+1
|
* Commit AWE32 changes I forgot in my first round. Whoops!jkh1996-11-162-0/+6
|
* AHC_FORCE_PIO -> AHC_ALLOW_MEMIOgibbs1996-11-161-2/+2
|
* Be even more careful in how we manipulate the QOUTQCNT variable. Now wegibbs1996-11-161-20/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | do reset it from the QOUTCNT register inside a pause/unpause. This now happens once per command complete interrupt in the paging case (one interrupt can be for multiple completed commands). I may introduce a counter and do a lazy update in the future, similar to what is done with the QINCNT. Enhance the QUEUE FULL condition handling so that the number of openings will be reduced. This has become more important now that the driver is faster. This code really belongs in the gerneric SCSI layer, as will be the case once 3.0 gets the code from the 'SCSI' branch. Add some #if 0'd out trace code I've been using to help debug sequencer problems. Fix the SCB paging problem that I was seeing. This was only on my 7850 controller and stems from the fact that its QINFIFO can only handle 3bit SCB identifiers. This means that you can only have 8 transactions open at a time with the current paging scheme to these controllers. The code added to enforce this is generic in that it tests for the number of relevent bits that the QINFIFO can store and adjusts the max accordingly. It may be possible to come up with a scheme that allows for more than 8 commands at a time, but I don't know that it is worth the effort simply to fix a low end card. The aic7880 still can do 255. This problem may be related to what Andrey was seeing since I don't have n aic7770 rev E chip here to test on, but as soon as someone probes one of these cards with this new code, the dmesg output will tell the whole story.
* Since there have been so many reports of the Memory Mapped I/O to thegibbs1996-11-167-27/+21
| | | | | | | aic7xxx cards failing on certain motherboards, reverse the logic used to control this feature. AHC_FORCE_PIO is replaced with AHC_ALLOW_MEMIO. GENERIC no longer needs to specify the AHC_FORCE_PIO option since this is the default.
* Assert that we have seen an identify or have not disconneccted since thegibbs1996-11-162-12/+17
| | | | | | | | | | | | | | | initial selection when entering the status phase. This is the same assertion we use for all the other data transfer phases. Hopefully fix the hangs in the mesgin and mesgout phases that I introduced last week during some code cleanup. I need to get some of these 12MB/s drives so I can reproduce these hangs here... Add a pause disable in the SCB paging case around our manipulation of the QOUTQCNT variable. This is simply extra sanity. Set LASTPHASE to P_BUSFREE once we see a busfree so that the kernel driver can differentiate this from a data out phase.
* Got oly@world.std.com real name.obrien1996-11-151-2/+2
|
* Fix a bogon in my new release.10 target.jkh1996-11-151-4/+4
| | | | Submitted-By: John Hay <jhay@mikom.csir.co.za>
* Disabled i586-optimized copyin and copyout. They usually panic if thebde1996-11-153-3/+9
| | | | | | | user supplies a bad address, because they push a lot of stuff that the fault handler doesn't know about onto the stack. This has been broken for more than half a year despite being tested for almost half a year in -current.
* Add vx to list of devices.jkh1996-11-153-3/+6
|
* Start to document how the interface MIB stuff is supposed to work.wollman1996-11-152-1/+183
|
* Reword two messages:fenner1996-11-151-5/+6
| | | | | | | | | | | | | | | duplicate ip address 204.162.228.7! sent from ethernet address: 08:00:20:09:7b:1d changed to arp: 08:00:20:09:7b:1d is using my IP address 204.162.228.7! and arp info overwritten for 204.162.228.2 by 08:00:20:09:7b:1d changed to arp: 204.162.228.2 moved from 08:00:20:07:b6:a0 to 08:00:20:09:7b:1d I think the new wordings are more clear and could save some support questions.
* Bring in Rod's definitive information on BOCA boards.jkh1996-11-151-3/+5
|
* This is the new AWE32 driver, with support for the AWE32's fancy MIDIjkh1996-11-155-5/+10
| | | | | | | | synthesizer. The utilities for this will appear as port submissions soon afterwards, according to the submitter. Submitted-By: Randall Hopper <rhh@ct.picker.com> Written-By: Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>
* Break my own rule again - I didn't think this stuff was going to come backjkh1996-11-158-1/+3774
| | | | | | | | | | | | with the copyright stuff fixed so soon (this should be merged into 2.2 when you have a chance, Poul). This is the new AWE32 driver, with support for the AWE32's fancy MIDI synthesizer. The utilities for this will appear as port submissions soon afterwards, according to the submitter. Submitted-By: Randall Hopper <rhh@ct.picker.com> Written-By: Takashi Iwai <iwai@dragon.mm.t.u-tokyo.ac.jp>
* STL object files missing from libstdc++ - fix.jkh1996-11-151-2/+8
| | | | | | | | | This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more commits before I fly!" rule and taking care of this, since it was at the very top and Peter shamed me in to taking care of it. This is definitely a 2.2 candidate. Submitted-By: Mark Diekhans <markd@Grizzly.COM>
* Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documentedwpaul1996-11-151-5/+5
| | | | | | | | | | and set the B and S variables here, but I forgot to actually add them to the master.passwd and hosts.* targets. In other words, they weren't being passed to yp_mkdb as needed. This needs to go into 2.2; it doesn't break things a lot, but it leaves your master.passwd maps available to unprivileged users without you realizing it.
* pw_scan() was being used to convert a string into a struct passwd, withpeter1996-11-151-1/+1
| | | | | | | | | | | an auto stack variable that was about to disappear. It broke with some nis passwd changes because of a gethostbyname() call that uses a fair bit of stack.. This was a timebomb waiting to go off at any time and could have been causing subtle corruption for a while. AARGH!! This is HIGHLY reccomended for 2.2 and presumably 2.1.6
* Disable mouse acceleration by default to be the same as the previousnate1996-11-151-2/+2
| | | | driver.
* Patches from driver author in PR#2010.wollman1996-11-152-182/+698
| | | | | | Submitter requests that this patch be merged into 2.2. Submitted by: seki@sysrap.cs.fujitsu.co.jp
* Fix RFC 1650 stats... should have read the doco more carefully.wollman1996-11-152-8/+2
| | | | | | Fixes PR#2011 Submitted by: seki@sysrap.cs.fujitsu.co.jp
* oops, forgot to commit this. the sockaddr_un init code was missingpeter1996-11-151-4/+6
| | | | | | initialisers for sun_len and not accounting for it in the sizeof calculation. Ie: it was potentially sending an unterminated string into the kernel.
* Fix harmless bugs found while hunting for chpass nis failurepeter1996-11-152-6/+6
|
* Uninitialised length variable passed to accept(), causing random accept()peter1996-11-151-2/+3
| | | | | | failures due to EFAULT. This is screaming out to go into 2.2
* Remove backward-compatible locale aliases, XFree now support nativeache1996-11-151-123/+0
| | | | FreeBSD names
* Added Andreas Lohr <andreas@marvin.RoBIN.de> for his latest xmandelasami1996-11-151-1/+2
| | | | and mgroff port submissions.
* I'm not going to whine to Jordan anymore, since he seems to be busy withasami1996-11-151-2/+2
| | | | | | | the other two trees. Bump RELDATE to Feb 1997, one greater than 2.2. Now I can go update my porting.sgml. NOT a 2.2 candidate, in case phk's wondering. :)
* Change this back to movl for -current since it seems to work there.jkh1996-11-153-6/+6
| | | | | Bruce says that movl is broken in -stable, which would certainly explain why this didn't work there.
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-153-15/+15
| | | | kbd, not if its from the psm device.
* Rename sb.h to sb_defs.h and pas.h to pas_defs.h so there's nojkh1996-11-1511-9/+9
| | | | possibility of conflict with the versions in the compile dir.
* Add a distribute target so that CATALOG gets properly added to thejkh1996-11-151-1/+6
| | | | doc distribution.
* Mention supported AMD NICs and SCSI/NIC combos.jkh1996-11-151-13/+18
| | | | | | Elimiate tabs. Submitted-By: se
* List more info on supported NCR controllers.jkh1996-11-151-2/+9
| | | | Submitted-By: se
* Ammend the BOCA entry again to list multiple board types.jkh1996-11-151-2/+3
|
* Added 'Kazutaka YOKOTA' for his PS/2 and syscons work.nate1996-11-151-1/+2
|
* KNF'ify.nate1996-11-153-15/+33
|
* Create directory for Japanese handbook. Definite 2.2 material if theasami1996-11-151-1/+5
| | | | handbook is going to make it.
* KNF'ify and fix boo-boo I made in last commit.nate1996-11-151-885/+910
|
* Removed 2.1-compatability code and made the debugging less verbose bynate1996-11-151-75/+31
| | | | default.
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readnate1996-11-151-254/+998
| | | | | | | | routines. An older version of this was tested successfully on all of my systems with PS/2 mice. This was brought in without testing because it is necessary due to the previously committed syscons changes. Submitted by: Kazutaka Yokota <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* This commit was generated by cvs2svn to compensate for changes in r19754,asami1996-11-1559-0/+25248
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finally, the Japanese version of the handbook. Not in the parentasami1996-11-1559-0/+25248
| | | | | | | | | Makefile yet as John needs to figure out ${LANG}-based doc building. Please put this in 2.2, or the translators are going to kill me. ;) Submitted by: doc-jp@jp.freebsd.org (The FreeBSD Japanese Doc Team) Reviewed by: doc-jp@jp.freebsd.org (mutual review)
OpenPOWER on IntegriCloud