| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: misc/38987
Submitted by: Peter da Silva <peter@abbnm.com>
MFC after: 1 week
|
|
|
|
|
|
|
|
|
| |
the build. It is here to compartmentalise functionality currently duplicated
in many notable programs in the base system. It currently handles block
reads and writes, as well as reading and writing of the filesystem superblock,
and the reading/lookup of inode data. It supports both UFS and UFS2. I
will be maintaining it, and porting programs to use it, however for now, it
is simply being built as part of world.
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
|
| |
|
|
|
|
|
| |
* Reflect additional docs we're not using anymore.
* Add some notes for next time.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| | |
Reviewed by: gallatin, ticso
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Add definition of COMPILER_DEPENDENT_INT64 and also
fix definition of COMPILER_DEPENDENT_UINT64.
Pointed-out by: Michael Nottebrock <michaelnottebrock@gmx.net>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
are packets queued for transmission.
This driver is strange -- it never sets IFF_OACTIVE, so all
transmissions always cause a call to fxp_start. However, if the
link gets stuck, there was nothing to reset it, so there was still
a possibility of lockups.
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
pending if there are packets queued for transmission.
Several drivers still have the same problem.
MFC after: 3 days
|
| |
| |
| |
| |
| |
| | |
pending if there are packets queued for transmission.
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
still queued for transmission. This should solve the problem of
the device stalling on transmissions if some link event prevents
transmission.
There are other drivers which have the same problem and need to be
fixed in the same way.
MFC after: 3 days
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
so that, if we recieve a ICMP "time to live exceeded in transit",
(type 11, code 0) for a TCP connection on SYN-SENT state, close
the connection.
MFC after: 2 weeks
|
| | |
| | |
| | |
| | |
| | | |
Modified release notes: ACPI 20020404, OpenSSH 3.4p1 (rewrote 3.3p1
update and reformatted).
|
| | |
| | |
| | |
| | | |
* Make chflags -R more efficient by deleting everything we can first
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
which included commits to RCS files with non-trunk default branches.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
for remaining arguments, rather than checking for *argv being a boolean truth.
Instead of using an empty case to check for -f- to mean "read stdin", and have
stdin reopned otherwise, use a FILE* for the mbox, and assign it to stdin when
we mean to use stdin, otherwise fopen(3). Kill `register' qualifier.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
and add a __FBSDID() while I'm here.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
files. The traditional behaviour, 'basename string .suffix', is preserved,
however a suffix may now also be specified via a getopt(3) option, -s, such
that if it is specified in that way, all string arguments follow. There is
also a new flag, -a, which allows a user to say "yes, please basename(3) on
all arguments". Update manual to reflect this unobtrusively.
Reviewed by: obrien
|
| | | |
| | | |
| | | |
| | | | |
Reviewed by: gshapiro
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Requested by: bde
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
because there isn't one. Of course this code only possibly works
for single threaded processes anyhow..
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Description section for consistency with other manpages.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
way as execve(2), and the old perl which(1).
PR: 35718
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
old Perl which(1) script.
PR: 35719
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
when printing intmax_t and uintmax_t.
Forgotten by: mike
Noticed by: bde
|
| | | | |
|
| | | | |
|
| | | | |
|