summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add tests for -t option with short tty name - pkill(1) should accept bothpjd2005-11-072-6/+30
* Finish the removal of threads support in ../config.mk,v 1.15.ru2005-11-077-20/+2
* Require DESTDIR to be set when installing for a different architecture.ru2005-11-071-0/+12
* Add sigqueue test code.davidxu2005-11-073-0/+62
* 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
* Portability: timegm() isn't standard, so check for timegm() inkientzle2005-11-063-3/+44
* Edit pathnames for -x but not for -t. Otherwise, people get confusedkientzle2005-11-061-1/+1
* Refactor the PCI probe code a bit.scottl2005-11-061-49/+45
* Be more consistent with the rest of the manual page.pjd2005-11-061-2/+2
* - 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
* Detach k_rem_pio2f.c from the build since it is now unused. It is a libmbde2005-11-061-1/+1
* Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for thebde2005-11-061-9/+39
* Fix two minor typos that caused schedgraph to exit with an exceptionrwatson2005-11-061-2/+2
* 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
* Fix the path to aac_ioctl.h in the comment and style includes.maxim2005-11-061-4/+6
* Fix include: aac_ioctl.h was moved from sys/dev/aac/ to sys/sys.maxim2005-11-061-1/+1
* Remove spl markers from AMR.scottl2005-11-064-54/+6
* The logb() functions are not just ieee754 "test" functions, but arebde2005-11-064-33/+48
* Change author's email address.philip2005-11-061-1/+1
* Un-break processing of device major/minor values with fstat -n. We docsjp2005-11-051-3/+5
* 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-045-12/+12
* | since nocpu isn't used in the kernel config base, we don't need toimp2005-11-041-1/+1
* | We don't bump the config version for additions to config that aren'timp2005-11-048-8/+8
* | Use the eq() macro for comparing strings (style), and remove a "break"ru2005-11-031-5/+4
OpenPOWER on IntegriCloud