summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use %z to print a size_t value.jhb2002-11-081-1/+1
* MFi386: revision 1.4.nyan2002-11-081-1/+0
* Don't set a variable to a bogus value right before setting it to thejhb2002-11-082-2/+0
* Don't set a value to a variable that we don't use.jhb2002-11-081-1/+0
* Make changes such that the kernel will now fit on floppy #1.mjacob2002-11-082-11/+33
* - Merge Write_FreeBSD() into Write_Disk().jhb2002-11-081-40/+32
* DON'T EVER PUT THIS BACK!ru2002-11-081-1/+1
* Remove physmem from here, too, as it is defined in vm_init.c sincetmm2002-11-081-1/+0
* Reviewed by: n_hibmamr2002-11-081-8/+16
* Try to make this document reflect reality better:bmah2002-11-081-175/+7
* Add fwe.4.simokawa2002-11-082-0/+78
* adjust critical section to only wrap around vm86_bioscall().davidxu2002-11-081-2/+2
* Detect and exit on write errors.tjr2002-11-081-4/+7
* use critical_enter/exit to add a critical section around BIOS call,davidxu2002-11-081-5/+9
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-0710-228/+28
* Better printf() formats.mux2002-11-071-8/+7
* Some more printf() format fixes.mux2002-11-071-9/+7
* Add a cast to quiet a warning.jhb2002-11-071-1/+1
* Correctly print vm_offset_t types.mux2002-11-071-6/+5
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-072-2/+2
* - Use %j to print intmax_t values.jhb2002-11-071-3/+4
* Use %z to quiet a warning.jhb2002-11-071-1/+1
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to ajhb2002-11-071-1/+1
* - 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
OpenPOWER on IntegriCloud