]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-01-05 simokawa- Change definition of fc->maxrec same as fwdev->maxrec.
2003-01-05 jake- Reorganize PMAP_STATS to scale a little better.
2003-01-05 obrienAdd a manpage for the LAN Media Corp PCI WAN adapter...
2003-01-05 jakeSync with zs.
2003-01-05 jakeMake imgact_elf32.c compile on sparc64.
2003-01-05 jake- Provide backwards compatibility for kern.fallback_elf...
2003-01-05 tjrNo need to include <assert.h> here.
2003-01-05 alcUse atomic add and subtract to update the global wired...
2003-01-05 tjrRepair vnode locking in portal_lookup(). Specifically...
2003-01-05 keramidaFix a reference to the order of SYNOPSIS lines.
2003-01-05 marcelAdopt, adapt and improve:
2003-01-04 phkTemporarily introduce a new VOP_SPECSTRATEGY operation...
2003-01-04 jakeImprove the way that an elf image activator for an...
2003-01-04 phkAdd "ifstat" display:
2003-01-04 phkWhen we close a display, mark it as not-initialized...
2003-01-04 phkIntroduce the
2003-01-04 phkresort vnode ops list
2003-01-04 phkresort the vnode ops list.
2003-01-04 peterUnifdef has got some crack-smoking exit values:
2003-01-04 phkMove #include of ddb/ddb.h up with the rest.
2003-01-04 alcAllow kmem_malloc() without Giant if M_NOWAIT is specified.
2003-01-04 alcUse vm_object_lock() and vm_object_unlock() in vm_objec...
2003-01-04 alcRefine the assertions in vm_page_alloc().
2003-01-04 obrienReformat.
2003-01-04 obrienAdd the ability to debug C++ programs using v2 and...
2003-01-04 fjoeGC 'char sigmap[]' (it is no longer used)
2003-01-04 phkExport tc_tick with sysctl, not tick.
2003-01-04 impMerge from P4:
2003-01-04 obrienComplete the bzip2 suite.
2003-01-04 schweikhs/Kank/Kang/ (the klingon)
2003-01-04 schweikhTypo: s/CTLTYPE_DYN/CTLFLAG_DYN
2003-01-04 schweikhComment out imap3@220 and imap4-ssl@585 which are not...
2003-01-04 simokawa- Remove speed_map API because speed_map is obsoleted...
2003-01-04 schweikhAdd 1701/l2tp, layer 2 tunnelling protocol, as per...
2003-01-04 hsuRemove unnecessary lock assertion.
2003-01-04 davidxuSome KSE syscalls are MPSAFE.
2003-01-04 phkReplace spec_bmap() with vop_panic: We should never...
2003-01-04 simokawa- Handle zero sized directory right way.
2003-01-04 simokawa- Replace printf() with device_printf().
2003-01-04 tjrstrptime(), like strftime(), does not handle multibyte...
2003-01-04 tjrMention in the BUGS section that strftime() does not...
2003-01-04 phkDon't call VOP_BMAP on VCHR vnodes when the logical...
2003-01-04 nyanRename the dos_partition structure for pc98 to pc98_par...
2003-01-04 jakeUse a separate macro to generate the name of the sysctl...
2003-01-04 phkSince Jeffr made the std* functions the default in...
2003-01-04 jakeUse __CONCAT and __XSTRING when concatenating or string...
2003-01-04 tjrFix three warnings:
2003-01-04 jakeAdd a sysctl to get the vm protections for the stack...
2003-01-04 tjrstyle(9): return type on separate line from function...
2003-01-04 alcHold the page queues lock around pmap_remove_pte()...
2003-01-04 simokawa- Propagate suspend/resume to child devices.
2003-01-04 tjrFix a number of bugs noticed by more extensive testing:
2003-01-04 davidxuSet kse mailbox pointer to NULL when P_KSES is turned...
2003-01-04 tjrAdd a regression test for wordexp() and wordfree().
2003-01-04 umegifconfig(8) was depricated.
2003-01-04 tjrRename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to...
2003-01-04 tjrBracket the prototype for ulimit() with __BEGIN_DECLS...
2003-01-04 tjrRemove unused variable: sz.
2003-01-04 tjrRemove unused variable: size.
2003-01-04 tjr#include <string.h> for strcmp()'s prototype.
2003-01-04 tjrRemove unused variable: omask.
2003-01-04 tjr#include <sys/linker.h> for kldload()'s prototype.
2003-01-04 tjr#include <string.h> for strlen()'s prototype.
2003-01-03 tjr#include <ctype.h> for isspace()'s prototype (or a...
2003-01-03 tjrAdd missing #include "namespace.h".
2003-01-03 tjrRemove unused variable: ntmp.
2003-01-03 tjr#include <string.h> for strcmp()'s prototype.
2003-01-03 tjr#include "local.h" to make __svfscanf()'s prototype...
2003-01-03 tjrRemove an unused variable: `sb' in fts_read().
2003-01-03 tjrRemove an unused variable, `sverrno', which has not...
2003-01-03 marcelMake this build and sync-up:
2003-01-03 trhodesmdoc(4) police: Markup. Fix 1 hard sentence break.
2003-01-03 trhodesmdoc(7) police: Remove hard sentence breaks.
2003-01-03 trhodesmdoc(7) police: markup nits.
2003-01-03 julianWhite space fixes
2003-01-03 julianMake an explicit flag to indicate that a KSE has a...
2003-01-03 julianDon't need to set retvals to 0 in the non error case...
2003-01-03 alcRefine the assertion in vm_object_clear_flag() to allow...
2003-01-03 phkRevert use of dmmax_mask, I had overlooked a '~'.
2003-01-03 jhbDocument bit 31 of the cpuid features word as PBE ...
2003-01-03 tmmReenable building in share/mklocale for sparc64. It...
2003-01-03 phkAdd various command line options, most notably sort...
2003-01-03 mikeOptimize errstr() by reducing the number of times it...
2003-01-03 phkMake struct swblock kernel only, to make vm/swap_pager...
2003-01-03 phkAvoid extern decls in .c files by putting them in the...
2003-01-03 phkUse correct _VM_SWAP_PAGER_H_ to check for multiple...
2003-01-03 tjrReset the stream orientation to 0 (unoriented) in freop...
2003-01-03 tjrIt is no longer necessary to include sys/types.h before...
2003-01-03 tjrDescribe WRDE_NOCMD in the same way that we describe...
2003-01-03 phkRetire sys/dmap.h by including the two lines of it...
2003-01-03 alcLock the vm object when performing vm_object_clear_flag().
2003-01-03 phkRemove CCDF_SWAP and CCDF_PARITY, they have never been...
2003-01-03 phkRemove CCDF_SWAP and CCDF_PARITY. They have never...
2003-01-03 nyanMFMBR: Add ioctls for writing an IPL and a boot menu.
2003-01-03 nyanMerged from sys/isa/fd.c revision 1.243.
2003-01-03 phkConvert calls to BUF_STRATEGY to VOP_STRATEGY calls...
2003-01-03 sammanage kernel threads properly; especially shutting...
2003-01-03 samMFS: crypto timing support; purge usercrypto sysctl...
2003-01-03 phkRemove unused second argument from DEV_STRATEGY().
2003-01-03 alcAdd vm map and vm object locking to vmtotal().
next