| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
I'm here.
PR: 43756
Submitted by: Gary W. Swearingen <swear@attbi.com>
|
|
|
|
|
| |
calculations reportedly made by Intel Pentium processors, he died
exactly one time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* The partial-evaluation of #elif sequences was broken and the
spaghetti logic of its implementation was too hard to understand.
I've re-done it using a straight-forward table-driven push-down
automaton.
* The pre-processor line parser did not allow for all of the weird
places that people might put comments, which could have caused it
to add syntax-errors to the output by removing a #if line containing
the start- or end-marker of a comment.
* The lexer didn't need to special-case the handling of string-literals
or character-constants, but it did need to learn about line-continuations
(backslash-newline).
* The input routine was buggy and bit-rotten and trivially replacable
with fgets(). I've also made the program static- and const-safe and
improved the presentation-order. The formatting of the state-transition
tables remains non-stylish.
This commit-messsage was brought to you by code-point 45.
MFC-after: one-week
|
|
|
|
|
|
|
| |
PR: 44582
Submitted by: Jon Disnard <jon.disnard@ca.com>
Reviewed by: ru
MFC after: 3 weeks
|
|
|
|
|
| |
Reviewed by: bright && jmallet
MFC after: 1 day
|
|
|
|
|
|
|
|
|
| |
from "unix" back to "local". Add some compat stuff so both
ways work for some time.
Reviewed by: phk
Approved by: imp (UPDATING)
Requested by: iedowse, lukem@netbsd.org
|
|
|
|
| |
trying to use a null file pointer.
|
|
|
|
| |
Noticed by: bde
|
|
|
|
|
|
| |
trailing null byte in PATH_MAX and _POSIX_PATH_MAX.
PR: 46035
|
| |
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
| |
the MI stuff out of the way.
Approved: re (rwatson)
|
|
|
|
| |
Approved by: re (rwatson)
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
|
| |
the command line by getty(8). This is not a perfect fix, but drastically
reduces the window of exposure.
Approved by: re (rwatson)
MFC after: 1 week
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
|
|
|
|
| |
characters was reversed, resulting in some network appliances, including
at least some NAS devices from Ascend, not recognizing our finger(1)
request.
PR: 45914
Submitted by: J R Matthews <jrm@delta-e.com.au>
Approved by: re (rwatson)
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: jmallett
Approved by: re (bmah)
|
|
|
|
|
|
|
|
| |
unlink (very likely EPERM), since the errno from the open might
be a confusing ETXTBSY.
Approved by: re
MFC After: 1 week
|
|
|
|
|
|
| |
<sys/stat.h> for the declaration of struct timeval.
Approved by: re (rwatson)
|
|
|
|
|
|
| |
"greedy" with respect to finding the dependency operators.
Approved by: re
|
|
|
|
|
|
|
|
| |
to the remote document.
PR: 33856
MFC after: 1 week
Approved by: re
|
|
|
|
|
|
|
|
|
| |
The /usr/bin/perl wrapper isn't solving many of the problems it was
imported to deal with. There are limitations to it that don't have a
clear "fix".
Reviewed by: markm, kris
Extorted approval from: re(jhb)
|
|
|
|
|
| |
Reviewed by: markm
Approved by: re
|
|
|
|
|
| |
Reviewed by: markm
Approved by: re
|
|
|
|
|
|
|
|
| |
Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
| |
Restore (once again) my fixes from revision 1.20 that got lost in
revision 1.25 merge.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
|
| |
descriptions in the FILES section should be full sentences, as
demonstrated in mdoc(7) and /usr/share/examples/mdoc/.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
|
| |
removed a bunch of extraneous .Pp and .Dq calls.
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
| |
Approved by: re
|
|
|
|
|
| |
PR: misc/45460
Approved by: re
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.
We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)
Not yet linked to the build
Submitted by: Maksim Yevmenkin <myevmenk@exodus.net>
Approved by: re
|
|
|
|
|
| |
PR: 45476
MFC after: 5 days
|
|
|
|
| |
over the last few years.
|
|
|
|
| |
Submitted by: Tony Harverson <Tony@epages.net>
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
|
|
|
|
|
|
|
|
|
| |
the deprecated utime(3). utimes(2) uses timeval, but utime(3) uses
time_t's. If you do bad things (like I did) by mixing up include files
with libc, then install can do strange things if you mismatch the time_t
stuff. utime() is emulated entirely within libc.
Approved by: re (jhb)
|
|
|
|
|
|
|
|
|
|
|
|
| |
time_t. Deal with the possibility that time_t != int32_t. This boils
down to this sort of thing:
- time(&ut.ut_time);
+ ut.ut_time = time(NULL);
and similar for ctime(3) etc. I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.
Approved by: re (jhb)
|