| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix to support pc98. | nyan | 2002-11-07 | 2 | -52/+120 |
* | Add a Firewire section to the hardware notes, with initial content | bmah | 2002-11-07 | 2 | -0/+82 |
* | New release notes: getconf(1), nextboot(8), | bmah | 2002-11-07 | 2 | -8/+26 |
* | Move firewire back to being MI. | jhb | 2002-11-07 | 3 | -8/+8 |
* | Add two new workaround for firmware anomalies: | tmm | 2002-11-07 | 9 | -18/+102 |
* | Properly fix the occassional random crash issue that revision 1.142 | iedowse | 2002-11-07 | 2 | -31/+24 |
* | Fix one misspelling and two punctuation nits. | bmah | 2002-11-07 | 1 | -3/+3 |
* | Merge over ar(4) and db(4) to files.pc98. | jhb | 2002-11-07 | 1 | -0/+3 |
* | Create a MACHINE_ARCH == i386 section that first lists modules common | jhb | 2002-11-07 | 1 | -59/+24 |
* | Fixed pc98 support. | nyan | 2002-11-07 | 2 | -6/+5 |
* | Get this closer to working. The Write_Disk() function's for loop needed | jhb | 2002-11-07 | 1 | -20/+13 |
* | Turn on GEOM. It works on Alpha and we are going to need it for installs. | jhb | 2002-11-07 | 1 | -2/+0 |
* | - Fix printf warnings on 64bit plathome. | simokawa | 2002-11-07 | 3 | -7/+17 |
* | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | davidxu | 2002-11-07 | 12 | -32/+32 |
* | s/HZ/Hz/ | mux | 2002-11-06 | 1 | -1/+1 |
* | Adjust some casts to quiet warnings. | jhb | 2002-11-06 | 5 | -9/+9 |
* | lnc(4) uses kvtop() and is thus i386-only for now. | jhb | 2002-11-06 | 3 | -8/+8 |
* | Style sync with rest of FreeBSD. | obrien | 2002-11-06 | 6 | -52/+41 |
* | Use long long to print out a bus_addr_t again. | jhb | 2002-11-06 | 1 | -2/+2 |
* | Cast a bus_addr_t to a long long to make printf happy. | jhb | 2002-11-06 | 1 | -1/+1 |
* | Make firewire i386-only for now. It doesn't quite handle machines with | jhb | 2002-11-06 | 3 | -8/+8 |
* | Wrap ()'s around an argument before casting it to a void *. If the | jhb | 2002-11-06 | 1 | -6/+6 |
* | ed(4) uses kvtop() and is thus i386-only. It has several other warnings | jhb | 2002-11-06 | 3 | -10/+10 |
* | Move the drm code to the i386 MD NOTES file. It can be added to other MD | jhb | 2002-11-06 | 2 | -20/+20 |
* | Packed structures are defined differently in older gcc's, like the one | joe | 2002-11-06 | 2 | -4/+4 |
* | Use bus_addr_t instead of u_int32_t in functions to convert between | jhb | 2002-11-06 | 1 | -3/+3 |
* | Move digi to the i386 MD NOTES until it stops using inb() and outb(). | jhb | 2002-11-06 | 2 | -13/+13 |
* | - Move comments regarding flags for dgb(4) over to the MD NOTES file where | jhb | 2002-11-06 | 2 | -12/+11 |
* | dgb(4) currently is i386-only. | jhb | 2002-11-06 | 2 | -1/+1 |
* | Use the explicit value 0xffffffff instead of assuming that is what ~0UL | jhb | 2002-11-06 | 1 | -1/+1 |
* | Add some band-aid casts to quiet warnings. This driver still assumes | jhb | 2002-11-06 | 1 | -1/+1 |
* | More int != pointer stuff. | jhb | 2002-11-06 | 1 | -2/+3 |
* | Straighten up the geom.ctl config interface definitions. | phk | 2002-11-06 | 4 | -46/+84 |
* | Repeat after me: sizeof(int) != sizeof(void *). | jhb | 2002-11-06 | 1 | -1/+1 |
* | Use some long long casts to quiet warnings in debug printf's on alpha. | jhb | 2002-11-06 | 2 | -2/+3 |
* | Use a bandaid to fix a warning. However, this driver is very, very far | jhb | 2002-11-06 | 1 | -1/+1 |
* | Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == | jhb | 2002-11-06 | 4 | -9/+9 |
* | Restore most (90%) of the text I removed in my previous commit. Remove the | trhodes | 2002-11-06 | 1 | -0/+6 |
* | Fix warning where sizeof(size_t) != sizeof(int). | jhb | 2002-11-06 | 1 | -1/+1 |
* | In the !DEBUG case, we were passing foo.ko two times on the | mux | 2002-11-06 | 1 | -1/+5 |
* | o Make the COMPATIBILITY section a bit less redundant. | chris | 2002-11-06 | 1 | -1/+1 |
* | o Update man page to reflect the new prototypes for mac_{to,from}_text. | chris | 2002-11-06 | 1 | -43/+15 |
* | Add support for DEVICE_POLLING. | simokawa | 2002-11-06 | 2 | -0/+79 |
* | Minor clean up on cdb handling. | simokawa | 2002-11-06 | 1 | -8/+7 |
* | Kill EOL whitespaces, style(9) fix. | maxim | 2002-11-06 | 1 | -13/+12 |
* | Fix UID/GID options parsing. | maxim | 2002-11-06 | 1 | -2/+2 |
* | Remove what was a temporary bogus assignment of bits of siginfo_t, as it does | jmallett | 2002-11-06 | 9 | -28/+0 |
* | There's no need for a locally defined usb_proc_t when we've got | joe | 2002-11-06 | 1 | -10/+3 |
* | Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can use | jmallett | 2002-11-06 | 1 | -0/+1 |
* | Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc. | nyan | 2002-11-06 | 21 | -59/+4 |