summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version. Add UPDATING entry about low-level Bluetooth HCI API.emax2009-04-222-1/+5
* Implement low-level Bluetooth HCI API.emax2009-04-224-19/+836
* Provide manual page for the tsec(4) device driver.raj2009-04-222-1/+158
* Add a few more models of AMBICOM cards from data from linux driver andimp2009-04-221-0/+4
* Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These wereimp2009-04-221-0/+4
* These were a placeholder and don't belong here. Remove them.imp2009-04-221-143/+1
* Don't leak information via uninitialized space in db(3) records. [09:07]cperciva2009-04-223-0/+16
* Eliminate redundant setting of HID0_EMCP.raj2009-04-221-1/+0
* Minor style consistency fix.raj2009-04-221-7/+7
* Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.raj2009-04-222-10/+11
* Centralize setting HID0/1 for E500. Rename HID defines which are specificraj2009-04-222-4/+21
* Turns out rtm_use does still exist, just under different name - fortrasz2009-04-221-0/+5
* Kill stray bootverbose debug tool.imp2009-04-221-2/+0
* Turns out the code improvements I did for the TC5299J support wereimp2009-04-221-13/+154
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"stas2009-04-215-8/+8
* Bump __FreeBSD_version to 800082 to reflect the addition of if_refcount,rwatson2009-04-211-1/+1
* Start to address a number of races relating to use of ifnet pointersrwatson2009-04-213-28/+84
* Fix sbappendrecord_locked().emax2009-04-211-8/+2
* Acquire the interface address list lock over some iterations overrwatson2009-04-211-8/+34
* Couple of changes based on feedbackrdivacky2009-04-211-4/+7
* Lower VM_MAX_KERNEL_ADDRESS to 0xf8000000. We actually havemarcel2009-04-211-1/+1
* o Properly set ksym_start & ksym_end when options DDB is set.marcel2009-04-211-2/+18
* Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.bms2009-04-212-1/+8
* remove IFF_ASSERTGIANTbms2009-04-211-13/+0
* Back out my previous changekevlo2009-04-211-1/+1
* Add another FTDI serial converter.takawata2009-04-212-0/+2
* To make it easy whether xl(4) missed Tx completion interrupt checkyongari2009-04-211-3/+19
* Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted.yongari2009-04-211-2/+6
* Acquire interfce address list lock while walking the interface addressrwatson2009-04-201-0/+2
* Acquire address list lock before walking an interface's address list torwatson2009-04-201-0/+4
* Assert the interface address list lock in IFP_TO_IA6(), as it willrwatson2009-04-202-2/+5
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-206-20/+20
* Prefer ifa_link (structure field) to ifa_list (macro alias for it).rwatson2009-04-201-1/+1
* Prefer actual field names (if_addrhead, ifa_link) to macros aliasingrwatson2009-04-202-2/+2
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-204-8/+40
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-206-29/+21
* Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for therwatson2009-04-201-1/+4
* Implement highlighting of today in month view of cal/ncal just likerdivacky2009-04-202-14/+82
* simplify code by removing bit_fns and replacing with the use of a temporary maskkmacy2009-04-201-56/+20
* Close some but not all writer-writer races when maintaining IPv6rwatson2009-04-201-1/+18
* - Give a warning and start the oscillator if it was not previouslystas2009-04-204-25/+72
* Sometimes we can call ed_detach() before the mtx has been initialized.imp2009-04-201-2/+4
* Make mse(4) use si_drv1, instead of using unit numbers.ed2009-04-201-16/+12
* Fix typo.kib2009-04-201-1/+1
* vlan(4) no longer depends on miibus(4).antoine2009-04-202-13/+1
* Lock interface address lists before iterating over them in nd6.rwatson2009-04-201-0/+5
* Conditionally add the interface name and address if availablebz2009-04-204-4/+14
* In ufs_checkpath(), recheck that '..' still points to the inode withkib2009-04-203-41/+55
* In ip_input(), cache the received mbuf's network interface in a localrwatson2009-04-201-16/+23
* On the exit of the child process which parent either set SA_NOCLDWAITkib2009-04-201-4/+4
OpenPOWER on IntegriCloud