| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50583
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=43380
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=42951
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42546
|
| |
|
|
|
|
|
|
|
|
| |
used in device attach routines. At least for attaches at boot time,
actually waiting, or actually failing for malloc(..., M_NOWAIT), are
almost equally unlikely and harmless, but using M_WAITOK interferes
with automatic detection of bogus M_WAITOK's.
Notes:
svn path=/head/; revision=42230
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41771
|
| |
|
|
|
|
|
| |
the bug in the check had never been discovered.
Notes:
svn path=/head/; revision=41611
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38505
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD/alpha. The most significant item is to change the command
argument to ioctl functions from int to u_long. This change brings us
inline with various other BSD versions. Driver writers may like to
use (__FreeBSD_version == 300003) to detect this change.
The prototype FreeBSD/alpha machdep will follow in a couple of days
time.
Notes:
svn path=/head/; revision=36735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33676
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33181
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will not make any of object files that LINT create change; there
might be differences with INET disabled, but hardly anything compiled
before without INET anyway. Now the 'obvious' things will give a
proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The
only thing that _should_ work (but can't be made to compile reasonably
easily) is sppp :-(
This commit move struct arpcom from <netinet/if_ether.h> to
<net/if_arp.h>.
Notes:
svn path=/head/; revision=32350
|
| |
|
|
|
|
|
| |
Clean up the match routines so that they return const char *
Notes:
svn path=/head/; revision=29674
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29381
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29325
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=27534
|
| |
|
|
| |
Notes:
svn path=/head/; revision=26640
|
| |
|
|
|
|
|
| |
<sys/sockio.h> instead of <sys/ioctl.h> in network files.
Notes:
svn path=/head/; revision=24204
|
| |
|
|
|
|
|
|
| |
it when it is not used. In most cases, the reasons for including it
went away when the special ioctl headers became self-sufficient.
Notes:
svn path=/head/; revision=24203
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
now dead sys/pci/if_pdq.c which has been committed about by the same
time i made my tests with Matt's code.
LINT should compile now again.
Well, that's a clear case where ``CVS writer locks'' would certainly
(not) have helped. :-]
Notes:
svn path=/head/; revision=21846
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to -current.
Thanks goes to Ulrike Nitzsche <ulrike@ifw-dresden.de> for giving me
a chance to test this. Only the PCI driver is tested though.
One final patch will follow in a separate commit. This is so that
everything up to here can be dragged into 2.2, if we decide so.
Reviewed by: joerg
Submitted by: Matt Thomas <matt@3am-software.com>
Notes:
svn path=/head/; revision=21830
|
|
|
importing it onto a vendor branch first, in the hope that this will
make future maintenance easier.
The conflicts are (hopefully) unimportant. More commits that actually
bring this into the source tree will follow.
Submitted by: Matt Thomas (thomas@lkg.dec.com)
Notes:
svn path=/cvs2svn/branches/MATT_THOMAS/; revision=21826
|