| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=326025
|
|
|
|
|
|
|
|
|
|
| |
permitted by the University of Berkeley on July 22, 1999.
Reviewed by: imp
MFC after: 1 week
Notes:
svn path=/head/; revision=262136
|
|
|
|
|
|
|
|
| |
This program only consists of a single C file, so simply mark everything
except main() static.
Notes:
svn path=/head/; revision=228397
|
|
|
|
|
|
|
|
|
| |
PR: bin/153667
Submitted by: Craig Leres
MFC after: 1 week
Notes:
svn path=/head/; revision=222825
|
|
|
|
|
|
|
|
|
|
|
| |
It seems comsat stats the utmpx database each 15 seconds to see whether
it has been changed. I am changing this behaviour to look at the utmpx
database upon processing. I don't want to allow direct interference with
the database files. I also wonder whether this optimization has any
measurable performance benefit nowadays.
Notes:
svn path=/head/; revision=202208
|
|
|
|
|
|
|
|
|
| |
- Add __unused keywords.
- Don't shadow a global variable called cr.
- Make the global cr variable const.
Notes:
svn path=/head/; revision=201379
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pseudo-terminals allocated with posix_openpt(2) will have more slashes
in their path names than comsat(8) allows, so allow slashes when the
character device name starts with "pts/".
This patch is loosely based on NetBSD's changes, revision 1.33. Because
it also included the changes to fork(), I imported them here as well.
Maybe we could import even more fixes from the other BSD's?
Original commit message from the NetBSD folks:
PR/30170: Markus W Kilbinger: src/libexec/comsat complains
about: '/' in "/dev/pts/1"
Reported by: Robert Huff <roberthuff rcn com>
Notes:
svn path=/head/; revision=187366
|
|
|
|
|
|
|
| |
socklen_t * argument.
Notes:
svn path=/head/; revision=141918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comsat:
only send two bell charecters if S_IXGRP is set and S_IXUSR is not.
biff:
add new option 'b' to set S_IXGRP.
PR: 10931
Submitted by: Andrew J. Korty <ajk@purdue.edu>
Approved by: sheldonh (mentor)
MFC after: 1 month
Notes:
svn path=/head/; revision=99632
|
|
|
|
|
|
|
|
|
| |
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
Notes:
svn path=/head/; revision=90148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
atoi -> strtoll
fseek -> fseeko
NOTE: that fseek not works for >long offsets per POSIX:
[EOVERFLOW] For fseek( ), the resulting file offset would be a value which
cannot be represented correctly in an object of type long.
Fix minor cast too.
Notes:
svn path=/head/; revision=82851
|
|
|
|
| |
Notes:
svn path=/head/; revision=50476
|
|
|
|
| |
Notes:
svn path=/head/; revision=37297
|
|
|
|
| |
Notes:
svn path=/head/; revision=31307
|
|
|
|
| |
Notes:
svn path=/head/; revision=29433
|
|
|
|
|
|
|
| |
8bit codes due to lack of locale knowledge in daemon
Notes:
svn path=/head/; revision=29432
|
|
|
|
| |
Notes:
svn path=/head/; revision=22989
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=21673
|
|
|
|
| |
Notes:
svn path=/head/; revision=18471
|
|
|
|
| |
Notes:
svn path=/head/; revision=18097
|
|
|
|
| |
Notes:
svn path=/head/; revision=18093
|
|
|
|
| |
Notes:
svn path=/head/; revision=16105
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD 1.x
Notes:
svn path=/head/; revision=3618
|
|
Notes:
svn path=/vendor/CSRG/dist/; revision=1592
|