]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2001-12-21 rumdoc(7) police: fix markup, remove stray .Xr.
2001-12-21 jlemonRemove a change that snuck in from my private tree.
2001-12-21 jlemonIf syncookies are disabled (net.inet.tcp.syncookies...
2001-12-21 peterAvoid an interaction between syncache and accept filter...
2001-12-21 acheRemove duplicated chars
2001-12-21 bmahNew release notes: sysinstall(8) now turns on Soft...
2001-12-21 jedgarUse a more secure method of creating the temporary
2001-12-21 pirzykAdd support for the Intel 82443MX chipset
2001-12-20 jhbIntroduce a standard name for the lock protecting an...
2001-12-20 jkhEnable soft updates by default for everything but the...
2001-12-20 peterFix typo. s/pa/va/. *blush*
2001-12-20 dillonFix a BUF_TIMELOCK race against BUF_LOCK and fix a...
2001-12-20 bmahAdd some remarks on em(4).
2001-12-20 acheAdd uk_UA.ISO8859-5 locale
2001-12-20 acheFix codes
2001-12-20 bmahDelete a release note regarding mergemaster(8) which...
2001-12-20 acheFix codes
2001-12-20 phantomstyle(9)'ify
2001-12-20 pdeuskar-Remove unneeded include stddef.h
2001-12-20 bmahModified release note: syncache with syncookies.
2001-12-20 wilkoA case of ninfo (non-info)
2001-12-20 sheldonhRecommend the use of 'noauto' for all remote filesystem...
2001-12-20 bmahNew release note: xl(4) bugfix.
2001-12-20 bmahUpdate smbfs release note for module-loading.
2001-12-20 sheldonhCorrect the given path to nsmb.conf in the comments...
2001-12-20 sheldonhSupply SMB_CFG_FILE in CFLAGS. The newly imported...
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 sheldonhImport smbfs-1.4.2.
2001-12-20 nectarUse correct mode for temporary file.
2001-12-20 bpPrevious commit was intented to silence a warning,...
2001-12-20 phantomAdd my e-mail to copyrights
2001-12-20 markmRe-enable tip, now that the import and merge are done.
2001-12-20 markmFix merge conflicts, and because this still has a zilli...
2001-12-20 markmBring files back from the dead prior to remote commit...
2001-12-20 markmTemporarily remove tip(1) from the build while I upgrad...
2001-12-20 sheldonhSilence harmless "smbfs_closel: Negative opencount...
2001-12-20 jimAdd missing snd_ich_load entry.
2001-12-20 ddActually make use of the md_version field of 'struct...
2001-12-20 peterI am not sure if it is a good idea or not to have my...
2001-12-20 peterReplace a bunch of:
2001-12-20 jkhAdd Apple's filesystem exercising tool.
2001-12-20 peterFix some whitespace nits, and a minor error that I...
2001-12-20 peterFix some whitespace nits, converge with other pmap.c's
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-20 peterFix the 'nm' -> segfault bug (on the vendor branch...
2001-12-20 wpaulMention that the Xircom and Conexant chips are supported in
2001-12-19 dillonPseudofs was leaking VFS cache entries badly due to...
2001-12-19 bmahClarify dirprefs release note.
2001-12-19 acheAdd missing {} to 'for'. It fix coredump (result of...
2001-12-19 acheAdd (unsigned char) cast to ctype macros
2001-12-19 phkFix
2001-12-19 phkComment out DEVICE_POLLING so that LINT compiles again.
2001-12-19 impMake this driver a better citizen by moving dev creatio...
2001-12-19 dillonCalculate whether the sbuf is dynamic *before* bzero...
2001-12-19 orionCorrect unexpected interrupt detection.
2001-12-19 wpaulFix the "conexant chips don't work in full duplexmode...
2001-12-19 wpaulFix compiler warning in dc_intr(): if the only code...
2001-12-19 orionNitlets.
2001-12-19 orionClear resume interrupts - these can occur during initia...
2001-12-19 brianDon't assume that /var/run and /var/spool/lock are...
2001-12-19 brianIt's no longer necessary to ensure that ``gate'' is...
2001-12-19 brianOnly call rt_getifa() if we've either been passed a...
2001-12-19 jlemonWhen storing an int value in a void *, use intptr_t...
2001-12-19 yarDon't try to free a NULL route when doing IPFIREWALL_FO...
2001-12-19 sheldonhAdd another PS2 PNP id.
2001-12-19 mdoddAllow retrieval of the virtual address of the AGP aperture
2001-12-19 mdoddDon't put variable declarations in header files, put...
2001-12-19 ruMake ``df -l'' work when no network filesystems are...
2001-12-19 jlemonExtend the SYN DoS defense by adding syncookies to...
2001-12-19 impxinstall is part of the upgrade path for 4.4-RELEASE...
2001-12-19 bmahForced commit: Previous commit message should have...
2001-12-19 bmahMFC: ftpd(8) -o/-O.
2001-12-19 bmahNew release note: i386 performance enhancements for...
2001-12-19 jhbDisplay the right message for the SiS 645 chipset.
2001-12-19 peterDo not initialize static/global variables to 0. Use...
2001-12-19 peterUse a different mechanism to get the vnlru process...
2001-12-19 jhbFix comment for the SiS 645 chipset to be 645 instead...
2001-12-19 jhbDocument that rfork() will return EINVAL if flags not...
2001-12-19 jhbMake RFPPWAIT a kernel-only flag. Programs desiring...
2001-12-19 luigiComplete the device polling support by adding a thread...
2001-12-19 jhbReturn EINVAL if kernel only flags are passed to the...
2001-12-18 pbFix typo in usage (power same -> power save).
2001-12-18 jhbAxe stale extern for a non-existent variable.
2001-12-18 joergChange the test for _MACHINE_ARCH == i386 into #ifdef...
2001-12-18 mikehSync with most of NetBSD's changes, including:
2001-12-18 dillonThis is a forward port of Peter's vlrureclaim() fix...
2001-12-18 greenset TMPDIR to /tmp
2001-12-18 jhbMerge part of revision 1.18 of sys/i386/linux/linux_mac...
2001-12-18 julianIn a couple of places, we recalculated addresses we...
2001-12-18 jhbDon't use RFTHREAD when creating a kernel process.
2001-12-18 ruAdd LIBSMB.
2001-12-18 ruWhitespace police.
2001-12-18 mckusickChange the atomic_set_char to atomic_set_int and atomic...
2001-12-18 jhbWhitespace fix.
2001-12-18 bmahThe smbutils import really only applies to the i386...
2001-12-18 ruFixed the bug in transparent TCP proxying with the...
2001-12-18 joeAdd tbl and tbsp as contractions of tablespoon, and...
2001-12-18 rumdoc(7) police: markup, spelling, and grammar fixes.
2001-12-18 jhb- Change all callers of addupc_task() to check PS_PROFI...
2001-12-18 jhbVarious assembly fixes mostly in the form of using...
next