summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop a memory-corruption debugging test-tool.phk2003-06-072-17/+0
|
* The dhcp_program and dhcp_flags variables have to be renamed tomtm2003-06-074-6/+8
| | | | | | | | | | | | | | take advantage of the rc.subr(8) glue. They are renamed dhclient_program and dhclient_flags. o Rename them in rc.conf(5) o Rename them in /etc/defaults/rc.conf o Add the deprecated variables to /etc/rc.subr o Isolate the use of the 'command' variable to the NetBSD specific parts in /etc/rc.d/dhclient. o Now that dhcp_flags has also been renamed it will be applied properly by rc.subr(8) glue code. Reported by: John Nielsen <john@jnielsen.net>
* Add missing va_end() calls.phk2003-06-075-7/+15
| | | | Noticed by: tmm
* Sanitize setting of labeloffset and labelsector.phk2003-06-072-12/+5
|
* Sanitize the LABELSECTOR & LABELOFFSET definitions:phk2003-06-071-19/+1
| | | | | Remove sparc64 definitions. Remove fallback definitions.
* MFi386: revisions 1.13 and 1.14.nyan2003-06-071-5/+15
|
* Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.nyan2003-06-071-2/+0
|
* MFi386: revision 1.30.nyan2003-06-071-2/+5
|
* Fixed compile error.nyan2003-06-072-4/+4
|
* Be C std strict on i386 and amd64 as we can. Be loose on Alpha and ia64.obrien2003-06-071-0/+6
|
* Don't use a C compiler to assemble a pure asm file.obrien2003-06-071-1/+7
|
* Don't fail if we encounter a relocation of type "none". Just ignoremarcel2003-06-071-0/+3
| | | | | | it. It's a no-op relocation. Trigger case: ports/x11-toolkits/pango
* Gah! Set LABELSECTOR and LABELOFFSET correctly for amd64. This mightpeter2003-06-071-1/+1
| | | | explain why I've been having trouble with libdisk and sysinstall...
* Clarify what -p option does.ru2003-06-071-11/+12
| | | | | | Prodded by: marcel While here, spell the "set-{user,group}-ID bit" correctly.
* pmap_find_vhpt() has been observed to return a NULL pointer whenmarcel2003-06-071-10/+11
| | | | | | | the caller assumes this to not happen by means of performing an indirection without checking the return value. Add KASSERTs to force a kernel with INVARIANTS to panic. This is a short-term measure. The pmap code is scheduled to be overhauled.
* If we get a fault in the gateway page, which would happen if we trymarcel2003-06-071-2/+5
| | | | | | | | | | to deliver a signal and the RSE backing store has been exhausted or the backing store pointer has been clobbered, we need to make sure we call userret() and do_ast() when we exit from trap(). Not adjusting the local variable 'user' in this case will prevent the faulty process from being terminated and we end up in an infinite fault repetition. Faulty process provided by: bento
* Move <DT> to the endache2003-06-071-2/+2
|
* Move punctuation to its proper placeache2003-06-071-13/+16
|
* <sb> -> <Sb>ache2003-06-072-2/+2
|
* Fixes to reflect corresponding standardsache2003-06-074-118/+121
|
* Pass the vm object to vm_object_collapse() with its lock held.alc2003-06-072-10/+7
|
* Replace uk_UA.ISO8859-5 by linkache2003-06-072-13/+10
| | | | Add link for zh_CN.GBK
* Get the manual section number for kldstat(8) right. Comment change only.grog2003-06-071-2/+2
| | | | Pointed out by: yar
* Modify startup mode: don't specify the file name for the debug kernel,grog2003-06-071-5/+3
| | | | | | so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that the same .gdbinit file can be used for analysing processor dumps.
* Fix typo in prev. commitache2003-06-071-1/+1
|
* Add macros for kernel debugging. These have been around for agrog2003-06-074-0/+1104
| | | | | | | while, and they will need some more tuning before they're really useful, but at the moment they're better than nothing. Indirectly reminded by: dwhite
* Move <DT> to the endache2003-06-074-9/+11
|
* Add ru_RU.CP1251ache2003-06-074-0/+52
|
* Replace by links ru_RU.CP866 and ru_RU.ISO8859-5ache2003-06-073-27/+5
| | | | Add link to ru_RU.CP1251
* Add ru_RU.CP1251ache2003-06-072-0/+103
|
* Add ru_RU.CP1251ache2003-06-062-0/+45
|
* When single stepping, only leave ENBUSFREE enabledgibbs2003-06-062-4/+4
| | | | | | | | if it was already enabled. We don't want to set it when it shouldn't be set, we just don't want to inadvertantly turn it off. This should fix a recent report of the aic7xxx driver repeatedly complaining of "unexpected busfree while idle" in one configuration.
* Clear stale PCI errors during our test forgibbs2003-06-062-8/+27
| | | | | | | successfully mapping our registers. This avoids the disabling of memory mapped I/O just because some other driver probe happened to touch our registers.
* Work around SCSI spec violation by the Quantum Atlas 10K.gibbs2003-06-062-36/+70
| | | | | | | | | | | | | | | | | | | This drive delays going async after receiving a WDTR message. We now send an SDTR message after a WDTR even if our goal is to go async. This should work even for confused devices. If we get an unexpected busfree when attempting a WDTR or SDTR, only set the goal negotiation parameters we were trying to negotiate to off. This means that should a WDTR message fail, we will still try an SDTR if our goal is non-async. Fix a few more places where we were looking at goal.period instead of goal.offset for determining if we should be negotiating sync. This should not have any impact on our behavior, but the offset is more definitive and should be used.
* aic7770.c:gibbs2003-06-067-155/+58
| | | | | | | | | | | | | | | | | | | | | | | | | aic79xx.c: aic79xx.h: aic79xx_pci.c: aic7xxx.c: aic7xxx.h: aic7xxx_pci.c: Switch ah?_reset() to take an additional "reinit" argument. Use this instead of init_level to determin if the chip should be fully reinitialized after a chip reset. This is required so that ah?_shutdown() can reset the chip without side-effects. aic79xx.c: Implement ahd_suspend() and ahd_resume(). aic7xxx.c: Change ahc_loadseq() to *not* restart the sequencer. This brings the loadseq behavior in line with that of the 7902 driver and also simplifies the init routine. Correct the resume routine to enable interrupts and restart the sequencer.
* Use TRAPF_USERMODE() to replace an equivalent check in trap(). Whilemarcel2003-06-061-3/+2
| | | | here, amend the related comment.
* Add probe entry for the 284X with BIOS disabled.gibbs2003-06-061-3/+8
|
* Constify a string used in our EISA probe tables.gibbs2003-06-061-4/+4
| | | | Fix a few style nits.
* Have TRAPF_USERMODE() take into account that the gateway page is notmarcel2003-06-061-2/+8
| | | | | | always kernel space. It should be treated as user space when run with user privileges (which is the case for the signal trampolines). This fixes its only use in a KASSERT in subr_trap.c.
* Add ru_RU.CP1251ache2003-06-063-0/+11
|
* Attempt to crunch down the thread state info so that it is more likely tojulian2003-06-061-6/+15
| | | | | | | | | | | | fit on one line. Account for threads better. * No need to report that it is on a sleep queue if it is actually sleeping * "Normal" state is almost ubiquitous.. only report abnormal states. * increment the #lines count for each separate thread shown in threaded programs. makes it less likely that a threaded program will make all the data on a screen overflow off the top of the screen.
* When setting fragment queue pointers to NULL, or comparing them withrwatson2003-06-061-3/+3
| | | | NULL, use NULL rather than 0 to improve readability.
* - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for ajhb2003-06-062-56/+61
| | | | | | | | | | | | | while after the legacy device was added since this driver hangs from legacy and not nexus. - Make several methods non-static so they can be reused in a mptable host -> pci bridge driver that will be added at a later date. - Let legacy_pcib() use pcibios_pcib_route_interrupt() directly instead of wrapping it in a private function. Originally, I thought I was going to have the nexus_pcib() driver make a runtime APIC vs. 8259A check and call the appropriate routing method (MPTable vs. PIR) that way, but it ended up being cleaner to make nexus_pcib() just work with PIR and have a separate host -> pci bridge driver for the mptable/apic case.
* - Use IDTVEC() to declare IPI handlers since they are also IDT vectors.jhb2003-06-063-60/+42
| | | | - Make handlers for IPI's used by SMP kernels #ifdef SMP.
* Use the secondary bus number instead of the number of the bus the PCI-PCIjhb2003-06-061-1/+5
| | | | | | bridge lives on (i.e., the parent bus) when probing the PIR table for a bus. This could cause the PCIBIOS PCI-PCI bridge driver to bogusly attach to bridges that weren't in the PIR but whose parent bus was in the PIR.
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-063-9/+15
| | | | | | APIC. - Add a lvt_thermal member to the LAPIC struct. - Add constants for the SMI and INIT LVT delivery modes.
* Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead ofjhb2003-06-061-1/+4
| | | | | panic'ing. Also, for unknown thread states, print out the value rather than panic. Panic'ing in the debugger is pointless at best.
* Whitespace nits.jhb2003-06-061-2/+3
|
* Compile our code as C99 w/GNU extensions by default.obrien2003-06-061-1/+2
| | | | We can't use straight "c99" due to the lack of alloca.S for non-i386 platforms.
* Add my birthday.osa2003-06-061-0/+1
| | | | Approved by: fjoe (mentor)
OpenPOWER on IntegriCloud