| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to RETURN VALUES like they should be.
|
|
|
|
|
|
|
|
|
|
| |
was apparently overlooked at the time the member was added. Its absence
causes some error messages from the dynamic linker to begin with
"(null):" instead of with the pathname of the dynamic linker as they
should.
I am also adding a work-around to the dynamic linker, to cope with
legacy binaries that were built with older versions of crt0.
|
|
|
|
|
| |
say is means that a pathname had the high-order bit
set, since this is no longer an error.
|
|
|
|
| |
for gallery entries.
|
|
|
|
|
| |
attribute to a page range, we forgot to set the PG_WRITEABLE
flag in the vm_page_t. This fixes that problem.
|
|
|
|
| |
Suggested by: bde
|
|
|
|
|
|
| |
Add RETURN VALUES and ERRORS sections to mincore.
Closes PR# 1493.
|
| |
|
| |
|
|
|
|
|
|
| |
section.
Part of PR# 1493.
|
|
|
|
|
|
| |
be 7 bit clean, since it isn't true anymore.
Part of PR# 1493.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
stat.h. Also add a little blurb regarding st_mtime &
friends clarifiying how they are defined in a
non-_POSIX_SOURCE envorinment. Closes PR# 1089.
|
|
|
|
|
|
|
| |
to change syslog's config file in order for all of
ftpd's log messages to be displayed by syslogd.
Closes PR# 1559.
|
|
|
|
|
|
|
|
| |
taob@risc.org as requested (It looks like Nate forgot or
didn't know about this one, or I just jumped the gun
and got to it before he did :-).
Submitted by: Brian Tao <taob@risc.org>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
year in place of the hour/minute fields if the time is
more than 6 months in the past or future.
Also some minor mdoc cleanup.
|
|
|
|
|
|
| |
6 months into the future. Closes PR# 1657.
Submitted by: Sakari Jalowaara <sja.home.tekla.fi>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Assuming that the intr_mask[] was updated by changing the maskptrs (the
existing update_intr_masks() function will not work) this code was
written so the PCIC controller insertion/removal events will not
interrupt the card IRQ handler events.
Some possible scenarios:
+ Card is removed during IRQ handler:
- PCIC card handler is allowed to interrupt
- card removal event is called, removing the driver and data structures
* card interrupt handler continues w/out driver, data structures, and hardware
OR (the code just committed)
* card IRQ handler has no hardware to read/write to, but has code and
data to run on (XXX- Assume it completes and doesn't spin forever)
- PCIC card handler unloads the card driver
The current situation at least leaves the card interrupt handlers the
drivers and data structures to work with although the hardware can't be
guaranteed.
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
| |
pccard_configure() is called (except for LKm's :( ), build a list of
unassigned interrupts for the PCCARD code to use.
Reviewed by: bde
|
|
|
|
|
|
|
|
|
| |
avoids problems with the PCIC controller grabbing an interrupt that
another card needs.
Closes PR: kernel/2405
Reviewed by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- If a child receives a SIGTERM, it will call the terminate() function
and end up doing the shutdown procedurs that should really only be
done by the parent. Set the SIGTERM behavior back to SIG_DLT in the
child after fork()ing.
- If the parent fails to read data back from the child because the
child has exited, it will call rpc_received() with bogus tdata that
can cause the parent to SEGV. Make handle_children() detect this
condition correctly and handle it sanely.
*sigh* Another 2.2 candidate.
|
|
|
|
|
| |
Increased default procs/file handles so that man will work in more
situations. Other suggestions welcome, btw.
|
|
|
|
|
|
|
|
| |
MK_FLAGS contains -DNOMAN and -DNOPROFILE for speed, so I assume
NOINFO is okay as well.
Add gnu/usr.bin/texinfo to build-tools so everything does the right
thing.
|
|
|
|
| |
the rules conditional on NOINFO not being defined, just like NOMAN.
|
|
|
|
|
|
| |
for the local interfaces. It's not uncommon to have >32 interfaces
these days. This is a temporary patch until it's fixed to use sysctl
or whatever.
|
| |
|
|
|
|
|
| |
inactive queue. This is only a minor performance improvement, but will
not affect perf on machines that don't have ref bits.
|
|
|
|
|
| |
pmap routine (pmap_is_referenced.) Upper level recoded to use
pmap_ts_referenced.
|
|
|
|
|
|
|
|
|
|
| |
Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled
and requires /usr/libexec/login_<style> authentication program support to
be added at a later date. The Makefile contains a macro LC_AUTH to turn
it on and prevent unnecessarily linking against skey/krb libs and the
addition of klogin.c module.
All other aspects of login_cap support are fully functional.
|
|
|
|
|
|
|
|
|
|
| |
- Turn off BTB (Branch Target Buffer) because the BTB makes system
unstable on some machines. The BTB feature can be enabled if
"options BTB_EN" is added in kernel a configuration file.
- Change comment.
- Reorder `orb XX,%al's.
- Reset NMI F/F (mask NMI) before setting registers, and set it after
setting them. Normally, this change has no effect.
|
| |
|
|
|
|
|
|
| |
error messages containing them.
Reviewed by: Peter Wemm
|
| |
|
|
|
|
|
| |
to construct an info file from, as documented at the top. There
are no nodes, so I'm commenting out the INFO= list.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|