summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove duplicate setting from LIB32MAKE definition.ru2005-08-031-12/+6
* Add missing "not" in rev. 1.34.ru2005-08-031-1/+1
* Make delete-old* and friends useable for cross-builds.ru2005-08-033-21/+15
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-036-18/+56
* Add a few more system call timing cases:rwatson2005-08-031-10/+65
* Minor style nits.imp2005-08-031-6/+4
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-037-21/+21
* Add NO_PCVTphk2005-08-031-0/+2
* Add NO_CALENDARphk2005-08-031-1/+5
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+6
* Add NO_SYSCONS.phk2005-08-031-4/+20
* Don't install groff if NO_GROFFphk2005-08-031-0/+2
* Don't install examples of NO_EXAMPLESphk2005-08-031-0/+2
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+2
* - Unlock before we call mac_destroy_vnode to prevent a lock order reversal.jeff2005-08-031-0/+1
* - Use lockmgr_printinfo rather than rolling our own. This introduces ajeff2005-08-031-3/+1
* - Fix a problem that slipped through review; the stack member of the lockmgrjeff2005-08-032-6/+9
* - Replace the series of DEBUG_LOCKS hacks which tried to save the vn_lockjeff2005-08-035-79/+20
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+23
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-039-0/+368
* simplify use with non-ath devices; search the wlan sysctl nodes tosam2005-08-031-7/+18
* - Improve the definition of INKERNEL() to include the DMAP area and thejeff2005-08-031-1/+2
* Document 'kernel-toolchain'.obrien2005-08-031-0/+3
* Add usleep to the map files.deischen2005-08-032-0/+4
* In adjustrunqueue(), add code to handle thread migrating case fordavidxu2005-08-031-1/+6
* Add a cancellation point for usleep().deischen2005-08-032-2/+32
* Back out change accidentally committed as Makefile:1.21 -- a localrwatson2005-08-031-1/+0
* Add a cancellation point for usleep().deischen2005-08-031-0/+19
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can providedeischen2005-08-031-1/+4
* Add namespace #defines for usleep.deischen2005-08-032-0/+2
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-0357-4/+142
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-023-0/+6
* Protect link layer network interface multicast address list manipulationrwatson2005-08-022-120/+208
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).seanc2005-08-023-0/+3
* Include a SYSUNINIT() to destroy the mutex in MTX_SYSINIT. This makesjhb2005-08-021-1/+3
* Add missing check for the NO_CRYPT build option.ru2005-08-021-0/+2
* polish various bits.phk2005-08-021-36/+35
* Ignore CVS directoriesphk2005-08-021-1/+1
* Fix up the comment.ru2005-08-021-2/+2
* Fixed parsing of unsigned integers.ru2005-08-021-1/+4
* Long overdue, keep up with mbuf.h,v 1.148.ru2005-08-021-3/+2
* Wireless suport fixups: add a bunch of stuff that's been in thesam2005-08-021-14/+209
* eliminate the regex used to match ethernet and 802.11 devices;sam2005-08-021-9/+23
* When allocating link layer ifnet address list entries inrwatson2005-08-024-8/+24
* Add if_addr_mtx to struct ifnet, a mutex to protect ifnet-related addressrwatson2005-08-021-0/+11
* Do not lock an to check gone flag. Only need to hold the lock to setemax2005-08-021-2/+1
* Mention that the softc is zeroed after allocation.brueffer2005-08-021-2/+3
* - add missing ether_poll_deregisterbrueffer2005-08-021-2/+13
* Add missing ether_poll_deregister(). This is still not enough toru2005-08-021-0/+3
OpenPOWER on IntegriCloud