e490a9e1b888ca4833738fbf30b0a4955d783c5c |
|
01-Sep-2020 |
mjg <mjg@FreeBSD.org> |
net: clean up empty lines in .c and .h files
|
4736ccfd9c3411d50371d7f21f9450a47c19047e |
|
20-Nov-2017 |
pfg <pfg@FreeBSD.org> |
sys: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point.
|
7e6cabd06e6caa6a02eeb86308dc0cb3f27e10da |
|
28-Feb-2017 |
imp <imp@FreeBSD.org> |
Renumber copyright clause 4 Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
|
00d578928eca75be320b36d37543a7e2a4f9fbdb |
|
27-May-2016 |
grehan <grehan@FreeBSD.org> |
Create branch for bhyve graphics import.
|
bbab60824360d4c8995444c35b2fe6947b08d15a |
|
05-Sep-2015 |
melifaro <melifaro@FreeBSD.org> |
Constantify lookup key in ifa_ifwith* functions. Some places in our network stack already have const arguments (like if_output() routines and LLE functions). Code using ifa_ifwith (and similar functins) along with LLE/_output functions is currently bound to use tricks like __DECONST(). Provide a cleaner way by making sockaddr lookup key really constant. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D3464
|
eb1a5f8de9f7ea602c373a710f531abbf81141c4 |
|
21-Feb-2014 |
gjb <gjb@FreeBSD.org> |
Move ^/user/gjb/hacking/release-embedded up one directory, and remove ^/user/gjb/hacking since this is likely to be merged to head/ soon. Sponsored by: The FreeBSD Foundation
|
881c9e28bfecd7527db2dc2584a7ab19e733c821 |
|
18-Jan-2014 |
melifaro <melifaro@FreeBSD.org> |
Simplify filling sockaddr_dl structure for if_resolvemulti() callback providers. link_init_sdl() function can be used to fill most of the parameters. Use caller stack instead of allocation / freing memory for each request. Do not drop support for extra-long (probably non-existing) link-layer protocols by introducing link_alloc_sdl() (used by if_resolvemulti() callback) and link_free_sdl() (used by caller). Since this change breaks KBI, MFC requires slightly different approach (link_init_sdl() auto-allocating buffer if necessary to handle cases with unmodified if_resolvemulti() callers). MFC after: 2 weeks
|
6b01bbf146ab195243a8e7d43bb11f8835c76af8 |
|
27-Dec-2013 |
gjb <gjb@FreeBSD.org> |
Copy head@r259933 -> user/gjb/hacking/release-embedded for initial inclusion of (at least) arm builds with the release. Sponsored by: The FreeBSD Foundation
|
434c53cbc31ab5ad90ba5119cb80f658a52345a1 |
|
19-May-2012 |
marcel <marcel@FreeBSD.org> |
Use the LLINDEX macro to access the link-level I/F index. This makes it possible to work with a different type for the sdl_index field -- it only requires a recompile. Obtained from: Juniper Networks, Inc.
|
09f9c897d33c41618ada06fbbcf1a9b3812dee53 |
|
19-Oct-2010 |
jamie <jamie@FreeBSD.org> |
A new jail(8) with a configuration file, to replace the work currently done by /etc/rc.d/jail.
|
f1216d1f0ade038907195fc114b7e630623b402c |
|
19-Mar-2010 |
delphij <delphij@FreeBSD.org> |
Create a custom branch where I will be able to do the merge.
|
19b6af98ec71398e77874582eb84ec5310c7156f |
|
22-Nov-2008 |
dfr <dfr@FreeBSD.org> |
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64 performance in Xen's HVM mode.
|
cf5320822f93810742e3d4a1ac8202db8482e633 |
|
19-Oct-2008 |
lulf <lulf@FreeBSD.org> |
- Import the HEAD csup code which is the basis for the cvsmode work.
|
a50ffc29129a52835a39bf4868cd5facdc7dce30 |
|
07-Jan-2005 |
imp <imp@FreeBSD.org> |
/* -> /*- for license, minor formatting changes
|
b49b7fe7994689a25dfc2162fe02f1d030360089 |
|
07-Apr-2004 |
imp <imp@FreeBSD.org> |
Remove advertising clause from University of California Regent's license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
|
cc607e6c2d164e9cb79d2fdec151a8c3a151be83 |
|
07-May-2002 |
kbyanc <kbyanc@FreeBSD.org> |
Move ISO88025 source routing information into sockaddr_dl's sdl_data field. This returns the sdl_data field to a variable-length field. More importantly, this prevents a easily-reproduceable data-corruption bug when the interface name plus the hardware address exceed the sdl_data field's original 12 byte limit. However, token-ring interfaces may still overflow the new sdl_data field's 46 byte limit if the interface name exceeds 6 characters (since 6 characters for interface name plus 6 for hardware address plus 34 for source routing = the size of sdl_data). Further refinements could overcome this limitation but would break binary compatibility; this commit only addresses fixing the bug for commonly-occuring cases without breaking binary compatibility with the intention that the functionality can be MFC'ed to -stable. See message ID's (both send to -arch): 20020421013332.F87395-100000@gateway.posi.net 20020430181359.G11009-300000@gateway.posi.net for a more thorough description of the bug addressed and how to reproduce it. Approved by: silence on -arch and -net Sponsored by: NTT Multimedia Communications Labs MFC after: 1 week
|
c9985516e46bc6cccc11eac067da81d7968b7700 |
|
19-Mar-2002 |
alfred <alfred@FreeBSD.org> |
Remove __P.
|
b42951578188c5aab5c9f8cbcde4a743f8092cdc |
|
02-Apr-2000 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'ALSA'.
|
08f912afac84d31abd1a26adbbeafc63171987de |
|
01-Mar-2000 |
archie <archie@FreeBSD.org> |
The "sdl_family" field in a "struct sockaddr_dl" will be equal to AF_LINK, not AF_DLI, as stated in the comment. Fix the comment. Reviewed by: wollman
|
15b9bcb121e1f3735a2c98a11afdb52a03301d7e |
|
29-Dec-1999 |
peter <peter@FreeBSD.org> |
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
|
3b842d34e82312a8004a7ecd65ccdb837ef72ac1 |
|
28-Aug-1999 |
peter <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
6eb9a9adf91724bc8f8bb0516ce6bc9f52b58d95 |
|
10-Mar-1999 |
julian <julian@FreeBSD.org> |
Submitted by: Larry Lile Move the Olicom token ring driver to the officially sanctionned location of /sys/contrib. Also fix some brokenness in the generic token ring support. Be warned that if_dl.h has been changed and SOME programs might like recompilation.
|
0506343883d62f6649f7bbaf1a436133cef6261d |
|
11-Jan-1998 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'jb'.
|
7c6e96080c4fb49bf912942804477d202a53396c |
|
10-Jan-1998 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'JB'.
|
94b6d727947e1242356988da003ea702d41a97de |
|
22-Feb-1997 |
peter <peter@FreeBSD.org> |
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet.
|
808a36ef658c1810327b5d329469bcf5dad24b28 |
|
14-Jan-1997 |
jkh <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
|
86f1bc4514fdcfd255f37f3218fe234bdc3664fc |
|
05-Nov-1995 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'LINUX'.
|
c86f0c7a71e7ade3e38b325c186a9cf374e0411e |
|
30-May-1995 |
rgrimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
2e14d9ebc3d3592c67bdf625af9ebe0dfc386653 |
|
14-Mar-1995 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'MATT_THOMAS'.
|
34cd81d75f398ee455e61969b118639dacbfd7a6 |
|
23-Sep-1994 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.
|
be1bed59fbc221986b3caa67bfed4cf41d917a58 |
|
21-Aug-1994 |
paul <paul@FreeBSD.org> |
Make idempotent. Submitted by: Paul
|
e16baf7a5fe7ac1453381d0017ed1dcdeefbc995 |
|
07-Aug-1994 |
cvs2svn <cvs2svn@FreeBSD.org> |
This commit was manufactured by cvs2svn to create branch 'SUNRPC'.
|
8d205697aac53476badf354623abd4e1c7bc5aff |
|
02-Aug-1994 |
dg <dg@FreeBSD.org> |
Added $Id$
|
8fb65ce818b3e3c6f165b583b910af24000768a5 |
|
24-May-1994 |
rgrimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Kernel Sources
|