| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
with -Wall. Tim's work with some minor additions by me.
Submitted by: Tim Vanderhoek <hoek@freenet.hamilton.on.ca>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Chuck Robey <chuckr@glue.umd.edu>
|
| |
|
| |
|
|
|
|
|
|
| |
and http timeouts the same, since when using a http proxy to do ftp
transfers, the http timeout was being used for what is coming in via
ftp.
|
|
|
|
| |
Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>, PR#1641
|
| |
|
| |
|
|
|
|
| |
Make the 'bootstrap' target work a little better.
|
|
|
|
| |
Submitted by: "Ph. Charnier" <charnier@xp11.frmug.org>, PR#1639
|
|
|
|
| |
improved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$(.CURDIR}/obj search while retaining compatability of new
prefix with cwd for the current source tree builds.
.TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in
bsd.obj.mk
The builtin object directory searching is defined specifically as:
If MAKEOBJDIRPREFIX is defined, the search order is
${MAKEOBJDIRPREFIX}${.CURDIR}
${.CURDIR}
Else if MAKEOBJDIR is defined, the search order is
${MAKEOBJDIR}
${.CURDIR}
Otherwise, default to the search order
${.CURDIR}/obj.`uname -m`
$(.CURDIR}/obj
/usr/obj${.CURDIR}
${.CURDIR}
Reviewed by: bde
|
|
|
|
|
|
|
| |
$ hexdump -C /etc/resolv.conf
00000000 64 6f 6d 61 69 6e 20 64 6b 2e 74 66 73 2e 63 6f |domain dk.tfs.co|
00000010 6d 0a 6e 61 6d 65 73 65 72 76 65 72 20 31 34 30 |m.nameserver 140|
00000020 2e 31 34 35 2e 32 33 30 2e 31 30 0a |.145.230.10.|
|
| |
|
|
|
|
| |
code cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/bin/lock can be used to lock a terminal much like xlock does
for your X-windows session. Problem is, /usr/bin/lock cannot lock
your terminal indefinately. Rather you must specify a timeout
value, after which, your terminal is unlocked and become unsecured.
I have added a ``-n'' no timeout option to /usr/bin/lock
Currently the only way to get this functionality is to use a huge
timeout value and hope it is long enought (in time). This method
also requires you to know the maxium number of minutes you are
allowed to specify.
Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu>
|
|
|
|
|
|
| |
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
|
|
|
|
| |
null, but warn if there was an error reading it.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
moronic! We don't care about the time in restart mode, only the size.
It's *mirror* mode which cares about modtimes.
|
|
|
|
| |
Suggested by: Jordan Hubbard <jkh@freebsd.org>
|
| |
|
|
|
|
| |
It now supports the latin1 and koi8-r groff devices for output.
|
|
|
|
|
|
|
|
| |
ISO-8859-1, since the characters are simply being passed on to
groff
. introduce an option to override the silly default to `psroff' as
the post-processor
. document the new option
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
and flagged. Closes PR#1513
Submitted-By: David Muir Sharnoff <muir@idiom.com>
|
|
|
|
| |
part in displaying the routes.
|
|
|
|
|
| |
Fix a typo in the default rc file and add a comment about
default values.
|
|
|
|
| |
ss_internal.h bogusly declaring things in <stdlib.h>.
|
|
|
|
| |
declaration from <stdio.h> to "zopen.h" left it undeclared here.
|
| |
|
|
|
|
|
|
|
|
| |
RPC calls to rpc.yppasswdd, but when using the special superuser-only
AF_UNIX socket access method, the server will properly handle all the
additional fields, including pw_change.)
I would also like to take this opportunity to say that Sprint sucks.
|
| |
|
|
|
|
|
|
|
|
|
| |
copy.
Dont leave stray INS@xxxx temp files around, especially when installing
something less than 8MB and the destination runs out of space, etc.
It still doesn't clean up the temp files on SEGV or other signals etc.
|
|
|
|
| |
didn't rewind the files after the read()s in the non-mmap compare.
|
|
|
|
|
|
|
|
| |
installing. mmap'ing stuff over a nfs mount took out my machine during
a 'make world' last night while I was asleep. I started out with a list
of fs's to avoid, when I realised that I really didn't know which ones
were safe with mmap, so I went for the ones I knew and implemented a
fallback compare.
|
|
|
|
|
|
|
|
| |
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory. It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
|
|
|
|
| |
has already gone away.
|
| |
|
|
|
|
| |
YYDEBUG case (getenv() declared wrong).
|
|
|
|
| |
Submitted by: Bruce
|