]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2003-03-05 Maxim SobolevRemove local hack that somehow slipped into the previou...
2003-03-05 Duncan BarclayRetire some misleading comments and explain why we...
2003-03-05 John BaldwinDuplicate more of options.i386 in this file since we...
2003-03-05 Maxim SobolevAdd missed description for the `ds' (disc(4)) pseudo...
2003-03-05 Hajimu UMEMOTOLatest IPFilter requires flushing rules for IPv6 separately
2003-03-05 Ruslan ErmilovFurther fix the syntax by ignoring empty and whitespace...
2003-03-05 Orion HodsonBack out last commit, which is fine in theory, but...
2003-03-05 Tim J. RobbinsAdd prototype for coda_pathconf() that I missed in...
2003-03-05 Takeshi ShibagakiUsed correct aue_flags in ELECOM LD-USB/T and ELECOM...
2003-03-05 Takeshi ShibagakiFixed an issue which transfer no packets in combination...
2003-03-05 Doug BartonPut back the deletion of TEMPROOT/etc/passwd.
2003-03-05 Tim J. RobbinsAdd a minimal implementation of VOP_PATHCONF to silence...
2003-03-05 Tim J. RobbinsHandle the case where a_uio->uio_td == NULL properly...
2003-03-05 Doug BartonBetter handle the recent (desirable) change to create...
2003-03-05 David SchultzRaise the default value of TTYHOG from 1 kB to 8 kB...
2003-03-05 David SchultzMake TTYHOG tunable.
2003-03-05 Orion HodsonAttempt a hard reset if AC97 codec is not ready on...
2003-03-05 Marcel MoolenaarFix threaded applications on ia64 that are linked dynam...
2003-03-05 Marcel MoolenaarDon't cast an int to a pointer type without (possibly...
2003-03-05 Marcel MoolenaarABI breaker: Move the J_SIGMASK field in the jmpbuf...
2003-03-05 Warner LoshUpdate those versions of firmware that support ibss...
2003-03-05 Hidetoshi ShimokawaSet ldesc after dbch->ndesc has initialized.
2003-03-05 David SchultzRe-document unimplemented capabilities that were remove...
2003-03-04 Sean ChittendenDocument the tunable kern.ipc.nsfbufs in help.common...
2003-03-04 Jonathan LemonGC unused files.
2003-03-04 Jonathan LemonUpdate netisr handling; Each SWI now registers its...
2003-03-04 John BaldwinBah, fix a bogon in the last commit: get the sense...
2003-03-04 Jeff Roberson - Hold the buf lock while manipulating and inspecting...
2003-03-04 John BaldwinRemove safety belt: it is now ok to do a mtx_trylock...
2003-03-04 Tony FinchDon't complain about an early end-of-file in the -r...
2003-03-04 John BaldwinReplace calls to WITNESS_SLEEP() and witness_list(...
2003-03-04 John BaldwinAdd a WITNESS_WARN() call to verify that we hold no...
2003-03-04 John BaldwinA small overhaul of witness:
2003-03-04 John BaldwinMiscellaneous cleanups to _mtx_lock_sleep():
2003-03-04 John BaldwinProperly assert that mtx_trylock() is not called on...
2003-03-04 John BaldwinWrap the hyperthreading support code with the HTT kerne...
2003-03-04 Bosko MilekicFix bug introduced in 1.130. For the < MHLEN case...
2003-03-04 Poul-Henning... Fix a bug in the white-space remover.
2003-03-04 Peter WemmAdd cvsroot-all to the example
2003-03-04 Ruslan ErmilovDoh, committed to the wrong branch.
2003-03-04 Warner LoshStart whining to stderr when people use obsolete flags...
2003-03-04 Warner Loshanother obsolete flag
2003-03-04 Warner LoshCorrect mistake in T flag: weptxkey is the replacement
2003-03-04 Warner LoshDocument the obsolete flags as obsolete, with pointers...
2003-03-04 Poul-Henning... Bump __FreeBSD_version to mark new cdevsw initialization.
2003-03-04 Poul-Henning... Initialize the second buffer for mirroring to point...
2003-03-04 Ruslan ErmilovMFC: Ship with /etc/login.conf hashed.
2003-03-04 Sheldon HearnRegen:
2003-03-04 Hidetoshi ShimokawaFix printf warning on RELENG_4.
2003-03-04 Jeff Roberson - Create a function sched_interact_score() which decid...
2003-03-04 Jeff Roberson - Add a new 'flags' parameter to getblk().
2003-03-03 Jeff Roberson - Correct the wchan in vop_stdfsync()
2003-03-03 Ruslan ErmilovIf we carry our MODULES_WITH_WORLD, we probably also...
2003-03-03 Ruslan ErmilovFreeBSD 5.0 has stopped shipping /modules 2.5 years...
2003-03-03 Ruslan Ermilovexists() is too aggressive when searching for files...
2003-03-03 Ruslan Ermilov3rd party modules live in /boot/modules nowadays.
2003-03-03 Ruslan ErmilovCorrect the path to the modules directory.
2003-03-03 Ruslan ErmilovAdd an xref to kldconfig(8).
2003-03-03 Ruslan Ermilov/modules is gone long ago, use the safe equivalents.
2003-03-03 Alexey ZelkinMFlibc_r: add and document pthread_attr_get_np() function.
2003-03-03 Nate LawsonPick up one file missed in the previous vprint() cleanup
2003-03-03 Nate LawsonFinish cleanup of vprint() which was begun with changin...
2003-03-03 Bruce A. MahSA:03-04 note was a poor cut-n-paste from the SA. ...
2003-03-03 Bruce A. MahNew errata item: SA-03:04.
2003-03-03 Bruce A. MahNew release note: SA-03:04.
2003-03-03 Bruce A. MahUpdated release notes: sendmail-8.12.8 (+MFC), tcpdump...
2003-03-03 Gregory Neil... sendmail 8.12.8 has been imported
2003-03-03 Gregory Neil... Fix conflicts from sendmail 8.12.8 import
2003-03-03 Gregory Neil... This commit was generated by cvs2svn to compensate...
2003-03-03 Gregory Neil... Import sendmail 8.12.8
2003-03-03 Poul-Henning... Rearrange the members of struct cdevsw to be absolutely...
2003-03-03 Poul-Henning... Make nokqfilter() return the correct return value.
2003-03-03 Garance A DrosehnAdd missing 'static' on two routines, so they match...
2003-03-03 Hidetoshi ShimokawaSimplify ORB queue management.
2003-03-03 Poul-Henning... Add a "-S sectorsize" option to enable Kirk to find...
2003-03-03 Poul-Henning... Don't initialize d_kqfilter to 0.
2003-03-03 Dag-Erling... Add and document support for a FETCH_BIND_ADDRESS envir...
2003-03-03 Poul-Henning... Gigacommit to improve device-driver source compatibilit...
2003-03-03 Peter GrehanSimplify ofw_pci_fixup(). It doesn't need to be recursi...
2003-03-03 Ruslan Ermilovmdoc(7) police: Revision.
2003-03-03 Søren SchmidtMinor cleanup of the Promise code.
2003-03-03 Ruslan Ermilovmdoc(7) police: Nits.
2003-03-03 Ruslan ErmilovMake sure the default install comes with /etc/login...
2003-03-03 Søren SchmidtAlways set the setmode funcptr.
2003-03-03 Poul-Henning... Don't pick up a name from the dev_t if it is not there.
2003-03-03 Dag-Erling... Nuke caddr_t.
2003-03-03 Murray StokelyAdd another index checking script to ensure the sanctit...
2003-03-03 Juli MallettStrip out bogus difference from when this came from...
2003-03-03 Ruslan ErmilovLeave the `clobber' target alone, it clobbers too much...
2003-03-03 Murray StokelyUpdate the number of ports in the ports collection...
2003-03-03 Dag-Erling... Clean up whitespace and remove register keyword.
2003-03-03 Dag-Erling... More caddr_t removal, in conjunction with copy{in,out...
2003-03-03 Ruslan ErmilovCatch up with sys/conf/kern.post.mk,v 1.39 -- we can...
2003-03-03 Matthew N.... Revert last commit. File tracks NetBSD.
2003-03-03 Jeff Roberson - Shift the tick count by 10 and back around sched_pct...
2003-03-03 David Schultz- Document the fact that we now use pam_passwdqc(8...
2003-03-03 Matthew N.... sizeof(struct llc) -> LLC_SNAPFRAMELEN
2003-03-03 Jeff Roberson - In sched_add() special case PRI_TIMESHARE and PRI_IT...
2003-03-03 Jeff Roberson - Refrain from setting the td_priority in sched_wakeup...
2003-03-03 Hidetoshi ShimokawaDefer allowing async. requests after self ID's have...
next