summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate an incorrect (and unnecessary) cast.alc2005-07-201-1/+1
* Comment typophk2005-07-201-1/+1
* Add entries for smbios, smapi and vpd drivers.mdodd2005-07-201-0/+6
* Correct devfs ruleset bypass.simon2005-07-201-0/+6
* move RFC3542 related definitions into ip6.h.ume2005-07-202-42/+48
* add missing RFC3542 definition.ume2005-07-201-0/+1
* update comments:ume2005-07-206-21/+21
* - Allow vnlru to drop giant if the filesystem does not require it. Thejeff2005-07-201-2/+11
* Spell destroy in a more traditional wayimp2005-07-192-4/+4
* Make nfs_timer() MPSAFE. With this change, the bottom half of the NFSps2005-07-193-12/+23
* Remove FreeBSD 2.2 protocol usrreq compatibility code.rwatson2005-07-193-331/+1
* Remove no-op spl references in in_pcb.c, since in_pcb locking has beenrwatson2005-07-191-15/+3
* Remove no-op spl's and most comment references to spls, as TCP lockingrwatson2005-07-194-49/+8
* Remove spl() calls from ip_slowtimo(), as IP fragment queue locking wasrwatson2005-07-191-2/+0
* In multicast routines:rwatson2005-07-191-8/+8
* Rename equal() macro to sa_equal(), which matches the definitionsrwatson2005-07-191-14/+16
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passdelphij2005-07-191-0/+5
* This has worked for a while now. ex pccard attachmentimp2005-07-191-1/+1
* Build p4tcc and est cpu frequency modules on amd64.ps2005-07-191-0/+2
* Ignore AVM BlueFRITZ! USB Bluetooth Adapter v1.0 (product ID 0x2200).emax2005-07-191-0/+1
* Better name for type 4 chipsimp2005-07-181-1/+1
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.imp2005-07-181-0/+7
* Implement passive cooling. It is enabled for tz0 by default whereume2005-07-181-13/+277
* - Slightly reorder the events around the setting of PRS_ZOMBIE to be lessjhb2005-07-181-8/+20
* Mark if_sbsh as IFF_NEEDSGIANT, because it does.rwatson2005-07-181-1/+2
* Mark if_cnw as IFF_NEEDSGIANT, because it does.rwatson2005-07-181-1/+2
* Lock down netnatm and mark as MPSAFE:rwatson2005-07-185-65/+77
* Add support for AVM BlueFRITZ! USB Bluetooth Adapter v2.0. It appears thatemax2005-07-181-1/+1
* Fix for a NFS soft mounts bug where if the number of retries exceedsps2005-07-181-1/+2
* I believe that this tsleep was placed here in 1.28 to try to solve theimp2005-07-171-3/+1
* The Sony i.LINK CXD1947 device is a firewire bridge, but it doesn'timp2005-07-171-2/+2
* o The ricoh bridge needs us to turn off the function interrupts forimp2005-07-171-12/+22
* Rename a bit to make it clearer that it enables routing of the functionimp2005-07-172-2/+2
* Define four constants, MBUF_{,MEM,CLUSTER,PACKET,TAG}_MEM_NAME, whichrwatson2005-07-173-5/+18
* Before calling g_orphan_provider(), add G_PF_WITHER flag, so GEOM will knowpjd2005-07-172-0/+2
* Check that we have first fragment before pulling up TCP/UDP header.glebius2005-07-171-12/+14
* The CD interrupt should only be enabled after we've initialized theimp2005-07-171-10/+38
* [1] unix2doschr()imura2005-07-171-10/+27
* Use LK_CANRECURSE since when a PMC-owning process performs an exec,jkoshy2005-07-171-1/+1
* Add additional sub-systems to the warning users get when they build aobrien2005-07-171-3/+6
* Revert last commit: It fixed make universe but broke regular kernel make.phk2005-07-161-1/+1
* Use mp_maxid in preference to MAXCPU when creating exports of UMArwatson2005-07-161-3/+3
* Improve canonicalization of copyrights. Order copyrights by order ofrwatson2005-07-165-20/+15
* Move the unlocking of the zone mutex in sysctl_vm_zone_stats() so thatrwatson2005-07-161-5/+9
* Add missing reference to ukbdmap.hphk2005-07-161-1/+1
* Increase the flags field for kegs from a 16 to a 32 bit value;silby2005-07-163-12/+12
* Track UMA(9) allocation failures by zone, and export via sysctl.rwatson2005-07-153-18/+35
* Convert the atomic_ptr() operations over to operating on uintptr_tjhb2005-07-1511-321/+129
* Merged from geom_mbr.c revisions 1.62 and 1.66.nyan2005-07-151-6/+68
* *) Implement round-robin reads for multiplex volumes.le2005-07-152-25/+36
OpenPOWER on IntegriCloud