summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added $Id$.obrien1996-12-181-3/+16
| | | | | | Added more verbage about the card, and documented the driver's bugs. 2.2-R candidate.
* Add driver for AMD 53c974 SCSI (Tekram DC390/390T).se1996-12-182-2/+4
| | | | | Remove MAX_LUN=2 option for NCR driver: FAILSAFE does no longer imply MAX_LUN=1.
* Add driver for the Tekram DC390 and DC390F, believed to also workse1996-12-181-0/+1
| | | | with generic AMD 53c974 SCSI controllers, under the name of "amd".
* Add code to fill the EEPROM buffer with default values, if no EEPROMse1996-12-181-1/+22
| | | | | | | was found, or if there was a checksum mismatch. This patch should allow the driver to be used with any AMD 53c974 based SCSI card, or with the AMD SCSI+Ethernet Combo Chip found on some motherboards.
* Make compile under FreeBSD-current (3.0-DEVELOPMENT).se1996-12-181-3/+8
|
* Tried to harden up the language about NOT including the package name (orobrien1996-12-181-5/+5
| | | | | | software version) in pkg/COMMENT. Implicitly requested by: Satoshi
* Make some much-needed revisions to the history section.jkh1996-12-171-29/+25
|
* Last argument to semctl() is union semun *, not union semun.jkh1996-12-171-2/+2
| | | | | Pointed-Out-By: swallace Person-With-Commit-Privs-By-Whom-It-Should-Have-Been-Committed: swallace
* Delete redundant include of <sys/time.h>wollman1996-12-171-2/+1
|
* Merge from vendor branch.wollman1996-12-172-7/+4
|
* This commit was generated by cvs2svn to compensate for changes in r20606,wollman1996-12-174-56/+60
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Latest routed from Vern Schryver. This is supposed to fixwollman1996-12-178-68/+69
| | | | | | | | | | | | Andrey's rtquery problem. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* | Add cross-references to ifnet(9).wollman1996-12-171-5/+4
| |
* | Create a new manual page describing how network interfaces andwollman1996-12-172-2/+830
| | | | | | | | addresses are glued together with the generic networking code.
* | Sanitize and extend SIGALRM timeout handling.jkh1996-12-171-34/+59
| |
* | In the IBCS2 semctl system call, the last parameter arg is passed byswallace1996-12-171-0/+16
| | | | | | | | | | | | | | value, but in the FreeBSD semctl system call implementation, is passed by reference. Submitted by: msagre@cactus.fi.uba.ar <Miguel Angel Sagreras>
* | string.h defines nonstandard routines when _POSIX_SOURCE isimp1996-12-171-1/+1
| | | | | | | | | | | | | | defined. It has been fixed to not do that. Submitted by: Jake Hamby <jehamby@lightside.com> Closes PR: 1954
* | Fix problem in ftp and case mapping mode where the converted string wasn'timp1996-12-171-0/+1
| | | | | | | | | | | | | | | | | | terminated properly. Fix is from the PR and works for the test cases I threw at it. Should be safe and desirable for back porting to 2.2 or earlier if there are people still comitting to -stable. Submitted by: Marc Slemko <marcs@znep.com> Closes PR: 1864
* | Apply patch in pr 2067 to correct an uninitialized pointer dereferenceimp1996-12-171-1/+2
| | | | | | | | | | | | | | | | | | in tickadj. Tested briefly here and it it seems to work. Possible 2.2 candidate. Submitted by: Don Lewis <Don.Lewis@tsc.tdk.com> Closes PR: 2067
* | Merge the en version changes made in 1.21 -> 1.22.max1996-12-171-6/+12
| |
* | Use RAW, not CBREAKjkh1996-12-171-1/+1
| |
* | (1) Fix typo.kato1996-12-172-8/+8
| | | | | | | | (2) Change I/O port addresses of ed3(MELCO LGY) and ed9(CONTEC C-NET).
* | Correct MLINKS, now that I know how it actually works.mckay1996-12-171-1/+2
| |
* | Changes to password generator: fallback to MD5 generator disableddavidn1996-12-172-35/+70
| | | | | | | | | | | | (/dev/urandom used by default under FreeBSD), and implemented a "portable" but less secure generator for other systems. Add display of expiry/password change dates in -P user display.
* | Sync with i386/i386/userconfig.c revision 1.77 (I/O port limit).kato1996-12-171-7/+2
| |
* | Sync with i386/i386/machdep.c revision 1.221 (fix nbuf calculation).kato1996-12-172-4/+4
| |
* | Regenerate. This picks up the new CFLAGS for the PR#2006 fix.peter1996-12-171-3/+3
| |
* | Fix the 'info sharedlibextention' output in tclsh which was caused by apeter1996-12-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | missing define during the libtcl build. This is needed to get Tclmidi 3.1 to work. This should close PR#2006 This should also go into 2.2, like the previous commit. Submitted by: A JOSEPH KOSHY <koshy@india.hp.com>
* | Add new variable IGNOREFILES, to be set to list of files that you don'tasami1996-12-171-13/+53
| | | | | | | | | | want md5 checksum calculated. (It will create an entry in files/md5 with rhs "IGNORE".) Now it's safe to do a "make makesum" on all ports.
* | Typo.max1996-12-171-3/+3
| | | | | | | | Submitted by: simokawa@jp.freebsd.org
* | Increase the allowable port address from 0x2000 to 0xffff to aid inmsmith1996-12-171-4/+4
| | | | | | | | | | | | | | | | making PCI look like ISA. Closes pr kern/860. Prompted-by: peter's buglist mailout (excellent idea btw 8)
* | Previous commit had several sgml errors.max1996-12-171-4/+4
| |
* | Fix nbuf calculation /4 -> /8. 2.2 already has it this way.dg1996-12-172-4/+4
| | | | | | | | Reviewed by: dyson
* | Whitespace handling in <start>, <end> and <replace> elements willjfieber1996-12-175-834/+700
| | | | | | | | | | | | | | | | be changing slightly in such a way that missing end tags might cause rude surprises, so make end tags manditory and update the existing transpecs to conform. 2.2 fodder
* | Submitted by: proff@iq.orgdavidn1996-12-171-2/+2
| | | | | | | | Minor fix for security patch.
* | update CTM mirrorswosch1996-12-171-14/+19
| |
* | update commentswosch1996-12-171-3/+3
| |
* | Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-179-41/+102
| | | | | | | | | | | | | | | | | | | | used by OpenBSD. (Quite frankly, I think it's perfectly reasonable to use snprintf to copy strings, given that the semantics for strncpy() are utterly idiotic and there is no POSIX sstrncpy().) While I'm at it, incorporate some of OpenBSD's bugfixes to cron. NOT for 2.2
* | Added comments on how to setup syscons to work on older ThinkPads.nate1996-12-171-1/+11
| |
* | Typo fix.alex1996-12-171-2/+2
| |
* | 1. Engage brain. 2. Write macro. Previous commit attempted to performjkh1996-12-176-12/+12
| | | | | | | | 2 before 1.
* | Merge the en version changes made in 1.7 -> 1.8.max1996-12-161-2/+2
| | | | | | | | (Actually, only the Original revision: line is changed.)
* | Spelling police.mpp1996-12-161-18/+18
| |
* | Merge the en version changes made in 1.3 -> 1.4.max1996-12-161-3/+3
| | | | | | | | (Actually, nothing but the Original revision: line is changed.)
* | Merge the en version changes made in 1.44 -> 1.48.max1996-12-161-8/+55
| | | | | | | | Submitted by: simokawa@jp.freebsd.org
* | Spelling police.mpp1996-12-161-3/+3
| |
* | Mention /etc/fbtab in the section that describes how tompp1996-12-161-7/+13
| | | | | | | | | | | | create device nodes for the sound devices. Closes PR# 423. Also correct several spelling errors.
* | Merge the en version changes in 1.2 -> 1.3.max1996-12-161-9/+8
| | | | | | | | | | | | Typo. Submitted by: Kiroh HARADA <kiroh@kh.rim.or.jp>
* | Correct the example of DNS MX entry for foo.bar.max1996-12-161-2/+2
| | | | | | | | Submitted by: Kiroh Harada <kiroh@kh.rim.or.jp>
* | Remove trailing whitespace.mpp1996-12-161-1/+1
| | | | | | | | Don't worry, this is the only one of these I plan on doing :-).
OpenPOWER on IntegriCloud