summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finally commit the changes that make getty(8) no longer depend on thejoerg1996-05-0510-356/+804
| | | | | | | | | | | | COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch
* Avoid potential trademark conflictpeter1996-05-051-2/+2
|
* Change the logic of the interrupt/poll loop. It no longer loops untilpeter1996-05-052-8/+30
| | | | | | | | | | it empties all of the 256 byte incoming fifo, as it can spend more time processing one port than intended, especially if data is streaming in at 115.2K. The port fifo will be emptied and dumped into the tty system and left until next time. I've been running this for quite some time on one of my systems here. Also, if the tty layer is blocked or full it lets the hardware assert the flow control rather than loosing the data.
* Change the compiled-in polling parameters to a sysctl setting.peter1996-05-052-14/+22
|
* This commit was generated by cvs2svn to compensate for changes in r15637,joerg1996-05-059-46/+728
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor-branch import of the 4.4BSD-Lite2 code for lpr. There arejoerg1996-05-0516-137/+964
| | | | | | | | | | | | | | | | several bugfixes in it that are worth considering. Don't be alarmed about the import conflicts... Obtained from: 4.4BSD-Lite2
* | uninitialized auto variable shmseg is used in ...joerg1996-05-051-2/+2
| | | | | | | | | | | | Closes PR #kern/1174 Submitted by: enami@ba2.so-net.or.jp
* | Sync libc_r with libc changes..peter1996-05-056-15/+15
| |
* | Add support to enable libc to be compiled in ELF format. (#ifdef __ELF__)peter1996-05-0533-281/+340
| | | | | | | | | | | | | | | | | | | | | | In a nutshell, this macroizes the local/global symbol scoping rules that are different in a.out and ELF. It also makes the i386 assembler stubs conform to i386 PIC calling conventions - the a.out ld.so didn't object, but the ELF one needs it as it implements PIC jumps via PLT's as well as calls. The a.out rtld only worked because it was accidently snooping the grandparent calling function's return address off the stack.. This also affects the libc_r code a little, because of cpp macro nesting.
* | rm the files first before uudecoding, because the modes in the beginpeter1996-05-051-1/+3
| | | | | | | | line doesnt permit writes by the owner.. (oops!)
* | Oops, add stallion utils to i386 part of Makefilepeter1996-05-051-5/+5
| |
* | Add DDB_UNATTENDED to opt_ddb.h where it belongs.pst1996-05-051-1/+2
| |
* | Add Greg Ungerer <gerg@stallion.oz.au> for his Stallion serial card driver.peter1996-05-041-1/+2
| |
* | Update the comments at the top of these things to fit reality. Sup hasn'tjkh1996-05-045-19/+30
| | | | | | | | | | been a package which you need to add on for awhile now. :-) Also mention hooks in /etc/make.conf for `make update' fans.
* | Correct an editing bogon I introduced earlier.jkh1996-05-041-3/+4
| |
* | Add /usr/libdata/stallion for holding the download firmware images.peter1996-05-041-1/+3
| | | | | | | | | | | | These binary files most definately do not come under /usr/share's "architecture independent text files" rule... even though these same images would be used on other processors with pci architectures.
* | Add $Id$peter1996-05-041-0/+2
| |
* | Some trivial updates to the information in here, A good deal of thispeter1996-05-041-2/+28
| | | | | | | | is out of date, as it deals with patching the driver into the kernel.
* | Add $Id$peter1996-05-041-7/+11
| | | | | | | | | | | | | | Compile for FreeBSD-2.2 Fix some compile warnings about function declarations -current's VM include files have changed lately, this needed to be updated. Use correct major number.
* | Add $Id$peter1996-05-041-6/+7
| | | | | | | | | | | | Compile for FreeBSD-2.2 (it compiles for 2.0.5, 2.1 and 2.2) Use -current include file locations Use -current pciintr calling conventions
* | Add $Id$peter1996-05-042-0/+4
| |
* | Add stl and stli drivers for the Stallion cards.peter1996-05-042-2/+6
| |
* | Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400)peter1996-05-042-4/+6
| | | | | | | | | | | | and which driver is for which. Major 72 was for the cd1400 based cards, I've grabbed the next free (75) for the intelligent, high performance boards.
* | Add extra targets a' la' eBones/Makefile for release/Makefile.markm1996-05-041-2/+27
| | | | | | | | (bootstrap etc)
* | Connect ccd man page and ccdconfig to parent Makefiles.asami1996-05-042-2/+2
| | | | | | | | Ok'd by: peter
* | Better method of choosing libdescrypt/libscrypt.markm1996-05-041-6/+6
| |
* | Split CRYPTOBJDIR -> SCRYPTOBJDIR/DESCRYPTOBJDIR for init(8)markm1996-05-041-2/+8
| |
* | Minimal adjustments to get the Stallion utilities to build and installpeter1996-05-049-7/+70
| | | | | | | | in a FreeBSD style source tree.
* | Add Nisha Talagala (nisha@cs.berkeley.edu) who is the co-porter ofasami1996-05-041-1/+2
| | | | | | | | the ccd driver from NetBSD.
* | Add randomness from /dev/random if it is available.markm1996-05-041-1/+23
| |
* | This commit was generated by cvs2svn to compensate for changes in r15606,peter1996-05-044-0/+2553
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the user-mode parts of the v0.0.5alpha Stallion driver.peter1996-05-044-0/+2553
| | | | | | | | | | | | | | | | | | Submitted by: Greg Ungerer (gerg@stallion.oz.au) (Note, patches to compile/install to follow)
* | | 1) make -DCLOBBER not remove most of /usr/libmarkm1996-05-041-37/+35
| | | | | | | | | | | | | | | 2) make all the 'pre-targets' not install profiled libraries and man pages to speed up the bootstrap in a 'make world'
* | | Update to 1.1beta5dpst1996-05-041-18/+35
| | |
* | | Update to version 1.1beta5d of the driver. This driver now runs underpst1996-05-044-107/+158
| | | | | | | | | | | | FreeBSD 2.1 and 2.2, BSD/OS 2.x, Linux, Solaris, and SCO V.
* | | This commit was generated by cvs2svn to compensate for changes in r15599,peter1996-05-046-112/+5057
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-046-112/+5057
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is now two seperate drivers that support (I think) all of Stallions's range, including the high performance intelligent cards, and their older cards. Submitted by: Greg Ungerer (gerg@stallion.oz.au) (User-mode parts and patches to follow)
* | | This commit was generated by cvs2svn to compensate for changes in r15596,peter1996-05-042-4/+5
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import v0.0.4alpha of the Stallion driver.peter1996-05-042-4/+5
| | | | | | | | | | | | Sumbitted by: Greg Ungerer (gerg@stallion.oz.au)
* | | This commit was generated by cvs2svn to compensate for changes in r15593,peter1996-05-043-68/+311
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import v0.0.3alpha of Stallion driver.peter1996-05-043-68/+311
| | | | | | | | | | | | Submitted by: Greg Ungerer (gerg@stallion.oz.au)
* | | This commit was generated by cvs2svn to compensate for changes in r15590,peter1996-05-042-68/+158
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import v0.0.2 alpha of the Stallion driverpeter1996-05-042-68/+158
| | | | | | | | | | | | Submitted by: Greg Ungerer (gerg@stallion.oz.au)
* | | This commit was generated by cvs2svn to compensate for changes in r15587,peter1996-05-043-0/+3149
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of driver for the Stallion EasyIO and EasyConnection 8/32peter1996-05-043-0/+3149
| / | | | | | | | | | | | | | | | | | | | | | | boards by Greg Ungerer (gerg@stallion.oz.au). (v0.0.1 alpha) This is a multiple import of all revisions available to build up a history. This driver supports only some of the Stallion range, in particular, not the highly intelligent cards. That comes in shortly. Submitted by: Greg Ungerer (gerg@stallion.oz.au)
* | Add Yoshiro Mihira <sanpei@yy.cs.keio.ac.jp> for his contribution of theasami1996-05-041-1/+2
| | | | | | | | wide-dhcp port.
* | Add Andrew McRae for his work on the PCCARD stuff.jkh1996-05-031-1/+2
| |
* | Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-0323-92/+72
| | | | | | | | | | the usage. I'm not satisfied with the naming, but now at least there is less bogus stuff around.
* | Remove buf->b_actf, nobody uses it anymore.phk1996-05-032-6/+4
| | | | | | | | Clean up some pmap macro usage.
* | A nasty #define, so that we don't use buf->b_actf anymore.phk1996-05-031-0/+1
| |
OpenPOWER on IntegriCloud