summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Israel site.jkh1994-12-021-1/+3
|
* IFCONFIG->IFCONFIG_CMD in dialog box prompt.jkh1994-12-021-2/+2
|
* More comments on tape installs.jkh1994-12-021-1/+14
|
* Use new bkgd() function to produce backgroundache1994-12-021-4/+3
|
* bkgd() family fixesache1994-12-022-4/+11
|
* |From: Keith Walker <kew@timesink.spk.wa.us>jkh1994-12-022-8/+8
| | | | | | | | | | | | |Message-Id: <199412011713.JAA03374@timesink.spk.wa.us> |To: jkh@whisker.hubbard.ie |Subject: A little problem with MAKEDEV | |For a while now, MAKEDEV's been kinda neat: you create the cua* files, |and it deletes the tty* files; you create the tty* files and it |deletes the corresponding cua* files. K00l! :-) [Ed Note - I think this behavior was wrong, and this fix better].
* Josh Littlefield's fixes for my extreme boneheadedness.jkh1994-12-022-6/+6
|
* Fix dialog width for "Please enter the next diskette..." stuff.jkh1994-12-021-3/+3
| | | | Mount DOS floppies read-only.
* Implement chage_scroll_region properlyache1994-12-023-18/+36
|
* Upgrade to version 1.8.6ache1994-12-0269-1305/+2222
|
* Kernel name is now kernel and not 386bsd.nate1994-12-021-2/+2
|
* Add a check to make sure that we don't fiddle with the NFS routing tableswollman1994-12-021-10/+3
| | | | | as well (bleah!). Also, increase the interval to the real-life value and eliminate debugging printfs. This will be standard once tested by others.
* Change obnoxious ``Not root dir'' error message into one which actuallywollman1994-12-022-4/+6
| | | | tells you what's wrong.
* Change wakeup to endtsleep, because wakeup don't produce timeoutache1994-12-013-9/+12
| | | | state, cause infinite wakeups loop in ttywait
* Add latest version of ``advanced route metric management'' :-)wollman1994-12-011-18/+71
| | | | | As before, this is currently conditionalized on options IN_RMX until I'm sure it's working.
* In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This iswollman1994-12-011-1/+4
| | | | | | incredibly obnoxious, but also makes inverse mappings work when the local resolver is in a cache-only configuration. (Maybe this is actually a bug in BIND?)
* Submitted by: Philippe Charnierats1994-12-011-1/+1
| | | | Fixed a little typo: lable -> label.
* Fixed a typo. Poited out by Bruce & Phillipe.phk1994-12-011-2/+2
|
* The values for setrlimit in the data size and stack size case areats1994-12-011-6/+6
| | | | | | | | | | used as an address value. Then all comparisons should be done unsigned and not signed. Fix it with a typecast of u_quad_t. Error can be demonstrated with the current bash in port, do a ulimit -s unlimited and the machine hangs. bash delivers through an internal error a large negative value for the stacksize, the comparison saw this smaller than MAXSSIZ and then tried to expand the stack to this size.
* 1. the prgboxes aren't working at all. Stop using them for tapejkh1994-12-011-7/+4
| | | | | | extraction. 2. If what's extracted from the tape is a subdir, cd into it before attempting to extract it.
* Add gzips for the real floppy images.jkh1994-12-011-1/+3
|
* Remove gratuitous gzip of boot.flpjkh1994-12-011-3/+2
|
* Fix another unfortunate little buglet intruduced during the Great Renaming..jkh1994-12-011-2/+2
|
* Install rc.serial.dg1994-12-011-3/+3
|
* More fixes from Keith Walker. Thanks, Keith!jkh1994-12-012-13/+19
|
* Fix some long-standing english wonkiness.jkh1994-12-011-11/+10
|
* Sorry..forgot something for yesterdays login patch..ugen1994-12-011-0/+1
| | | | (Umm..i hope nobody "make world" this time:)
* Argh. I hate my life. I broke NFS *again* by leaving this linejkh1994-11-301-2/+1
| | | | | inadvertantly in place. I guess I have it in for NFS installs or something! :-(
* Build both 1.2MB and 1.44MB floppies now. this all needs a good re-think,jkh1994-11-301-7/+16
| | | | | | | but this at least works for now. Reviewed by: Submitted by: Obtained from:
* Patch of password expired bug.ugen1994-11-301-26/+11
| | | | | | Now password changed for right user and no longer possible to skip password change. I hope it will be ok....
* Changed the TIOCSTAT ioctl to a no argument type so that tcsh and friendsdg1994-11-301-2/+2
| | | | | don't have to pass in the address of a bogus variable just to make ioctl happy.
* Document how to re-enable the floppy-tape drive.jkh1994-11-301-0/+9
|
* Fix bug I introduced that broke BPF support. Caused by a byte order problemdg1994-11-303-9/+3
| | | | | in an if () expression. Problem fixed by removing the test for ETHERTYPE_* before passing packet to higher layers.
* Reverse the meaning of previous change.jkh1994-11-303-21/+15
| | | | | | Now floppy tape support is *disabled* unless you specifically request otherwise. Poul wanted it this way, and I guess I'm not going to argue though it may seem counter-intuitive. We can always change it back, later.
* Keith Walker's "howto" notes on preparing floppy or tape distribtutionjkh1994-11-301-4/+67
| | | | fodder. Thanks, Keith! Much needed!
* Merge in more creature-confort changes, plus some spelling and generaljkh1994-11-302-54/+42
| | | | badness fixes from Keith.
* Change `-o resvport' to a much simpler -P.jkh1994-11-291-2/+2
|
* Make the suggested NFS options actually work now. Neither Garrett nor I werejkh1994-11-291-2/+2
| | | | actually correct. mount_nfs takes *different* options than mount -t nfs does.
* Add entry for Australia.jkh1994-11-291-1/+4
|
* Restore mv check, cause panic without itache1994-11-292-6/+2
| | | | Submitted by: Ade Barkah
* Put the sequencer into FASTMODE during initialization. I can nowgibbs1994-11-293-9/+18
| | | | get up to 8m/sec write performance out of a pd2100 with this driver.
* Merge in latest Linux sequencer code release with my changes. This shouldgibbs1994-11-295-170/+175
| | | | | | | | | | | | make the sequencer code fully compatible with the aic7870 (ie 294x adaptors). I've also added to my local mods putting the sequencer into "FASTMODE" clock. This gives upwards of 2M/sec write preformance improvement in some scenarios. There haven't been any reports of this causing problems, and I have been reaping the benifits of it for more than a week now. This also includes a new version of the pre-generated file <ugh> Obtained from: John Aycock (aycock@cpsc.ucalgary.ca) and myself
* Add additional sites from ftp list. Put germany in properjkh1994-11-291-3/+12
| | | | alphabetical order.
* Add uni-duisburg Germany site.jkh1994-11-291-5/+8
|
* Add ftp.nl.net to MIRROR.SITES.guido1994-11-291-1/+4
|
* In past releases of FreeBSD, I have used the exit status of "ping" todg1994-11-291-1/+4
| | | | | | | | | | | | determine whether a connection to a given machine is up or not. In FreeBSD 2.0 (and therefore, I assume, BSD 4.4) the exit code of ping is always zero, even if no packets were received. I would like to propose the following change to /usr/src/sbin/ping/ping.c to restore this useful behaviour: Submitted by: Denis Fortin
* Experimental change to floppy driver to NOT probe the floppy tape ifjkh1994-11-293-6/+21
| | | | | | flags & 0x1. Somebody should build a kernel with this and see if the floppy-tape damaged people can turn it off properly with userconfig. I can't reproduce the original problem here.
* wscrl: implement partial scrolling via al/dlache1994-11-295-165/+196
| | | | | winsdel: implemented via wscrl winsertln/deleteln: implemented as macros via winsdel
* Get rid of getsache1994-11-291-1/+1
| | | | Submitted by: Ollivier Robert
* BSD 4.4 compatibility fixache1994-11-291-5/+5
| | | | Submitted by: Ollivier Robert
OpenPOWER on IntegriCloud