summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==jhb2002-11-064-9/+9
* Restore most (90%) of the text I removed in my previous commit. Remove thetrhodes2002-11-061-0/+6
* Fix warning where sizeof(size_t) != sizeof(int).jhb2002-11-061-1/+1
* In the !DEBUG case, we were passing foo.ko two times on themux2002-11-061-1/+5
* o Make the COMPATIBILITY section a bit less redundant.chris2002-11-061-1/+1
* o Update man page to reflect the new prototypes for mac_{to,from}_text.chris2002-11-061-43/+15
* Add support for DEVICE_POLLING.simokawa2002-11-062-0/+79
* Minor clean up on cdb handling.simokawa2002-11-061-8/+7
* Kill EOL whitespaces, style(9) fix.maxim2002-11-061-13/+12
* Fix UID/GID options parsing.maxim2002-11-061-2/+2
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-069-28/+0
* There's no need for a locally defined usb_proc_t when we've gotjoe2002-11-061-10/+3
* Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone can usejmallett2002-11-061-0/+1
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-0621-59/+4
* Include "../Makefile.inc".nyan2002-11-0611-0/+32
OpenPOWER on IntegriCloud