aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-234-13/+13
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.Dan Moschuk2000-05-222-2/+0
* Ack, I made a typo moments before commit. :-(Peter Wemm2000-05-211-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-212-211/+139
* Eliminate a couple of evil common declarations.Peter Wemm2000-05-183-2/+4
* Port ppc driver to alpha.Doug Rabson2000-05-143-0/+30
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-22/+0
* Enable EISA interrupts if the mcpcia has an attached EISA bus.Doug Rabson2000-05-131-5/+9
* Change to comments only: spell FreeBSD.org correctlyTim Vanderhoek2000-05-133-5/+5
* Make /dev/[k]mem work after last commit. Transfers were being doublePeter Wemm2000-05-131-15/+17
* Fix a leak where a scratch buffer was not freed when reading from theMike Smith2000-05-131-0/+8
* Some white-box (NT) systems have SRM which reports a systype that'sAndrew Gallatin2000-05-111-0/+8
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-101-1/+1
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamiJohn Baldwin2000-05-106-5/+66
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-093-137/+141
* Fixed the return type for exit() and the args struct tag several NOPROTOBruce Evans2000-05-092-15/+15
* Change floating point exception type to match the i386 one.David E. O'Brien2000-05-091-1/+1
* Change references/comments about 'secondary' to reflect that while we'dMatt Jacob2000-05-091-17/+20
* Unhide dec_kn300_cons_init and don't make it something we call early.Matt Jacob2000-05-091-8/+2
* Fix DELAY function to use the RPCC cycle counter register.Matt Jacob2000-05-071-7/+34
* oops! final piece for RawhidesMatt Jacob2000-05-071-0/+147
* Fix checksum calculations. This should fix the network problemsPaul Saab2000-05-071-2/+1
* Well, for now at least, we'll also have the 4100 also have a prom console.Matt Jacob2000-05-071-1/+1
* Add option for Rawhide (AlphaServer 4100 systems).Matt Jacob2000-05-072-2/+4
* Pass the vector on thru instead of checking EISA/ISA ints. It turnsMatt Jacob2000-05-071-10/+0
* EISA/ISA memory space is any pa < 8MB.Matt Jacob2000-05-071-2/+24
* add in dec_kn300 (Alpha 4100) caseMatt Jacob2000-05-071-1/+7
* add in stubbie mcpcia_pci that will parent PCI bussesMatt Jacob2000-05-071-0/+80
* Add in a first pass at Alpha 4100 (Rawhide) support. It doesn't quiteMatt Jacob2000-05-077-0/+1802
* Make in_cksum() a macro call to in_cksum_skip(), since it provides theJonathan Lemon2000-05-062-35/+2
* Add a version tag for the rtc port to depend on.Peter Wemm2000-05-061-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-056-0/+6
* remove unneeded #include <sys/buf.h>Poul-Henning Kamp2000-05-053-3/+0
* Add $FreeBSD$Peter Wemm2000-05-0117-0/+18
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-21/+0
* Include <sys/random.h> for rand_initialize().Doug Rabson2000-04-301-0/+1
* Hookup /dev/[u]random on the Alpha.David E. O'Brien2000-04-281-3/+75
* Initialise entropy pool.David E. O'Brien2000-04-281-0/+5
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-262-2/+57
* Remove dummy read_random function since we now have a real one.Matt Jacob2000-04-261-10/+0
* Well, make intrhand2_t take a void * arg then. Matches i386.Matt Jacob2000-04-261-2/+2
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* Add include files to alpha/include directory.Roger Hardiman2000-04-152-0/+475
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-18/+18
* * Factor out the object system from new-bus so that it can be used byDoug Rabson2000-04-081-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Avoid dividing by zero when beeping with a zero pitch. This was bad.Bill Fumerola2000-03-301-2/+4
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-302-15/+0
* Try and make the Alpha kernel compile. There are still some loose endsPeter Wemm2000-03-303-1/+11