summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic tweaks.jkh1997-01-299-19/+19
| | | | Also redirect stderr to Debug when running multiuser.
* Fix broken layout help (this is what broke the TCP help screen).jkh1997-01-298-64/+85
| | | | | Allow DITEM_NO_ECHO to be encoded in layout field types and make user.c use it for the password item.
* More fixes and an update to the ZIP section.jkh1997-01-291-12/+46
| | | | Submitted-By: pds
* Talk about ZIP drives.jkh1997-01-291-2/+23
| | | | | Fix a typo. Submitted-By: pds
* Removed `Debugger("no slices")'. It's normal and harmless to have nobde1997-01-291-5/+2
| | | | | | slices in sd_open() after a media change when the previous sd_open() discards the previous slices and then fails. sd_open() just handles media changes poorly and fails too often.
* Disabled logging of masked exceptions on exit. Keep the side effect ofbde1997-01-293-6/+18
| | | | saving the state (see rev.1.17).
* Fixed reset port address of PC-9801-108.kato1997-01-291-1/+1
| | | | Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
* Fix typo .->, for default separators in login_getcaplist().davidn1997-01-291-1/+2
|
* Completed fixes with login_getcapsize().davidn1997-01-291-1/+2
|
* Added -Wall to CFLAGS, cleaned up (all avoidable) warnings.davidn1997-01-292-2/+3
|
* 1) Fixed bug in free()ing internal string/array wheredavidn1997-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
* #include <sys/stat.h> for umask() prototype.davidn1997-01-291-0/+1
|
* Merge 1.46 -> 1.47 changes.max1997-01-291-21/+16
|
* Update to reflect the current mount.h.mpp1997-01-291-18/+42
|
* Add 1997 to my copyright.gibbs1997-01-291-5/+7
| | | | | Change the autotermination code slightly to be more careful on narrow adapters.
* Add 1997 to my copyright.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".
* Update to reflect the current types.h.mpp1997-01-291-19/+26
|
* Add 1997 to my copyright.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.
* Straighten out Portugal and Russia.jkh1997-01-291-20/+15
|
* Make media re-init a user choice.jkh1997-01-292-12/+22
|
* Move the call to TimerService() into main.c - just after the select()brian1997-01-293-1/+36
| | | | | call. The SIGALRM just sets a flag now, preventing the possibility of any nasty recursivness in the handler itself.
* Do media initialization at correct time for upgrade too.jkh1997-01-292-30/+36
| | | | Update /stand.
* Update Russian FTP sites according to Mikhail A. Sokolov's currentjkh1997-01-293-3/+9
| | | | configuration.
* Death to another bad idea: Don't auto-mount CDROM on startup.jkh1997-01-293-21/+0
|
* Merge 1.45 -> 1.46 changes.max1997-01-281-1/+7
|
* Merge 1.201 -> 1.202 changes.max1997-01-281-2/+2
|
* The option "fstype" does not handle the argument "msdos" correctly.wosch1997-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>
* Synchronize with sys/i386/conf/options.i386 revision 1.34.kato1997-01-282-0/+4
|
* Some of these cards are always in promiscous mode :-(phk1997-01-281-15/+12
| | | | | If you enable ip forwarding your net melts down. This is a workaround, probably not the correct fix.
* Change Brent J. Nordquist's e-mail address.asami1997-01-281-1/+1
| | | | Submitted by: "Brent J. Nordquist" <bjn@visi.com>
* Update to reflect current fs.h.mpp1997-01-281-2/+21
|
* Oops, fix white space in last commit.dg1997-01-281-1/+1
|
* Fix signal handler race condition.dg1997-01-281-0/+5
|
* Update to match current include files.mpp1997-01-281-2/+17
|
* Update to reflect current acct.h.mpp1997-01-281-6/+3
|
* Update the man page to reflect the current state ofmpp1997-01-281-5/+6
| | | | fstab.h.
* Change to comment for fs_passno to reflect that it appliesmpp1997-01-281-1/+1
| | | | to fsck and not dump.
* Some various mdoc cleanup.mpp1997-01-282-8/+8
| | | | Partially Obtained from: NetBSD-bugs mailing list
* Add 3rd Russian mirrorache1997-01-281-0/+6
|
* Document the "#if (defined(__unix__) || defined(unix))" way of includingobrien1997-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.
* I was porting something from sysV world and found our cross referencesobrien1997-01-273-0/+3
| | | | | not quite as good as I would expect. So I'm introducing mknod to mkfifo, and vice-versa.
* Answer some recently asked questions.jkh1997-01-271-3/+20
| | | | Submitted-By: pds
* Make even more copies of hostnames obtained by inet_ntoa(). iruserok()joerg1997-01-271-5/+18
| | | | | could still clobber the static storage, yielding an error message with a wrong hostname.
* Fixed EXTRAVNODES ifdef.bde1997-01-271-3/+3
| | | | Updated warnings about obsolete options.
* Set the soft openfiles limit to maxfiles instead of to NOFILE.bde1997-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.
* Removed bogus options CHILD_MAX and OPEN_MAX.bde1997-01-273-39/+0
|
* Removed bogus options CHILD_MAX and OPEN_MAX.bde1997-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.
* Added KBD_MAXRETRY and PSM_NO_RESET.bde1997-01-272-0/+4
|
* Added lots of undocumented options KBD*, MSG*, NBUF, NMBCLUSTERS, PSM*,bde1997-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.
* Removed non-options MSGMAX, SEMAEM, SEMUSZ and SEMVMX.bde1997-01-271-4/+0
|
OpenPOWER on IntegriCloud