summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate tinderbox errors.rodrigc2005-11-071-3/+5
* Fix recording device selection based on ALS4000 datasheet.ariff2005-11-071-21/+10
* Fix kernel panic caused by double mss_unlock().ariff2005-11-071-1/+1
* Remove unecessary include file. machine/rpb.h is very alpha specificimp2005-11-071-1/+0
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.grehan2005-11-071-1/+1
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisglebius2005-11-061-2/+8
* The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) fromwpaul2005-11-064-12/+66
* Copy out the number of iovecs in freebsd32_recvmsg, not the lengthps2005-11-061-1/+1
* Fix panic string in last revision.glebius2005-11-061-1/+1
* MFi386 rev 1.536 (sort of)cognet2005-11-063-30/+24
* Avoid trouble with PUC_FASTINTR if it is already defined.phk2005-11-061-0/+2
* Remove spl markers from AMR.scottl2005-11-064-54/+6
* Now that fast interrupts can be shared we can use them in puc.phk2005-11-051-0/+1
* Add yet another entry to the list.phk2005-11-051-0/+9
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-053-4/+7
* Free only those mbuf+clusters back to the packet zone that were allocatedandre2005-11-053-2/+6
* Remove spl.ticso2005-11-051-28/+16
* Unbreak !SMP kernelsphk2005-11-051-0/+2
* Define M_IOAPIC the same as i386peter2005-11-041-1/+1
* MFamd64: indent with tabs instead of spaces.peter2005-11-041-1/+1
* This commit was generated by cvs2svn to compensate for changes in r152069,jkim2005-11-042-8/+5
|\
| * - Fix more resource parsing problems. The previous commit was imcomplete.jkim2005-11-042-8/+5
* | Catch up with the recent <sys/signal.h> change and make this compile.ru2005-11-041-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r152058,njl2005-11-041-5/+3
|\ \ | |/
| * Account for the minimum resource size when parsing the end tag resourcenjl2005-11-041-5/+3
* | Begin and end the initialization of pvzone in pmap_init().alc2005-11-044-74/+43
* | Fix a logic error introduced with mandatory mbuf cluster refcounting andandre2005-11-042-6/+7
* | Use if_setlladdr() to reprogram the link-level addresses; it causesru2005-11-041-21/+4
* | Bring some level of stability to this driver:ru2005-11-041-3/+19
* | - Fix another fallout from the if_alloc() conversion:ru2005-11-041-6/+6
* | Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-044-7/+7
* | We don't bump the config version for additions to config that aren'timp2005-11-048-8/+8
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-035-5/+13
* | Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 ..jhb2005-11-031-1/+1
* | Fix build breakage on tinderbox.jkim2005-11-031-1/+1
* | Fix for a crash (from nfs_lookup() in an error case).ps2005-11-031-1/+1
* | Implement the "nocpu" directive.ru2005-11-038-8/+8
* | Detect memory leaks when memory type is being destroyed.pjd2005-11-031-0/+21
* | Appropriate NULL pointer checking to avoid mysterious panic duringariff2005-11-032-2/+2
* | Remove the remaining spl*() calls. Add some assertions. Eliminate somealc2005-11-031-13/+2
* | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux()ru2005-11-031-0/+9
* | In nfs_flush(), clear the NMODIFIED bit only if there are no dirtyps2005-11-031-1/+2
* | Consistently use OPT_* macros to test/set boot options.ru2005-11-032-12/+24
* | Fix for a race between the thread transmitting the request and theps2005-11-031-1/+5
* | Support sending realtime signal information via signal queue, realtimedavidxu2005-11-031-8/+40
* | Cleanup some signal interfaces. Now the tdsignal function acceptsdavidxu2005-11-036-86/+67
* | Oops, don't change tdsignal call.davidxu2005-11-031-1/+1
* | Add thread_find() function to search a thread by lwpid.davidxu2005-11-033-12/+24
* | Calling setrlimit from 32bit apps could potentially increase certainps2005-11-025-8/+14
OpenPOWER on IntegriCloud