]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-05-04 Tim KientzleMake a debugging printf a little more useful.
2013-05-04 Ian LeporeFix comment block formatting.
2013-05-04 Ian LeporeInsert STOP_UNWINDING directives in the _start (kernel...
2013-05-04 Ian LeporeEABI unwinder enhancements... When it's time to stop...
2013-05-04 Hiroki SatoUse FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node...
2013-05-04 Sergey KandaurovPOSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD...
2013-05-04 Matthew D FlemingAdd missing vdrop() in error case.
2013-05-04 Alexander V... Use unified method for accessing / updating cached...
2013-05-04 Sergey KandaurovDocument that the return type is different from 1003...
2013-05-04 Sergey Kandaurovmdoc: missing comma in .Dd macro.
2013-05-04 Davide ItalianoIf the kernel is compiled with VMIMAGE support, the...
2013-05-04 Stefan FarfelederAdd a few xargs tests related to -0, -n and quoting.
2013-05-04 Hiroki Sato- Fix exit status when ip6addrctl_verbose=yes [*]
2013-05-04 Gavin AtkinsonKill yet another reference to UserConfig
2013-05-04 Davide ItalianoChange VM_OBJECT_LOCK/UNLOCK() -> VM_OBJECT_WLOCK/WUNLO...
2013-05-04 Davide ItalianoOverhaul locking in netsmb, getting rid of the obsolete...
2013-05-04 Davide ItalianoCompletely rewrite the interface to smbdev switching...
2013-05-04 Chris ReesIntroduce and use new flag -L to mount for mounting...
2013-05-04 Sergey KandaurovAdd entry for errno ECAPMODE.
2013-05-04 Sergey KandaurovBump date.
2013-05-04 Jilles Tjoelkerlibkvm: Make second /dev/null file descriptor close...
2013-05-04 Jilles Tjoelkerlibkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD...
2013-05-04 Adrian ChaddThe holding buffer logic needs to be used for _all_...
2013-05-03 Jung-uk KimImprove compatibility with recent flex from flex.source...
2013-05-03 Jung-uk KimReduce diff with upstream.
2013-05-03 John BaldwinSimilar to 233760 and 236717, export some more useful...
2013-05-03 Jilles Tjoelkersh: Remove racy test case for read builtin.
2013-05-03 Navdeep Parharcxgbe: Switch to a better way to install firmware.
2013-05-03 John BaldwinFix FIONREAD on regular files. The computed result...
2013-05-03 John BaldwinFix two bugs in the current NUMA-aware allocation code:
2013-05-03 Navdeep Parharcxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy...
2013-05-03 Dimitry AndricAllow building clang on older FreeBSD releases, where...
2013-05-03 Jilles Tjoelkersh: Improve error handling in read builtin:
2013-05-03 Hans Petter... Fix compile warning.
2013-05-03 Sergey KandaurovAlso, add a missing period.
2013-05-03 Sergey KandaurovRemove an extra comma.
2013-05-03 Sergey KandaurovRemove the STANDARDS section.
2013-05-03 Alexander MotinTune support for removable media in da driver:
2013-05-03 Hans Petter... - Add more defines to limit USB memory usage and number...
2013-05-03 Steven HartlandFix uninitialized warning in mps
2013-05-03 Hans Petter... Always put space before the comma before ##__VA_ARGS__...
2013-05-03 Hans Petter... Add some defines to limit USB memory usage in reduced...
2013-05-03 Ulrich SpörleinAlways install pmc.foo(3) manpages.
2013-05-03 Hans Petter... Allow the default USB template to be specified at compi...
2013-05-03 Hans Petter... Add new USB API to get the port path of a USB device.
2013-05-03 Edwin GroothuisOp 30 April 2013 trad koninging Beatrix af en werd...
2013-05-03 Neel NatuImplement the NOTIFY_ON_EMPTY capability in the virtio...
2013-05-02 Konstantin... The fsync(2) call should sync the vnode in such way...
2013-05-02 Warner LoshUse cvmx_mgmt_port_num_ports() instead of the inlined...
2013-05-02 Warner LoshExpose cvmx_mgmt_port_num_ports() as a wrapper to the...
2013-05-02 Konstantin... Fix the v_object leak for non-regular tmpfs vnodes.
2013-05-02 Konstantin... For the new regular tmpfs vnode, v_object is initialize...
2013-05-02 Konstantin... The page read or written could be wired. Do not requeu...
2013-05-02 Konstantin... Add a hint suggesting why tmpfs does not need a special...
2013-05-02 Eitan AdlerPrefer using the C++ version of the standard headers...
2013-05-02 Alexander MotinAdd IDs for HighPoint RocketRAID 640L/642L/644L --...
2013-05-02 Luigi Rizzoremove trailing whitespace
2013-05-02 Steven HartlandEnable CAM SCSI to choice ATA TRIM during autodetection...
2013-05-02 Davide ItalianoSuppress a GCC warning. This warning is actually bogus...
2013-05-02 Steven HartlandUse the existence of ATA Information VPD to determine...
2013-05-02 Steven HartlandFix probe in progress check in dareprobe
2013-05-02 Steven HartlandUpdate probe flow so that devices with lbp can also...
2013-05-02 Rick MacklemFix the getpwnam_r() call in the pname_to_uid() kerbero...
2013-05-02 Rick MacklemFix the getpwuid_r() call in the gssd daemon so that...
2013-05-02 Ed MasteSwitch to standard copyright license text
2013-05-02 Adrian ChaddAdd the AR9300 HAL into the kernel and module builds.
2013-05-02 Adrian ChaddFix this code to compile without warnings - AH_DEBUG...
2013-05-02 Eitan AdlerUpdate Intel email address.
2013-05-02 Adrian ChaddAdd device identification and probe/attach support...
2013-05-02 Adrian ChaddAdd the AR933x SoC GPIO pin count limitation.
2013-05-01 Simon J. GerratyLocal hack to allow smooth transition for ports.
2013-05-01 Jilles TjoelkerBump __FreeBSD_version for accept4() and pipe2().
2013-05-01 Rick MacklemDocument the fact that an NFSv4 mount against a volume...
2013-05-01 Jilles Tjoelkeraccept(2), pipe(2): Fix .Dd.
2013-05-01 Jilles TjoelkerRegenerate files for pipe2().
2013-05-01 Jilles TjoelkerAdd pipe2() system call.
2013-05-01 Rick MacklemDocument that the NFSv4 server statistics are operation...
2013-05-01 Rick MacklemIsilon reported that sec=krb5p NFS mounts had a problem...
2013-05-01 Jilles TjoelkerRegenerate files for accept4().
2013-05-01 Jilles TjoelkerAdd accept4() system call.
2013-05-01 Konstantin... Partially saved extended state must be handled always...
2013-05-01 Konstantin... The check to ensure that xstate_bv always has XFEATURE_...
2013-05-01 Niclas ZeisingAdd DragonFly BSD 3.4.1, released April 29 2013.
2013-05-01 Davide ItalianoIn case ZFS doesn't use UMA for buffers there's no...
2013-05-01 Niclas ZeisingAdd OpenBSD 5.3, released today, May 1 2013.
2013-05-01 Mikolaj Golubprocstat_getpathname: for kvm method, instead of return...
2013-05-01 Mikolaj GolubKVM method support for procstat_getgroups, procstat_get...
2013-05-01 Mikolaj GolubIntroduce a constant, ELF_NOTE_ROUNDSIZE, which evident...
2013-05-01 Benno RiceOptimize SUBDIR_OVERRIDE such that SUBDIR isn't automat...
2013-05-01 Warner LoshAdd a historic footnote.
2013-05-01 Warner LoshDon't include asm.h in non-asm files.
2013-05-01 Warner LoshRemove asm.h dependency in a hackish way.
2013-05-01 Warner LoshImport NetBSD's version, which is perfectly fine.
2013-05-01 Warner LoshAdd the standard #ifdef header protection.
2013-05-01 Warner LoshImport virgin regdef.h from 4.4 Lite 2's sys/pmax/inclu...
2013-05-01 Wojciech A... Make the internal assertion correct--only fail when...
2013-05-01 Eitan AdlerFix incorrect sizeof() in bzero()
2013-05-01 Eitan AdlerCorrect a few sizeof()s
2013-05-01 Adrian ChaddDisable TXCONT, it's not here in FreeBSD.
2013-05-01 Adrian ChaddThere's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t...
next