]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-10-24 John BaldwinRename 'device acpica' to 'device acpi'.
2002-10-24 Andrew GallatinDocument the (alpha only) "out of memory" and "PT_LOAD...
2002-10-24 Maxime HenrionFix ipfw2 panics on 64-bit platforms.
2002-10-24 Luigi Rizzosrc and dst address were erroneously swapped in SRC_SET...
2002-10-24 Luigi RizzoFix a bug in MAKEDEV -- when creating /dev/usb, the...
2002-10-24 Poul-Henning... Don't try to be cute and save a call/return by implemen...
2002-10-24 Andrew Gallatinanother int * to size_t * change for getbsize() to...
2002-10-24 Andrew Gallatingetbsize() now takes a pointer to a size_t as its first...
2002-10-24 Poul-Henning... Report the MONITOR bit.
2002-10-24 Robert WatsonProvide kernel options for the various MAC policy modul...
2002-10-24 Robert Watsondevice rc no longer requires a count since jhb newbussi...
2002-10-24 Robert WatsonHave ftpd specify the LOGIN_SETMAC flag to setlogincont...
2002-10-24 Robert Watson# WARNING: lukemftpd does not support PAM, MAC, per...
2002-10-24 Robert WatsonInstall mac_partition include files.
2002-10-24 David Xurespect TDF_SINTR, also for SINGLE_NO_EXIT threading...
2002-10-24 Andrew Gallatin#ifdef out assignToPartition on non x86 arches to unbre...
2002-10-24 Ruslan ErmilovEliminate warnings.
2002-10-24 Ruslan ErmilovPreprocess with tbl(1), eliminate warnings.
2002-10-24 Bruce EvansRestored sigaction's name in its prototype.
2002-10-24 Ruslan ErmilovFixed a warning.
2002-10-24 Juli MallettWhen expanding a specific [1-char] variable, only expan...
2002-10-24 Sheldon Hearn* Modernize aio(4), providing instructions for static...
2002-10-24 Ruslan ErmilovFixed references and a bunch of other warnings.
2002-10-24 Dag-Erling... Add cross-references to the aio(4) manual page.
2002-10-24 Dag-Erling... Add a simple man page for the aio facility.
2002-10-24 Ruslan ErmilovA version of SGR disabling stuff that is believed to...
2002-10-24 Mitsuru IWASAKIAdd new loader tunable hw.acpi.ec.event_driven so that...
2002-10-24 Maxime HenrionFix kernel build on sparc64 in the IPDIVERT case.
2002-10-24 David Xudon't forget to remove kse from idle queue.
2002-10-24 Julian ElischerMove thread related code from kern_proc.c to kern_thread.c.
2002-10-24 Jeff Roberson - Now that uma_zalloc_internal is not the fast path...
2002-10-24 Marcel Moolenaaro Fix a size calculation based on a 8KB page, while...
2002-10-24 Yoshihiro TakahashiRemove unneeded variables.
2002-10-24 Yoshihiro TakahashiThe rc driver is not needed for pc98.
2002-10-24 Marcel MoolenaarBuild the following modules on ia64 as well:
2002-10-24 Jeff Roberson - Move the destructor calls so that they are not calle...
2002-10-24 Jun KuriyamaUnbreak by merging the change in r1.51 of src/libexec...
2002-10-24 Juli MallettDuplicate the variable name in the v->name field, as...
2002-10-24 Kris KennawayRemove gcc-specific optimization/debugging CFLAGS
2002-10-24 Tim J. RobbinsReplace wcsstr() with an implementation based on strstr...
2002-10-24 Tim J. RobbinsRestore Berkeley SCCS id.
2002-10-24 Robert WatsonCommit of Makefile missed in earlier pass.
2002-10-24 Ian DowseUnbreak the automatic remapping of an INADDR_ANY destin...
2002-10-24 Robert WatsonMinor tweaks to the acpi.4 man page: xref acpiconf...
2002-10-24 Tim J. RobbinsRemove the Standards section again until we get these...
2002-10-24 Chris CostelloPlace mac_prepare() with the other mac_prepare*() funct...
2002-10-24 Robert WatsonAttempt improved use of fts results: use the correct...
2002-10-24 Chris Costellomac_free() no longer accepts a void * parameter; only...
2002-10-24 Robert WatsonTeach "ls -Z" to use the policy-agnostic MAC label...
2002-10-24 Robert WatsonUse the MAC interface to list process MAC labels rather...
2002-10-23 Chris CostelloRemove superfluous empty "FILES" section.
2002-10-23 Chris CostelloRemove hard sentence breaks.
2002-10-23 Robert WatsonProvide a simple sample labeled access control policy...
2002-10-23 Robert WatsonProvide a simple sample labeled access control policy...
2002-10-23 Juli MallettRemove efree(), it isn't used consistently enough to...
2002-10-23 Robert WatsonRename ifconfig's "mac" argument to "maclabel" to preve...
2002-10-23 Mark MurrayFix for changed getbsize arg type.
2002-10-23 Kirk McKusickWe must be careful to avoid recursive copy-on-write...
2002-10-23 Andrew GallatinRemove the hack to build groff statically on alpha...
2002-10-23 Poul-Henning... More lobotomy:
2002-10-23 Poul-Henning... Remove another 10 mindless #ifdefs.
2002-10-23 John BaldwinWe always need sys/pcpu.h now, not just for the SMP...
2002-10-23 Poul-Henning... Rely on sysctl kern.disks to be there, and get rid...
2002-10-23 Poul-Henning... Remove unnecessary ioctls tickling kernel side to reali...
2002-10-23 Poul-Henning... Untangle #ifdefs in the write-end of things by giving...
2002-10-23 Poul-Henning... Separate the struct disklabel filling stuff from the...
2002-10-23 Mark MurrayChange the type of an unused variable to appease a...
2002-10-23 Ruslan ErmilovA crude temporary hack to fix building of ms(7) formatt...
2002-10-23 Mark MurrayAdjust for getbsize argument type change.
2002-10-23 Mark MurrayAdjust argument passed to getbsize().
2002-10-23 Poul-Henning... Remove NO_GEOM from sparc64.
2002-10-23 Mark MurrayRemove duplicate declaration.
2002-10-23 Mark MurrayRemove unneeded function prototypes.
2002-10-23 John Baldwin- New-bussify the rc(4) device driver.
2002-10-23 Hidetoshi ShimokawaDon't send/recieve packets when the interface is down.
2002-10-23 John Baldwinnpx(4) doesn't honor port hints so don't provide an...
2002-10-23 Poul-Henning... Fix cut&paste mistake.
2002-10-23 Mark MurrayMake the first argument of getbsize a size_t* instead...
2002-10-23 Hidetoshi Shimokawa- Dequeue OCBs more safely in sbp_abort_all_ocbs().
2002-10-23 Yoshihiro Takahashi- The GEOM system does not work on pc98.
2002-10-23 Yoshihiro TakahashiMFi386: revision 1.10
2002-10-23 Poul-Henning... Only define SEEK_{SET,CUR,END} if not already defined...
2002-10-23 Ruslan ErmilovNeed to run lint1 from ${WORLDTMP}/usr/libexec during...
2002-10-23 Tim J. RobbinsFix the NetBSD RCS id's on these files; somehow they...
2002-10-23 Tim J. RobbinsReimplement more efficiently, using a single forward...
2002-10-23 Tim J. RobbinsReimplement, handling the case where c == L'\0' correct...
2002-10-23 Poul-Henning... Add the new extra argument also in the alpha case.
2002-10-23 Hajimu UMEMOTOquery ip6.arpa then ip6.int for IPv6 reverse lookup...
2002-10-23 Dag-Erling... Whitespace cleanup.
2002-10-23 Mark MurrayBe consistent about declaring a function "static",...
2002-10-23 Mark MurrayConstify, staticify, rationalise types and fix other...
2002-10-23 Tim J. RobbinsAdd a Standards section, claiming conformance to IEEE...
2002-10-23 Mark MurrayConstify to squash some warnings.
2002-10-23 Mark MurrayVery minor whitespace/style nit.
2002-10-23 Mark MurrayPut parentheses around function-like macros to shut...
2002-10-23 Maxim KonovalovKill EOL spaces.
2002-10-23 Maxim KonovalovUse syslog for messages about dropped sessions, do...
2002-10-23 Dag-Erling... Translate to English.
2002-10-23 Dag-Erling... This commit was generated by cvs2svn to compensate...
2002-10-23 Dag-Erling... (MFP4#19900) Write message to stdout, not stderr.
next