summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-074-7/+11
* Make 'rclk' a uintptr_t to quiet warnings.jhb2002-11-071-3/+3
* Use %z and %j to quiet warnings.jhb2002-11-071-6/+7
* Cast a pointer to a uintptr_t instead of a u_int.jhb2002-11-071-1/+1
* Fix the rest of the 64-bit warnings for the sr(4) driver.jhb2002-11-071-4/+4
* - Fix a bunch of casts to long which were truncating off_t's.mux2002-11-071-17/+15
* Explicitly cast daddr_t's to long long's when printing them since daddr_tjhb2002-11-074-13/+13
* A bunch of style(9) fixes.mux2002-11-071-40/+39
* Cast a ptrdiff_t value to an int to quiet a warning since we don't supportjhb2002-11-071-1/+2
* Quiet some DIAGNOSTIC printf warnings with band-aid casts.jhb2002-11-071-4/+5
* Print pointers with %p instead of casting them to an unsigned int andjhb2002-11-071-2/+2
* Move sr(4) over to i386-only as it is yet another user of kvtop().jhb2002-11-072-6/+6
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-072-8/+3
* Fix lots of places that assume sizeof(int) == sizeof(void *). Most ofjhb2002-11-071-18/+18
* Do a bit more work in the aio code to simulate the credential environmentrwatson2002-11-071-0/+7
* Cast a pointer to uintptr_t instead ot u_int.jhb2002-11-071-1/+1
* Simplify and optimize pmap_object_init_pt(). More specifically,alc2002-11-072-130/+64
* d_read_t functions return an int, not a ssize_t. (Considering the factjhb2002-11-071-1/+1
* Warning fixes for sizeof(int) != sizeof(void *).jhb2002-11-071-6/+6
* - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1jhb2002-11-071-2/+2
* Fix to support pc98.nyan2002-11-072-52/+120
* Move firewire back to being MI.jhb2002-11-073-8/+8
* Add two new workaround for firmware anomalies:tmm2002-11-079-18/+102
* Properly fix the occassional random crash issue that revision 1.142iedowse2002-11-072-31/+24
* Merge over ar(4) and db(4) to files.pc98.jhb2002-11-071-0/+3
* Create a MACHINE_ARCH == i386 section that first lists modules commonjhb2002-11-071-59/+24
* Turn on GEOM. It works on Alpha and we are going to need it for installs.jhb2002-11-071-2/+0
* - Fix printf warnings on 64bit plathome.simokawa2002-11-073-7/+17
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-0712-32/+32
* s/HZ/Hz/mux2002-11-061-1/+1
* Adjust some casts to quiet warnings.jhb2002-11-065-9/+9
* lnc(4) uses kvtop() and is thus i386-only for now.jhb2002-11-063-8/+8
* Use long long to print out a bus_addr_t again.jhb2002-11-061-2/+2
* Cast a bus_addr_t to a long long to make printf happy.jhb2002-11-061-1/+1
* Make firewire i386-only for now. It doesn't quite handle machines withjhb2002-11-063-8/+8
* Wrap ()'s around an argument before casting it to a void *. If thejhb2002-11-061-6/+6
* ed(4) uses kvtop() and is thus i386-only. It has several other warningsjhb2002-11-063-10/+10
* Move the drm code to the i386 MD NOTES file. It can be added to other MDjhb2002-11-062-20/+20
* Packed structures are defined differently in older gcc's, like the onejoe2002-11-062-4/+4
* Use bus_addr_t instead of u_int32_t in functions to convert betweenjhb2002-11-061-3/+3
* Move digi to the i386 MD NOTES until it stops using inb() and outb().jhb2002-11-062-13/+13
* - Move comments regarding flags for dgb(4) over to the MD NOTES file wherejhb2002-11-062-12/+11
* dgb(4) currently is i386-only.jhb2002-11-062-1/+1
* Use the explicit value 0xffffffff instead of assuming that is what ~0ULjhb2002-11-061-1/+1
* Add some band-aid casts to quiet warnings. This driver still assumesjhb2002-11-061-1/+1
* More int != pointer stuff.jhb2002-11-061-2/+3
* Straighten up the geom.ctl config interface definitions.phk2002-11-064-46/+84
* Repeat after me: sizeof(int) != sizeof(void *).jhb2002-11-061-1/+1
* Use some long long casts to quiet warnings in debug printf's on alpha.jhb2002-11-062-2/+3
* Use a bandaid to fix a warning. However, this driver is very, very farjhb2002-11-061-1/+1
OpenPOWER on IntegriCloud