summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure to take PHY out of power down mode in device attach.yongari2007-08-141-0/+22
* Improve vn_printf() by:pjd2007-08-131-7/+45
* Fix a few nits relative to the previous changes:jhb2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-135-29/+217
* Update to support ICH[678] chipsets (based on a patch by Takeharu KATO)des2007-08-132-76/+229
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-132-15/+39
* Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.emax2007-08-136-191/+176
* Replace three copies of the host controller reset sequence thattruckman2007-08-121-18/+38
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-1115-1098/+495
* White space cleanupskmacy2007-08-102-9/+6
* - In all structures other than port info port is a pointer to a port info,kmacy2007-08-104-15/+14
* MFp4:delphij2007-08-103-60/+96
* MFp4:delphij2007-08-104-35/+68
* Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,njl2007-08-092-11/+66
* MFP4(123963): Fixing a possible NULL pointer dereference by makingavatar2007-08-091-1/+1
* Use the .S version for now. I have a version optimized for size p4,imp2007-08-091-1/+1
* Merge in the AX88178 and AX88772 register definions (along withimp2007-08-092-15/+65
* Compile ipfilter:ip_lookup.c without -Werror. The file containsmarcel2007-08-091-1/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.marcel2007-08-081-1/+2
* Ooops, we need to define TD_LOCK here.cognet2007-08-081-0/+1
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-082-18/+16
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-075-39/+5
* Remove redundant prototype.marcel2007-08-072-4/+0
* Add prototype for trap().marcel2007-08-071-0/+7
* Add cast to silent gcc warnings.cognet2007-08-071-24/+24
* Use the third argument of cpu_switch(), as done for i386/amd63, as it iscognet2007-08-071-6/+20
* Protect the creation of the device pager with the dev_pager_mtx. Lookupkib2007-08-071-12/+24
* MFP4(123687): Closing another LOR by dropping the driver lock around callsavatar2007-08-071-1/+3
* In msdosfs_read() and msdosfs_write(), don't check explicitly forbde2007-08-071-12/+21
* Do not call free() while holding vnode interlock.kib2007-08-071-27/+44
* Fix and update the comments about the effect of the read-only flag on writing.bde2007-08-071-10/+16
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+10
* Fix some style bugs (don't assume that off_t == int64_t; fix some comments;bde2007-08-071-11/+9
* Fix some style bugs (mainly some whitespace errors).bde2007-08-071-22/+20
* Fix some style bugs (some whitespace errors only).bde2007-08-072-11/+11
* Sort includes.bde2007-08-071-10/+10
* Sort includes.bde2007-08-071-11/+11
* Sort includes.bde2007-08-071-9/+3
* Remove unused include(s).bde2007-08-071-10/+4
* Remove unused include(s).bde2007-08-074-11/+11
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2007-08-071-0/+2
* Include <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onbde2007-08-071-1/+2
* Remove unused include(s).bde2007-08-077-15/+0
* Over the past couple of years, there have been a number of reports relatingcsjp2007-08-062-10/+66
* - change number assignments for SHA225-512 (match artisyncrrs2007-08-065-5/+30
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-0634-310/+56
* Clear pending interrupts before we enable external interrupts.marcel2007-08-061-5/+20
* Keep interrupts disabled while handling external interrupts.marcel2007-08-063-73/+64
* Consider a scenario in which one processor, call it Pt, is performingalc2007-08-054-18/+20
* In ia64_set_rr(), don't perform data serialization. This allowsmarcel2007-08-051-1/+1
OpenPOWER on IntegriCloud