aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary and alarming printf.Peter Grehan2005-08-161-1/+1
* Now that at least some screen savers work on sparc64 sync with otherMarius Strobl2005-08-151-1/+1
* - Change the code that determines whether to use a serial console andMarius Strobl2005-08-152-37/+61
* Vlan interfaces change their type after ether_ifattach() so we needs toBrooks Davis2005-08-151-1/+1
* Eliminate effectively unused dm_basedir field from devfs_mount.Poul-Henning Kamp2005-08-155-5/+3
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)Warner Losh2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addWarner Losh2005-08-152-2/+8
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:Lukas Ertl2005-08-153-1/+9
* Ensure that we are holding the lock when initialising the bridge interface. WeAndrew Thompson2005-08-151-0/+2
* Ensure that we are holding the lock when initialising the bridge interface. WeAndrew Thompson2005-08-151-0/+5
* Remove the execute permission for stacks.Marcel Moolenaar2005-08-141-1/+1
* Simplify the page table page reference counting by pmap_enter()'s change ofAlan Cox2005-08-142-16/+15
* Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALLBjoern A. Zeeb2005-08-141-1/+7
* Do not keep parent directory locked while calling VFS_ROOT to traverse mountAlexander Kabaev2005-08-141-0/+2
* - restore the ability to mount cd9660 filesystems as root by invertingPeter Grehan2005-08-142-14/+12
* Bump __FreeBSD_version for dev_clone eventhandler to add credential.Robert Watson2005-08-131-1/+1
* o s/pmap_lpte_/pmap_/gMarcel Moolenaar2005-08-131-80/+52
* Fix the problem with the IPI for the lazy context switching of theMarcel Moolenaar2005-08-132-2/+5
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.Alexander Kabaev2005-08-134-15/+3
* Make mpsafe_vfs=1 the default on ia64.Marcel Moolenaar2005-08-131-1/+2
* added a knob to enable path MTU discovery for multicast packets.Hajimu UMEMOTO2005-08-134-14/+28
* revert 1.64: we cannot use the channel characteristics to decide when toSam Leffler2005-08-131-4/+3
* Because code paths for I/O requests are quite complex, add comments abovePawel Jakub Dawidek2005-08-131-0/+12
* Extend acl support to pass ioctl requests through and use this toSam Leffler2005-08-134-4/+79
* * Solve "No PHY found" problem for more Yukon Lite variants.Bjoern A. Zeeb2005-08-132-50/+122
* * Add dynamic sysctl for net.inet6.ip6.fw.Bjoern A. Zeeb2005-08-132-67/+288
* fix handling of the current channel (missed in previous commit)Sam Leffler2005-08-131-4/+5
* fix media_status so devd recognizes the device as an 802.11 interfaceSam Leffler2005-08-131-1/+6
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notSam Leffler2005-08-121-2/+2
* Check for marker pages when scanning active and inactive page queues.Tor Egge2005-08-121-0/+5
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.Søren Schmidt2005-08-123-1/+7
* Add definition for SATAII 3Gb/s mode.Søren Schmidt2005-08-121-0/+1
* - fix typo in comment.Hajimu UMEMOTO2005-08-126-45/+20
* Introduce the vm.boot_pages tunable and sysctl, which controls the numberDag-Erling Smørgrav2005-08-121-3/+8
* Eliminate an unnecessary bcopy().Dag-Erling Smørgrav2005-08-121-15/+15
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. ThisGleb Smirnoff2005-08-123-24/+7
* Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() andCraig Rodrigues2005-08-121-0/+9
* Provide more complete "How to add a new file system to glabel." list.Pawel Jakub Dawidek2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.Pawel Jakub Dawidek2005-08-126-0/+210
* Avoid creating directories in devfs by changing all '/' in labels to '_'.Pawel Jakub Dawidek2005-08-121-0/+8
* Eliminate unneeded diagnostic code.Alan Cox2005-08-112-14/+0
* The "lowest" sysctl setting makes more sense as the lowest one to use, soNate Lawson2005-08-111-2/+2
* Eliminate unneeded diagnostic code.Alan Cox2005-08-112-14/+0
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,Nate Lawson2005-08-111-3/+2
* Embellish comment.David E. O'Brien2005-08-111-1/+1
* GELI doesn't need cryptodev.Pawel Jakub Dawidek2005-08-111-1/+0
* Fix stand-alone (or MODULES_WITH_WORLD=1) build ofYaroslav Tykhiy2005-08-111-1/+7
* o To prevent a race between RTM_DELETE message andGleb Smirnoff2005-08-111-2/+4
* o Fix a race between three threads: output path,Gleb Smirnoff2005-08-111-155/+181
* o Make rt_check() function more strict:Gleb Smirnoff2005-08-115-55/+67