]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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...
2003-03-03 Murray StokelyUpdate maintainer. Thanks to Jordan for getting this...
2003-03-03 Garance A DrosehnA variety of cosmetic changes, mostly to (slightly...
2003-03-03 Garance A DrosehnCollapse two more parameters to dotrim() into the ...
2003-03-03 Garance A DrosehnChange to using uid_t and gid_t instead of int. Also...
2003-03-03 David E. O... Restore vendor ID.
2003-03-03 David E. O... Use __FBSDID.
2003-03-03 Marcel MoolenaarFix a machine check abort caused by the EFI loader...
2003-03-03 Matthew N.... Use IFP2AC() rather than casting to struct arpcom *
2003-03-03 Matthew N.... De-register.
2003-03-03 Garance A DrosehnFix the interactions between specific log files given...
2003-03-02 Garance A DrosehnAdd a command-line option of '-R somename', which indic...
2003-03-02 Robert WatsonA cute yet small MAC policy that provides a simple...
2003-03-02 David E. O... Embellish the list of supported devices.
2003-03-02 Dag-Erling... Get rid of caddr_t.
2003-03-02 Garance A DrosehnAdd a command-line option of '-s', which indicates...
2003-03-02 Matthew N.... Reduce code duplication. This adds the function rt_che...
2003-03-02 Ruslan ErmilovAbuse `cleandir' for what `clobber' was supposed to...
2003-03-02 Matthew N.... Support ICMP_TSTAMP/ICMP_TSTAMPREPLY.
2003-03-02 Ruslan ErmilovFixed sys/boot/pc98/boot2/Makefile to use kern.mk and
2003-03-02 Ruslan Ermilovmdoc(7) police: Added missing markup bits.
2003-03-02 Ruslan Ermilovmdoc(7) police: Nits.
2003-03-02 Poul-Henning... Explicitly initialize all cdevsw methods with the relev...
2003-03-02 Poul-Henning... Spell noread() and nowrite() correctly (ie: not "NULL")
2003-03-02 Poul-Henning... Don't use evil casts in cdevsw initialization.
2003-03-02 David E. O... This commit was generated by cvs2svn to compensate...
2003-03-02 David E. O... Another traffice ticket for crossing the .'ed line...
2003-03-02 Poul-Henning... Use canonical format for cdevsw initialization.
2003-03-02 Poul-Henning... Use canonical format for cdevsw initilization.
2003-03-02 Poul-Henning... Use canonical name for cdevsw initialization.
2003-03-02 Poul-Henning... Use canonical form for cdevsw initialization.
2003-03-02 Hartmut BrandtAdd two loader tuneables that allow one to change the...
2003-03-02 Dag-Erling... More low-hanging fruit: kill caddr_t in calls to wakeup...
2003-03-02 Poul-Henning... Put cdevsw initialization on canonical format.
2003-03-02 Poul-Henning... Fix cdevsw initialization commit to follow canonical...
2003-03-02 Dag-Erling... Clean up whitespace, s/register //, refrain from strong...
2003-03-02 Dag-Erling... uiomove-related caddr_t -> void * (just the low-hanging...
2003-03-02 Poul-Henning... Format the cdevsw like all other drivers do it for...
2003-03-02 Dag-Erling... Convert one of our main caddr_t consumers, uiomove...
2003-03-02 Dag-Erling... wakeup(9) and msleep(9) take void * arguments, not...
2003-03-02 Dag-Erling... Clean up whitespace, unregisterize, ANSIfy, remove...
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NO_GEOM cleanup:
2003-03-02 Poul-Henning... NODEVFS cleanup:
2003-03-02 Bill FennerMerge tcpdump 3.7.2
2003-03-02 Bill FennerThis commit was generated by cvs2svn to compensate...
2003-03-02 Bill FennerImport tcpdump 3.7.2 (fudging for multi-DLT support...
2003-03-02 Kirk McKusickClose out a possible race where anybody in group operat...
2003-03-02 Jeff Roberson - Hold the vnode interlock across calls to bgetvp...
2003-03-02 David E. O... Also allow and document a "build" ordering for variables.
2003-03-02 David E. O... o Do not use VPATH.
2003-03-02 Scott LongFix 'bulk in' and 'bulk out' being reversed in a couple...
2003-03-02 David E. O... Mdoc police.
2003-03-02 Kirk McKusickAdd the mksnap_ffs command to the sbin directory. This...
2003-03-01 Juli MallettForgot to update the date field; from David Magda ...
2003-03-01 Juli MallettAdd functionality to only list hosts specified on the...
2003-03-01 Alan CoxTeach vm_page_sleep_if_busy() to release the vm_object...
2003-03-01 Tom Rhodes`Word-smithing'
2003-03-01 Warner LoshAdd notes about which versions of firmware is known...
2003-03-01 Tor EggeRemove unneeded code added in revision 1.188.
2003-03-01 Bruce A. MahNew release note: NETNCP/nwfs working.
2003-03-01 Bruce A. MahUpdates for the status of ipfw(4) bugs [1] and NETWARE...
2003-03-01 Mike BarcroftShare ino_t and nlink_t.
2003-03-01 Hidetoshi ShimokawaDon't reset agent before processing OCB has done.
2003-03-01 Bruce A. MahUpdated release notes: add nooption/nomakeoption to...
next