| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Output filters are executed on a per-file basis as it's
necessary to supply the file size to the "other side".
|
|
|
|
| |
change was a false-start, and needs more work.
|
|
|
|
|
| |
Fixes name size limitation (was hardcoded to 8).
Closes PR#3258
|
|
|
|
| |
away the VM space of all of the other, associated threads.
|
|
|
|
|
|
|
| |
calling thread from being rescheduled based on an unspecified wakeup
time.
Bug/fix pointed out by Alexandre Fenyo <fenyo@email.enst.fr>.
|
| |
|
| |
|
|
|
|
| |
Don't quote "..." in synopsis. Quoting here is unnecessary and unusual.
|
| |
|
|
|
|
| |
wrong).
|
| |
|
| |
|
|
|
|
| |
synopsis.
|
|
|
|
|
|
|
|
| |
- don't quote function names, since quoting them is unnecessary and
unusual and confuses my synopsis checker.
- include <sys/types.h> instead of <sys/param.h>. It is normal to
(have to) include <sys/param.h> instead of <sys/types.h>, but it
is more useful for man pages to document minimal prerequisites.
|
|
|
|
|
|
|
|
| |
- don't declare nonexistent function sleep().
- don't include <sys/errno.h> explicitly.
sleep() should be nuked some more, e.g., this man page should not be
named after a nonexistent function.
|
|
|
|
|
|
|
|
|
| |
dependency on `bar' is very unlikely to be correct.
This is a quick fix for broken dependencies in gdb and many other
places. The dependencies on internal libraries are now missing
instead of wrong when `make depend' is run before the libraries
are created.
|
|
|
|
|
| |
routines as function for DDB. The inb and outb are provided as
functions in machdep.c when DDB is defined.
|
|
|
|
| |
cut-n-paste the example and have it actually lex and compile.
|
|
|
|
| |
entry accordingly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
which mistakenly got committed.
Fix two bugs in the ahc_reset_device code:
Limit search for SCBs to process to those that are active and
are not queued for done processing.
It's okay for an SCB to not have a waiting next SCB.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Be consistant about testing for parity errors after waiting for a
REQ on the bus.
Don't ack the last byte in a transaction until after we've cleared
all target state.
aic7xxx_asm.c:
Test the return value of getopt against -1 not EOF. (Yet another
shameless victum of the style guide being wrong).
|
|
|
|
|
|
|
| |
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
|
|
|
|
|
| |
directory. manpath.1 is always in the current (= object) directory,
so don't search for it.
|
|
|
|
|
| |
directory. man.1 is always in the current (= object) directory,
so don't search for it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory. config.h is always in the current (= object) directory,
so don't search for it.
config.h is not a source for the library, so don't put it in SRCS and
don't make the library depend on it.
Don't put unused flags in CFLAGS.
Simplify using INTERNALLIB*.
|
|
|
|
| |
Now the search is as incomplete as elsewhere instead of broken.
|
|
|
|
|
|
| |
<sys/dir.h>, and use the new macro GENERIC_DIRSIZ() instead of DIRSIZ().
Removed unused #includes.
|
|
|
|
|
|
|
|
|
| |
<sys/dir.h>.
Removed unused #include.
Fixed type and order of struct members in pseudo-declaration of `struct
vop_readdir_args'.
|
|
|
|
| |
deprecated header <sys/dir.h>.
|
|
|
|
| |
and YPBINDPROC_SETDOM procedures.
|
|
|
|
|
|
|
|
|
| |
in the transfer request actually exist. Technically ypxfr can do this too,
but why waste the cycles getting ypxfr off the ground for a transfer we
already know is going to fail.
Also apply stricter access control rules; ypproc_xfr_2_svc() is in a
different class than the normal map access procedures procedures.
|
|
|
|
|
|
|
|
|
|
| |
<dirent.h> should be used instead to a warning. If this causes too
many warnings in ports then it should be changed back after checking
some ports for related configuration errors.
Moved the definition of DIRSIZ() from <sys/dir.h> to <sys/dirent.h>
so that it can be used in the kernel without including <sys/dir.h>.
Renamed it in some cases to avoid new namespace pollution.
|
|
|
|
| |
but the extra warning message could be useful.
|
|
|
|
|
| |
by fs->fs_bsize. The macro is usually faster and makes it clearer
that the multiplication can't overflow.
|
|
|
|
|
|
|
|
|
|
|
|
| |
resetting the keyboard.
Well, sorry, this bug is totally my fault. I DID intend to preserve
them, but somehow I failed.
The bug puts some old keyboard controllers in a strange state,
resulting in keyboard freeze or random key input.
The fix closes PR kern/3067.
|
|
|
|
|
|
|
| |
List all three packages directories in the ensuing packages description.
Add a short (in fact, very short) section about libc.so.3.0 and wrong
package versions.
|
|
|
|
| |
Suggested by: jkh
|
|
|
|
| |
Suggested by: jkh
|
| |
|
|
|
|
| |
seems to have disappeared.
|
| |
|
| |
|
|
|
|
| |
I'm only now starting to get this a little more well organized.
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|
|
|
|
|
| |
The two options differ only when linking, but "-p" is incorrect
because it is associated with the old-style "prof" command, which we
do not support.
|
| |
|