]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-07-07 Marcel MoolenaarFix cut-n-paste bug: compare argument s against known...
2006-07-07 Garance A DrosehnFix checking of the "lock" file in the spool directory...
2006-07-06 Robert WatsonMove POSIX.1e-specific utility routines from kern_acl...
2006-07-06 Robert WatsonForced commit to recognize repo-copy of kern_acl.c...
2006-07-06 John BaldwinRegen.
2006-07-06 John Baldwin- Protect the list of linux ioctl handlers with an...
2006-07-06 John Baldwin- Explicitly acquire Giant around SYSINIT's and SYSUNIN...
2006-07-06 John BaldwinDon't try to copyin extra data for IPC_RMID requests...
2006-07-06 John BaldwinRegen.
2006-07-06 John BaldwinAdd kern_setgroups() and kern_getgroups() and use them...
2006-07-06 John BaldwinUse the regular poll(2) function to implement poll...
2006-07-06 Jung-uk KimEnhanced floppy controllers have Data Rate Select Regis...
2006-07-06 Wayne SalamonAudit the remaining parameters to the extattr system...
2006-07-06 Robert WatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-06 Robert WatsonRemove unneeded mac.h include.
2006-07-06 Robert WatsonRemove now unneeded opt_mac.h and mac.h includes.
2006-07-06 Robert WatsonUse #include "", not #include <> for opt_foo.h.
2006-07-06 Oleg BulyzhinSince kernel & userland use different timebase and...
2006-07-06 Xin LIOops, library bumps should be reflected with OLD_LIBS.
2006-07-06 Xin LIReflect library bumps caused by gethostbyaddr(3) change.
2006-07-06 Pyun YongHyeonFix a missing unlock operation in interrupt handler.
2006-07-06 Alan CoxMake two simplifications to pmap_ts_referenced(): Elimi...
2006-07-06 Oleg BulyzhinAdjust rt_(set|get)metrics() to do kernel <-> userland...
2006-07-05 Oleg BulyzhinComplete timebase (time_second -> time_uptime) conversion.
2006-07-05 Bruce EvansFixed tanh(-0.0) on ia64 and optimizeed tanh(x) for...
2006-07-05 Pav Lucistnik- Document RANDOMIZE_MASTER_SITES, MASTER_SORT
2006-07-05 Pav Lucistnik- Document new missing target
2006-07-05 Bruce EvansRemoved the optimized asm versions of scalb() and scalb...
2006-07-05 Wayne SalamonRegen the system calls files, picking up the extended...
2006-07-05 Bruce EvansForced commit to fix the log message for the previous...
2006-07-05 Maksim YevmenkinReplace inb() and outb() with bus_space_read_1() and...
2006-07-05 Konstantin... Back out my rev. 1.674. The better fix (rev. 1.637...
2006-07-05 Wayne SalamonAdd audit events for the extended attribute system...
2006-07-05 Christian BruefferDocument ServerWorks HT1000 support.
2006-07-05 Alan Coxpmap_clear_ptes() is already convoluted. This will...
2006-07-05 Bruce EvansFixed FP_R*. fp{get_set}round() apparently never worke...
2006-07-05 Pyun YongHyeonFix typo in comment.
2006-07-05 David XuTemporarily remove SCHED_CORE, it seems I have so many...
2006-07-05 Bruce EvansBacked out rev.1.10. It tried to implement ldexpf...
2006-07-05 Andrew ThompsonChange the multicast calculation to be the same as...
2006-07-04 Pyun YongHyeonAdd myself.
2006-07-04 Andrew ThompsonFix a braino in the last revision, enc_clone_destroy...
2006-07-04 Maxim Konovalovo Call fts_close() before exit.
2006-07-04 Maxim Konovalovo Kill BUGS section as it is not valid since rev. 1...
2006-07-04 Søren SchmidtAdd preliminary support for the Serverworks HT1000...
2006-07-04 Maxim Konovalovo Add geom to a list of cscope dirs.
2006-07-04 Greg LeheyUpdate dillon's mail address.
2006-07-04 Brooks DavisRemove dhcp entries. They have been incorrect since...
2006-07-03 Jung-uk KimMake sure command/data port (0x60) and status port...
2006-07-03 Jung-uk KimSend client identifier unconditionally. My ancient...
2006-07-03 Matt JacobWhat the heck - make the last (most recent) 2200 f...
2006-07-03 Christian S... Adjust descriptor locking to tell the kqueue subsystem...
2006-07-03 Robert WatsonCorrect a number of problems that were previously comme...
2006-07-03 Robert WatsonMerge OpenBSM 1.0 alpha 7 new AUE_ event identifiers...
2006-07-03 Robert WatsonMerge OpenBSM 1.0 alpha 7 nested time.h include to...
2006-07-03 Maxim Konovalovo Add an 'optional' keyword, which allows files to...
2006-07-03 Oleg BulyzhinReset autonegotiation timer if current media is not...
2006-07-03 Pawel Jakub... Allow to close access even if device is already destroyed.
2006-07-03 Matt JacobDo various fixes to support firmware loading for the...
2006-07-03 Matt JacobAdd 2322 firmware.
2006-07-03 Pyun YongHyeonUse mii_phy_match to reduce duplicated code.
2006-07-03 Pyun YongHyeonReplace hard-coded magic constants to system defined...
2006-07-02 Maxim Konovalovo Fix grammar in the comment, indent macros. No functi...
2006-07-02 Maxim Konovalovo Remove rev. 1.57 leftover, not reached code.
2006-07-02 Alan CoxCorrect an error in the new pmap_collect(), thus only...
2006-07-02 Warner LoshAdd support for configuring pins to be one of {GPIO...
2006-07-02 Warner LoshMFp4:
2006-07-02 Bruce A. MahFix grammar and style nits starting in the network...
2006-07-01 Alan CoxTidy up pmap_ts_referenced(): Eliminate excessive white...
2006-07-01 Alan CoxEliminate the acquisition and release of Giant from...
2006-07-01 Ruslan ErmilovGrammar nit.
2006-07-01 Jason EvansUse some math tricks in arena_run_reg_dalloc() to avoid...
2006-07-01 Bruce A. MahMore grammar / wording nit fixes, starting in the boot...
2006-07-01 Maxim Konovalovo Remove rev. 1.30 leftover. From Damien: However...
2006-07-01 Mark MurrayHousekeeping. Update for maintainers who have handed...
2006-07-01 Alan CoxEliminate the remaining uses of "register".
2006-06-30 Jason EvansAdd __{BEGIN,END}_DECLS macros, so that function protot...
2006-06-30 Jason EvansMake the behavior of malloc(0) standards-compliant...
2006-06-30 Jung-uk KimFix kernel module build breakage.
2006-06-30 Sam Lefflero fix join/rejoin format
2006-06-30 Doug AmbriskoChange mfi_add_ld to "immediate command" mode since...
2006-06-30 Yaroslav TykhiyWe needn't check "m" for NULL here because "off" should...
2006-06-30 Ruslan ErmilovGleb committed an intermediary version, commit the...
2006-06-30 Ruslan Ermilov- Simplify the formatting in the SYNOPSIS.
2006-06-30 Maxim Konovalovo Fix typo in the comment.
2006-06-30 Xin LI - Reflect recent sched_core(4) changes.
2006-06-30 Warner LoshHave sio return BIS_PROBE_DEFAULT like all the other...
2006-06-29 Florent ThoumieAdd a -q option to suppress header lines when multiple...
2006-06-29 David E. O... Create new dialect knob, as setting the language dialec...
2006-06-29 Marcel MoolenaarPartial support for branch long emulation. This only...
2006-06-29 David E. O... Fix building with GCC 4.2: define data types before...
2006-06-29 Yaroslav TykhiyThere is a consensus that ifaddr.ifa_addr should never...
2006-06-29 Yaroslav TykhiyUse TAILQ_FOREACH in the __FreeBSD__ case, too.
2006-06-29 Yaroslav TykhiyUse TAILQ_FOREACH.
2006-06-29 Yaroslav TykhiyUse the nifty TAILQ_FOREACH.
2006-06-29 Yaroslav TykhiyUse TAILQ_FOREACH consistently.
2006-06-29 Yaroslav TykhiyUse queue(3) macros instead of accessing list/queue...
2006-06-29 David E. O... Fix building with GCC 4.2: ensure types are defined...
2006-06-29 Yaroslav TykhiyUse the elegant TAILQ_FOREACH() in place of a hand...
2006-06-29 John BaldwinFix semctl(2) breakage from the previous commit. Previ...
next