summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Do not check error code from closing ->access() calls, we know they succeed.phk2004-02-143-8/+9
* | Add a KASSERT which checks that a class never fails a closing ->access()phk2004-02-141-0/+3
* | Try again to get rid of makedev().phk2004-02-141-5/+9
* | Remove the check which used to protect us against make_dev() beingphk2004-02-141-19/+0
* | Cosmetic changes to the recipient addresses.des2004-02-145-5/+5
* | - Correct a long-standing race condition in vm_page_try_to_cache() thatalc2004-02-142-4/+3
* | Test the return value of UART_PARAM(). Invalid line parameters did notmarcel2004-02-141-1/+2
* | Fixed some style bugs:bde2004-02-142-22/+14
* | Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-144-8/+13
* | T -CURRENT DO NOT CRASH UPON ^T K PLZ THX.green2004-02-141-1/+2
* | Remove unused variable and related bogus checks.le2004-02-141-10/+3
* | Do not expose ip_dn_find_rule inline function to userland and unbreak world.mlaier2004-02-131-1/+1
* | - Document more explicitly how the mac_portacl(4) policy works.simon2004-02-131-6/+67
* | Drop directory existence checks.ru2004-02-131-62/+24
* | MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockbde2004-02-132-8/+20
* | Do not check receive interface when pfil(9) hook changed address.mlaier2004-02-131-1/+1
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-1317-438/+461
* | Brucification.bms2004-02-138-38/+43
* | Fixed a misplaced ifdef that prevented npx.c building without "device isa"bde2004-02-131-1/+1
* | Fixed longstanding brokenness of inode updates. The waitfor flag wasbde2004-02-132-8/+0
* | MFi386: Get rid of unnecessary use of m4(1) by using cpp(1) instead.nyan2004-02-136-1893/+107
* | MFi386: revisions 1.74 and 1.75.nyan2004-02-131-3/+1
* | MFi386: revision 1.20 (don't strip kgzldr.o)nyan2004-02-131-0/+1
* | - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future.ume2004-02-131-38/+42
* | supported IPV6_RECVPATHMTU socket option.ume2004-02-137-10/+72
* | Merged from kmod.mk,v 1.152: strip debugging symbols even when notru2004-02-131-0/+3
* | Don't override the standard SYSTEM_LD setting from kern.pre.mk.ru2004-02-132-6/+1
* | Back out my last commit to syscons, things seem to be far more evilphk2004-02-131-9/+5
* | Reduce the number of knobs controlling the build of debug modulesru2004-02-132-8/+7
* | Removed -g from CFLAGS. There is a better way to build debuggingru2004-02-1310-16/+6
* | We didn't strip debugging symbols from .ko if DEBUG was undefined.ru2004-02-131-0/+3
* | Add the '-h hostname' to usage(), too.roam2004-02-131-1/+3
* | Update manual pages: the name of function g_access_rel() haspjd2004-02-132-5/+5
* | Don't create a mapfile during link. It's not needed for the build.marcel2004-02-134-8/+8
* | o Don't build with -fpic. It's not needed and inconsistent with howmarcel2004-02-132-10/+0
* | MFextfs: backed out secondary changes in rev.1.40 that had become justbde2004-02-131-6/+1
* | Fix style bugs in previous commit.kuriyama2004-02-131-2/+6
* | Mention which patches importedache2004-02-131-0/+3
* | Register libarchive in bsd.libnames.mk and mdoc.localkientzle2004-02-132-0/+2
* | This commit was generated by cvs2svn to compensate for changes in r125759,ache2004-02-133-7/+16
|\ \
| * | Official patches 001-005ache2004-02-135-21/+35
* | | Style fixes: Use curly braces in Makefiles,kientzle2004-02-131-1/+1
* | | Register libbluetooth and libsdpemax2004-02-121-0/+2
* | | Remove the absolute count g_access_abs() function since experience hasphk2004-02-1217-71/+55
* | | Fixed the fatal bug introduced in previous commit: don't stripru2004-02-121-0/+1
* | | Clean CLEANFILES.ru2004-02-121-1/+1
* | | Don't use makedev() to hack up dev_t's early in boot, do it rightphk2004-02-121-5/+9
* | | Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove()alc2004-02-121-2/+2
* | | Use the PCIR_BAR() macro rather than a magic number to specify the BARjhb2004-02-121-1/+1
* | | Correct the cleanup of the alias dev_t for /dev/urandom: being anphk2004-02-121-3/+1
OpenPOWER on IntegriCloud