]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-04-05 Warner LoshDWL-520 is used to describe three or four different...
2003-04-05 Tim J. RobbinsMFp4: Link strtof.3 and strtold.3 to strtod.3.
2003-04-05 Mike MakonnenZero out the struct tm supplied by the caller. Otherwise,
2003-04-05 Tim J. RobbinsMFp4: Pentium/Athlon-optimised implementation of wcschr().
2003-04-05 Maxime HenrionSetup our interrupt only at the end of fxp_attach(...
2003-04-04 Tor EggeAdd SMP_TSC option, which can be used on SMP systems...
2003-04-04 Warner LoshDiff reduction with my p4 changes:
2003-04-04 Poul-Henning... Add a rudimentary but working driver for the Adlink...
2003-04-04 David E. O... style.Makefile(5)
2003-04-04 Dag-Erling... Define ovbcopy() as a macro which expands to the equiva...
2003-04-04 Poul-Henning... Use sized cast matching the sized pointer.
2003-04-04 Poul-Henning... Retire <sys/diskslice.h>
2003-04-04 Poul-Henning... Libdisk does not need to include <sys/diskslice.h>...
2003-04-04 MIHIRA Sanpei... Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXD
2003-04-04 Robert Drehmel - Print out an error message instead of dereferencing...
2003-04-04 MIHIRA Sanpei... fix typo
2003-04-04 David SchultzFix braino in definition of isfinite().
2003-04-04 Dag-Erling... ovbcopy -> bcopy
2003-04-04 Dag-Erling... Replace ovbcopy() with bcopy().
2003-04-04 Dag-Erling... Replace memcpy() and ovbcopy() with bcopy(); ditch...
2003-04-04 Dag-Erling... Don't use ovbcopy().
2003-04-04 Dag-Erling... Don't use ovbcopy(); use void * instead of char *.
2003-04-04 Dag-Erling... The kernel bcopy() is safe for overlapping regions...
2003-04-04 Dag-Erling... Rename a static variable to avoid future conflicts.
2003-04-04 Hajimu UMEMOTOSet link-local address of tun interface with prefixlen...
2003-04-04 Ruslan Ermilov-Wall implies -Wuninitialized if -O is also in effect.
2003-04-04 Matthew N.... Add a manpage for the 'vpd' driver.
2003-04-04 Jake BurkholderBandaid fix for previous commit while I figure out...
2003-04-04 Orion HodsonAdditional codec ids.
2003-04-04 Orion HodsonFix mismatch between bus address stored for buffer...
2003-04-04 Murray StokelyAdd release of FreeBSD 4.8.
2003-04-04 Alan Cox o Remove useracc() calls from aio_qphysio(); they...
2003-04-04 Alan Cox o Check the b_bufsize passed to vmapbuf() returning...
2003-04-04 Warner LoshSimplify compatibility ifdef.
2003-04-04 Warner LoshNo need to check to see if we're running a version...
2003-04-04 Warner LoshNo need to have ifdef < FreeBSD 4.0-current in here...
2003-04-04 Marcel MoolenaarRemove `#ifndef lint' left behind after previous change.
2003-04-04 Tim J. RobbinsG/C tconv: It is libmytinfo-dependent and has not compi...
2003-04-03 Jake Burkholder- Removed APTD and associated macros, it is no longer...
2003-04-03 Poul-Henning... Output machdep.guessed_bootdev as an integer rather...
2003-04-03 David E. O... Use __FBSDID rather than rcsid[].
2003-04-03 Bruce A. MahFix typo: On the relevant architectures, floppy drives...
2003-04-03 Maxime HenrionRemove useless initialization.
2003-04-03 Paul SaabAdd support for the HP Smart Array 6400 EM
2003-04-03 Poul-Henning... Retire the DIOCGMBR ioctl before anybody starts to...
2003-04-03 Poul-Henning... Remove BIO_SETATTR from non-GEOM part of kernel as...
2003-04-03 Poul-Henning... Remove all references to BIO_SETATTR. We will not...
2003-04-03 Poul-Henning... Update the initializer for GEOM_MBREXT, I overlooked...
2003-04-03 Poul-Henning... Add #define for DOSPTYP_PMBR, and use it.
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.
next