]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-07-25 Andrey A. ChernovPer rwatson's request:
2008-07-25 Andrey A. ChernovPer rwatson's request:
2008-07-25 Ed SchoutenMove ttyinfo() into its own C file.
2008-07-25 Ed SchoutenRemove <sgtty.h> now it has no practical usage.
2008-07-25 Konstantin... Call pargs_drop() unconditionally in do_execve(), the...
2008-07-25 Konstantin... s/alredy/already/ in the comments and the log message.
2008-07-25 Maxim Konovalovo Trim whitespaces.
2008-07-25 Maxim Konovalovo Fix grammar: see -> See.
2008-07-25 Jeff Roberson - Provide kernelname as the name for process with...
2008-07-25 Julian ElischerFix cut-n-paste-o
2008-07-24 Ivan VorasAdd tweak for AMD Geode "companion" chip, AMD CS5536...
2008-07-24 Julian ElischerFix spelling error in comment
2008-07-24 Julian ElischerNote that setfib is not a terminal rule.
2008-07-24 Julian ElischerSwitch to using the setfib syscall instead of a syscall...
2008-07-24 Marius StroblPrefer the opt_global.h from KERNBUILDDIR if existent...
2008-07-24 Doug RabsonTry again not to use a userspace pointer in the kernel...
2008-07-24 Doug RabsonDon't use a userspace pointer in the kernel when trying...
2008-07-24 Darren Reed2020447 IPFilter's NAT can undo name server random...
2008-07-24 Ed SchoutenDon't include <sys/tty.h> in non-TTY drivers.
2008-07-23 Ed SchoutenAdd TIOCPKT and TIOCSPTLCK to the Linuxolator.
2008-07-23 Warner LoshMerge from p4:
2008-07-23 Roman DivackyFix linux_alarm, the linux behaviour is to limit the
2008-07-23 Dag-Erling... Remove a bunch of files we don't need to build OpenSSH...
2008-07-23 Dag-Erling... Remove debugging cruft.
2008-07-23 Dag-Erling... pjd@'s r180759 was intended to revert r180755 due to...
2008-07-23 Dag-Erling... For unfathomable reasons, ipfilter abuses kernel data...
2008-07-23 John BaldwinFurther refine the probe order of devices to more close...
2008-07-23 Pawel Jakub... Back out this change, as it breaks the build and I...
2008-07-23 Konstantin... The ffs_balloc_ufs{1,2} functions call bdwrite() while...
2008-07-23 Maxim Konovalovo DragonFly BSD 2.0 added.
2008-07-23 Luoqi ChenUnbreak cc -pg support on i386. In gcc 4.2, %ecx is...
2008-07-23 Pawel Jakub... Check for negative reference count.
2008-07-23 Weongyo Jeongwhen NDIS framework try to query/set informations NDIS...
2008-07-23 Luoqi ChenSATA device on some nForce based boards could get confu...
2008-07-23 Doug RabsonRe-work the code slightly to avoid a possible livelock.
2008-07-23 Konstantin... Do the pargs_hold() on the copy of the pointer to the...
2008-07-23 Robert WatsonMinor white space tweak.
2008-07-23 Warner LoshFirst cut at doing the kvm file needed for mips.
2008-07-23 Warner LoshOnly descend into the boot directory for the architectu...
2008-07-23 Warner LoshDisable SSP for mips until support is added to the...
2008-07-23 Warner LoshTurn of SSP for mips for now until support is added...
2008-07-23 Weongyo Jeongremove reference for unexisting ndisapi(9)
2008-07-23 Philip M. GollucciAdding myself as a new ports committer
2008-07-23 Wesley ShieldsRetroactively add my entry and link to garga. Forgot...
2008-07-23 Xin LISync with NetBSD's license changes.
2008-07-22 Ed SchoutenMove the NFS/RPC code away from lbolt.
2008-07-22 Peter WemmTrivial commit to attempt to diagnose a svn problem...
2008-07-22 Robert WatsonIf an AUE_SYSCTL_NONADMIN audit event is selected,...
2008-07-22 Robert WatsonFurther minor style fixes to audit.
2008-07-22 Andrey A. ChernovFixes based on bde's feedback.
2008-07-22 Robert WatsonRemove unneeded \ at the end of a macro.
2008-07-22 Robert WatsonFurther minor white space tweaks.
2008-07-22 Robert WatsonGenerally avoid <space><tab> as a white space anomoly.
2008-07-22 Robert WatsonUse #define<tab> rather than #define<space>.
2008-07-22 Andrey A. Chernov1) Initialize arc4_i and arc4_j to 0 after key mixing...
2008-07-22 Robert WatsonComment fix.
2008-07-22 VANHULLEBUS... Added me as a commiter
2008-07-22 Robert WatsonComment typo fix.
2008-07-22 Robert WatsonMinor white space synchronization to Apple version...
2008-07-22 Robert WatsonIn preparation to sync Apple and FreeBSD versions of...
2008-07-22 Andrey A. ChernovChange /dev/urandom to /dev/random since urandom marked as
2008-07-22 Robert WatsonUse unsigned int when iterating over groupsets in audit...
2008-07-22 Andrey A. ChernovUse arc4random_uniform(3) since modulo size is not...
2008-07-22 Maxim Konovalovo Alan Shepard was first American in the space; fix...
2008-07-22 Stanislav Sedov- Whitespace fixes.
2008-07-22 Marius Stroblo Fix style(9) bugs and similar nits.
2008-07-22 Andrey A. ChernovBump __FreeBSD_version for arc4random_buf() and arc4ran...
2008-07-22 Andrey A. ChernovIn arc4random_uniform() detect simple "power of two...
2008-07-22 Andrey A. ChernovAdd arc4random_uniform()
2008-07-22 Andrey A. ChernovAdd arc4random_uniform() function (to avoid "modulo...
2008-07-22 Andrey A. ChernovIncrease initially dropped bytes from 512 to 768 (768...
2008-07-22 Marius StroblFor sun4v ensure there is an opt_global.h with SUN4V...
2008-07-22 Olivier HouchardDisable SSP for the kernel on arm as well (see rev...
2008-07-22 Bruce A. MahAdd a sentence of credits to the KSE removal note.
2008-07-22 Tai-hwa LiangTrying to fix compilation bustage:
2008-07-21 Attilio Rao- Disallow XFS mounting in write mode. The write suppo...
2008-07-21 Andrew ThompsonChange the module example to kldload since this is...
2008-07-21 Marcel MoolenaarRemove sioX as an alias for uartX. It is believed to be
2008-07-21 Kip Macymake new accessor functions consistent with existing...
2008-07-21 John BaldwinAdd feature_present(3) to the FBSD 1.1 symbol map.
2008-07-21 Andrey A. Chernov1) Use __packed attr on rdat structure to make it exact...
2008-07-21 Kip Macyremove call to unsafe tcp_twstart function
2008-07-21 Kip Macy- Switch to INP_WLOCK macro from inp_wlock
2008-07-21 Robert WatsonIf run_interrupt_driven_config_hooks() waits 360 second...
2008-07-21 Andrey A. Chernov1) Update copyright notice.
2008-07-21 John BaldwinAllocate a single CCB at the start of the main loop...
2008-07-21 Andrey A. ChernovAdd arc4random_buf to FBSD_1.1 space
2008-07-21 Marius Strobl- Remove redundant inclusion of opt_global.h.
2008-07-21 Pawel Jakub... Implement the following macros for completeness:
2008-07-21 Pawel Jakub... We want to use LBOLT instead of lbolt on FreeBSD.
2008-07-21 Andrey A. ChernovAdd arc4random_buf.3 to MLINKS
2008-07-21 Andrey A. ChernovAdd arc4random_buf.
2008-07-21 Andrey A. ChernovImplement arc4random_buf() function
2008-07-21 Andrey A. ChernovDecrease arc4_count only when needed and with proper...
2008-07-21 Andrey A. Chernov1) Set stired flag after forced initialization.
2008-07-21 Maxim Konovalovo Document "show conifhk", wording from r180610 commit...
2008-07-21 Pawel Jakub... We want to check new options given, not the current...
2008-07-21 Kip Macyremove unneeded declarations
2008-07-21 Kip Macyremove local version of tcp_offload_* functions
2008-07-21 Kip Macyupdate syncache function names
next