summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed error handling after a seek error that can't happen. When thebde1998-07-183-3/+9
* Place a fat warning that floppy tapes should be configured as drive 2joerg1998-07-172-2/+8
* Correct SEEPROM checksum calculation when multiple checksum attemps are made.gibbs1998-07-161-4/+8
* Simplify access to PCI config registers.dfr1998-07-161-33/+36
* Merge from sys/i386/isa/syscons.c (1.265->1.266).kato1998-07-161-8/+8
* Sync with sys/i386/isa/fd.c revision 1.118.kato1998-07-162-4/+4
* Sync with sys/i386/i386/userconfig.c revision 1.104.kato1998-07-161-3/+3
* Sync with sys/i386/isa/pcaudio.c revision 1.42.kato1998-07-161-4/+4
* Point at the right place for alpha registers.dfr1998-07-151-1/+6
* Make ptrace work.dfr1998-07-154-16/+242
* Tweaks for cross-building from NetBSD/alpha.dfr1998-07-152-6/+6
* Add some debug code.dfr1998-07-151-3/+16
* An mc146818a clock attached to an isa bus.dfr1998-07-151-0/+105
* Linker script for alpha kernel.dfr1998-07-153-0/+399
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-1518-86/+86
* Don't cast pointers to longs in asm statements.bde1998-07-152-2/+2
* %n in a comment was a poor abbreviation for Immediate-byte-signed,bde1998-07-152-4/+4
* The ioctl request arg is unsigned log, so don't attempt to pass itbde1998-07-152-8/+7
* The ioctl request arg is unsigned long, so don't attempt to pass itbde1998-07-154-14/+14
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-152-6/+6
* Don't cast pointers to longs in asms. Changed all remaining longsbde1998-07-152-63/+64
* Cast between longs and pointers via intptr_t. There shouldn't bebde1998-07-151-17/+17
* Cast between u_longs and object pointers via uintptr_t.bde1998-07-151-5/+5
* Cast between longs and pointers via intptr_t. The results of fuword()bde1998-07-151-9/+9
* Cast longs to intptr_t before casting them to pointers.bde1998-07-151-5/+8
* Cast pointers to intptr_t instead of or before casting to long.bde1998-07-151-5/+5
* Cast u_longs to uintptr_t before casting them to pointers. Don'tbde1998-07-153-12/+14
* Cast function pointers to uintfptr_t before casting them to u_long.bde1998-07-151-5/+7
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-156-14/+15
* Cast the value returned by strtoul() to a uintptr_t before castingbde1998-07-151-3/+3
* Cast virtual addresses that happen to be represented as u_longs tobde1998-07-152-8/+8
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-1529-93/+93
* Add support for the AVer Media range of cards.sos1998-07-142-18/+26
* Add missing register name defines.msmith1998-07-141-1/+7
* Print pointers using %p instead of attempting to print them bybde1998-07-141-12/+13
* Print pointers using %p instead of attempting to print them bybde1998-07-141-14/+17
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-143-24/+24
* If object pointers need to be cast to [unsigned] integers, then castbde1998-07-141-3/+3
* Avoid some casts of pointers to integers (of possibly different sizes).bde1998-07-141-7/+7
* I checked in the wrong version yesterday . The correct version is 1.38ahasty1998-07-142-24/+64
* Don't pretend to support ix86's with 16-bit ints and 32-bit registersbde1998-07-141-4/+4
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-148-56/+49
* Declare pointers to CSR register space to be volatile. This seems towpaul1998-07-132-161/+274
* Removed a bogus forward struct declaration.bde1998-07-131-4/+4
* Fixed some longs that should have been fixed-sized types.bde1998-07-132-4/+4
* Fixed overflow and sign extension bugs inbde1998-07-131-4/+4
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typebde1998-07-132-5/+5
* Declare id_mask as a fixed-size type.bde1998-07-131-2/+2
* Declare n_short, n_long and n_time as fixed-sized types. Don't ifdefbde1998-07-131-15/+4
* Don't attempt to optimize the space allocated for bpf headers ifbde1998-07-131-2/+3
OpenPOWER on IntegriCloud