summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:rwatson2009-04-1911-76/+278
* Remove support for FUTEX_REQUEUE operation.dchagin2009-04-193-13/+20
* struct malloc_type has had a 'magic' field statically initialized torwatson2009-04-191-1/+13
* Garbage collect now-unused struct malloc_type fields, bump __FreeBSD_versionrwatson2009-04-192-27/+6
* When allocating 'struct acl' instances, use malloc(9) instead of uma(9).trasz2009-04-191-15/+3
* Add docs category.blackend2009-04-191-0/+1
* Now that IFF_NEEDSGIANT has been removed from the networkbms2009-04-191-48/+3
* Calling pmap_clear_modify() after calling pmap_remove_write() is pointless.alc2009-04-191-1/+0
* When compiled for the release crunches, be a bitkientzle2009-04-192-9/+37
* Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-192-3/+13
* When verifying '..' after VFS_VGET() in ufs_lookup(), do not returnkib2009-04-191-15/+17
* - Allocate a small flowtable in ip_input.c (changeable by tuneable)kmacy2009-04-193-2/+19
* update TODO listkmacy2009-04-191-1/+4
* - put larger flowtable members at the endkmacy2009-04-191-13/+17
* Allow valid pages to be mapped for read access when they have a non-zeroalc2009-04-192-3/+1
* - Import infrastructure for caching flows as a means of accelerating L3 and L...kmacy2009-04-197-0/+1191
* usbdevs(8) is not obsoleted, just temporarily disconnected from the buildantoine2009-04-181-2/+0
* Remove IFF_NEEDSGIANT interface flag: we no longer provide ifnet-layerrwatson2009-04-181-3/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,rwatson2009-04-181-1/+1
* Garbage collect man page reference to IFF_NEEDSGIANT.rwatson2009-04-181-5/+0
* Add more obsolete files, usb related.antoine2009-04-181-0/+22
* Use acl_alloc() and acl_free() instead of using uma(9) directly.trasz2009-04-183-36/+61
* - Remove assertion of topology lock remaining from 7.x gvinum. It is not needed,lulf2009-04-182-4/+2
* Cleanups to prepare this code for wider use (likely merged into hostapd):sam2009-04-181-102/+249
* allow NANO_CFGDIR to be overriddensam2009-04-181-1/+1
* Remove unused SESUNIT() macro from ses(4).ed2009-04-181-2/+0
* Convert mlx(4) and mly(4) to si_drv1 instead of dev2unit().ed2009-04-182-12/+8
* Rely on OpenSSL bits only if we're building a system with OpenSSL.kientzle2009-04-183-20/+22
* Make -lcrypto usage dependent on whether or not we're building with OpenSSL.kientzle2009-04-182-2/+9
* Libarchive is sprouting dependencies on libmd and libcrypto.kientzle2009-04-181-4/+4
* Make sure that the data in the ROM with a valid signature isn't allimp2009-04-181-1/+5
* Add GVP NIC 2000P and New Media Livewire. Also New Media LanSurferimp2009-04-181-1/+3
* This turns out to be wrong...imp2009-04-181-9/+0
* Correct and update the manpage to includekientzle2009-04-181-13/+47
* Establish the interrupt handler AFTER we successfully attach. We needimp2009-04-184-22/+29
* Remove debug write accidentally left in.imp2009-04-181-1/+0
* Fix bug in event timeout handlingemax2009-04-171-5/+5
* minor cleanupticso2009-04-171-5/+3
* *** empty log message ***kientzle2009-04-171-4/+4
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.ed2009-04-171-39/+21
* - Add a few more register defintions for the PCI express capabilityjhb2009-04-172-3/+54
* clarify state of llentry that is passed backkmacy2009-04-171-0/+2
* Undo private changes that should never have been committed.kan2009-04-171-70/+0
* More fallout from negative dotdot caching. Negative entries shouldkan2009-04-172-8/+83
* The vlan code has not required the miibus code since 6.0 whenjhb2009-04-171-1/+0
* Drain the driver tasks on the same taskqueue in which they were enqueued.thompsa2009-04-171-3/+3
* The sr(4) driver is removed.nyan2009-04-171-1/+0
* The ar(4), ray(4) and sr(4) drivers are removed.nyan2009-04-171-8/+0
* Revert r190943, since the problem in ports seems to be fixed now.das2009-04-171-2/+0
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-174-12/+40
OpenPOWER on IntegriCloud