summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Typo.phk1996-05-033-6/+6
| |
* | Stupid bug, the default man page goes to section 1, not 8.joerg1996-05-031-0/+1
| | | | | | | | | | | | Closes PR #misc/1172: Error in sbin/dset/Makefile Submitted by: masafumi@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
* | Forget that TAILQ's must be init'ed.phk1996-05-035-5/+10
| |
* | disksort() is gone, all drivers now use tqdisksort().phk1996-05-033-146/+3
| |
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-032-370/+192
| | | | | | | | Also remove a ton of weird comments and a couple of no-use options.
* | Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-0310-89/+72
| |
* | Add ccd to list of devices. Also add a sample entry in LINT.asami1996-05-035-5/+12
| |
* | Bring in ccd support.asami1996-05-033-3/+9
| | | | | | | | New disk type for ccd.
* | Bring in ccd support.asami1996-05-031-0/+1
| | | | | | | | ccd is a pseudo device.
* | Bring in ccd support.asami1996-05-032-2/+56
| | | | | | | | Entry to create ccd devices.
* | Bring in ccd support.asami1996-05-031-1/+7
| | | | | | | | | | | | Call ccdconfig before swapon if /etc/ccd.conf exists. Obtained from: NetBSD
* | Look conditionally in obj/ for mktoasc.jkh1996-05-031-3/+8
| |
* | Specify FreeBSd on the .Os line, since this is a FreeBSD-specificmpp1996-05-021-4/+3
| | | | | | | | program. Use the .Fx (FreeBSD) macro in the HISTORY section.
* | Move atdevbase out of locore.s and into machdep.cphk1996-05-0212-343/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Macroize locore.s' page table setup even more, now it's almost readable. Rename PG_U to PG_A (so that I can...) Rename PG_u to PG_U. "PG_u" was just too ugly... Remove some unused vars in pmap.c Remove PG_KR and PG_KW Remove SSIZE Remove SINCR Remove BTOPKERNBASE This concludes my spring cleaning, modulus any bug fixes for messes I have made on the way. (Funny to be back here in pmap.c, that's where my first significant contribution to 386BSD was... :-)
* | Don't fiddle page tables by hand, use pmap_enter.phk1996-05-021-4/+4
| | | | | | | | (copied from wd.c)
* | Add missing kD to cons25 default entryache1996-05-021-1/+1
| |
* | Fix ^[[1K (clear from beginning of line to cursor) andache1996-05-023-12/+12
| | | | | | | | ^[[2K (clear whole line), they not work _initially_
* | Oops, forgot to `cvs add' this one first...joerg1996-05-021-0/+80
| |
* | Add a man page.joerg1996-05-021-1/+0
| |
* | Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-023-6/+18
| | | | | | | | | | | | existance fo `kernel'. Submitted by: peter
* | Xref chat(8) and ppp(8).mpp1996-05-021-1/+3
| | | | | | | | Pointed-out-by: Someone in the mailing lists
* | Xref chat(8) and pppd(8). Also change .It references to .Pa for filempp1996-05-022-22/+32
| | | | | | | | name references in the file section.
OpenPOWER on IntegriCloud