summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* For the atomic_{add|clear|set|subtract} family of inlines, return themarcel2004-09-221-2/+4
* MFp4: various style fixes, includingmarcel2004-09-221-248/+239
* Pointy hat please!phk2004-09-222-6/+6
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-224-5/+4
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-224-7/+11
* Various small style fixes.jhb2004-09-226-15/+20
* Call sbuf_finish() before sbuf_data() so as to not panic the system.green2004-09-221-0/+1
* Fix a LOR where ifconf() used copyout while holding a mutex. This LORbrooks2004-09-221-41/+51
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingalc2004-09-222-17/+11
* Revert the last change..julian2004-09-221-17/+11
* MFi386: adapt rev 1.19 (debugger fixes)peter2004-09-221-2/+10
* Minor sync-up with i386. Catch up on de-quoting and de-counting afterpeter2004-09-221-14/+23
* MFi386: add ispfw (except using correct device<tab><tab>ispfw format,peter2004-09-221-0/+1
* In a threaded process, don't kill off all the other threads until we have ajulian2004-09-211-11/+17
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()njl2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). Thisnjl2004-09-211-1/+1
* Correct the capitalization of "nVidia".des2004-09-211-5/+5
* De support opening device nodes on CD9660 filesystems. They arephk2004-09-214-42/+18
* If a vnode has no v_rdev we cannot hope to answer FIODTYPE ioctl.phk2004-09-211-0/+2
* Trap invalid sector size 0 in disk probe, refusing to add such awes2004-09-211-0/+4
* - Add support for "paging" in stack trace output. That is, when you dojhb2004-09-207-17/+33
* Remove unused macro.jhb2004-09-201-2/+0
* This is not needed anymore, it is forced in GEOM now.pjd2004-09-205-15/+0
* Merged from sys/dev/sio/sio.c: more tty related changes.nyan2004-09-202-18/+20
* MFpc98: Check a pointer is NULL, remove unused variable.nyan2004-09-201-3/+4
* CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks)brian2004-09-201-1/+4
* Add support Nvidia nForce2(audio)sanpei2004-09-201-0/+4
* trim trailing white space..jmg2004-09-201-2/+2
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5imp2004-09-201-4/+14
* Add support nForce3 250 audiosanpei2004-09-201-0/+4
* Record a problem we can't workaround for now regarding duplicate interruptsnjl2004-09-201-0/+7
* add '/* Panasonic products */' line(I removed it)sanpei2004-09-201-0/+1
* Fix compilation of vinum(4) when VINUMDEBUG is not defined.marius2004-09-202-2/+2
* Correct value and description of the unused MK48TXX_WDAY_FT macro.marius2004-09-201-1/+1
* Commit the new version of the adlink driver which can do non-cyclicphk2004-09-191-305/+250
* - Some of the upper bits of the time related (seconds, minutes, etc.)marius2004-09-192-19/+131
* Simplify the reference counting of page table pages. Specifically, usealc2004-09-193-71/+35
* The zone from which proc structures are allocated is markeddas2004-09-194-34/+10
* fix misspelling of TX...jmg2004-09-191-1/+1
* spell RX correctlyjmg2004-09-191-16/+10
* comment requirement that rx/tx descriptor counts must be equal due tojmg2004-09-191-3/+8
* Use correct malloc type when freeing memory allocated by g_read_data.fjoe2004-09-191-2/+2
* The getpages VOP was a good stab at getting scatter/gather I/O withoutphk2004-09-192-293/+5
* MFamd64/i386alc2004-09-191-1/+2
* MFp4:marcel2004-09-198-199/+353
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()alc2004-09-193-9/+0
* Put in a commented out ispfw device under isp and note that this is usuallymjacob2004-09-191-0/+1
* Release the page queues lock earlier in pmap_protect() and pmap_remove() inalc2004-09-183-16/+13
* Remove useless include of <machine/fpu.h>.marcel2004-09-182-4/+0
OpenPOWER on IntegriCloud