aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Redefine a PTE as a 64-bit integral type instead of a struct ofMarcel Moolenaar2004-09-236-258/+212
* s/u_int#_t/uint#_t/gMarcel Moolenaar2004-09-221-20/+20
* Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:Max Laier2004-09-221-2/+2
* For the atomic_{add|clear|set|subtract} family of inlines, return theMarcel Moolenaar2004-09-221-2/+4
* MFp4: various style fixes, includingMarcel Moolenaar2004-09-221-248/+239
* Pointy hat please!Poul-Henning Kamp2004-09-222-6/+6
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-224-5/+4
* Add a couple of macros to extract the PCI slot (device) and function fromJohn Baldwin2004-09-224-7/+11
* Various small style fixes.John Baldwin2004-09-226-15/+20
* Call sbuf_finish() before sbuf_data() so as to not panic the system.Brian Feldman2004-09-221-0/+1
* Fix a LOR where ifconf() used copyout while holding a mutex. This LORBrooks Davis2004-09-221-41/+51
* Add a temporary workaround to the panic on boot with hub attached andWarner Losh2004-09-221-0/+1
* Correct a long-standing error in _pmap_unwire_pte_hold() affectingAlan Cox2004-09-222-17/+11
* Revert the last change..Julian Elischer2004-09-221-17/+11
* MFi386: adapt rev 1.19 (debugger fixes)Peter Wemm2004-09-221-2/+10
* Minor sync-up with i386. Catch up on de-quoting and de-counting afterPeter Wemm2004-09-221-14/+23
* MFi386: add ispfw (except using correct device<tab><tab>ispfw format,Peter Wemm2004-09-221-0/+1
* In a threaded process, don't kill off all the other threads until we have aJulian Elischer2004-09-211-11/+17
* Initialize the flags value properly. We used to do this in acpi_tz_all_off()Nate Lawson2004-09-211-33/+2
* Don't disable acpi in shutdown if we're panicing (panicstr != NULL). ThisNate Lawson2004-09-211-1/+1
* Correct the capitalization of "nVidia".Dag-Erling Smørgrav2004-09-211-5/+5
* De support opening device nodes on CD9660 filesystems. They arePoul-Henning Kamp2004-09-214-42/+18
* If a vnode has no v_rdev we cannot hope to answer FIODTYPE ioctl.Poul-Henning Kamp2004-09-211-0/+2
* Trap invalid sector size 0 in disk probe, refusing to add such aWes Peters2004-09-211-0/+4
* - Add support for "paging" in stack trace output. That is, when you doJohn Baldwin2004-09-207-17/+33
* Remove unused macro.John Baldwin2004-09-201-2/+0
* This is not needed anymore, it is forced in GEOM now.Pawel Jakub Dawidek2004-09-205-15/+0
* Merged from sys/dev/sio/sio.c: more tty related changes.Yoshihiro Takahashi2004-09-202-18/+20
* MFpc98: Check a pointer is NULL, remove unused variable.Yoshihiro Takahashi2004-09-201-3/+4
* CTASSERT that MSZIE is a power of 2 (otherwise dtom() breaks)Brian Somers2004-09-201-1/+4
* Add support Nvidia nForce2(audio)MIHIRA Sanpei Yoshiro2004-09-201-0/+4
* trim trailing white space..John-Mark Gurney2004-09-201-2/+2
* das@ has a ACPI bios that lists 0x3f0-0x3f1, 0x3f2-0x3f3, 0x3f4-0x3f5Warner Losh2004-09-201-4/+14
* Add support nForce3 250 audioMIHIRA Sanpei Yoshiro2004-09-201-0/+4
* Record a problem we can't workaround for now regarding duplicate interruptsNate Lawson2004-09-201-0/+7
* add '/* Panasonic products */' line(I removed it)MIHIRA Sanpei Yoshiro2004-09-201-0/+1
* Fix compilation of vinum(4) when VINUMDEBUG is not defined.Marius Strobl2004-09-202-2/+2
* Correct value and description of the unused MK48TXX_WDAY_FT macro.Marius Strobl2004-09-201-1/+1
* Commit the new version of the adlink driver which can do non-cyclicPoul-Henning Kamp2004-09-191-305/+250
* - Some of the upper bits of the time related (seconds, minutes, etc.)Marius Strobl2004-09-192-19/+131
* Simplify the reference counting of page table pages. Specifically, useAlan Cox2004-09-193-71/+35
* The zone from which proc structures are allocated is markedDavid Schultz2004-09-194-34/+10
* fix misspelling of TX...John-Mark Gurney2004-09-191-1/+1
* spell RX correctlyJohn-Mark Gurney2004-09-191-16/+10
* comment requirement that rx/tx descriptor counts must be equal due toJohn-Mark Gurney2004-09-191-3/+8
* Use correct malloc type when freeing memory allocated by g_read_data.Max Khon2004-09-191-2/+2
* The getpages VOP was a good stab at getting scatter/gather I/O withoutPoul-Henning Kamp2004-09-192-293/+5
* MFamd64/i386Alan Cox2004-09-191-1/+2
* MFp4:Marcel Moolenaar2004-09-198-199/+353
* Remove an outdated assertion from _pmap_allocpte(). (When vm_page_alloc()Alan Cox2004-09-193-9/+0