]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-12-06 scfUpdate the getenv(3) man page to reflect the recent...
2009-12-06 cpercivaRegister a request that all changes to *env(3) be revie...
2009-12-06 jillessh: Test ;<newline> as well as ; in the 'for' parser...
2009-12-06 scfChange the behavior of setenv(), putenv() and unsetenv...
2009-12-06 scfImprove the comment within getenv() explaining the...
2009-12-06 edAdd a libutempter compatibility interface to libulog.
2009-12-06 luigirestore setting of sin_len (was removed in 1.146 last...
2009-12-06 nwhitehornUnbreak build.
2009-12-06 edDon't forget to link the fixits against -lulog.
2009-12-06 mavMFp4:
2009-12-06 edMake `make cleanilinks' work in /sys/modules.
2009-12-06 edDon't depend on <utmp.h>.
2009-12-06 edMake pw(8) build without <utmp.h>.
2009-12-06 edLet w(1) use utmpx.
2009-12-06 mavMFp4:
2009-12-05 olegFix burst processing for WF2Q pipes - do not increase...
2009-12-05 edUnbreak rescue(8). We should also link against libulog...
2009-12-05 edLet systat's vmstat use utmpx.
2009-12-05 edPort who(1) to utmpx.
2009-12-05 kibChange VOP_FSYNC for zfs vnode from VOP_PANIC to zfs_fr...
2009-12-05 edLet init(8) and reboot(8) use utmpx to log wtmp entries.
2009-12-05 edLet wall(1) use utmpx.
2009-12-05 pjdWe have to eventually look for provider without checkin...
2009-12-05 edLet date(1) use utmpx instead of logwtmp().
2009-12-05 edLet wall(1) use utmpx.
2009-12-05 edAdd WARNS?=6, because it seems to build out of the...
2009-12-05 edUse _ULOG_POSIX_NAMES here, to make eventual porting...
2009-12-05 edMassively extend libulog:
2009-12-05 edFix many "function declaration isn't a prototype" warni...
2009-12-05 edDon't let the C library depend on <utmp.h>.
2009-12-05 edRemove warnings from exec.c.
2009-12-05 edUse ANSI C prototypes inside termios.
2009-12-05 edRemove (hidden) warning about missing prototypes for...
2009-12-05 antoineAdd more obsolete files.
2009-12-05 antoineRemove trailing ";" in UMA_HASH_INSERT and UMA_HASH_REM...
2009-12-05 pjdFix deadlock when ZVOLs are present and we are replacin...
2009-12-05 pjdAlways check guid when opening by path, because we...
2009-12-05 pjdAvoid using additional variable for storing an error...
2009-12-05 syrinxMake sure enough memory is allocated for a struct pft_e...
2009-12-05 mavDo not ignore device interrupt if bus mastering is...
2009-12-05 stefanfAdd a missing space to the error message when execvp...
2009-12-05 luigiadjust comment in previous commit after Julian's explan...
2009-12-05 mavOn Soft Reset, read device signature from FIS receive...
2009-12-05 luigiremove a dead block of code, document how the ipfw...
2009-12-05 luigifix build with VNET enabled
2009-12-04 kibRegenerate.
2009-12-04 kibAdd several syscall compat32 entries for acl manipulation.
2009-12-04 netchildThis is v4l support for the linuxulator. This allows...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-04 netchildImport the interface description of the video for linux...
2009-12-04 umeUse INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than...
2009-12-04 luigifix argument type in the call to expand_number
2009-12-04 kuriyama- In ypproc_all_2_svc(), yp_fork() is called only when...
2009-12-04 kuriyama- Replace magic number with YPOLDVERS macro (which...
2009-12-04 phkAdd disk-magic for amd64: same as i386.
2009-12-04 trhodesAdd a missing word to a sentence in the return values...
2009-12-04 avgichsmb: drop default attachment to generic smbus hardware
2009-12-04 mjacobFix cases where we've managed to get a Loop UP event...
2009-12-03 yongariAdd workaround to overcome hardware limitation which...
2009-12-03 thompsaAdd uhci/ehci controller ids.
2009-12-03 mavChange 'load' balancing mode algorithm:
2009-12-03 edRepair breakage to last-minute API change.
2009-12-03 jhbProperly return an error reply if an NFS remove or...
2009-12-03 nwhitehornThe first argument of dcbz interprets r0 as a literal...
2009-12-03 kibRemove wrong assertion. Debugee is allowed to lose...
2009-12-03 traszYet another cosmetic fix.
2009-12-03 traszCosmetical fixes.
2009-12-03 traszCosmetical fixes.
2009-12-03 gabor- Update the Spanish NLS catalog
2009-12-03 traszDescription of steps required to setup NFSv4 server...
2009-12-03 traszRemove unused code.
2009-12-03 nwhitehornAdd manpages for ams(4), akbd(4), adb(4), and cuda...
2009-12-03 traszRemove unneeded ifdefs.
2009-12-03 rdivackyConnect unzip to the build.
2009-12-03 edUse USER_PROCESS instead of LOGIN_PROCESS.
2009-12-03 edPort users(1) to libulog.
2009-12-03 edAlso implement ut_type.
2009-12-03 avgmca: small enhancements related to cpu quirks
2009-12-03 syrinxFix a problem with high CPU consumption (up to 30%...
2009-12-03 edAdd a new library: libulog.
2009-12-03 jhbThe fd_mask type is an unsigned long, not an int, so...
2009-12-03 jkoshyUse a better check for a valid kernel stack address...
2009-12-03 luigipreparation work to replace the monster switch in ipfw_...
2009-12-03 traszAdd change that was somehow missed in r192586. It...
2009-12-03 luigiuse qsort_r instead of heapsort;
2009-12-03 umeTeach an IPv6 to the debug prints.
2009-12-03 cpercivaDisable SSL renegotiation in order to protect against...
2009-12-03 avgichsmb: try attaching only to intel hardware in the...
2009-12-03 avgichsmb: add pci ids for some newer supported hardware
2009-12-03 marcelMake sure bus space accesses use unorder memory loads...
2009-12-02 thompsaFix cut'n paste on the AR9280 entry.
2009-12-02 marcelInclude <sys/sysctl.h>, to get the declarations of...
2009-12-02 traszAdd missing parameter description.
2009-12-02 traszDon't use ap->a_td->td_ucred when we were passed ap...
2009-12-02 luigi- initialize src_ip in the main loop to prevent a compi...
2009-12-02 kibBump __FreeBSD_version for sigpause(3) addition [1...
2009-12-02 kibProperly support -fPIE by linking PIE binaries with...
2009-12-02 jhbndis_scan_results() can sleep if the scan results are...
2009-12-02 scottlFix several cases where the periph lock was held over...
2009-12-02 edMake <libutil.h> work when included by itself.
next