]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-10-10 impThe got_siginfo = 0 should have been got_sigalarm=0...
2004-10-10 julianDon't release the slot twice.. sched_rem() has already...
2004-10-10 julianRemove duplicate line.
2004-10-10 impConvert to newbus. (chances are we could now move...
2004-10-09 rwatsonModify entropy harvesting locking strategy:
2004-10-09 rwatsonAdd a simple C-based TCP connection generator, which...
2004-10-09 njlFix fsbtodb() for UFS1. This fixes an overflow for...
2004-10-09 csjpAdd a note to the man page warning users about possible...
2004-10-09 greenIn the previous revision, I did not intend to change...
2004-10-09 stefanfUse the FP_ILOG macros from <math.h> rather than hardco...
2004-10-09 maximo Backout rev. 1.16, see 1.3 commit log for more info.
2004-10-09 rwatsonAcquire the send socket buffer lock around tcp_output...
2004-10-09 rwatsonAdd SOCKBUF_UNLOCK_ASSERT(), which asserts that the...
2004-10-09 kensmithFlush the register windows before we start changing...
2004-10-09 sosAdd support for the ICH6 in legacy mode.
2004-10-09 leMake fsck WARNS=2 clean.
2004-10-09 stefanfInclude <unistd.h> for {g,s}eteuid().
2004-10-09 desReturn 0, not NULL, from a function declared as returni...
2004-10-09 joergForcibly create symlinked headers, otherwise the build...
2004-10-09 glebiusRemove inlined m_tag_free(). Rename _m_tag_free() to...
2004-10-09 obrienstyle(9)
2004-10-09 greenDon't "implicitly order all sleep locks before spin...
2004-10-09 takawataDon't use matchlvl attach arg. It seems to be not initi...
2004-10-09 yongariPort NetBSD auxio driver. The driver was modified to...
2004-10-09 scottlDon't count RNBC (internal buffer full) towards the...
2004-10-09 keramidaDelete a .Fn that had no argument and
2004-10-09 scottl3 important fixes for growfs:
2004-10-08 davidxuif system scope thread didn't set timeout, don't call...
2004-10-08 sosOnly do the geometry translations on ad* devices, other...
2004-10-08 glebiusWhen send()ing to syslogd return ENOBUFS keep trying...
2004-10-08 keramidaUse a real (and compact) list for a filename list;...
2004-10-08 truckmanEliminate linked list used to track inodes with an...
2004-10-08 julianMake less wrong for desciptions of signal handling
2004-10-08 keramidaTo avoid pushing the paragraph text too far from the...
2004-10-08 keramidaClose a .Bl list with an .El to fix a groff warning.
2004-10-08 greenFix critical stability problems that can cause UMA...
2004-10-08 rwatsonAdd a version of netsend that uses the interval timer...
2004-10-08 njlUpdate a quirk for the ASUS P5A to disable the timer...
2004-10-08 mlaierFix sis, bfe and ndis in the same way dc was fixed:
2004-10-08 hrsNew release notes:
2004-10-08 mtmRemove a reference to a non-existent syscall: _thr_exit...
2004-10-08 mtmRemove an unused variable.
2004-10-08 keramidaFix an mdoc warning:
2004-10-08 rwatsonUse int format string, not a long format string.
2004-10-08 mlaierChange pfil starvation prevention from fail-open to...
2004-10-08 phkOnly print progress statistics once per second.
2004-10-08 glebius- sort struct rtentry fields in man page in some order...
2004-10-08 glebiusAdd more MLINKS for rtalloc.9
2004-10-08 glebiusMore grammar cleanups from MDocGuard^WRuslan.
2004-10-08 alcMake pte_load_store() an atomic operation in all cases...
2004-10-08 phkUse generic tty processing code instead of local copy.
2004-10-08 greenMention the dc(4) driver's support, and ipfw(8)'s class...
2004-10-08 greenReference altq(4) instead of pf.conf(5).
2004-10-08 greenCommit forgotten documentation for "diverted" rules.
2004-10-08 brooksSince net/net_osdep.c contained only one function that...
2004-10-08 dougb1. Incorporate most of Ruslan's improvements to where...
2004-10-07 bmsStyle. Use ETHER_IS_MULTICAST() appropriately instead...
2004-10-07 mlaierRemove obsolete references to PFIL_HOOKS and RANDOM_IP_ID
2004-10-07 kensmithBack out v1.58... We still don't know what is causing...
2004-10-07 pjdBe sure to always return 0 for negative access requests.
2004-10-07 sosMove the PC98 specific geometry "gunk" to geom_pc98...
2004-10-07 impOoops. Forgot the man page for pbio.4 in my port from...
2004-10-07 impPort pbio to HEAD.
2004-10-07 mlaierRename the QUEUEING section to QUEUEING/ALTQ to make...
2004-10-07 mtmForced commit:
2004-10-07 davidxuUse PTHREAD_SCOPE_SYSTEM to decide what should be done.
2004-10-07 rwatsonWhen running with debug.mpsafenet=0, initialize IP...
2004-10-07 mtmF\98
2004-10-07 mtmRemove the requirement for the FreeBSD keyword as it...
2004-10-07 davidxuFollow kernel change, restore signal mask correctly...
2004-10-07 davidxuAdd an execve command for kse_thr_interrupt to allow...
2004-10-07 mlaierAdd a minimal altq.4 manpage to tell about the kernel...
2004-10-07 sosAdd SHARP to the pool of drives that doesn not need...
2004-10-07 glebiusMdoc and grammar fixes.
2004-10-07 glebius- note that RTF_PRCLONING is obsoleted
2004-10-07 pjd- Be more userfriendly and allow to specify gbde device...
2004-10-07 desAdd support for Pentium M, Pentium 3M and Pentium 4M.
2004-10-07 phkUse generic ttycode instead of local copy.
2004-10-07 pjdOnly try to attach if parent device actually exists.
2004-10-07 mtmNote libthr ABI breakage.
2004-10-07 davidxuRegen to unbreak world.
2004-10-06 dasBack out rev 1.240; it is unnecessary. In particular,
2004-10-06 phkDon't set the BIO_ONQUEUE debugging flag until we actua...
2004-10-06 phkUse generic tty code instead of local copies.
2004-10-06 kensmithBack out v1.49. Recent findings suggest sparc64 may...
2004-10-06 sosFix the PC98 lockups on boot.
2004-10-06 pjdGeoms without softc are geoms which are initialized...
2004-10-06 schweikhCorrect grammos. Added BUGS: may mishandle nonstandard...
2004-10-06 jhb- Fix the compile to chase the p_rux changes.
2004-10-06 impAdd missing 'static'
2004-10-06 pjdLock file for gbde devices is optional.
2004-10-06 mtmClose a race between a thread exiting and the freeing...
2004-10-06 pjdLook out for geoms without softc.
2004-10-06 davidxuAllocate red zone and stack space together and then...
2004-10-06 impFor older systems with ACPI which don't have a pci...
2004-10-06 impFor legacy PCI bridges, limit memory allocation to...
2004-10-06 brooksMention "-d directory" in usage().
2004-10-06 greenDon't recurse the BPF descriptor lock during the BIOCSD...
2004-10-06 suzfixed too delayed routing cache expiry. (tvtohz()...
2004-10-06 marcelAdd the Madison II, which is the second generation...
next