| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=107282
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107277
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107276
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107269
|
| |
|
|
|
|
|
|
|
|
| |
Restore (once again) my fixes from revision 1.20 that got lost in
revision 1.25 merge.
Approved by: re
Notes:
svn path=/head/; revision=107268
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107267
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107265
|
| |
|
|
|
|
|
|
|
|
| |
descriptions in the FILES section should be full sentences, as
demonstrated in mdoc(7) and /usr/share/examples/mdoc/.
Approved by: re
Notes:
svn path=/head/; revision=107264
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107263
|
| |
|
|
|
|
|
|
|
| |
removed a bunch of extraneous .Pp and .Dq calls.
Approved by: re
Notes:
svn path=/head/; revision=107262
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107261
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107260
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107259
|
| |
|
|
|
|
|
|
| |
PR: misc/45460
Approved by: re
Notes:
svn path=/head/; revision=107224
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=107120
|
| |
|
|
|
|
|
|
| |
PR: 45476
MFC after: 5 days
Notes:
svn path=/head/; revision=107110
|
| |
|
|
|
|
|
| |
over the last few years.
Notes:
svn path=/head/; revision=107079
|
| |
|
|
|
|
|
| |
Submitted by: Tony Harverson <Tony@epages.net>
Notes:
svn path=/head/; revision=107077
|
| |
|
|
|
|
|
|
|
| |
This has slipped through the cracks of The Great Perl Script Rewrite.
Repocopied by: joe
Notes:
svn path=/head/; revision=107053
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=106967
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=106966
|
| |
|
|
|
|
|
| |
in certain failure scenarii (mostly DNS trouble).
Notes:
svn path=/head/; revision=106857
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106852
|
| |
|
|
|
|
|
| |
any data in 30 seconds.
Notes:
svn path=/head/; revision=106796
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106774
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Registry (LACNIC) with the -l option and support for recursive IP
address searches.
PR: 44448
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 1 week
Notes:
svn path=/head/; revision=106735
|
| |
|
|
|
|
|
|
| |
o xlint is still excluded from the ia64 build, but now in a way
that doesn't corrupt ordering for other platforms.
Notes:
svn path=/head/; revision=106717
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106716
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Missing include.
2) Constness.
3) ANSIfication.
4) Avoid some shadowing.
5) Add/clarify some error messages.
6) Some int functions were using return without a value.
7) Mark some parameters as unused.
8) Cast a value we know is non-negative to a size_t before comparing.
Notes:
svn path=/head/; revision=106713
|
| |
|
|
|
|
|
|
| |
sometimes triggered if you began trussing a process while it was
in a syscall, as the name is filled in when the syscall is made.
Notes:
svn path=/head/; revision=106712
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106706
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to Fatal errors, because the logic that we use to try to continue is far
too broken, and makes things look and act weird, because we end up pointing
past the end of a buffer boundry into freed memory in the caller, as we
don't come close to setting the lengthPtr to a sane value.
Reviewed by: make@
(This only changes failure cases which would have died horrid deaths to
explicit clean death failure cases.)
Notes:
svn path=/head/; revision=106642
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106586
|
| |
|
|
|
|
|
|
| |
Saints' is celebrated in all Christian countries, and there's already
another entry.
Notes:
svn path=/head/; revision=106366
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106296
|
| |
|
|
|
|
|
| |
use it.
Notes:
svn path=/head/; revision=106295
|
| |
|
|
|
|
|
| |
MFC after: 2 weeks
Notes:
svn path=/head/; revision=106294
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106293
|
| |
|
|
|
|
|
|
| |
to defined(), e.g., ``.if 1'' is equivalent to ``.if defined(1)'',
which is only true when the ${1} variable is defined.
Notes:
svn path=/head/; revision=106286
|
| |
|
|
|
|
|
|
|
|
| |
o Remove static function uuid_print(); use uuid_to_string(3) in
combination with printf(3) to achieve the same,
o Remove unneeded includes,
o Add a reference to uuid(3) to the manpage.
Notes:
svn path=/head/; revision=106283
|
| |
|
|
|
|
|
|
|
| |
Different code that processes the input in similar ways should be
called in similar ways. File-local stuff should be static. Output
errors should be checked for. Diffs sometimes have to be big.
Notes:
svn path=/head/; revision=106280
|
| |
|
|
|
|
|
|
|
|
| |
when the filename comes from the untrusted input. This is a work-around
for careless people who don't routinely check the begin line of the file
or run uudecode -i and instead report "vulnerabilities" to CERT.
http://www.kb.cert.org/vuls/id/336083
Notes:
svn path=/head/; revision=106275
|
| |
|
|
|
|
|
| |
Check for errors when closing the output.
Notes:
svn path=/head/; revision=106274
|
| |
|
|
|
|
|
|
| |
Clue beaten in by: ume
Pointy hat to: sobomax
Notes:
svn path=/head/; revision=106250
|
| |
|
|
|
|
|
| |
Document that -p also preserves the access time of the source.
Notes:
svn path=/head/; revision=106247
|
| |
|
|
|
|
|
|
|
| |
specified, the target file already exists and the files are
the same, and the target's file flags and mode need not to
be changed.
Notes:
svn path=/head/; revision=106246
|
| |
|
|
|
|
|
|
|
|
|
| |
a nop, but we'll probably want to keep it for compatibility with other
KAME-based systems.
Complained about by: Andrey Lakhno <land@dnepr.net>
MFC after: 3 days
Notes:
svn path=/head/; revision=106245
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106244
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106243
|