summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Sitecom's LN-029 USB 2.0 Ethernet adapter.iedowse2004-09-182-0/+5
* Add support for the fxp(4) based card in ICH6 (i915) chipsets.mux2004-09-181-0/+1
* pass in pointer to m_head to re_encap because m_defrag could free thejmg2004-09-181-13/+13
* Single concat or striped plexes don't need no special initializationle2004-09-182-3/+21
* Initialize new ttys a bit more.phk2004-09-181-8/+22
* Use tty->t_sc to find out softc.phk2004-09-182-12/+11
* Re-vamp how I/O is handled in volumes and plexes.le2004-09-189-663/+772
* Actually this order (unlock, wakeup) in this case is race-safe and canpjd2004-09-181-1/+1
* Log the renaming of an interface. This should make it easier to followbrooks2004-09-181-0/+3
* A long, long time ago in a CVS branch far away (specifically, HEAD priorjhb2004-09-182-6/+6
* MFi386: revision 1.56 (Add -fno-unit-at-a-time to CFLAGS).nyan2004-09-181-0/+1
* Move makectx() after kdb_cpu_trap(), so the PCB will have possible MDmarcel2004-09-171-4/+4
* Fix an issue with ng_tty which (ab)used the tty->t_sc field which isphk2004-09-173-10/+13
* Provide our own FPSWA definitions, instead of depending on the Intelmarcel2004-09-174-50/+55
* Remove useless inclusion of <machine/fpu.h>marcel2004-09-171-1/+0
OpenPOWER on IntegriCloud