summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-302-8/+6
* MFi386: revision 1.33.nyan2005-09-301-1/+1
* Use 'PC Card'nyan2005-09-301-2/+2
* Fox a LOR of sleep and sched_lock by using a timeout waitdavidxu2005-09-302-8/+1
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-305-9/+23
* - Fix "end_blk out of range" panic when INVARIANTS.fjoe2005-09-291-2/+5
* After a rmdir()ed directory has been truncated, force an update oftruckman2005-09-291-0/+2
* Fix bad compile. Pointy hat to: impimp2005-09-292-2/+2
* o Add a bunch of o2micro controller IDsimp2005-09-292-2/+13
* Trim a couple of unneeded includes.jhb2005-09-292-2/+0
* Remove the hack to clear the owepreempt flag after running a fastjhb2005-09-291-17/+16
* - Use if_printf() and device_printf() in re(4) and remove rl_unit fromjhb2005-09-293-73/+61
* Use if_printf() and device_printf().jhb2005-09-292-180/+184
* Typo.jhb2005-09-292-2/+2
* - Consolidate duplicated code for assigning interrupts to PCI devices viajhb2005-09-291-17/+55
* Don't save and restore the ELCR register across suspend and resume forjhb2005-09-291-100/+5
* I added the device IDs to the header, but not to the table. Add themimp2005-09-291-0/+9
* - Use PCIR_BAR macro rather than hardcoding 0x10.jhb2005-09-291-6/+2
* Remove checks for BOOTSIG[23] from FAT32 bootblocks.peadar2005-09-292-8/+2
* In em_process_receive_interrupts() store and clear adapter->fmt. Thisglebius2005-09-291-2/+4
* Return zero when disabling watchdog, unless any of the drivers complain.phk2005-09-291-2/+6
* Add -DINVARIANT_SUPPORT -DINVARIANTSfjoe2005-09-291-1/+1
* Close a race in biodone(), whereby the bio_done field of the passedpeadar2005-09-291-3/+5
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.ume2005-09-282-0/+2
* Implement suspend/resume methods to be more ACPI friendly.pjd2005-09-281-0/+36
* puc(4) does strange things to resources in order to fool thephk2005-09-283-4/+37
* Add interrupt counters for IPIs. By default they are disabled, but theyjhb2005-09-283-8/+97
* Rename the lapic timer interrupt counters from lapicX: timer to cpuX: timerjhb2005-09-281-1/+1
* Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDsmarius2005-09-281-1/+4
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-2815-74/+81
* Fix "taskqueue_drain with the following non-sleepable locks held"ru2005-09-281-1/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-2822-139/+12
* Remove more OLDCARD references.imp2005-09-281-15/+0
* Push Giant down in jails. Pass the MPSAFE flag to NDINIT, and keep trackcsjp2005-09-281-16/+15
* If KDB_STOP_NMI is compiled into the kernel, defaultrwatson2005-09-271-1/+1
* I believe the stack underflows during early development that caused me topeter2005-09-271-1/+0
* Kill pcb_rflags. It served no purpose.peter2005-09-275-12/+1
* In lockstatus(), don't lock and unlock the interlock when testing therwatson2005-09-271-2/+8
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-274-16/+350
* No longer maintain mbstat statistics for the mbuf allocator, UMArwatson2005-09-271-11/+0
* Fix a minor nit that has been bugging me for a while. Fix the obviouspeter2005-09-272-12/+12
* Add a bare minimum (but wrong) R_X86_64_JMP_SLOT relocation type forpeter2005-09-271-0/+1
* Don't report Maxmem as 'real memory'. It is really the highest addresspeter2005-09-271-2/+2
* MFi386: If we take a trap with interrupts disabled while in a criticalpeter2005-09-271-2/+2
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-2768-1551/+57
* Don't let the upper bits of %dr6/%dr7 get set.peter2005-09-271-0/+4
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-276-26/+18
* Use the reference count API to manage the reference counts for processjhb2005-09-272-16/+4
* Regeneratepeter2005-09-274-10/+26
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-273-46/+193
OpenPOWER on IntegriCloud