| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
| |
of this part of commits is to minimize unnecessary differences between
the other NFS's of similar origin. Yes, there are gratuitous changes here
that the style folks won't like, but it makes the catch-up less difficult.
|
|
|
|
| |
Suggested by: Masafumi NAKANE <max@wide.ad.jp>
|
|
|
|
|
|
|
| |
systems, you have to allow the delay or else you end up misreading
some of the bits.
Patch provided by: Yoshihiko Someya <zb9y-smy@asahi-net.or.jp>
|
|
|
|
| |
Submitted by: "Yarema" <yds@ingress.com>
|
|
|
|
|
|
| |
for filesystems with almost the maximum number of sectors. The maxiumum
is 2^31, but overflow is common for that size, and overflow normally
occurred here at size (2^31 - 4096).
|
|
|
|
| |
excessive 64-bit arithmetic, and excessive changes).
|
| |
|
|
|
|
|
| |
Fixed some style bugs. Ensure no creation of an obj directory so that
we don't need to chdir before installing.
|
| |
|
|
|
|
| |
Undocumented auto FIFO trigger level adjustment which went away years ago.
|
|
|
|
|
|
|
|
|
| |
a test of the irq number, and made failure of this test non-fatal.
Removed related unused complications for the APIC_IO case. Removed the
no-test3 flag.
Deverbosified the failure messages for the other tests. Removed the
per-port verbose flag - just use the general verbose flag.
|
|
|
|
| |
are in their normal places, so objformat isn't required.
|
|
|
|
|
| |
a free multithreaded rip/ospf/bgp4 route server/reflector
needed for zebra port
|
|
|
|
|
| |
Submitted by: faulkner@asgard.hos.net
Correct termcap entry for ibm3163 (arrow keys)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
parameter is optional except where:
cmd == {IPC_SET || IPC_STAT || GETALL || SETVAL || SETALL}
PR: 2448
Reviewed by: bde
Submitted by: Tim Singletary <tsingle@sunland.gsfc.nasa.gov>
Minor tweaks by: steve
|
|
|
|
|
|
| |
that I checked (eg: ufs_link()) do the ABORTOP on the directory rather than
the file itself. After Michael Hancock's patches, the abortop doesn't seem
all that critial now since something else will free the pathname buffer.
|
|
|
|
|
| |
PR: 6798
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
| |
the HOT1 from www.vcc.com.
|
|
|
|
|
|
| |
as it has its own manpage.
Discussed with: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rather than assuming 2^64. It may not like files that big. :-)
On the nfs server, calculate and report the max file size as the point
that the block numbers in the cache would turn negative.
(ie: 1099511627775 bytes (1TB)).
One of the things I'm worried about however, is that directory offsets
are really cookies on a NFSv3 server and can be rather large, especially
when/if the server generates the opaque directory cookies by using a local
filesystem offset in what comes out as the upper 32 bits of the 64 bit
cookie. (a server is free to do this, it could save byte swapping
depending on the native 64 bit byte order)
Obtained from: NetBSD
|
|
|
|
| |
Todo: revisit and make work with either aout or ELF.
|
|
|
|
|
|
|
| |
crypt library should be used when building bootstrap-libraries. This
make it work on machines that don't have the secure directory.
Thanks to Paul Allenby <pallenby@mikom.csir.co.za> for bringing it to
my attention.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
that we're now closing, manually HUP that session leader
so that the tty is fully released.
o Always restart our carrier detect timer in the receiving
process if it was running in the sending process (as we
now *always* pass the descriptor).
o Tweak argv when we go into pause() mode to keep our session
so that ps can see what's going on (without checking for a
`pause' state in `ps -l').
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in `set mode', `allow modes', on the command line and when
outputting mode names. The strings are matched so that only
enough characters to uniquely identify the string are required,
so you can now
ppp -a mylabel (for auto mode)
ppp -b mylabel (for background mode)
ppp -dd mylabel (for direct dial mode)
etc.
o Make -ddial dial when specified on the command line (oops).
Pointed out by: Alex <garbanzo@hooked.net>
|
|
|
|
|
|
|
|
|
| |
I had a reason for doing this, but it violates the principle of least
astonishment. (At some point I may put this back but attach it to one of
the LINK flags so the behavior can be toggled on and off.)
Also replace my tl_calchash() with a much less disgusting and substantially
smaller one supplied by Bill Fenner.
|
| |
|
|
|
|
|
| |
PR: 6780
Submitted by: Yoshishige Arai <ryo2@on.rim.or.jp>
|
| |
|
| |
|
|
|
|
|
|
| |
Clean up an .ifdef which was probably doing the wrong thing in the case
where user wants to override PERL.
Submitted by: jhay
|
|
|
|
| |
works.
|
|
|
|
|
| |
to list of bootstrap tools.
Submitted by: jhay
|
|
|
|
| |
use it for version 3 (-current) & up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of supporting architectures with different device names.
o Close /dev/tunX when destroying the bundle.
o Don't forget to close the parent end of the pipe in the child
process when exec'ing a program from a chat script.
o If we close our controlling terminal, ditch the current session
with it, allowing getty(8) (or whatever) to regain control.
o After transferring our controlling terminal descriptor to another
ppp instance, we now fork a new ppp to continue where we left off,
transferring ownership of all uucp locks and the /var/run/tunX.pid
file. Meanwhile the parent closes all file descriptors, defaults
all signals and does a pause() to wait for a HUP after the
transferred descriptor is finally closed.
We don't run /bin/cat any more (again!).
Suggested by: bde
TODO: It seems clocal devices need their pause()d session leader
to be given a manual HUP, as closing the last open descriptor
doesn't do the job.
|
|
|
|
| |
uu_lock() to another process.
|
|
|
|
|
|
|
| |
generate the data to transfer.
o Transfer uucp lock ownership for the transferred device.
o Don't assume we know the correct values of dev_is_modem and
mbits after the transfer.
|
|
|
|
| |
Found by: TenDRA C++
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
for the rest of the build. I'm not certain, but I think this determines
which crypt() goes into /sbin/init. This change shouldn't hurt anyway. :-)
Based on a suggestion by: bde
|
|
|
|
| |
between libscrypt.a and libdescrypt.a
|