]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-11-08 davidxuAdd code to test queued SIGCHLD.
2005-11-08 davidxuAdd support for queueing SIGCHLD same as other UNIX...
2005-11-08 ruSimplify setting the link-level address.
2005-11-08 kientzleBump the maximum number of archive formats that can be
2005-11-08 kientzleCorrectly clean up if gzip format gets mis-identified...
2005-11-08 kientzleFine-tune the format detection for CPIO and ISO9660...
2005-11-08 grehanName change from pmap_* to moea_* to fit into the new...
2005-11-08 grehanInsert a layer of indirection to the pmap code, using...
2005-11-08 alcIf a physical page is mapped by two or more virtual...
2005-11-08 grehanForced commit to note that this file has been repo...
2005-11-08 rodrigcAdd utility function to propagate mount errors as text...
2005-11-08 rodrigcAdd #nclude <dev/pci/pcireg.h> to pick up definitions...
2005-11-08 kientzlePortability: Use some autoconf magic to include the
2005-11-07 jhbUse PCIR_xxx constants for PCI config space header...
2005-11-07 jhb*sigh* Revert stuff that wasn't supposed to be committ...
2005-11-07 jhbWork around at least one busted BIOS. If we get a...
2005-11-07 ruFix malloc size (visible on amd64, with "kldconfig...
2005-11-07 rwatsonMinor comment tweak to prevent gcc from being upset...
2005-11-07 delphijSlightly reorganize to reduce duplicated code.
2005-11-07 peterAdd some rationale about when to bump and not bump...
2005-11-07 wpaulChange the definition for EXT_NDIS to EXT_NET_DRV....
2005-11-07 pjdAdd tests for -t option with short tty name - pkill...
2005-11-07 ruFinish the removal of threads support in ../config...
2005-11-07 ruRequire DESTDIR to be set when installing for a differe...
2005-11-07 davidxuAdd sigqueue test code.
2005-11-07 rodrigcEliminate tinderbox errors.
2005-11-07 ariffFix recording device selection based on ALS4000 datasheet.
2005-11-07 ariffFix kernel panic caused by double mss_unlock().
2005-11-07 impRemove unecessary include file. machine/rpb.h is very...
2005-11-07 grehanFinally (!?) get to the bottom of the mysterious G3...
2005-11-06 kientzlePortability: timegm() isn't standard, so check for...
2005-11-06 kientzleEdit pathnames for -x but not for -t. Otherwise, peopl...
2005-11-06 scottlRefactor the PCI probe code a bit.
2005-11-06 pjdBe more consistent with the rest of the manual page.
2005-11-06 glebius- Do not raise IFF_DRV_OACTIVE flag in vlan_start,...
2005-11-06 wpaulThe latest version of the Intel 2200BG/2915ABG driver...
2005-11-06 psCopy out the number of iovecs in freebsd32_recvmsg...
2005-11-06 bdeDetach k_rem_pio2f.c from the build since it is now...
2005-11-06 bdeUse a 53-bit approximation to pi/2 instead of a 33...
2005-11-06 rwatsonFix two minor typos that caused schedgraph to exit...
2005-11-06 glebiusFix panic string in last revision.
2005-11-06 cognetMFi386 rev 1.536 (sort of)
2005-11-06 phkAvoid trouble with PUC_FASTINTR if it is already defined.
2005-11-06 maximFix the path to aac_ioctl.h in the comment and style...
2005-11-06 maximFix include: aac_ioctl.h was moved from sys/dev/aac...
2005-11-06 scottlRemove spl markers from AMR.
2005-11-06 bdeThe logb() functions are not just ieee754 "test" functi...
2005-11-06 philipChange author's email address.
2005-11-05 csjpUn-break processing of device major/minor values with...
2005-11-05 phkNow that fast interrupts can be shared we can use them...
2005-11-05 phkAdd yet another entry to the list.
2005-11-05 marcelAdd uart(4). When both sio(4) and uart(4) can handle...
2005-11-05 andreFree only those mbuf+clusters back to the packet zone...
2005-11-05 ticsoRemove spl.
2005-11-05 phkUnbreak !SMP kernels
2005-11-04 peterDefine M_IOAPIC the same as i386
2005-11-04 peterMFamd64: indent with tabs instead of spaces.
2005-11-04 jkimThis commit was generated by cvs2svn to compensate...
2005-11-04 jkim- Fix more resource parsing problems. The previous...
2005-11-04 ruCatch up with the recent <sys/signal.h> change and...
2005-11-04 njlAccount for the minimum resource size when parsing...
2005-11-04 njlThis commit was generated by cvs2svn to compensate...
2005-11-04 alcBegin and end the initialization of pvzone in pmap_init().
2005-11-04 andreFix a logic error introduced with mandatory mbuf cluste...
2005-11-04 ruUse if_setlladdr() to reprogram the link-level addresse...
2005-11-04 ruBring some level of stability to this driver:
2005-11-04 ru- Fix another fallout from the if_alloc() conversion:
2005-11-04 davidxuFix name compatible problem with POSIX standard. the...
2005-11-04 impsince nocpu isn't used in the kernel config base, we...
2005-11-04 impWe don't bump the config version for additions to confi...
2005-11-03 ruUse the eq() macro for comparing strings (style), and...
2005-11-03 ruBy a popular demand, add "nomakeoptions" as an alias...
2005-11-03 jhbAdd stoppcbs[] arrays on Alpha and sparc64 and have...
2005-11-03 jhbFix 'show allpcpu' ddb command on non-x86. CPU IDs...
2005-11-03 jkimFix build breakage on tinderbox.
2005-11-03 psFix for a crash (from nfs_lookup() in an error case).
2005-11-03 ruImplement the "nocpu" directive.
2005-11-03 pjdDetect memory leaks when memory type is being destroyed.
2005-11-03 rseThere is no need to explicitly add "status" to $extra_c...
2005-11-03 rseUpdate list of controllers ciss(4) driver
2005-11-03 ruSerialize access to the info/dir file; needed for paral...
2005-11-03 ariffAppropriate NULL pointer checking to avoid mysterious...
2005-11-03 maximo NetBSD 2.0.3 and NetBSD 2.1 added.
2005-11-03 maximMerge from RELENG_6: FreeBSD 6.0. Not sure the release...
2005-11-03 alcRemove the remaining spl*() calls. Add some assertions...
2005-11-03 ruRestore part of the code dropped in rev. 1.25 that...
2005-11-03 psIn nfs_flush(), clear the NMODIFIED bit only if there...
2005-11-03 ruConsistently use OPT_* macros to test/set boot options.
2005-11-03 psFix for a race between the thread transmitting the...
2005-11-03 ruThe default fill byte is 0xf6, not 0xf5.
2005-11-03 ruBe cross-arch friendly.
2005-11-03 ruFix .Dd argument.
2005-11-03 davidxuSupport sending realtime signal information via signal...
2005-11-03 davidxuCleanup some signal interfaces. Now the tdsignal functi...
2005-11-03 delphijSuggest the user to use 'diff -urN' instead of 'diff...
2005-11-03 davidxuOops, don't change tdsignal call.
2005-11-03 davidxuAdd thread_find() function to search a thread by lwpid.
2005-11-03 thompsaList IFT_BRIDGE as a valid type so that arp entries...
2005-11-03 kensmithIt had been noticed disc2 was overflowing earlier but...
2005-11-03 jcamouAdd `local' and `return' to the list of built-ins.
next