| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
non-existant Adaptec 1400 controller.
|
| |
|
|
|
|
|
|
|
| |
that were never registered. At the same time handle a failure from
pam_setcreds with a bit more paranioa than the previous fix.
Sync a bit with the "Portable OpenSSH" work to make comparisons a easier.
|
|
|
|
| |
Kirk finally has ditched them. While I'm here also ditch FSHLOCK.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Reduce the verbose memory map setup reports and work with pccardd to
set the common memory map up.
Use enumeration values for CARD_SET_RES_FLAGS.
Use DELAY when spinning waiting for the card to come free instead of a loop.
MFC: after 1 week
|
|
|
|
|
|
|
| |
Remove panic on out of range io window and return ENXIO. Add a similar
check for memory windows.
Approved by: imp
|
|
|
|
| |
Approved by: imp
|
|
|
|
|
| |
Approved by: imp
MFC: after 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
machdep.pccard.pcic_mem_start
machdep.pccard.pcic_mem_end
and default the range to IOM_BEGIN/IOM_END.
This may prove useful to if_ray users (and others) on more modern
hardware that maps BIOS stuff into 0xd000-0xdffff.
MFC: after 1 week
Approved by: imp
|
| |
|
|
|
|
|
|
| |
building all images. Also, build "bridge" image as well.
Reported-by: Bruce Montague
|
| |
|
|
|
|
|
|
|
|
|
| |
Turned the shell script into a binary fixing several minor buglets.
Mention _POSIX_SOURCE feature test macro in man page.
PR: bin/19337
Submitted by: schweikh
Reviewed by: joerg, bde
MFC after: 2 weeks
|
|
|
|
|
|
|
|
| |
Mention _POSIX_SOURCE feature test macro in man page.
PR: bin/19337
Submitted by: myself way back when I was a nobody :-) (schweikh)
Reviewed by: joerg, bde
MFC after: 2 weeks
|
| |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | |
| | |
| | |
| | | |
Submitted by: ru
|
| | |
| | |
| | |
| | | |
Submitted by: ru
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Finish transmitting data to mpu when a buffer gets empty.
Submitted by: KUROSAWA Takahiro <fwkg7679@mb.infoweb.ne.jp>
|
| | |
| | |
| | |
| | |
| | |
| | | |
getaddrinfo(3) must be used.
Submitted by: ume
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
egid (tty).
Obtained from: OpenBSD
Submitted by: Maxime Henrion <mux@qualys.com>
Reviewed by: imp
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The pipe code could not handle running out of kva, it would panic
if that happened. Instead return ENFILE to the application which
is an acceptable error return from pipe(2).
There was some slightly tricky things that needed to be worked on,
namely that the pipe code can 'realloc' the size of the buffer if
it detects that the pipe could use a bit more room. However if it
failed the reallocation it could not cope and would panic. Fix
this by attempting to grow the pipe while holding onto our old
resources. If all goes well free the old resources and use the
new ones, otherwise continue to use the smaller buffer already
allocated.
While I'm here add a few blank lines for style(9) and remove
'register'.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
# is escaped or quoted. Add an example of # characters as part of
a phone number.
PR: 26605
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
handling a bit.
Dogmatic lingupurists can celebrate that a number of gotos got removed.
Reviewed by: mjacob, ken
|
| | |
| | |
| | |
| | | |
that the drivers don't have to do it umpteen times.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tidy up includes, credit Slawa Olhovchenkov, John Prince and Eric Hernes
for their efforts and add a couple of missing parenthesis around return
expressions.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
that are committed to being freed and reflect these blocks in the
counts returned by statfs (and thus also by the `df' command). This
change allows programs such as those that do news expiration to
know when to stop if they are trying to create a certain percentage
of free space. Note that this change does not solve the much harder
problem of making this to-be-freed space available to applications
that want it (thus on a nearly full filesystem, you may still
encounter out-of-space conditions even though the free space will
show up eventually). Hopefully this harder problem will be the
subject of a future enhancement.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1) Do not assume that the superblock will be of size fs->fs_bsize.
This fixes a panic when taking a snapshot on a filesystem with
a block size bigger than 8K.
2) Properly calculate the number of fragments that follow the
superblock summary information. This fixes a bug with inconsistent
snapshots.
3) When cleaning up a snapshot that is about to be removed, properly
calculate the number of blocks that need to be checked. This fixes
a bug that created partially allocated inodes.
4) When moving blocks from a snapshot that is about to be removed
to another snapshot, properly account for the reduced number of
blocks in the snapshot from which they are taken. This fixes a
bug in which the number of blocks released from a snapshot did not
match the number that it claimed to have.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
buffer locking so as to avoid locking against ourselves if we need to
write filesystem metadata.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and remove the setgid operator bit from the installed binary: if you want
to view free disk space on an unmounted device, you should have read
permissions to access it.
Reviewed by: phk
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
are:
* Implement cpio compatibility mode when pax is invoked as cpio
* Extend tar compatibility mode to cover many of the GNU tar single-letter
options (bzip2 mode, aka -y/-j is not present in OpenBSD). When
invoked as tar, pax is now full-featured enough for use by the ports
collection to extract distfiles and create packages.
* Many bug fixes to the operation of pax and the tar compatibility modes
* Code fixes for things like correct string buffer termination.
I tried to preserve existing FreeBSD fixes to this utility; please let me
know if I have inadvertently spammed something.
|
| | |
| | |
| | |
| | |
| | |
| | | |
RL5C47x cards do not. Only set them for that set of bridges.
Submitted by: shiba (Takeshi Shibagaki-san)
|
| | | |
|
| | |
| | |
| | |
| | | |
Re-spotted by: phk
|
| | |
| | |
| | |
| | | |
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
chip to the one that the Japanese use. Now we get insert/remove
events on my PC-9821Ne. More work in bus space is needed to make
drivers work.
MFC after: 3 days
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
o replace `of possible' with `if possible'
o VOP_SETACL(9) is modified to say about `ACL' instead of `extended
attributed'
o EOPNOTSUPP of VOP_SETEXTATTR(9) is modified to say about
VOP_SETEXTATTR(9) instead of VOP_GETEXTATTR(9)
Reviewed by: Robert Watson <rwatson@FreeBSD.org>,
Chris Costello <chris@calldei.com>
|
| | |
| | |
| | |
| | | |
Approved by: imp
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
than if_ed. The code for if_ed to set the offset and memory width
remains.
Approved by: imp
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
block sizes.
This orginally worked in PAO-3 and worked on their r330 branch but got
broken in PAO-3 around December 1998!
Approved by: imp
Obtained from: PAO-3
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Rework of twe_report_request to use the command status value rather
than the flags register. (Joel Jacobson @ 3ware)
- Update to match some changes in -current vs. stable.
MFC in: 1 week
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
doesn't solve the problem of root being allowed to log in, but that sort
of thing is something PAM should be doing anyway.
|