| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
badaddr_read(). This fixes 'machine check in pal mode' halts on
ev5 2100As.
Approved by: jkh
Notes:
svn path=/stable/4/; revision=75315
|
| |
|
|
|
|
|
| |
Requested by: jkh
Notes:
svn path=/stable/4/; revision=74557
|
| |
|
|
|
|
|
| |
This is a new feature, so an immediate MFC isn't really all that bad...
Notes:
svn path=/stable/4/; revision=73788
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73767
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73764
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Convert all users of fldoff() to offsetof(). fldoff() is bad
because it only takes a struct tag which makes it impossible to
use unions, typedefs etc.
Define __offsetof() in <machine/ansi.h>
Define offsetof() in terms of __offsetof() in <stddef.h> and <sys/types.h>
Notes:
svn path=/stable/4/; revision=73745
|
| |
|
|
|
|
|
|
|
|
|
| |
2100A ("lynx") systems working.
I've left the irq mapping from -current out, because, as I understand
it, it is not required on machines running production versions of the SRM
console.
Notes:
svn path=/stable/4/; revision=73397
|
| |
|
|
|
|
|
| |
1.4: Use queue macros
Notes:
svn path=/stable/4/; revision=73356
|
| |
|
|
|
|
|
| |
1.3 - return -1 rather than ENOEXEC for unclaimed images
Notes:
svn path=/stable/4/; revision=73355
|
| |
|
|
|
|
|
|
|
|
|
| |
include/netdb.h: 1.15->1.16
lib/libc/net/getnameinfo.c: 1.6->1.7
sys/alpha/include/ansi.h: 1.10->1.12
sys/i386/include/ansi.h: 1.19->1.21
sys/sys/socket.h: 1.47->1.49
Notes:
svn path=/stable/4/; revision=73070
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Maintain forward compatibility on the -stable branch by
not doing an MFC of the machine dependent MINSIGSTKSZ.
This guarantees that binaries compiled on systems that
include this MFC will run on older systems.
Reviewed by: gallatin
Notes:
svn path=/stable/4/; revision=72848
|
| |
|
|
|
|
|
| |
1.8 and 1.9
Notes:
svn path=/stable/4/; revision=72551
|
| |
|
|
|
|
|
| |
and pc98.
Notes:
svn path=/stable/4/; revision=72201
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- eliminate code that's been ifdef'ed out since day 1
- use a constant (APECS_PCI_CONF) for pci config space access rather
than the softc. This gets us access to pci config space very early
(eg when syscons is probing adapters), which will be needed for
the forthcoming TGA console driver.
This file has diverged substantially in -current due to the busspace
rewrite that Doug did. This is somewhat of an MFC as Doug has made
these changes already in -current.
Tested by: "Andrew M . Miklic" <miklic@fc.hp.com>
Notes:
svn path=/stable/4/; revision=70934
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70790
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70787
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70570
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70472
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70441
|
| |
|
|
|
|
|
| |
* Move VCS ids to a conistent location.
Notes:
svn path=/stable/4/; revision=70439
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69053
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69049
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69048
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69047
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69046
|
| |
|
|
|
|
|
| |
the linux abi on alpha
Notes:
svn path=/stable/4/; revision=69045
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=68979
|
| |
|
|
|
|
|
|
|
| |
the osf1 module.
Approved by: JKH
Notes:
svn path=/stable/4/; revision=68305
|
| |
|
|
|
|
|
| |
Approved by: JKH
Notes:
svn path=/stable/4/; revision=68302
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=68301
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/stable/4/; revision=68257
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=68160
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67943
|
| |
|
|
|
|
|
| |
in kern_prot.c
Notes:
svn path=/stable/4/; revision=67749
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67747
|
| |
|
|
|
|
|
| |
adding struct tags).
Notes:
svn path=/stable/4/; revision=67698
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67504
|
| |
|
|
|
|
|
|
| |
with it) over from -current. This includes today's minor update to support
the PCnet/PRO chip.
Notes:
svn path=/stable/4/; revision=66597
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP.
Move MAXCPU from machine/smp.h to machine/param.h to expose MAXCPU
in the !SMP case and replace NCPUS with MAXCPU since they are
redundant.
Notes:
svn path=/stable/4/; revision=66472
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65451
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65270
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64925
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64768
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64436
|
| |
|
|
|
|
|
| |
the makesyscalls.sh changes exposed.
Notes:
svn path=/stable/4/; revision=64434
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64422
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64417
|
| |
|
|
|
|
|
|
| |
harmless since the ISADMA_READ flag == B_READ etc, so any driver mixups
will not hurt much.
Notes:
svn path=/stable/4/; revision=64416
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64414
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64269
|