summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add verbose flagmharo1999-08-292-7/+23
|
* brucify and move printf() to catch cases of special filesmharo1999-08-293-11/+7
|
* Changed from dname into devtoname(bp->b_dev) in the function dsinit().kato1999-08-291-5/+6
|
* add verbose flagmharo1999-08-292-10/+27
| | | | | | exit(1) --> exit(EX_USAGE) Reviewed by: obrien
* o fix typogehenna1999-08-291-1/+1
|
* Initialize the si_bsize fields of the new dev structure. This fixesgrog1999-08-292-0/+7
| | | | | | | | | | | | | | some swapper problems analogous to those experienced with ccd. This fix is a kludge: since we currently don't track the "sector size" in a volume label, we guess a worst case (4 kB, as used by vnode devices). If the concept of sector size is here to stay, I'll make some changes to track the "sector size" of a volume. This will probably be the maximum of the sector sizes of all component drives, but things could get ugly if we start allowing non-standard sector sizes such as 524 bytes. Unkludged-version-submitted-by: phk
* o synchronisation with NetBSDgehenna1999-08-293-13/+70
| | | | | Reviewed by: Hick Hibma Obtained from: NetBSD
* Add $FreeBSD$ lines to these example man pages, along with a notempp1999-08-283-3/+12
| | | | | that says all man pages should contain a FreeBSD revision control id to make it easier for translation teams.
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-2820-3/+40
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-2844-0/+85
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* Add $FreeBSD$ lines to man pages that are missing them to makempp1999-08-281-0/+2
| | | | | | | it easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* Some minor mdoc style cleanup.mpp1999-08-281-11/+11
|
* Fix typo in previous commit that documented the -v option.mpp1999-08-281-1/+1
|
* add verbose flagmharo1999-08-282-5/+17
| | | | Reviewed by: obrien
* Correct URL's and change ifdef to if defined (following rest of style inn_hibma1999-08-281-3/+3
| | | | file)
* Remove NetBSD specific code. USB part is trivial, and the rest is notn_hibma1999-08-281-79/+0
| | | | shared anyway.
* Fix various trivial warnings from LINTphk1999-08-287-8/+7
|
* Put a brief comment on a couple of #defines.phk1999-08-281-0/+7
|
* remove unused variables.phk1999-08-287-7/+3
|
* #include <sys/queue.h>phk1999-08-281-0/+1
|
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-288-213/+85
| | | | | PR: 13374 Submitted by: Boris Popov <bp@butya.kz>
* Merge missing changes from sys/i386/conf/GENERIC.nyan1999-08-282-154/+156
|
* Fix ordering.nyan1999-08-282-260/+258
|
* - The old printer driver is renamed 'olpt'.nyan1999-08-281-1/+8
| | | | - Added the gdc driver.
* Add source routing support.lile1999-08-282-11/+49
|
* Added MII bus support.kato1999-08-282-0/+6
| | | | Reminded by: phk
* It is much easier to arp if you don't truncate your arp-reply's.lile1999-08-281-11/+12
| | | | [affects token-ring only]
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-2822-124/+114
| | | | code, we can find the name from any convenient dev_t
* add MAINTAINER for the kernel part of i4bhm1999-08-281-0/+1
|
* add MAINTAINER to userland part of i4bhm1999-08-281-0/+1
|
* Always set the MBR value. When you leave it uninitialized, it seemsjkh1999-08-283-30/+18
| | | | like libdisk does bad things. :)
* Thou shall do a make before commit.n_hibma1999-08-281-3/+0
| | | | | [grmbl] Fix duplicate elements in struct in previous commit.
* Fix conflicts.obrien1999-08-281-10/+144
| | | | This brings rev 1.2 (-fformat-extensions) into EGCS 1.1.2.
* We use device_set_desc_copy, so we do not need to free the copied textn_hibma1999-08-286-7/+4
| | | | manually.
* Share more between FreeBSD and NetBSDn_hibma1999-08-281-4/+3
|
* Fix conflicts.obrien1999-08-281-304/+1206
| | | | This brings revs 1.{2,3} minus rev 1.4 into EGCS 1.1.2.
* Update the list of devices from NetBSDn_hibma1999-08-283-93/+183
|
* Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.marcel1999-08-281-1/+4
|
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-284-0/+20
| | | | | | | the sysctl variable `compat.linux.oss_version'. PR: 12917 Originator: Dean Lombardo <dlombardo@excite.com>
* Fix conflicts.obrien1999-08-281-462/+819
|
* Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().phk1999-08-282-0/+6
|
* Backout my last commit. Exit status is $?roger1999-08-281-1/+1
|
* Also make the "other" packets counter resettable.green1999-08-281-1/+3
|
* Fix conflicts. This brings rev 1.2 (fix stabs ordering for a.out) intoobrien1999-08-281-237/+436
| | | | EGCS 1.1.2.
* Back out the cdevsw_remove() from previous revision for further testing.green1999-08-281-1/+0
|
* Add file which was missed in last commits due to CVS problemsroger1999-08-281-0/+18
|
* Add file which was missing from previous commitsroger1999-08-281-0/+60
|
* Unevilize vn(4) somewhat:green1999-08-281-15/+26
| | | | | 1. implement read-only ability 2. make it play nice with cdevsw (use cdevsw_remove() uon kldunload)
* $Header$ -> $FreeBSD$peter1999-08-2878-90/+168
|
* Relax things a bit. Not having FIODTYPE will be a warning for now.green1999-08-281-8/+12
| | | | | Pointy hat: green Pointed out by: peter
OpenPOWER on IntegriCloud