aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed reset port address of PC-9801-108.KATO Takenori1997-01-291-1/+1
| | | | | | | Submitted by: Chiharu Shibata <chi@rd.njk.co.jp> Notes: svn path=/head/; revision=22089
* Fix typo .->, for default separators in login_getcaplist().David Nugent1997-01-291-1/+2
| | | | Notes: svn path=/head/; revision=22088
* Completed fixes with login_getcapsize().David Nugent1997-01-291-1/+2
| | | | Notes: svn path=/head/; revision=22087
* Added -Wall to CFLAGS, cleaned up (all avoidable) warnings.David Nugent1997-01-292-2/+3
| | | | Notes: svn path=/head/; revision=22086
* 1) Fixed bug in free()ing internal string/array whereDavid Nugent1997-01-291-24/+32
| | | | | | | | | | allocated size not reset to 0 causing NULL dereference on call after login_close(). 2) Modify login_capsize() behaviour to match manpage, allow concatenated sizes; ie. 10m500k Notes: svn path=/head/; revision=22085
* #include <sys/stat.h> for umask() prototype.David Nugent1997-01-291-0/+1
| | | | Notes: svn path=/head/; revision=22084
* Merge 1.46 -> 1.47 changes.Masafumi Max NAKANE1997-01-291-21/+16
| | | | Notes: svn path=/head/; revision=22083
* Update to reflect the current mount.h.Mike Pritchard1997-01-291-18/+42
| | | | Notes: svn path=/head/; revision=22082
* Add 1997 to my copyright.Justin T. Gibbs1997-01-291-5/+7
| | | | | | | | Change the autotermination code slightly to be more careful on narrow adapters. Notes: svn path=/head/; revision=22081
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-136/+377
| | | | | | | | | | | | | | | | | | | | | | | If we can, use timeouts instead of DELAYs when dealing with a bus reset. This prevents us from holding up the whole machine for a noticible amount of time (especially for a real time app). Make a pass over the timeout/error handling code. Aborts are more reliable. We actually handle parity errors correctly now instead of locking up the bus. Added code to properly clean up disconnected SCBs down on the card during error handling. Improved robustness in several areas. If we are using defaults, but are an Ultra card, negotiate at 20MHz instead of 10. Don't attempt to handle any commands for 100ms after a reset has occured. This is the minimum time before a target will respond to selection. Also disable the busfree interrupt before doing a bus reset. This prevents the driver from getting confused by an "unexpected busfree". Notes: svn path=/head/; revision=22080
* Update to reflect the current types.h.Mike Pritchard1997-01-291-19/+26
| | | | Notes: svn path=/head/; revision=22079
* Add 1997 to my copyright.Justin T. Gibbs1997-01-292-16/+7
| | | | | | | | | | | | Expand the boundaries of a pause disabled region to close of possible race condition. Revert a portion of the DMA code to fix false overruns. Add a missing "add_scb_to_free_list" so we don't leak SCBs. Notes: svn path=/head/; revision=22078
* Straighten out Portugal and Russia.Jordan K. Hubbard1997-01-291-20/+15
| | | | Notes: svn path=/head/; revision=22077
* Make media re-init a user choice.Jordan K. Hubbard1997-01-292-12/+22
| | | | Notes: svn path=/head/; revision=22075
* Move the call to TimerService() into main.c - just after the select()Brian Somers1997-01-293-1/+36
| | | | | | | | call. The SIGALRM just sets a flag now, preventing the possibility of any nasty recursivness in the handler itself. Notes: svn path=/head/; revision=22074
* Do media initialization at correct time for upgrade too.Jordan K. Hubbard1997-01-292-30/+36
| | | | | | | Update /stand. Notes: svn path=/head/; revision=22072
* Update Russian FTP sites according to Mikhail A. Sokolov's currentJordan K. Hubbard1997-01-293-3/+9
| | | | | | | configuration. Notes: svn path=/head/; revision=22071
* Death to another bad idea: Don't auto-mount CDROM on startup.Jordan K. Hubbard1997-01-293-21/+0
| | | | Notes: svn path=/head/; revision=22069
* Merge 1.45 -> 1.46 changes.Masafumi Max NAKANE1997-01-281-1/+7
| | | | Notes: svn path=/head/; revision=22068
* Merge 1.201 -> 1.202 changes.Masafumi Max NAKANE1997-01-281-2/+2
| | | | Notes: svn path=/head/; revision=22067
* The option "fstype" does not handle the argument "msdos" correctly.Wolfram Schneider1997-01-281-7/+4
| | | | | | | | | | | This error results from changing the name for the msdos file system from "pcfs" to "msdos". Close PR #1105 submitted by: Thomas Wintergerst <thomas@lemur.nord.de>, Slaven Rezic <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=22066
* Synchronize with sys/i386/conf/options.i386 revision 1.34.KATO Takenori1997-01-282-0/+4
| | | | Notes: svn path=/head/; revision=22065
* Some of these cards are always in promiscous mode :-(Poul-Henning Kamp1997-01-281-15/+12
| | | | | | | | If you enable ip forwarding your net melts down. This is a workaround, probably not the correct fix. Notes: svn path=/head/; revision=22062
* Change Brent J. Nordquist's e-mail address.Satoshi Asami1997-01-281-1/+1
| | | | | | | Submitted by: "Brent J. Nordquist" <bjn@visi.com> Notes: svn path=/head/; revision=22061
* Update to reflect current fs.h.Mike Pritchard1997-01-281-2/+21
| | | | Notes: svn path=/head/; revision=22060
* Oops, fix white space in last commit.David Greenman1997-01-281-1/+1
| | | | Notes: svn path=/head/; revision=22058
* Fix signal handler race condition.David Greenman1997-01-281-0/+5
| | | | Notes: svn path=/head/; revision=22057
* Update to match current include files.Mike Pritchard1997-01-281-2/+17
| | | | Notes: svn path=/head/; revision=22056
* Update to reflect current acct.h.Mike Pritchard1997-01-281-6/+3
| | | | Notes: svn path=/head/; revision=22055
* Update the man page to reflect the current state ofMike Pritchard1997-01-281-5/+6
| | | | | | | fstab.h. Notes: svn path=/head/; revision=22052
* Change to comment for fs_passno to reflect that it appliesMike Pritchard1997-01-281-1/+1
| | | | | | | to fsck and not dump. Notes: svn path=/head/; revision=22051
* Some various mdoc cleanup.Mike Pritchard1997-01-282-8/+8
| | | | | | | Partially Obtained from: NetBSD-bugs mailing list Notes: svn path=/head/; revision=22050
* Add 3rd Russian mirrorAndrey A. Chernov1997-01-281-0/+6
| | | | Notes: svn path=/head/; revision=22049
* Document the "#if (defined(__unix__) || defined(unix))" way of includingDavid E. O'Brien1997-01-281-5/+16
| | | | | | | | | sys/param.h. Change _HAVE_PARAM_H to "HAVE_SYS_PARAM_H" for those who still like this method -- leading underscores are in the compiler/library name space and the Ollivier says to follow GNU Autoconf anyway. Notes: svn path=/head/; revision=22046
* I was porting something from sysV world and found our cross referencesDavid E. O'Brien1997-01-273-0/+3
| | | | | | | | not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa. Notes: svn path=/head/; revision=22045
* Answer some recently asked questions.Jordan K. Hubbard1997-01-271-3/+20
| | | | | | | Submitted-By: pds Notes: svn path=/head/; revision=22044
* Make even more copies of hostnames obtained by inet_ntoa(). iruserok()Joerg Wunsch1997-01-271-5/+18
| | | | | | | | could still clobber the static storage, yielding an error message with a wrong hostname. Notes: svn path=/head/; revision=22041
* Fixed EXTRAVNODES ifdef.Bruce Evans1997-01-271-3/+3
| | | | | | | Updated warnings about obsolete options. Notes: svn path=/head/; revision=22040
* Set the soft openfiles limit to maxfiles instead of to NOFILE.Bruce Evans1997-01-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | The limit is now only used by init, so it may as well be "infinite". Don't use RLIM_INFINITY, since setrlimit() doesn't allow setting that value. Use maxfiles instead of RLIM_INFINITY for the hard limit for the same reason. Similarly for the maxprocesses limits (use the "infinite" value of maxproc instead if MAXUPRC and RLIM_INFINITY). NOFILES, MAXUPRC, CHILD_MAX and OPEN_MAX are no longer used in /usr/src and should go away. Their values are almost guaranteed to be wrong now that login.conf exists, so anything that uses the values is broken. Unfortunately, there are probably a lot of ports that depend on them being defined. The global limits maxfilesperproc and maxprocperuid should go away too. Notes: svn path=/head/; revision=22039
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-273-39/+0
| | | | Notes: svn path=/head/; revision=22038
* Removed bogus options CHILD_MAX and OPEN_MAX.Bruce Evans1997-01-271-4/+5
| | | | | | | | | Put obsolete GATEWAY option back in opt_defunct.h. It's the only significant option that has gone away since 2.1.6, so warning about it might be useful. Notes: svn path=/head/; revision=22037
* Added KBD_MAXRETRY and PSM_NO_RESET.Bruce Evans1997-01-272-0/+4
| | | | Notes: svn path=/head/; revision=22036
* Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,Bruce Evans1997-01-273-0/+84
| | | | | | | | | SEM* and SHM*. These are already supported in the options files. I mostly used the default value plus 1. This ensures that the LINT kernel depends on the options headers. Notes: svn path=/head/; revision=22035
* Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.Bruce Evans1997-01-271-4/+0
| | | | Notes: svn path=/head/; revision=22034
* Removed #undef of MSGMAX, so that a warning gets printed if it isBruce Evans1997-01-271-1/+0
| | | | | | | (bogusly) defined. Notes: svn path=/head/; revision=22033
* DTRT with a release string of "none" and use the correct (updated)Jordan K. Hubbard1997-01-275-8/+8
| | | | | | | | mountpoint name for fixit. Submitted-By: joerg Notes: svn path=/head/; revision=22032
* Merge 8.8.4 -> 8.8.5 changes onto mainlinePeter Wemm1997-01-2717-171/+407
| | | | Notes: svn path=/head/; revision=22031
* This commit was generated by cvs2svn to compensate for changes in r22028,Peter Wemm1997-01-2715-94/+399
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=22029
| * Import sendmail 8.8.5. See RELEASE_NOTES for changes.Peter Wemm1997-01-2733-265/+857
| | | | | | | | | | | | | | Obtained from: ftp.sendmail.org:/pub/sendmail Notes: svn path=/vendor/sendmail/dist-old/; revision=22028
* | Use shifts instead of multiplications and `|' instead of `+' to simplifyBruce Evans1997-01-272-8/+12
| | | | | | | | | | | | | | | | | | dkminor(). Use $((1 << 29)) instead of a mysterious decimal number for $scisctl. Use dkminor() instead of repeating part of it for special cases. Shortened some long lines. Notes: svn path=/head/; revision=22027