summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* We don't need to clear allocated memory. This will speed-up things a bit.pjd2005-08-171-1/+1
* In the ufsdirhash_build() failure case for corrupted directoriesiedowse2005-08-171-2/+3
* Handle device drivers with D_NEEDGIANT in a way which does notphk2005-08-173-33/+156
* Assert proper key size also in userland by defining KASSERT in !_KERNEL case.pjd2005-08-171-2/+2
* In vop_stdpathconf(ap) also default for _PC_NAME_MAX and _PC_PATH_MAX.phk2005-08-171-0/+6
* Ensure that file flags such as schg, sappnd (and others) are honoredcsjp2005-08-171-8/+8
* Unbreak the world build (in sbin/gbde). This file is used by bothcperciva2005-08-171-0/+2
* Fixup locking in if_my(4) and mark it MPSAFE:jhb2005-08-162-104/+96
* remove stale commentsphk2005-08-161-2/+0
* Save cpu level only when priority is greater than PRIO_USERume2005-08-161-1/+1
* avoid exclusive sleep mutex.ume2005-08-161-3/+3
* Remove stale comment.phk2005-08-161-2/+0
* Collect the devfs related sysctls in one placephk2005-08-163-53/+34
* Create a new internal .h file to communicate very private stuffphk2005-08-164-3/+48
* Check key size for rijndael, as invalid key size can lead to kernel panic.pjd2005-08-162-0/+4
* Clarify a comment.jhb2005-08-161-1/+1
* - Move IF_ADDR_LOCK_DESTROY(ifp) from if_free to if_free_type.brooks2005-08-161-1/+3
* Make it possible to remove stale, left-over subdisks.le2005-08-162-10/+11
* Remove unnecessary and alarming printf.grehan2005-08-161-1/+1
* Now that at least some screen savers work on sparc64 sync with othermarius2005-08-151-1/+1
* - 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
OpenPOWER on IntegriCloud