Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 44 | -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 make | mpp | 1999-08-28 | 1 | -0/+2 |
| | | | | | | | it easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> | ||||
* | Some minor mdoc style cleanup. | mpp | 1999-08-28 | 1 | -11/+11 |
| | |||||
* | Fix typo in previous commit that documented the -v option. | mpp | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | add verbose flag | mharo | 1999-08-28 | 2 | -5/+17 |
| | | | | Reviewed by: obrien | ||||
* | Correct URL's and change ifdef to if defined (following rest of style in | n_hibma | 1999-08-28 | 1 | -3/+3 |
| | | | | file) | ||||
* | Remove NetBSD specific code. USB part is trivial, and the rest is not | n_hibma | 1999-08-28 | 1 | -79/+0 |
| | | | | shared anyway. | ||||
* | Fix various trivial warnings from LINT | phk | 1999-08-28 | 7 | -8/+7 |
| | |||||
* | Put a brief comment on a couple of #defines. | phk | 1999-08-28 | 1 | -0/+7 |
| | |||||
* | remove unused variables. | phk | 1999-08-28 | 7 | -7/+3 |
| | |||||
* | #include <sys/queue.h> | phk | 1999-08-28 | 1 | -0/+1 |
| | |||||
* | Get rid of the old XNS checksum code and implement it the IPX way. | jhay | 1999-08-28 | 8 | -213/+85 |
| | | | | | PR: 13374 Submitted by: Boris Popov <bp@butya.kz> | ||||
* | Merge missing changes from sys/i386/conf/GENERIC. | nyan | 1999-08-28 | 2 | -154/+156 |
| | |||||
* | Fix ordering. | nyan | 1999-08-28 | 2 | -260/+258 |
| | |||||
* | - The old printer driver is renamed 'olpt'. | nyan | 1999-08-28 | 1 | -1/+8 |
| | | | | - Added the gdc driver. | ||||
* | Add source routing support. | lile | 1999-08-28 | 2 | -11/+49 |
| | |||||
* | Added MII bus support. | kato | 1999-08-28 | 2 | -0/+6 |
| | | | | Reminded by: phk | ||||
* | It is much easier to arp if you don't truncate your arp-reply's. | lile | 1999-08-28 | 1 | -11/+12 |
| | | | | [affects token-ring only] | ||||
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 22 | -124/+114 |
| | | | | code, we can find the name from any convenient dev_t | ||||
* | add MAINTAINER for the kernel part of i4b | hm | 1999-08-28 | 1 | -0/+1 |
| | |||||
* | add MAINTAINER to userland part of i4b | hm | 1999-08-28 | 1 | -0/+1 |
| | |||||
* | Always set the MBR value. When you leave it uninitialized, it seems | jkh | 1999-08-28 | 3 | -30/+18 |
| | | | | like libdisk does bad things. :) | ||||
* | Thou shall do a make before commit. | n_hibma | 1999-08-28 | 1 | -3/+0 |
| | | | | | [grmbl] Fix duplicate elements in struct in previous commit. | ||||
* | Fix conflicts. | obrien | 1999-08-28 | 1 | -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 text | n_hibma | 1999-08-28 | 6 | -7/+4 |
| | | | | manually. | ||||
* | Share more between FreeBSD and NetBSD | n_hibma | 1999-08-28 | 1 | -4/+3 |
| | |||||
* | Fix conflicts. | obrien | 1999-08-28 | 1 | -304/+1206 |
| | | | | This brings revs 1.{2,3} minus rev 1.4 into EGCS 1.1.2. | ||||
* | Update the list of devices from NetBSD | n_hibma | 1999-08-28 | 3 | -93/+183 |
| | |||||
* | Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines. | marcel | 1999-08-28 | 1 | -1/+4 |
| | |||||
* | Implement the OSS_GETVERSION ioctl. The version returned can be changed through | marcel | 1999-08-28 | 4 | -0/+20 |
| | | | | | | | the sysctl variable `compat.linux.oss_version'. PR: 12917 Originator: Dean Lombardo <dlombardo@excite.com> | ||||
* | Fix conflicts. | obrien | 1999-08-28 | 1 | -462/+819 |
| | |||||
* | Initialize dev->si_bsize*, the floppy driver doesn't use dsopen(). | phk | 1999-08-28 | 2 | -0/+6 |
| | |||||
* | Backout my last commit. Exit status is $? | roger | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Also make the "other" packets counter resettable. | green | 1999-08-28 | 1 | -1/+3 |
| | |||||
* | Fix conflicts. This brings rev 1.2 (fix stabs ordering for a.out) into | obrien | 1999-08-28 | 1 | -237/+436 |
| | | | | EGCS 1.1.2. | ||||
* | Back out the cdevsw_remove() from previous revision for further testing. | green | 1999-08-28 | 1 | -1/+0 |
| | |||||
* | Add file which was missed in last commits due to CVS problems | roger | 1999-08-28 | 1 | -0/+18 |
| | |||||
* | Add file which was missing from previous commits | roger | 1999-08-28 | 1 | -0/+60 |
| | |||||
* | Unevilize vn(4) somewhat: | green | 1999-08-28 | 1 | -15/+26 |
| | | | | | 1. implement read-only ability 2. make it play nice with cdevsw (use cdevsw_remove() uon kldunload) | ||||
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 78 | -90/+168 |
| | |||||
* | Relax things a bit. Not having FIODTYPE will be a warning for now. | green | 1999-08-28 | 1 | -8/+12 |
| | | | | | Pointy hat: green Pointed out by: peter | ||||
* | - Handle the signal SIGTERM. | yokota | 1999-08-28 | 1 | -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->FreeBSD | peter | 1999-08-28 | 17 | -17/+17 |
| | |||||
* | $Id$ -> $FreeBSD$ (some mangled and/or hidden ones) | peter | 1999-08-28 | 7 | -7/+7 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 17 | -17/+17 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1267 | -1294/+1298 |
| | |||||
* | Id -> FreeBSD | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3528 | -3661/+3661 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2815 | -2936/+2936 |
| | |||||
* | gcc 2.6 is kinda obsolete now. | peter | 1999-08-27 | 8 | -1826/+0 |
| |