aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove conflicts between unsinged char *s and int s.Noriaki Mitsunaga2000-12-081-6/+6
* Remove a warning.Nick Hibma2000-12-081-1/+2
* Remove unused declarations for spending and sdelayed, and remove unusedJake Burkholder2000-12-081-22/+0
* Whitespace. Make the indentation for MPASS and MPASS2 consistent andJake Burkholder2000-12-081-9/+11
* Resolve conflicts from the 20001201 merge.Mike Smith2000-12-084-82/+150
* This commit was generated by cvs2svn to compensate for changes in r69746,Mike Smith2000-12-08158-2226/+2906
|\
| * Update to the 20001201 ACPI CA snapshot.Mike Smith2000-12-08162-2308/+3056
* | Add macros MPASS3 and MPASS4, which take the file and line numberJake Burkholder2000-12-081-5/+13
* | - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-0813-196/+512
* | Change the calling conventions of the MTX_ENTER macro to matchJake Burkholder2000-12-082-22/+26
* | Kill some bogus "register" keywords.Poul-Henning Kamp2000-12-081-31/+11
* | Well, the previous commit wasn't entirely correct either. For now, justJohn Baldwin2000-12-082-2/+4
* | Add "empty" makefile. Cross-building fails without it.Marcel Moolenaar2000-12-081-0/+5
* | Add comments to the proc structure to describe how each member will beJohn Baldwin2000-12-081-87/+107
* | Add missing #include.Archie Cobbs2000-12-081-0/+1
* | Only call bwillwrite() for vnodes. Do not penalize devices or pipes.Matthew Dillon2000-12-071-1/+2
* | When I converted this driver, I neglected to deal with packet alignment.Bill Paul2000-12-071-0/+17
* | Hide intrstate in the #ifdef where it belongs.Poul-Henning Kamp2000-12-071-1/+1
* | Don't use a private malloc(9) type for something this M_DEVBUFish.Poul-Henning Kamp2000-12-071-6/+4
* | Add needed include of <sys/devicestat.h>Poul-Henning Kamp2000-12-071-0/+1
* | Move extern tsc_present outside function to quelch a warning.Poul-Henning Kamp2000-12-072-2/+8
* | Add __ucmpdi2 prototype to quelch a warning.Poul-Henning Kamp2000-12-071-0/+1
* | Add back some now needed #include <sys/systm.h>Poul-Henning Kamp2000-12-0732-12/+36
* | Build the sym driver as a kernel module.Alexander Langer2000-12-071-0/+9
* | Remove unneeded include of <pci.h>Alexander Langer2000-12-071-1/+0
* | Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.Mitsuru IWASAKI2000-12-073-0/+3
* | Add Isochronus transfer mode support required byRoger Hardiman2000-12-071-13/+180
* | Non functional change.Roger Hardiman2000-12-071-70/+21
* | Add support for compiling ray driver.Warner Losh2000-12-071-0/+9
* | Fix broken register restraints that needlessly clobbered registers %ecxJohn Baldwin2000-12-072-26/+26
* | Convert from spl -> mutex.Archie Cobbs2000-12-072-39/+35
* | Partially re-write T2 chipset support based on Tru64 platform supportAndrew Gallatin2000-12-075-97/+452
* | Really fix phys_pager:Alfred Perlstein2000-12-061-31/+36
* | Add necessary bwillwrite() in writev() entry point.Matthew Dillon2000-12-062-3/+4
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather thanPeter Wemm2000-12-066-32/+29
* | Simplify this a bit so that it doesn't have to generate silly redundantPeter Wemm2000-12-062-28/+6
* | This is kind of a nasty hack, but it appears to solve the Compaq DL360Peter Wemm2000-12-067-14/+91
* | Pass RFSTOPPED to fork1() in kthread_create() to avoid a race conditionJohn Baldwin2000-12-061-1/+9
* | - Add in PROC_LOCK() and PROC_UNLOCK() macros. For now these do simpleJohn Baldwin2000-12-061-2/+14
* | Protect accesses to member of struct proc with the proc lock.John Baldwin2000-12-066-4/+24
* | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intoPeter Wemm2000-12-065-41/+32
* | Restore a sense of cleanly supporting multiple platforms. That is,Matt Jacob2000-12-062-36/+95
* | Move $FreeBSD id up to top of file for multi-OS ease of support reasons.Matt Jacob2000-12-061-1/+1
* | GC unused assembler function apic_eoi()Peter Wemm2000-12-064-10/+0
* | Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.John Baldwin2000-12-061-0/+1
* | Add forgotten SYSCALL_MODULE_HELPER() for msgsys() syscall.Alfred Perlstein2000-12-051-0/+1
* | need to adjust allocation size to properly deal with non PAGE_SIZEAlfred Perlstein2000-12-051-1/+1
* | 1. Several style cleanups:John Baldwin2000-12-051-158/+101
* | Move the wakeup/signaling of the reader side of the tun device intoJonathan Lemon2000-12-051-9/+18
* | Merged from sys/i386/isa/clock.c revision 1.164.KATO Takenori2000-12-053-0/+15