| Commit message (Expand) | Author | Age | Files | Lines |
* | Bumped shared lib rev to 2.1. | David Greenman | 1995-09-06 | 1 | -0/+2 |
* | Bring Barry Morris' changes from FreeBSD 1.1.5.1 back: pass arguments | Joerg Wunsch | 1995-09-06 | 2 | -9/+50 |
* | more devfs cleanups.. | Julian Elischer | 1995-09-06 | 5 | -22/+29 |
* | replaced 2 devfs files with one that replaces them | Julian Elischer | 1995-09-06 | 1 | -2/+1 |
* | this file replaces two others.. I haven't removed them yet, but | Julian Elischer | 1995-09-06 | 1 | -0/+897 |
* | Fixed a sign reversal problem -- might have cause some Sig-11s that | John Dyson | 1995-09-06 | 1 | -3/+3 |
* | Added indirect pointer for ffs_getpages, and added external declaration. | John Dyson | 1995-09-06 | 2 | -2/+4 |
* | Added new ffs_getpages routine. It isn't optimized yet, but FFS | John Dyson | 1995-09-06 | 1 | -1/+191 |
* | Minor performance improvements, additional prototype for additional | John Dyson | 1995-09-06 | 3 | -7/+11 |
* | Correct the location of a "return". This can/will cause system crashes. | John Dyson | 1995-09-06 | 1 | -2/+2 |
* | Save and check against all address of kerberos servers. This completes | Justin T. Gibbs | 1995-09-06 | 2 | -102/+242 |
* | New version of userconfig from Michael Smith. Give this one a try, | Jordan K. Hubbard | 1995-09-06 | 1 | -520/+1918 |
* | Move and properly add in man page for Matrox Meteor driver. | Jordan K. Hubbard | 1995-09-06 | 2 | -2/+774 |
* | Move erase cleanup outside linemode conditional | Paul Traina | 1995-09-06 | 3 | -3/+3 |
* | Detect external SRAM. | Justin T. Gibbs | 1995-09-05 | 1 | -4/+35 |
* | Clean up a few nits in the aic7xxx driver: | Justin T. Gibbs | 1995-09-05 | 4 | -95/+199 |
* | ahcprobe now takes a flags argument. For EISA/VL adapters set it to | Justin T. Gibbs | 1995-09-05 | 2 | -4/+4 |
* | The NCR script has grown beyond one page (4KB). Since malloc() returns | Stefan Eßer | 1995-09-05 | 1 | -74/+101 |
* | Changes submitted by the author. | John Fieber | 1995-09-05 | 1 | -51/+128 |
* | getgrent.c: adjust _nextypgroup() slightly so that it continues processing | Bill Paul | 1995-09-05 | 2 | -4/+10 |
* | Yet Another Sound Patch (YASP :-). This should fix the problems with | Jordan K. Hubbard | 1995-09-05 | 3 | -12/+0 |
* | Avoid race condition with telnet options processing (login: prompt lost). | Paul Traina | 1995-09-05 | 2 | -44/+14 |
* | Set erase character for login: prompt. | Paul Traina | 1995-09-05 | 2 | -2/+10 |
* | Properly set the erase character for the login prompt. | Paul Traina | 1995-09-05 | 1 | -1/+5 |
* | Delay starting login process until option negotiation is complete to | Paul Traina | 1995-09-05 | 1 | -22/+7 |
* | The `cmd' and `addr' args to psmioctl() were in the wrong order. This | Bruce Evans | 1995-09-05 | 1 | -1/+1 |
* | Submitted by: John Lind (john@starfire.mn.org) | Julian Elischer | 1995-09-05 | 1 | -1/+21 |
* | Fixed VOP_BMAP. A new argument was added, and I missed this one. | John Dyson | 1995-09-04 | 1 | -1/+1 |
* | Allow the fault code to use additional clustering info from both | John Dyson | 1995-09-04 | 3 | -50/+114 |
* | Update the version in the snake saver... | Peter Wemm | 1995-09-04 | 3 | -6/+6 |
* | Finish bringing this driver up to rev 2.2 - now compiles without warnings. | Jordan K. Hubbard | 1995-09-04 | 2 | -12/+38 |
* | Increase the tty column width from 2 to 3 characters. | Peter Wemm | 1995-09-04 | 4 | -12/+12 |
* | Correct prototype for ufs_bmaparray() | John Dyson | 1995-09-04 | 1 | -2/+2 |
* | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | John Dyson | 1995-09-04 | 33 | -66/+210 |
* | Now apply local changes to make this compile in 2.2-current (sorry about | Jordan K. Hubbard | 1995-09-03 | 1 | -4/+2 |
* | A first rough cut at an abridged version of the handbook for use | John Fieber | 1995-09-03 | 3 | -49/+98 |
* | Machine independent changes to support pre-zeroed free pages. This | John Dyson | 1995-09-03 | 3 | -24/+72 |
* | Add entries for Digiboard serial card and document Specialix driver | Jordan K. Hubbard | 1995-09-03 | 2 | -2/+102 |
* | Machine dependent routines to support pre-zeroed free pages. This | John Dyson | 1995-09-03 | 5 | -5/+52 |
* | VOP_BMAP will eventually need an additional argument, but not yet. This | John Dyson | 1995-09-03 | 1 | -3/+3 |
* | Added prototype for new routine "vm_page_set_validclean" and initial | John Dyson | 1995-09-03 | 1 | -1/+9 |
* | Correct the manpage for the -o flag. Formerly it was a single flag, now | Andreas Schulz | 1995-09-03 | 1 | -5/+9 |
* | New subroutine "vm_page_set_validclean" for a vfs_bio improvement. | John Dyson | 1995-09-03 | 1 | -1/+17 |
* | Improvements to the cluster code, minor vfs_bio efficiency: | John Dyson | 1995-09-03 | 2 | -106/+205 |
* | Bring the Digiboard driver (ALPHA version) into -current. Includes | Jordan K. Hubbard | 1995-09-03 | 14 | -9/+6295 |
* | Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd still | Mark Murray | 1995-09-03 | 1 | -2/+2 |
* | remove about 50 lines of duplicate code.. | Julian Elischer | 1995-09-03 | 1 | -117/+83 |
* | devfs changes.. | Julian Elischer | 1995-09-03 | 23 | -125/+269 |
* | Cosmetic changes to make a comment more nearly reflect reality | Julian Elischer | 1995-09-03 | 1 | -4/+5 |
* | Put a bandaid on the NULL pointer dereference caused by doing an | Peter Wemm | 1995-09-03 | 1 | -2/+3 |