]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-04-03 Jake BurkholderAdd optimized block copy and zero functions using vis...
2003-04-03 Maxime HenrionFix fxp(4), this changed shouldn't have crept in.
2003-04-03 Yaroslav TykhiyStop logging ``authpriv'' messages to the world-readabl...
2003-04-03 Jake BurkholderAdd support for saving and restoring kernel floating...
2003-04-03 Jake Burkholder- Add space for kernel floating point registers to...
2003-04-03 Jake Burkholder- Generally improve register usage in cpu_switch. ...
2003-04-03 Dag-Erling... <sys/disk.h> -> <geom/geom_disk.h>
2003-04-03 Jake BurkholderDon't assume the fp state is at offset 0 in the pcb.
2003-04-03 Jake BurkholderFix typos (don't use * when taking the size of an array).
2003-04-03 Maxime HenrionRemove all the bogus volatile qualifiers from the struc...
2003-04-03 Yoshihiro TakahashiMFi386: revision 1.188
2003-04-03 Yoshihiro TakahashiMFi386: revision 1.561
2003-04-03 Poul-Henning... Don't pull in geom_enc.c any more.
2003-04-03 Poul-Henning... #include <sys/endian.h> as needed.
2003-04-03 Poul-Henning... Remove geom_enc.c, a superset of these functions are...
2003-04-03 Poul-Henning... Use <sys/endian.h> instead of geom_enc.c for endianess...
2003-04-03 Poul-Henning... Use sys/endian.h instead of geom_enc.c for endian-agnos...
2003-04-03 Poul-Henning... Pointy hat commit:
2003-04-03 Poul-Henning... Make sure we don't ignore error codes.
2003-04-03 Poul-Henning... Use "unsigned char" instead of "u_char" to avoid trouble.
2003-04-03 Poul-Henning... Add support for Moxa Technologies Co., Ltd. PCI I/O...
2003-04-03 Poul-Henning... Add inline functions {be,le}{16,32,64}{enc,dec}() for...
2003-04-03 Poul-Henning... NO_GEOM cleanup: Remove dkmakeminor().
2003-04-03 Poul-Henning... Don't use dkmakeminor(), create our own minor encoding...
2003-04-03 Poul-Henning... Don't use dkmakeminor(), it has nothing to do with...
2003-04-03 Warner Losh2.x->3.0 upgrade tools are no longer needed. 5.x is...
2003-04-03 Warner LoshKill upgrade target docs. It too is stale.
2003-04-03 Warner LoshKill aout to elf upgrade path. From an old comment...
2003-04-03 Juli MallettMFp4 @27667: WARNS=5 cleanup on i386.
2003-04-03 Jake Burkholder- Pass a ucontext_t to _set_curthread. If non-NULL...
2003-04-03 Jeff Roberson - Keep seperate statistics and run queues for differen...
2003-04-02 Peter WemmCommit a partial lazy thread switch mechanism for i386...
2003-04-02 Jeff Roberson - Don't overrun the ldt buffer.
2003-04-02 Robert WatsonWhen kill(-1) returns ESRCH, it could be because the...
2003-04-02 John BaldwinLock the process before sending it a SIGIO. Not doing...
2003-04-02 Poul-Henning... Add handling for cancelled events in the g_call_me...
2003-04-02 Poul-Henning... Change events to have an array of "void *" references...
2003-04-02 Robert WatsonIf stat() on the terminal specified in utmp fails due...
2003-04-02 Ruslan ErmilovDrop the silly notion that fd* entries have both `a...
2003-04-02 Matthew N.... Back out support for RFC3514.
2003-04-02 Ruslan ErmilovMake disktab(5) MI (repo-copied from etc.i386/disktab).
2003-04-02 Matthew N.... - Use the correct constant define.
2003-04-02 Maxime HenrionConvert the fxp(4) driver to the busdma API.
2003-04-02 Jeffrey HsuNeed to hold the same SMP lock for (knote) list travers...
2003-04-02 Maxim KonovalovIP_EVIL -> IP_EF
2003-04-02 Poul-Henning... Only orphan things if the open/close actually succeeded.
2003-04-02 Poul-Henning... Properly handle races between open/close and orphan.
2003-04-02 Søren SchmidtInstead of not grapping a request binfinish(ENOMEM...
2003-04-02 SUZUKI Shinsukefixed invalid pointer reference
2003-04-02 Yoshihiro TakahashiMFi386: revisions 1.556 and 1.557.
2003-04-02 Yoshihiro TakahashiMerged from sys/dev/syscons/syscons.c revision 1.400.
2003-04-02 Matthew N.... Sync constant define with NetBSD.
2003-04-02 Maxim Konovalovo Fix error messages formatting, style.
2003-04-02 Jeff Roberson - Make the interactivity calculator decay faster.
2003-04-02 Jeff Roberson - I meant divide by two and not shift by two in SCHED_...
2003-04-02 Jake BurkholderImplement _get_curthread and _set_curthread. This...
2003-04-02 Jake BurkholderImplement cpu_thread_setup. Fix cpu_set_upcall.
2003-04-02 Jake Burkholder- Make casuptr return the old value of the location...
2003-04-02 Jeff Roberson - Add in support for KSEs with 0 slice values on the...
2003-04-02 Jeff Roberson - Define curthread as _get_curthread() and remove...
2003-04-01 Jake BurkholderAdd MD makefile.
2003-04-01 Jake BurkholderImplement makecontext.
2003-04-01 Jake Burkholder- Fix UC_COPY_SIZE. Adding up the size of structure...
2003-04-01 Jake Burkholder- Set the version number in the mcontext in get_mcontex...
2003-04-01 Jeff Roberson - Don't drop and reacquire giant in thread_suspend...
2003-04-01 Jeff Roberson - Reenable setschedparam and the prioceiling code...
2003-04-01 Jeff Roberson - Restore old mutex code from libc_r. It is more...
2003-04-01 Jeffrey HsuObserve conservation of packets when entering Fast...
2003-04-01 John BaldwinRemove 220.backup-distfile since it has been deleted.
2003-04-01 Ceri Davies[1] - Document EHOSTUNREACH as a possible error
2003-04-01 Ruslan ErmilovRemoved redundant lines.
2003-04-01 Poul-Henning... #include <geom/geom_disk.h>
2003-04-01 Poul-Henning... Include <geom/geom_disk.h> not <sys/disk.h>
2003-04-01 Poul-Henning... Remove the #define for bioqdisksort(), it's no longer...
2003-04-01 Poul-Henning... I think the divorce successed, so stop #including ...
2003-04-01 John BaldwinComplete removal of 320.rdist by removing its entry...
2003-04-01 Andrew GallatinAdd a crutch so that direct-mapped DMA works on alpha...
2003-04-01 Yaroslav TykhiyGive clearer diagnostics on some cases of invalid
2003-04-01 Poul-Henning... Use bioq_flush() to drain a bio queue with a specific...
2003-04-01 Yaroslav TykhiyDon't die of SIGSEGV on a missing fstype field
2003-04-01 Poul-Henning... Don't include <sys/disk.h>.
2003-04-01 Poul-Henning... Start to split the GEOM/diskdriver specific bits into...
2003-04-01 Ruslan Ermilovlibtelnet depends on OpenSSL.
2003-04-01 Poul-Henning... Introduce bioq_flush() function.
2003-04-01 Ruslan ErmilovMark bits that do not require an object directory as...
2003-04-01 Poul-Henning... Include <sys/conf.h> rather than trusting <sys/disk...
2003-04-01 Poul-Henning... Add #include <sys/conf.h> so we don't rely on <sys...
2003-04-01 Ruslan ErmilovParallelize (on the top-level SUBDIR list) the "all...
2003-04-01 Ruslan ErmilovPass NO_WARNS to the build-tool stage too; -Wsystem...
2003-04-01 Ruslan ErmilovThis can't obviously be cleaner than system headers.
2003-04-01 Jeff Roberson - smb_td_intr takes a thread as an argument not a...
2003-04-01 Jeff Roberson - smb_proc_intr is now spelled smb_td_intr.
2003-04-01 Jeff Roberson - p will be unused in cursig() if INVARIANTS is not...
2003-04-01 Poul-Henning... Don't include <sys/buf.h> needlessly.
2003-04-01 Poul-Henning... Fix KASSERT syntax error.
2003-04-01 Matthew N.... Implement support for RFC 3514 (The Security Flag in...
2003-04-01 Poul-Henning... Fix KASSERT syntax errors.
2003-04-01 Poul-Henning... Remove the old config interface, the new OAM is suffici...
2003-04-01 Poul-Henning... Remove the old config interface now that the new OAM...
2003-04-01 Jeff Roberson - Adjust the makefiles so we have a per architecture...
next