summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Change the code that determines whether to use a serial console andmarius2005-08-152-38/+62
* Vlan interfaces change their type after ether_ifattach() so we needs tobrooks2005-08-151-1/+1
* Eliminate effectively unused dm_basedir field from devfs_mount.phk2005-08-155-5/+3
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)imp2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addimp2005-08-152-2/+8
* Fix a stupid logic bug introduced in geom_vinum_drive.c rev 1.18:le2005-08-153-1/+9
* Ensure that we are holding the lock when initialising the bridge interface. Wethompsa2005-08-151-0/+2
* Ensure that we are holding the lock when initialising the bridge interface. Wethompsa2005-08-151-0/+5
* Remove the execute permission for stacks.marcel2005-08-141-1/+1
* Simplify the page table page reference counting by pmap_enter()'s change ofalc2005-08-142-16/+15
* Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALLbz2005-08-141-1/+7
* Do not keep parent directory locked while calling VFS_ROOT to traverse mountkan2005-08-141-0/+2
* - restore the ability to mount cd9660 filesystems as root by invertinggrehan2005-08-142-14/+12
* Bump __FreeBSD_version for dev_clone eventhandler to add credential.rwatson2005-08-131-1/+1
* o s/pmap_lpte_/pmap_/gmarcel2005-08-131-80/+52
* Fix the problem with the IPI for the lazy context switching of themarcel2005-08-132-2/+5
* Do not use vm_pager_init() to initialize vnode_pbuf_freecnt variable.kan2005-08-134-15/+3
* Make mpsafe_vfs=1 the default on ia64.marcel2005-08-131-1/+2
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-134-14/+28
* revert 1.64: we cannot use the channel characteristics to decide when tosam2005-08-131-4/+3
* Because code paths for I/O requests are quite complex, add comments abovepjd2005-08-131-0/+12
* Extend acl support to pass ioctl requests through and use this tosam2005-08-134-4/+79
* * Solve "No PHY found" problem for more Yukon Lite variants.bz2005-08-132-50/+122
* * Add dynamic sysctl for net.inet6.ip6.fw.bz2005-08-132-67/+288
* fix handling of the current channel (missed in previous commit)sam2005-08-131-4/+5
* fix media_status so devd recognizes the device as an 802.11 interfacesam2005-08-131-1/+6
* correct CTS duration calculation; SIFS+ACK should use the xmit rate notsam2005-08-121-2/+2
* Check for marker pages when scanning active and inactive page queues.tegge2005-08-121-0/+5
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.sos2005-08-123-1/+7
* Add definition for SATAII 3Gb/s mode.sos2005-08-121-0/+1
* - fix typo in comment.ume2005-08-126-45/+20
* Introduce the vm.boot_pages tunable and sysctl, which controls the numberdes2005-08-121-3/+8
* Eliminate an unnecessary bcopy().des2005-08-121-15/+15
* Axe ppp_for_tty(). Use tty->t_lsc pointer to store sc. Thisglebius2005-08-123-24/+7
* Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() androdrigc2005-08-121-0/+9
* Provide more complete "How to add a new file system to glabel." list.pjd2005-08-121-3/+7
* Add code for Ext2FS and ReiserFS labels recognition.pjd2005-08-126-0/+210
* Avoid creating directories in devfs by changing all '/' in labels to '_'.pjd2005-08-121-0/+8
* Eliminate unneeded diagnostic code.alc2005-08-112-14/+0
* The "lowest" sysctl setting makes more sense as the lowest one to use, sonjl2005-08-111-2/+2
* Eliminate unneeded diagnostic code.alc2005-08-112-14/+0
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* Embellish comment.obrien2005-08-111-1/+1
* GELI doesn't need cryptodev.pjd2005-08-111-1/+0
* Fix stand-alone (or MODULES_WITH_WORLD=1) build ofyar2005-08-111-1/+7
* o To prevent a race between RTM_DELETE message andglebius2005-08-111-2/+4
* o Fix a race between three threads: output path,glebius2005-08-111-155/+181
* o Make rt_check() function more strict:glebius2005-08-115-55/+67
* create sysctl tree dynamically. it is required to shareume2005-08-111-10/+21
* Decouple the unrefing of a page table page from the removal of a pv entry.alc2005-08-112-48/+30
OpenPOWER on IntegriCloud