]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
style(9) sweep.
[FreeBSD/FreeBSD.git] / sys /
2003-01-19 sosAdd support for the ServerWorks CSB6.
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 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 obrienComplete the support of the on-board xl(4) on nVidia...
2003-01-19 obrienRemove miidevs.h and generate it from miidevs at compil...
2003-01-19 impFix comment about what we do when there are no listeners.
2003-01-19 tmmMake the xl driver work on sparc64:
2003-01-18 obrienProtect against multiple inclusions.
2003-01-18 obrienSimplify the Makefile by just using our standard PROG...
2003-01-18 obrienRev 1.16 renamed VM_METER to VM_TOTAL. This is breakin...
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 phkInline now trivial functions getccdbuf() and putccdbuf().
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 phkSanitize the copyright section a bit: We do not need...
2003-01-18 nyanRemove unneeded entries.
2003-01-18 nyanFixed comment.
2003-01-18 mdodd- Removed unecesary code.
2003-01-18 marcelMFp4: Add support for memory mapped UARTs, but don...
2003-01-18 shibaAdd BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether...
2003-01-18 shibaRegen.
2003-01-18 shibaAdd Accton EN2216.
2003-01-18 shibaRegen.
2003-01-18 hsuFix long-standing bug predating FreeBSD where calling...
2003-01-18 tjrFake up a struct componentname to pass to VOP_WHITEOUT...
2003-01-17 phkRemove subr_diskslice.c and subr_diskmbr.c which I...
2003-01-17 phkRemove subr_diskslice.c and subr_diskmbr.c which I...
2003-01-17 mdodd- Style fixes.
2003-01-17 phkia64 didn't need subr_diskslice.c and subr_diskmbr...
2003-01-17 phkWe do not need subr_diskslice.c and subr_diskmbr.c...
2003-01-17 phkMove alpha_fix_srm_checksum() from subr_diskmbr.c to...
2003-01-17 phkRemove the unused DSO_* options.
2003-01-17 tmmDisallow listen() on sockets which are in the SS_ISCONN...
2003-01-17 phkSparc64 does not need subr_diskslice.c and subr_mbr...
2003-01-17 phkMove dkmodpart() from subr_diskslice.c to subr_disklabel.c.
2003-01-17 shibaAdd Allied Telesis WR211PCM.
2003-01-17 shibaRegen.
2003-01-17 phkMove subr_disklabel.c and subr_diskslice.c from being...
2003-01-17 simokawaReplace M_DONTWAIT with M_NOWAIT for malloc().
2003-01-17 simokawaImprove some debug massages.
2003-01-17 simokawaFix bus manager election process.
2003-01-17 phkFind places to store the previously implicityly passed...
2003-01-17 mdoddA driver for the System Management Application Program
2003-01-17 mdodd- Add a major for SMAPI.
2003-01-17 hsuSMP locking for ARP.
2003-01-17 scottlBump __FreeBSD_version to 500100 to allow us to differe...
2003-01-17 simokawaDetect underrun of IT queue for debugging.
2003-01-16 joergMake vinum disk-related devices readable by group ...
2003-01-16 impRestore a comment that was lost in the shuffle.
2003-01-16 grogCorrect typo.
2003-01-16 phkMove a local variable to avoid the compiler warning...
2003-01-16 jhayhardpps() wants the raw hardware counter value converte...
2003-01-16 nyanMFi386: revision 1.372
2003-01-16 simokawaImprove memory allocation.
2003-01-16 mdoddThe abs() function isn't defined locally; include a...
2003-01-16 alcFix two long-standing, but likely harmless, errors...
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-16 simokawaUse cycleMatch for precise IT DMA start timing.
2003-01-16 njlkernel:
2003-01-16 samwi now needs wlan
2003-01-16 samconfig glue for new wi driver and wlan module
2003-01-16 dillonMerge all the various copies of vm_fault_quick() into...
2003-01-15 dillonMerge all the various copies of vmapbuf() and vunmapbuf...
2003-01-15 alfredremove wi_hostap.c from files as it's been removed.
2003-01-15 phkAdd machdep.elan_freq sysctl which can be used to set...
2003-01-15 samremove wi-specific host ap code; the wi driver now...
2003-01-15 samwi-specific host ap support no longer needed now that...
2003-01-15 samnew wi driver that uses the 802.11 link layer code
2003-01-15 suzsync with KAME to simplify rev 1.28's patch (no functio...
2003-01-15 samhookup wlan and rcv4 modules to the build
2003-01-15 samadd module for 802.11 link layer code
2003-01-15 sam802.11 link layer support. This code implements the...
2003-01-15 sammake rc4 crypto support a module so other modules can...
2003-01-15 phkAllow linters to override the CTASSERT macro, since...
2003-01-15 davidxuDon't forget to disconnect object from class.
2003-01-15 nyanMerged from sys/isa/syscons_isa.c revision 1.21.
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-15 simokawaDV_PAL shouldn't be here.
2003-01-15 simokawaAdd DV_PAL for PAL users.
2003-01-15 mdoddMinimally document hw.syscons.sc_no_suspend_vtswitch.
next