| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
pam_opieaccess() to work as expected for local logins.
|
|
|
|
|
|
| |
* We have inttypes.h (yes, even in RELENG_4).
* We now have GNU getopt, so lets be the first thing in the tree to
acutally use it...
|
|
|
|
|
|
| |
move LOTR "history" events into their own calendar file. Link
calendar.lotr into calendar.world to preserve visibility of this pre-trendy
gem in BSD.
|
|
|
|
| |
Discussed with: alfred, bde, jmallett, obrien
|
|
|
|
| |
photography in the 15th century?
|
|
|
|
|
| |
plain magic numbers - one of them was apparently wrong but unharmful.
- Remove empty line.
|
|
|
|
| |
of ioctl TIOCGETP/TIOCSETP.
|
|
|
|
| |
parsers that are non-portable.
|
|
|
|
| |
are waiting for, and we don't want to reap the wrong process.
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 47953
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 3 days
|
| |
|
|
|
|
| |
Standard sccsid[] area according to style(9).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: dwmalone (tweaked by me)
|
| |
|
|
|
|
| |
Approved by: hrs (mentor)
|
|
|
|
|
|
|
|
| |
whois doesn't follow the link to the authoritative registrar. Fix it.
PR: bin/47770
Submitted by: Alain Thivillon <at@rominet.net>
MFC after: 7 days
|
|
|
|
|
| |
PR: 47170
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
|
|
|
|
|
|
| |
this return an error.
This re-enables display of the first entry in /var/account/acct instead
of the error "lastcomm: /var/account/acct: Invalid argument"
|
|
|
|
|
|
| |
service to work correctly.
Inspired by: P. U. Kruppa <520023893678-0001@t-online.de>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fix handling of -v option.
Don't treat negative offsets as valid positive ones.
Clean up the ETA and transfer rate code. Show transfer rate along with
ETA if the verbose level is higher than 1.
|
|
|
|
| |
Sometimes we need kenv(1) in /etc/rc.diskless*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Be less strict about multi-line preprocessor directives (e.g. those
with comments hanging off the right-hand end) since they're more
of a problem in practise than I expected. Prompted by phk.
* Fix the handling of "ignore" symbols.
* Style pedantry from OpenBSD and Ted Unangst <tedu@stanford.edu>,
including some whitespace fixes and removal of strcpy()
(and not including excessively strict KNF enforcement).
* Fix some typos and terminological inconsistencies.
|
|
|
|
|
|
| |
teach it about ia64 specific section types, dynamic tags and machine
type. This is a mostly insignificant change given the amount of
work that this tool obviously needs...
|
|
|
|
|
|
| |
excess space.
Obtained from: OpenBSD
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
| |
produce backcompatible code.
Reviewed by: rwatson
Obtained from: NetBSD
MFC after: 1 day
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
string from a silent implicit non-global substitution to a non-silent
explicit fatal error. Archored substitutions are those containing '^'
or '$'.
The problem with changing the substitution to prevent an infinite
number of matches is that it doesn't provide the necessary feedback
to the user that there's a bug in the/a makefile. Reporting the bug
without making the condition fatal makes the feedback mostly useless
due to the way that make fails to prefix the error with program name,
makefile file name and line number information.
Note that global substitutions of the empty string anchored with '^'
(start of string) or '$' (end of string) do not cause an infinite
number of matches and are therefore not reported and hence are non-
fatal.
Suggested by: bde
Tested with: buildworld
|
|
|
|
| |
away from indexing into an array. Also add Sun and GNU specific tags.
|
|
|
|
| |
away from indexing into an array.
|
| |
|
|
|
|
|
|
| |
This is simular to readelf(1) and objdump(1).
Submitted by: jake
|
|
|
|
|
|
|
|
| |
o Added mini-function to correctly handle singular/plural
of words ending in 'ly'
Approved by: markm (mentor)
Not objected to by: -audit
|
|
|
|
| |
Approved by: ceri (mentor)
|
|
|
|
|
|
|
|
| |
global substitution. In general it's a makefile bug to globally
substitute the empty string, but it's a bug in make(1) if a bug
in the makefile yields an infinite running time of make(1).
Not objected to by: arch@
|
|
|
|
|
| |
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
|
|
|
|
|
|
|
|
|
|
| |
pointer types, and remove a huge number of casts from code using it.
Change struct xfile xf_data to xun_data (ABI is still compatible).
If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary. There are no operational changes in this
commit.
|
|
|
|
|
|
|
| |
(the patch in the PR was stale).
PR: kern/5689
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
|
|
|
|
|
|
|
| |
message if it is missing the return-path.
PR: bin/40314 (slightly different patch)
MFC after: 2 weeks
|
| |
|