| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After consultation with SPDX experts and their matching guidelines[1],
the licensing doesn't exactly match the BSD-2-Clause. It yet remains to be
determined if they are equivalent or if there is a recognized license that
matches but it is safer to just revert the tags.
Let this also be a reminder that on FreeBSD, SPDX tags are only advisory
and have no legal value (but IANAL).
Pointyhat to: pfg
Thanks to: Rodney Grimes, Gary O'Neall
[1] https://spdx.org/spdx-license-list/matching-guidelines
Notes:
svn path=/head/; revision=327040
|
|
|
|
|
|
|
| |
They just omit the introductory line and numbering.
Notes:
svn path=/head/; revision=327005
|
|
|
|
|
|
|
|
| |
Introduce the recently approved BSD-1-Clause and replace 0BSD which
never did fit well our use cases.
Notes:
svn path=/head/; revision=326823
|
|
|
|
|
|
|
|
| |
In the cases of BSD-style license variants without clauses, use 0BSD for
the time being in lack of a better description.
Notes:
svn path=/head/; revision=326398
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.
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.
Notes:
svn path=/head/; revision=326256
|
|
|
|
|
|
|
|
|
|
| |
provides a file descriptor instead of a dev_t.
Discussed with: phk
MFC after: 3 days
Notes:
svn path=/head/; revision=150298
|
|
|
|
| |
Notes:
svn path=/head/; revision=139825
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The big lines are:
NODEV -> NULL
NOUDEV -> NODEV
udev_t -> dev_t
udev2dev() -> findcdev()
Various minor adjustments including handling of userland access to kernel
space struct cdev etc.
Notes:
svn path=/head/; revision=130640
|
|
|
|
|
|
|
|
|
|
| |
really do and dev_t is defined differently in kernel and userland.
Return a correctly formed udev from SNPGTTY.
Reviewed by: dd
Notes:
svn path=/head/; revision=106767
|
|
|
|
| |
Notes:
svn path=/head/; revision=103167
|
|
|
|
|
|
|
|
| |
self-sufficient in that case (it needs dev_t). This is normal pollution
for most headers that define ioctl numbers.
Notes:
svn path=/head/; revision=98746
|
|
|
|
|
|
|
|
| |
of the snp* functions needed to be called from tty.c, which is no
longer the case.
Notes:
svn path=/head/; revision=80326
|
|
|
|
|
|
|
| |
EBUSY if there's a device still open.
Notes:
svn path=/head/; revision=79864
|
|
|
|
|
|
|
|
|
|
|
|
| |
compliant. All the variable definitions and function names are
reasonably consistent, and the functions which should be static (i.e.,
all of them) are. Other assorted fixes were made. The majority of
the delta is indentation fixes.
Partially reviewed by: bde
Notes:
svn path=/head/; revision=77748
|
|
|
|
|
|
|
|
|
|
| |
home-grown macro, rewrite a confusing conditional in snpdevtotty(),
and change ibuf to 512 bytes instead of 1024 bytes in dsnwrite().
Reviewed by: bde
Notes:
svn path=/head/; revision=77648
|
|
|
|
|
|
|
| |
Pointy hat to: dd
Notes:
svn path=/head/; revision=77106
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=55205
|
|
|
|
| |
Notes:
svn path=/head/; revision=35256
|
|
|
|
| |
Notes:
svn path=/head/; revision=31281
|
|
|
|
|
|
|
|
|
| |
headers (like most other ioctl-related headers).
Didn't fix spelling errors and other warts.
Notes:
svn path=/head/; revision=24034
|
|
|
|
|
|
|
|
|
| |
with later.
A number of unused vars removed.
A number of unused procs removed or #ifdefed.
Notes:
svn path=/head/; revision=12819
|
|
|
|
|
|
|
|
|
|
| |
to <machine/conf.h>. conf.h was mechanically generated by
`grep ^d_ conf.c >conf.h'. This accounts for part of its ugliness. The
prototypes should be moved back to the driver sources when the functions
are staticalized.
Notes:
svn path=/head/; revision=12071
|
|
|
|
|
|
|
| |
functions were wrong.
Notes:
svn path=/head/; revision=10624
|
|
|
|
| |
Notes:
svn path=/head/; revision=8876
|
|
|
|
|
|
|
|
| |
(except in netccitt, netiso and netns) that I didn't notice when I fixed
"all" such warnings before.
Notes:
svn path=/head/; revision=7430
|
|
|
|
| |
Notes:
svn path=/head/; revision=6774
|
|
|
|
|
|
|
|
|
|
|
|
| |
(b) add a function callback vector to tty drivers that will return a pointer
to a valid tty structure based upon a dev_t
(c) make syscons structures the same size whether or not APM is enabled so
utilities don't crash if NAPM changes (and make the damn kernel compile!)
(d) rewrite /dev/snp ioctl interface so that it is device driver and i386
independant
Notes:
svn path=/head/; revision=6712
|
|
|
|
| |
Notes:
svn path=/head/; revision=6453
|
|
|
|
| |
Notes:
svn path=/head/; revision=6446
|
|
snoop.h have all structures related to the snp device and stuff
Notes:
svn path=/head/; revision=6391
|