]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-01-20 maximo Fix a typo.
2003-01-20 phkOnly include <sys/diskslice.h> ifdef NO_GEOM
2003-01-20 phkRemove need for <sys/diskslice.h> but retain numerical...
2003-01-20 phkUse NEXTDOSPART instead of MAX_SLICES.
2003-01-20 phkWe need neither <sys/diskslice.h> nor <sys/disklabel...
2003-01-20 phkAdd a NEXTDOSPART definition here as well, for the...
2003-01-20 phkAdd NEXTDOSPART (N-Extended-Dos-Partitions) as replacem...
2003-01-20 sobomaxFix a typo (missed &&).
2003-01-20 alc - Hold the page queues lock around vm_page_hold().
2003-01-20 alcMove the vm_page_busy() in pmap_dispose_thread() to...
2003-01-20 julianRemove a KASSERT that can now happen and add a missing...
2003-01-20 jeff - M_WAITOK is 0 and not a real flag. Test for this...
2003-01-20 orionRe-implemention of the interpolation code used for...
2003-01-20 joeRegen
2003-01-20 samdefault tx error rate limiting to 0 to disable tx error...
2003-01-20 joeSupport for the "Seiko Epson Perfection 1260 scanner".
2003-01-19 bmahUpdate the use of entities in the errata article for...
2003-01-19 bmahTrim release notes for HEAD in a post-5.0 world.
2003-01-19 bmahBump RELNOTESng version numbers for CURRENT in a post...
2003-01-19 sobomaxAdd a new gettytab(5) option - `pl', which if set tells...
2003-01-19 sosSmall change to the previous commit, zero out the 48BIT...
2003-01-19 samaccept short WEP keys for backward compatibility
2003-01-19 sheldonhAdd required commas that were ommitted in the previous...
2003-01-19 mikeChange BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when...
2003-01-19 phkFinally give CCD the disk mini-layer treatment:
2003-01-19 phkUnifdef -UDEBUG on the CCD driver. The debugging is...
2003-01-19 sosAdd support for the ServerWorks CSB6.
2003-01-19 jmallettKill initialisation and shadow warnings. Half-hearted...
2003-01-19 phk#ifdef NO_GEOM these files entirely. When NO_GEOM...
2003-01-19 phkRemove the last stray NO_GEOM option in our example...
2003-01-19 sosFix the 48bit access support for the older Promise...
2003-01-19 tjrRemove unnecessary locking of Giant around nanotime...
2003-01-19 phkMark more code #ifdef NODEVFS
2003-01-19 phkOriginally when DEVFS was added, a global variable...
2003-01-19 jmallettAdd support to marshal a filesystem to a newfs(8) comma...
2003-01-19 phkWhen we use DEVFS, we don't need the /dev/tty pseudo...
2003-01-19 phkMove NODEVFS and NO_GEOM to opt_global.h.
2003-01-19 samfix ioctl handling for setting wep keys
2003-01-19 alfreduseracc() is mpsafe so we only need to hold Giant
2003-01-19 marcelo Move the contents of <machine/floatingpoint.h> over to
2003-01-19 jmallettLet libufs handle all the work with regard to going...
2003-01-19 jmallettStore not only the current cylinder group in the series...
2003-01-19 obrienComplete the support of the on-board xl(4) on nVidia...
2003-01-19 obrienUse checksum-recursive rather than fetch-recursive...
2003-01-19 acheAdd (unsigned char) cast to ctype macros
2003-01-19 obrienRemove miidevs.h and generate it from miidevs at compil...
2003-01-19 jakeMake xl sparc64 too.
2003-01-19 mtmKill whitespace at EOL.
2003-01-19 jmallettDon't crash when utilities are dumb and try to read...
2003-01-19 jmallettUse libufs to read one cylinder group from the disk...
2003-01-19 jmallettAdd facility to read one, or a string of, cylinger...
2003-01-19 obrienSync with NetBSD -- sl_add() now returns an int.
2003-01-19 jmallettSimplify the main function now that libufs will hunt...
2003-01-19 jmallettHunt for a disk to operate on, if we're passed a partit...
2003-01-19 impFix comment about what we do when there are no listeners.
2003-01-19 jmallettPer-variable\ entry headers, to allow the 'ps -otime...
2003-01-19 tmmMake the xl driver work on sparc64:
2003-01-19 jmallettWhen inserting a non-user-specified (e.g. not via ...
2003-01-19 obrienUse __FBSDID.
2003-01-18 obrienProtect against multiple inclusions.
2003-01-18 obrienWe don't need our own personal definition of __CONCAT.
2003-01-18 obrienSimplify the Makefile by just using our standard PROG...
2003-01-18 tomNote that Wisecom's PCI adapter works.
2003-01-18 obrienRev 1.16 renamed VM_METER to VM_TOTAL. This is breakin...
2003-01-18 ueAdd a missing word
2003-01-18 alfredDocument lock order reversals possible when calling...
2003-01-18 hsuOptimize away call to bzero() in the common case by...
2003-01-18 muxDon't try to free() map in bus_dmamap_destroy() when...
2003-01-18 gioriaAllow French releases notes to be build correctly
2003-01-18 ueMFbed: translation updates and fixes
2003-01-18 phkInline now trivial functions getccdbuf() and putccdbuf().
2003-01-18 desDon't truncate lines if an error occurred.
2003-01-18 desIndentation cleanup.
2003-01-18 grehanRemoved unnecessary includes and brought up to date...
2003-01-18 phkFix minor memory-leak.
2003-01-18 grehanStub profile.h, required for userland builds.
2003-01-18 grehan<machine/ieee.h>, taken from sparc64
2003-01-18 grehanFix bugs with operand ordering and unnecessary sync...
2003-01-18 grehanAllow the MD frame definition to be seen in. Required...
2003-01-18 grehanRAIDframe requires LONG_BIT
2003-01-18 grehanPrepended underscores to macro local vars, avoiding...
2003-01-18 grehanChange definition of int64 to avoid gcc3.2.1 complaints...
2003-01-18 phkUse the M_CCD malloc bucket instead of M_DEVBUF.
2003-01-18 phkInline trivial function ccdintr() into its one caller...
2003-01-18 phkFix two errorchecks to check for negative error returns.
2003-01-18 phkSanitize the copyright section a bit: We do not need...
2003-01-18 nyanRemove unneeded entries.
2003-01-18 nyanFixed comment.
2003-01-18 jmallettConsistentify output whitespace.
2003-01-18 billfMFCrypto: update RFC assigned telnet options (r1.9)
2003-01-18 billfadd more RFC defined telnet options
2003-01-18 mtmMake the debug messages, for when a script rolls its...
2003-01-18 jmallettFix typo.
2003-01-18 mdodd- Removed unecesary code.
2003-01-18 jmallettNuke dumb error reporting code, people can just use...
2003-01-18 jmallettSimplify conditional.
2003-01-18 jmallettRefer to the process label as proclabel, as there is...
2003-01-18 rwatsonCaution programmers not to confuse M_DONTWAIT with...
2003-01-18 marcelMFp4: Add support for memory mapped UARTs, but don...
2003-01-18 marcelIf we're going to build and install this on ia64, we...
next