summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Fix the sched_priority() invalid priority bugs. Use roundup() insteadjeff2007-01-061-59/+45
* Restore agp aperture size after resume, in case it is modified after boot.takawata2007-01-062-2/+16
* Fix compile error.mjacob2007-01-061-1/+1
* fix declaration / definition mismatch with ieee80211_chan2ieeekmacy2007-01-061-1/+1
* - Don't IPI unless we're going to interrupt something exiting in the kernel.jeff2007-01-061-1/+1
* - Fix a comparison in sched_choose() that caused cpus to be constantlyjeff2007-01-051-22/+38
* RELENG_6 compilationmjacob2007-01-051-1/+1
* error print cleanup && turn off ints if RISC is pausedmjacob2007-01-051-1/+2
* Check the return from registering FC4 types with the fabric namemjacob2007-01-051-11/+24
* - Clean up Aperture Access Global Enable (APEN) bit access.jkim2007-01-054-100/+82
* (commented out) multipath fault injection code.mjacob2007-01-054-2/+21
* Fix style(9).jkim2007-01-052-122/+104
* - Close a race between enumerating UNIX domain socket pcb structures viajhb2007-01-054-15/+63
* - Add a new function uma_zone_exhausted() to see if a zone is full.jhb2007-01-053-0/+25
* Another (minor) CAM_NEW_TRAN backport thingie, plus a slightlymjacob2007-01-051-1/+17
* Make agp_intel capable to work after resume from S3 state.takawata2007-01-052-66/+100
* Simplify code in union_hashins() and union_hashget() functions. Theserodrigc2007-01-051-24/+12
* Prevent adding a rule with a nat action in case IPFIREWALL_NAT was not defined.piso2007-01-051-0/+4
* Hints are handled differently on -currentticso2007-01-051-1/+1
* - ftick was initialized to -1 for init and any of it's children. Fix this byjeff2007-01-051-9/+35
* Eliminate obsolete comment, now that getushort() is implemented inrodrigc2007-01-051-4/+0
* MFp4: Use the next possible value for hz instead of defaulting to 128ticso2007-01-051-3/+6
* MFp4: Add missing atomic functionsticso2007-01-051-34/+64
* Eliminate ASSERT_VOP_ELOCKED panics when doing mkdir or symlink whenrodrigc2007-01-051-8/+20
* MFp4: add BWCT kernel configurationticso2007-01-053-0/+126
* MFp4: Make at91_rtc optional to allow other RTC choicesticso2007-01-051-1/+1
* MFp4: add basic driver for RTL8305SC switch in PHY emulationticso2007-01-053-0/+427
* MFp4: Read access require PDC to be setup first otherwise we might getticso2007-01-051-3/+5
* MFp4: BWCT boards are using an 16MHz xtalticso2007-01-051-1/+1
* MFp4: Add VLAN_MTU supportticso2007-01-051-1/+19
* MFp4: fix a race in transmit buffer handlingticso2007-01-051-1/+1
* - Use a regular mutex rather than a spin mutex. This driver doesn't needjhb2007-01-041-9/+3
* Fix headphone/speaker automute for Toshiba Satellite Pro U200.ariff2007-01-041-1/+10
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.sos2007-01-042-34/+93
* - Only allow the tdq_idx to increase by one each tick rather than up tojeff2007-01-041-22/+52
* - Don't pass a pointer into runq_choose_from(). The caller can adjust thejeff2007-01-042-4/+3
* ULE 2.0:jeff2007-01-041-410/+330
* - Add three new functions to support circular run queues.jeff2007-01-042-5/+97
* - Add SRQ_BORROWING to the list of switch reasons. ULE is the only consumerjeff2007-01-041-0/+1
* Add new PATA only JMicron chip.sos2007-01-042-2/+4
* Wrap ipfw nat support in a new kernel config option namedpiso2007-01-033-1/+22
* protect against multiple inclusion (this is useful when youluigi2007-01-031-0/+3
* - Fix schedgraph output with KSE threads. Call thread_switchout() afterjeff2007-01-031-4/+8
* The nfsm_srvpathsiz() macro in nfsrv_symlink() in nfs_serv.c shouldhrs2007-01-022-1/+20
* Remove a bunch of dependencies in the IP header being the first thing in thejulian2007-01-021-57/+94
* Use the vnode interlock to close a race where pfs_vncache_alloc() couldjhb2007-01-021-8/+9
* Fix compiling.davidxu2007-01-021-421/+334
* Make sure that all of the fields in the header are clean. It was possible forscottl2007-01-021-5/+9
* style(9) nit. Prefer struct[space]name[space]{ to make grep searches morecsjp2007-01-011-2/+2
* Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zonemlaier2007-01-011-0/+1
OpenPOWER on IntegriCloud