summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename the DIAGNOSTICS sections in several man pagesmpp1997-01-126-7/+7
| | | | to RETURN VALUES like they should be.
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. Thisjdp1997-01-111-1/+2
| | | | | | | | | | 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.
* Remove the EINVAL error from the ERRORS sections thatmpp1997-01-1127-70/+10
| | | | | say is means that a pathname had the high-order bit set, since this is no longer an error.
* Correct entity entry for Ricardo AG, make him the primary contactjkh1997-01-112-4/+4
| | | | for gallery entries.
* When we changed pmap_protect to support adding the writeabledyson1997-01-112-16/+26
| | | | | attribute to a page range, we forgot to set the PG_WRITEABLE flag in the vm_page_t. This fixes that problem.
* Initialize pcic_imask with SWI_MASK to interference from timeout routines.nate1997-01-111-0/+1
| | | | Suggested by: bde
* Minor mdoc fixes in msync.2 and munmap.2.mpp1997-01-113-6/+31
| | | | | | Add RETURN VALUES and ERRORS sections to mincore. Closes PR# 1493.
* Forgot a .El macro.mpp1997-01-111-0/+1
|
* Add RETURN VALUES and ERRORS sections.mpp1997-01-111-3/+28
|
* Some mdoc cleanup. Also added a RETURN VALUES and ERRORSmpp1997-01-111-22/+45
| | | | | | section. Part of PR# 1493.
* Remove the comment about file names having tompp1997-01-111-2/+1
| | | | | | be 7 bit clean, since it isn't true anymore. Part of PR# 1493.
* Public identifiers for Docbook 3.0jfieber1997-01-111-10/+6
|
* Add docbook 3.0jfieber1997-01-117-2/+6539
|
* Remove docbook 2.4.1jfieber1997-01-116-5223/+0
|
* Bring stat(2) into line with what is now actually inmpp1997-01-111-13/+34
| | | | | | 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.
* Document the fact that the administrator may havempp1997-01-111-2/+7
| | | | | | | to change syslog's config file in order for all of ftpd's log messages to be displayed by syslogd. Closes PR# 1559.
* Change Brian Tao's mail address from taob@io.org tompp1997-01-111-2/+2
| | | | | | | | 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>
* Add a couple of xrefs. Closes PR# 1280.mpp1997-01-111-0/+1
|
* Add a couple of xrefs.mpp1997-01-111-0/+1
|
* Add a couple of additional xrefs.mpp1997-01-111-1/+3
|
* Minor mdoc cleanup.mpp1997-01-111-2/+4
|
* Add a blurb describing the fact that ls will print thempp1997-01-111-2/+8
| | | | | | | 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.
* Make ls include the year when displaying times that are more thanmpp1997-01-111-2/+6
| | | | | | 6 months into the future. Closes PR# 1657. Submitted by: Sakari Jalowaara <sja.home.tekla.fi>
* Whoops, typo.nate1997-01-111-1/+1
|
* Update the PCIC controller's imask with individual slot IRQ's.nate1997-01-114-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed magic # 16 and replaced with ICU_LEN.nate1997-01-111-1/+1
|
* Now that all of the IRQ's should be allocated by the time thisnate1997-01-111-3/+40
| | | | | | | pccard_configure() is called (except for LKm's :( ), build a list of unassigned interrupts for the PCCARD code to use. Reviewed by: bde
* Moved pccard_configure() to the end of the configure() list. Thisnate1997-01-112-12/+12
| | | | | | | | | avoids problems with the PCIC controller grabbing an interrupt that another card needs. Closes PR: kernel/2405 Reviewed by: bde
* Correct two bugs:wpaul1997-01-111-13/+50
| | | | | | | | | | | | | | - 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.
* Added 'xuser' class entry point for X users (who need more resources).davidn1997-01-111-4/+17
| | | | | Increased default procs/file handles so that man will work in more situations. Other suggestions welcome, btw.
* Add -DNOINFO to MK_FLAGS, that's okay right? The comment saysjmacd1997-01-111-2/+4
| | | | | | | | 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.
* In an attempt to make the new info rules bootstrap themselves, makejmacd1997-01-111-0/+8
| | | | the rules conditional on NOINFO not being defined, just like NOMAN.
* This is purely a bandaid to lower the risk of running out of slotspeter1997-01-111-1/+1
| | | | | | 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.
* Fix typo.kato1997-01-111-2/+2
|
* Slightly correct the code that moves pages from the active to thedyson1997-01-111-5/+7
| | | | | inactive queue. This is only a minor performance improvement, but will not affect perf on machines that don't have ref bits.
* Prepare better for multi-platform by eliminating another requireddyson1997-01-115-101/+20
| | | | | pmap routine (pmap_is_referenced.) Upper level recoded to use pmap_ts_referenced.
* Makes login login_cap-savvy.davidn1997-01-112-155/+371
| | | | | | | | | | 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.
* Change initialize routine of Cyrix 5x86 CPU.kato1997-01-111-9/+15
| | | | | | | | | | - 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.
* Adds a template/example login.conf, login class capabilities database.davidn1997-01-112-2/+234
|
* Changes to make ld demangle C++ symbol names before printingjmacd1997-01-117-1048/+94
| | | | | | error messages containing them. Reviewed by: Peter Wemm
* Same.jmacd1997-01-112-2/+5
|
* This texinfo documentation isn't really enough texinfo-izedjmacd1997-01-111-2/+2
| | | | | to construct an info file from, as documented at the top. There are no nodes, so I'm commenting out the INFO= list.
* Still going.jmacd1997-01-111-1/+3
|
* Same. This wasn't installed before either.jmacd1997-01-111-1/+3
|
* Same.jmacd1997-01-111-1/+5
|
* Same. This wasn't even in the old dir file.jmacd1997-01-111-1/+3
|
* Same.jmacd1997-01-112-1/+2
|
* Same deal.jmacd1997-01-111-0/+2
|
* Same deal.jmacd1997-01-111-1/+5
|
* Same thing.jmacd1997-01-111-0/+2
|
OpenPOWER on IntegriCloud