summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* `init' needs crypt() for insecure consoles.wollman1994-08-151-1/+1
|
* Submitted by: Bruce Evansats1994-08-143-18/+12
| | | | | | | Delete the ifdef GPL_EMULATE case here and made the padding work for both types of emulators so that there is no longer a need to compile ps and friends new if you are using the GPL math emulator instead the normal one.
* Reviewed by:ats1994-08-141-2/+5
| | | | | | Added code to check for an adaptec 1542B Version 3.20 Board. This was the first board that supports >1Gb drives and has the extended bios. So we need also to disable the exbios like it is done for the 1542C/CF boards.
* cc -> cc26 for now.jkh1994-08-141-4/+4
| | | | Submitted by: jkh
* Kill an errant libg++ entry.jkh1994-08-141-2/+2
| | | | Submitted by: jkh
* Make keywords.h get properly built.jkh1994-08-141-1/+1
| | | | Submitted by: jkh
* Pulled over missing ftape.h from 1.1.5paul1994-08-141-0/+222
| | | | | Reviewed by: Submitted by: Paul Richards
* Changed the include <sound/ulaw.h> to be <i386/isa/sound/ulaw.h> sopaul1994-08-141-2/+2
| | | | | | | it compiles. Reviewed by: Submitted by: Paul Richards
* The tcp/ip interfaces needed longer timeouts, works fine under 2.0.phk1994-08-141-3/+3
|
* More stuff from the latest curses. Really minor this time.sef1994-08-133-4/+85
| | | | Reviewed by: Sean Eric Fagan
* Brought the 2.0 libcurses up-to-date with the current 4.4 stuff, assef1994-08-1338-177/+275
| | | | | | | distributed in keith bostic's nvi (got his permission first). Most changes are cosmetic, but a few errors (mostly in tty..c) were cleared up. Reviewed by: Sean Eric Fagan
* This is the first attempt to drag the top level Makefile Rod sent mejkh1994-08-131-12/+214
| | | | | into 2.0. It will surely need more work. Submitted by: jkh
* Fix conditional-compilation mixup, pointed out by Paul Richards.wollman1994-08-131-3/+1
|
* Made the kernel compile cleanly with gcc 2.6.0. Thanks go to Brucedg1994-08-136-22/+30
| | | | Evans for suggesting a method to detect various versions of gcc.
* Fixed problem with returning -1 on error when the return value is adg1994-08-132-2/+4
| | | | | | | | long long. Done by plugging both eax and edx with -1. This will clobber edx unnecessarily when the return value is only 32bit...though probably always an okay thing to do, it could stand a better fix. This was the cause of gawk being broken (boy was THAT ever a subtle bug!!!).
* Change .0 man extents to .1, as reported by Julian Elischer. Whoops,jkh1994-08-131-1/+1
| | | | | | thought I'd gotten this one the first time around. Reviewed by: Submitted by:
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-13102-973/+988
| | | | | | | | | | | | | | | | | | | | | ``changes'' are actually not changes at all, but CVS sometimes has trouble telling the difference. This also includes support for second-directory compiles. This is not quite complete yet, as `config' doesn't yet do the right thing. You can still make it work trivially, however, by doing the following: rm /sys/compile mkdir /usr/obj/sys/compile ln -s M-. /sys/compile cd /sys/i386/conf config MYKERNEL cd ../../compile/MYKERNEL ln -s /sys @ rm machine ln -s @/i386/include machine make depend make
* Submitted by: Poul-Henning Kamp <phk@login.dkuug.dk>phk1994-08-131-4/+389
| | | | | | | | | | | | | | Added my if_lp TCP/IP driver to lpt.c. I have (surprise) not been able to test it on a 2.0 machine yet. Connect the machines with a parallel "lap-link" cable, and get rates from 35 kbyte/sec up to 75 kbyte/sec. (when ftp'ing foo: dev/zero -> bar:/dev/null). The same lpt.c file should compile under 1.1.5.1 without problems. I think we should promote this feature when we dump 2.0 on the expectant public, because it provides a cheap and efficient way to move data to and from notebooks &c. It is not a replacement for ethernet, but a cheap substitute sometimes.
* Remove the scary bits from telnetd - no more encryption left here.csgr1994-08-126-274/+3
| | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet
*-. This commit was generated by cvs2svn to compensate for changes in r2050,csgr1994-08-1228-0/+18206
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Move the telnetd with encryption to src/securecsgr1994-08-1214-0/+9103
| | | | | | | | | | | | | | | This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet
| * | Move the telnetd with encryption to src/securecsgr1994-08-1214-0/+9103
| | | | | | | | | | | | | | | This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet
* | | The big crypt removal - make libtelnet exportable.csgr1994-08-122-28/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Securedist can be sorted out later - getting these bits exportable is top priority. The libtelnet with encryption has been moved to src/secure/lib. It will either become part of libsecure, or or be made available under another name, once the securedist strategy has been completely worked out. Submitted by: Geoff Rehmet
| | |
| \ \
*-. \ \ This commit was generated by cvs2svn to compensate for changes in r2047,csgr1994-08-1240-0/+12552
|\ \ \ \ | | |/ / | |/| / | | |/ which included commits to RCS files with non-trunk default branches.
| | * Libtelnet with encryption goes walkies to src/secure/libcsgr1994-08-1220-0/+6276
| | | | | | | | | | | | Reviewed by: Geoff Rehmet
| * | Libtelnet with encryption goes walkies to src/secure/libcsgr1994-08-1220-0/+6276
| | | | | | | | | | | | Reviewed by: Geoff Rehmet
* | | when making test programs, look for libdescrypt, not libcryptcsgr1994-08-121-2/+2
| | | | | | | | | | | | Submitted by: Geoff Rehmet
* | | Fix afterinstall rule for NOSHARED casecsgr1994-08-121-1/+6
| | | | | | | | | | | | Submitted by: Geoff Rehmet
* | | 1) don't make bdes yetcsgr1994-08-123-5/+12
| | | | | | | | | | | | | | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet
* | | Added conditionals to make this compile cleanly in FreeBSD 2.0.dg1994-08-121-7/+49
| | |
* | | Took out junk to save the old value of BLOCKSIZE as it is unnecessary.dg1994-08-122-11/+1
| | | | | | | | | | | | Remove CFLAGS=-g from Makefile.
* | | The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
| | | | | | | | | | | | | | | | | | so the BLOCKSIZE doesn't need to be preserved. Also initialized the flags variables, and used 1k instead of 1024 for BLOCKSIZE.
* | | The last commit was bogus...the putenv doesn't affect the parent process,dg1994-08-121-10/+3
| | | | | | | | | | | | so the BLOCKSIZE doesn't need to be preserved.
* | | Implemented the -k flag more properly...don't destroy the user's settingdg1994-08-122-5/+21
| | | | | | | | | | | | of the BLOCKSIZE environment variable.
* | | New ethernet device driver from Matt Thomas:dg1994-08-125-2/+2434
| | | | | | | | | | | | | | | | | | | | | | | | | | | This driver supports all the DEC EtherWORKS III NICs (DE203, DE204, and DE205) and the later DEC EtherWORKS II NICs (DE200, DE201, DE202, DE422). DEPCA-style boards prior to the DE200 have not been tested and may not work. Submitted by: Matt Thomas (thomas@lkg.dec.com)
* | | Removed some unnecessary code that sets the link layer address. This shoulddg1994-08-122-58/+2
| | | | | | | | | | | | | | | be removed from the other drivers, too, as it is already done at a higher level in the kernel.
* | | Add missing ifr variable declaration that I forgot when adding MTUdg1994-08-122-6/+8
| | | | | | | | | | | | ioctl support.
* | | Implement -k flag.dg1994-08-121-0/+7
| | |
* | | swapinfo(1) command from 1.1.5. This version has been modified to workdg1994-08-125-0/+406
| | | | | | | | | | | | with the new libkvm interfaces.
* | | Make it set-uid until procfs is fixed.wollman1994-08-111-2/+2
| | |
* | | Make `ps' set-uid root so that it can read the same set of argumentswollman1994-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | that old `ps'es did. I'm not too thrilled about this, but I'm not enough of an FS person to hack procfs so that /proc/xxx/mem is readable by members of group `kmem'. If this is done, then `ps' can go back to being set-gid kmem.
* | | Add rotattion of cron log to weekly.guido1994-08-111-0/+10
| | | | | | | | | | | | | | | Reviewed by: Submitted by: guido
* | | Use nulls to pad proctitle rather than spaces...makes ps(1) output moredg1994-08-112-2/+2
| | | | | | | | | | | | readable.
* | | Made kvm routines use procfs to get out process data such as argumentdg1994-08-113-155/+33
| | | | | | | | | | | | strings.
* | | Change outb() as per Bruce's instructions so that it doesn't explicitlyjkh1994-08-112-4/+4
| | | | | | | | | | | | | | | | | | try to pass its argument in the ax register. Reviewed by: Submitted by:
* | | Correct and add proper man page extents.jkh1994-08-113-2/+3
| | | | | | | | | | | | Submitted by: jkh
* | | Fix man extents from .0 to .1jkh1994-08-111-1/+1
| | | | | | | | | | | | Submitted by: jkh
* | | Bruce Evans is right - this shouldn't touch /etc *at all* and I shouldjkh1994-08-111-3/+0
| | | | | | | | | | | | | | | | | | have nuked it, not fixed it. No longer install /etc/localtime. Reviewed by: Submitted by:
* | | Use the right man page.jkh1994-08-111-0/+1
| | | | | | | | | | | | Submitted by: jkh
* | | Add renice's correct man page to the Makefile.jkh1994-08-111-0/+1
| | | | | | | | | | | | Submitted by: jkh
OpenPOWER on IntegriCloud