]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-07-28 jhbWhen choosing a CPU for a thread in a cpuset, prefer...
2008-07-28 mavMove inpcb lock higher to protect some nonbinding field...
2008-07-28 jhbDon't attempt authentication at all if it has been...
2008-07-28 jhbReally fix this.
2008-07-28 pjdProperly check if td_name is empty and if it is, print...
2008-07-28 antoineAdd files to remove when MK_GNU_CPIO = no
2008-07-28 antoineRemove a file that is not used and does not exist.
2008-07-28 antoineRemove an empty directory that is already in ObsoleteFi...
2008-07-28 jhbImplement support for cpusets in the 4BSD scheduler.
2008-07-28 obrienAllow kernel config files to include files other than...
2008-07-28 impExport the hardware type (as number and name), the...
2008-07-28 jhbVarious and sundry style and whitespace fixes.
2008-07-28 edwinFix text in the comment why we check for ELF32_R_TYPE
2008-07-28 edFix the email address formats in some posix_spawn(3...
2008-07-28 edFix a small typo in the procstat(1) manpage: messsage...
2008-07-28 mavSome style and assertion fixes to the previous commits...
2008-07-28 alcCorrect an off-by-one error in the previous change...
2008-07-28 alcDon't allow pmap_change_attr() to be applied to the...
2008-07-28 alcDon't allow pmap_change_attr() to be applied to the...
2008-07-28 alcAdd a check for 1GB page mappings to pmap_change_attr...
2008-07-28 yongariFix buffer discard index.
2008-07-28 davidxuAdd manual pages for posix_spawn() functions.
2008-07-27 kmacy- track maximum wait time
2008-07-27 mavAccording to in_pcb.h protocol binding information...
2008-07-27 mavAccording to in_pcb.h protocol binding information...
2008-07-27 alcStyle fixes to several function definitions.
2008-07-27 alcEnhance pmap_change_attr(). Use pmap_demote_pde()...
2008-07-27 pjdAssert for exclusive vnode lock in vinactive(), vrecycl...
2008-07-27 pjd- Move vp test for beeing NULL under IGNORE_LOCK().
2008-07-27 julianAdd the ability to add new addresses for interfacesto...
2008-07-26 samdon't deauth a station because it sends a ps-poll w...
2008-07-26 mavIncrease UDBHASHSIZE from 16 to 128 items.
2008-07-26 mavAccording to in_pcb.h protocol binding information...
2008-07-26 darrenr2020447 IPFilter's NAT can undo name server random...
2008-07-26 impAdd a few clarifications to this man page. Also, add...
2008-07-26 mavAdd hash table lookup for a fully connected raw sockets.
2008-07-26 simon- Fix mtree example so it works.
2008-07-26 impRegister the interrupt handler at the end of wi_attach...
2008-07-26 acheReturn arc4_i = arc4_j = 0; line from previous backing...
2008-07-26 acheChange arc4random to arc4random_uniform since modulo...
2008-07-26 acheChange 2 arc4random modulo operations to arc4random_uni...
2008-07-26 kibNote that snapshots may cause a panic on the full UFS...
2008-07-26 trhodesFill in a few sysctl descriptions.
2008-07-26 trhodesFill in sysctl descriptions.
2008-07-25 trhodesFill in BPF sysctl descriptions.
2008-07-25 trhodesBegin the sysctl descriptions with a capital letter.
2008-07-25 brooksAdd support for a new login capability, cpumask which...
2008-07-25 stas- Connect ds1339 to the build infrastructure.
2008-07-25 stas- Add driver for Dallas Semiconductor DS1339 RTC sitting
2008-07-25 achePer rwatson's request:
2008-07-25 achePer rwatson's request:
2008-07-25 edMove ttyinfo() into its own C file.
2008-07-25 edRemove <sgtty.h> now it has no practical usage.
2008-07-25 kibCall pargs_drop() unconditionally in do_execve(), the...
2008-07-25 kibs/alredy/already/ in the comments and the log message.
2008-07-25 maximo Trim whitespaces.
2008-07-25 maximo Fix grammar: see -> See.
2008-07-25 jeff - Provide kernelname as the name for process with...
2008-07-25 julianFix cut-n-paste-o
2008-07-24 ivorasAdd tweak for AMD Geode "companion" chip, AMD CS5536...
2008-07-24 julianFix spelling error in comment
2008-07-24 julianNote that setfib is not a terminal rule.
2008-07-24 julianSwitch to using the setfib syscall instead of a syscall...
2008-07-24 mariusPrefer the opt_global.h from KERNBUILDDIR if existent...
2008-07-24 dfrTry again not to use a userspace pointer in the kernel...
2008-07-24 dfrDon't use a userspace pointer in the kernel when trying...
2008-07-24 darrenr2020447 IPFilter's NAT can undo name server random...
2008-07-24 edDon't include <sys/tty.h> in non-TTY drivers.
2008-07-23 edAdd TIOCPKT and TIOCSPTLCK to the Linuxolator.
2008-07-23 impMerge from p4:
2008-07-23 rdivackyFix linux_alarm, the linux behaviour is to limit the
2008-07-23 desRemove a bunch of files we don't need to build OpenSSH...
2008-07-23 desRemove debugging cruft.
2008-07-23 despjd@'s r180759 was intended to revert r180755 due to...
2008-07-23 desFor unfathomable reasons, ipfilter abuses kernel data...
2008-07-23 jhbFurther refine the probe order of devices to more close...
2008-07-23 pjdBack out this change, as it breaks the build and I...
2008-07-23 kibThe ffs_balloc_ufs{1,2} functions call bdwrite() while...
2008-07-23 maximo DragonFly BSD 2.0 added.
2008-07-23 luoqiUnbreak cc -pg support on i386. In gcc 4.2, %ecx is...
2008-07-23 pjdCheck for negative reference count.
2008-07-23 weongyowhen NDIS framework try to query/set informations NDIS...
2008-07-23 luoqiSATA device on some nForce based boards could get confu...
2008-07-23 dfrRe-work the code slightly to avoid a possible livelock.
2008-07-23 kibDo the pargs_hold() on the copy of the pointer to the...
2008-07-23 rwatsonMinor white space tweak.
2008-07-23 impFirst cut at doing the kvm file needed for mips.
2008-07-23 impOnly descend into the boot directory for the architectu...
2008-07-23 impDisable SSP for mips until support is added to the...
2008-07-23 impTurn of SSP for mips for now until support is added...
2008-07-23 weongyoremove reference for unexisting ndisapi(9)
2008-07-23 pgollucciAdding myself as a new ports committer
2008-07-23 wxsRetroactively add my entry and link to garga. Forgot...
2008-07-23 delphijSync with NetBSD's license changes.
2008-07-22 edMove the NFS/RPC code away from lbolt.
2008-07-22 peterTrivial commit to attempt to diagnose a svn problem...
2008-07-22 rwatsonIf an AUE_SYSCTL_NONADMIN audit event is selected,...
2008-07-22 rwatsonFurther minor style fixes to audit.
2008-07-22 acheFixes based on bde's feedback.
2008-07-22 rwatsonRemove unneeded \ at the end of a macro.
next