]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2009-12-02 luigiDispatch sockopt calls to ipfw and dummynet
2009-12-02 avgmca: improve status checking, recording and reporting
2009-12-02 luigismall changes for portability and diff reduction wrt...
2009-12-02 umeUnify rc.firewall and rc.firewall6, and obsolete rc...
2009-12-02 umeTeach an IPv6 to send_pkt() and ipfw_tick().
2009-12-02 glebiusUntil this moment carp(4) used a strange logging priori...
2009-12-02 luigiAdd new sockopt names for ipfw and dummynet.
2009-12-02 luigichange the type of the opcode from enum *:8 to u_int8_t
2009-12-02 bruefferFix the dprintf() prototype.
2009-12-02 nwhitehornBump limits on PowerPC. This allows large executables...
2009-12-02 thompsaAdd missing ath_ar9* ath hal entries.
2009-12-02 thompsaRemove unknown ath hal device entries.
2009-12-01 mavAdd CAM_ATAIO_DMA ATA command flag to mark DMA protocol...
2009-12-01 npT3 firmware 7.8.0 for cxgb(4)
2009-12-01 emasteFix parenthesis typo -- copy full frame pointer for...
2009-12-01 edDon't allocate an input buffer for a TTY when the recei...
2009-12-01 gibbsAdd media ioctl support and link notifications so that...
2009-12-01 umeDon't try to bind to an anycast addeess. The KAME...
2009-12-01 jhbRemove -t from the manpage and usage.
2009-12-01 bzUnbreak user space after if_timer/if_watchdog removal...
2009-12-01 bruefferAdd an .Nm for strncat.
next