summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Handle the signal SIGTERM.yokota1999-08-281-9/+8
| | | | | | | | | | - Slightly rearrange VGLCheckSwitch() to ensure the display content will be correctly restored when switching back to the vty where the vgl program is running. - VGLEnd() should clear the screen only when the vty is in the foreground. Discussed with: sos
* Regen after Id->FreeBSDpeter1999-08-2817-17/+17
|
* $Id$ -> $FreeBSD$ (some mangled and/or hidden ones)peter1999-08-287-7/+7
|
* $Id$ -> $FreeBSD$peter1999-08-2817-17/+17
|
* $Id$ -> $FreeBSD$peter1999-08-281267-1294/+1298
|
* Id -> FreeBSDpeter1999-08-281-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-283528-3661/+3661
|
* $Id$ -> $FreeBSD$peter1999-08-282815-2936/+2936
|
* gcc 2.6 is kinda obsolete now.peter1999-08-278-1826/+0
|
OpenPOWER on IntegriCloud