]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-09-13 impDefine and use PCCARD_MEM_PAGE_SIZE.
2005-09-13 rwatsonTrim down now (believed to be) unused fifo_ioctl() and
2005-09-13 impMFp4: Remove stale functions.
2005-09-13 rwatsonAdd two small tests to set and clear two file I/O flags...
2005-09-13 rwatsonRestructure fifo_io event-related tests in order to...
2005-09-13 csjpGarbage collect bpfstat. This is handled by netstat...
2005-09-13 rwatsonTeach fifo_io how to use ioctl(FIONREAD) to determine...
2005-09-13 jhbVarious and sundry improvements:
2005-09-13 nyanRemove unused functions.
2005-09-13 nyanRemove EPSON_NRDISK support.
2005-09-13 rwatsonAs a result of kqueue locking work, socket buffer locks...
2005-09-13 rwatsonRemove a debugging printf.
2005-09-13 yongariUnlock driver lock before calling resource_int_value(9).
2005-09-13 rwatsonAnnotate two issues:
2005-09-13 nyanMFi386: revision 1.11.
2005-09-13 nyanMFi386: revisions 1.10 and 1.11.
2005-09-13 jkoshyFix a bug that caused generated gmon.out profiles to...
2005-09-12 dasAdd a missing ldexpf() alias for amd64.
2005-09-12 rwatsonIntroduce no-op nosup fifo kqueue filter and detach...
2005-09-12 stefanfInclude a couple of headers to ensure consistency betwe...
2005-09-12 rwatsonComment test_lseek().
2005-09-12 rwatsonIn netkqfilter(), return EINVAL instead of 1 (EPERM...
2005-09-12 rwatsonIn vfs_kqfilter(), return EINVAL instead of 1 (EPERM...
2005-09-12 netchild- Fix the locking in dsp.c to prevent a LOR (AFAIK...
2005-09-12 rwatsonWhen a request is made to register a filter on a fifo...
2005-09-12 rwatsonFurther updates to fifo_io regression test:
2005-09-12 stefanf- Add prototypes for __cmpdi2() and __ucmpdi2().
2005-09-12 stefanfPut a getosreldate() prototype into <osreldate.h>,...
2005-09-12 stefanfInclude <osreldate.h> at the top of the file.
2005-09-12 stefanfUse prototypes for CHIN1() and CHIN().
2005-09-12 stefanfFix the prototypes for devname() and devname_r(), the...
2005-09-12 jkoshyProcess one NMI interrupt per handler invocation as...
2005-09-12 stefanfDon't declare ___res_ext() twice.
2005-09-12 jkimuse monotonic `time_uptime' instead of `time_second'
2005-09-12 leClean up.
2005-09-12 maximo Add shutdown(2) regression tests. At the moment...
2005-09-12 glebiusWhen message can't fit into socket receive buffer retur...
2005-09-12 nyanopt_pc98.h is not needed.
2005-09-12 stefanfMove the declaration of __cleanup to libc_private.h...
2005-09-12 nyanmore #ifndef PC98. This really fix the pc98 tinderbox.
2005-09-12 kensmithUpdate for RELENG_6.
2005-09-12 rwatsonRemove DFLAG_SEEKABLE from fifo file descriptors: fifos...
2005-09-12 rwatsonAdd fifo_misc, a regression test to hold misc. function...
2005-09-12 rwatsonUse different temporary directory templates for fifo_io...
2005-09-12 brianRemove this file as it's mostly out of date. Up-to...
2005-09-12 rwatsonOnly poll the fifo for read events if the fifo is attac...
2005-09-12 rwatsonAfter going to some trouble to identify only the write...
2005-09-12 rwatsonWhen a writer opens a fifo, wake up the read socket...
2005-09-12 rwatsonAdd an assertion that fifo_open() doesn't race against...
2005-09-12 rwatsonRather than reaching into the internals of the UNIX...
2005-09-12 rwatsonAdd fifo_io, a regression test for I/O operations on...
2005-09-12 phkIntroduce vfs_read_dirent() which can help VOP_READDIR...
2005-09-12 phkClean up prototypes.
2005-09-12 glebiusRemove ng_callout_init_mtx() macro. Mutexed callouts...
2005-09-12 impThis appears to be good for some folks, but really...
2005-09-12 impSince opti_detect is now only called on !PC98 machines...
2005-09-12 obrienMFamd64: use register_t's.
2005-09-12 obrienNote that Keyspan is also InnoSys Inc.
2005-09-12 teggeDon't retry when vget() returns ENOENT in the nonblocki...
2005-09-12 teggeGiant is no longer needed here.
2005-09-11 stefanfAdd a couple of missing MLINKS.
2005-09-11 alcEliminate unused definitions.
2005-09-11 mjacobRestore the 929X support that got nuked in merge
2005-09-11 obrienCanonize the include of acpi.h.
2005-09-11 netchildAdd the {get,put}ino man pages for those people which...
2005-09-11 obrienPer a request from Nick Triantos of nVidia, nVidia...
2005-09-11 rwatsonAfter going to some trouble to create a temporary direc...
2005-09-11 netchildFix hang at init for MagicMedia 256A[VX] chips. [1]
2005-09-11 stefanfThe arguments for time2posix() and posix2time() are...
2005-09-11 rodrigcForward declare z_errmsg with static linkage since...
2005-09-11 rodrigcForward declare atalkdomain with static linkage, not...
2005-09-11 rodrigcCast bf_sysid to const char * when passing it to strncm...
2005-09-11 rodrigcDo not declare M_NTFSMNT with extern linkage here,...
2005-09-11 maximA new version of rev. 1.4: postpone a temporary file...
2005-09-11 netchildPower up the external amplifiers additionally to poweri...
2005-09-11 netchildAdd some ad_wait_init() calls to fix some problems...
2005-09-11 netchildAllow to record non 8bit-mono formats even in half...
2005-09-11 rwatsonAdd fifo_open, a basic regression test for opening...
2005-09-11 cpercivaFix typo: ${PORTDIR} -> ${PORTSDIR}.
2005-09-11 phkDo not destroy the queue mutex until the thread is...
2005-09-11 mlaierStop leaking a lock. This used to cause a propagate_pr...
2005-09-11 netchildFix misdetection of the sound chip on PC98 systems...
2005-09-11 netchildFix a bug in volume calculation, this sometimes gives...
2005-09-11 truckmanRelocate witness_levelall(), witness_leveldescendents...
2005-09-11 obrienThe kernel-depend target doesn't get any information...
2005-09-11 marcelClaim frames corresponding to tl(0|1)_intr and tl0_trap...
2005-09-11 marcelUnwind across intrframes as well. While here, better...
2005-09-11 marcelUnwind across intrframes as well.
2005-09-11 impChange hw.pci.do_powerstate from a boolean to a range...
2005-09-11 obrienDon't pollute the entire kernel build with -I$S/contrib...
2005-09-11 impAllow one to access the cached values for CMDREG, CACHE...
2005-09-11 obrienDon't pollute the entire kernel build with -I$S/contrib...
2005-09-11 obrienDon't pollute the entire kernel build with -I$S/contrib/pf.
2005-09-11 obrienDon't pollute the entire kernel build with -I$S/contrib...
2005-09-11 obrienDon't pollute the entire kernel build with -I$S/dev...
2005-09-11 marcelUnwind across trap frames. Handles all entry points...
2005-09-11 obrienFor HEAD, install a kernel with debug information if...
2005-09-10 marcelUnwind across trapframes. All kernel entries are handled.
2005-09-10 kientzleStyle issue: Don't include <wchar.h> where it is not...
2005-09-10 grehanComment out ofw_console 'screen' entry and zs tty entries.
next