summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use %p to print pointers instead of casting pointers to an int and usingjhb2002-11-071-6/+6
* 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
* Don't exit with success after timeout during authentication.fenner2002-11-071-0/+4
* Mark ed(4) as i386/pc98-only, tracking src/sys/conf/NOTES rev. 1.1109.bmah2002-11-072-2/+2
* - 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
* License and blurb update authorized by Network Associates.rwatson2002-11-072-14/+8
* Cast a pointer to uintptr_t instead ot u_int.jhb2002-11-071-1/+1
* Factor out the code that determines whether a message must be skippedthomas2002-11-071-26/+27
* 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
* Add a Firewire section to the hardware notes, with initial contentbmah2002-11-072-0/+82
* New release notes: getconf(1), nextboot(8),bmah2002-11-072-8/+26
* 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
* Fix one misspelling and two punctuation nits.bmah2002-11-071-3/+3
* 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
* Fixed pc98 support.nyan2002-11-072-6/+5
* Get this closer to working. The Write_Disk() function's for loop neededjhb2002-11-071-20/+13
* 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
* Style sync with rest of FreeBSD.obrien2002-11-066-52/+41
* 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
OpenPOWER on IntegriCloud