summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Generate default fake "device" and "inode" numbers for entrieskientzle2005-08-021-0/+25
* When copying time values from the main entry header to be used in thekientzle2005-08-021-10/+19
* Correct a few minor mis-statements (libarchive does support readingkientzle2005-08-021-5/+6
* The bsdtar_warnc() reporting function requires the program name to bekientzle2005-08-021-10/+12
* - Document network_interfaces=auto (the default!).brooks2005-08-021-16/+15
* Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvmrwatson2005-08-011-14/+19
* Make getsockopt(..., SOL_SOCKET, SO_ACCEPTCONN, ...) work per IEEE Stdkbyanc2005-08-011-0/+1
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routinerwatson2005-08-015-2/+248
* Fix a buffer aging problem in new r300 code that could lead to hangs with someanholt2005-08-011-3/+1
* Propagate error code of kern_execve() to the caller properly.sobomax2005-08-011-1/+1
* acm and ack are specified per-acsam2005-08-011-8/+18
* Fixing compilation error by:avatar2005-08-012-2/+2
* Correct two libmemstat(3) bugs:rwatson2005-08-014-4/+12
* The Berkeley pascal implementation for the VAX 11/780 has onlyphk2005-08-0119-3129/+0
* Remove the \*(DY at the end of the document, it makes the installedphk2005-08-011-1/+0
* recover the line which was wrongly disappeared during scope cleanup.ume2005-08-012-0/+2
* typophk2005-08-011-1/+1
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-012-6/+31
* Make the eisa probe messages just like all the others in the system.imp2005-08-011-66/+18
* Add pnp and location info for the ISA bus. The pnp info is theimp2005-08-011-0/+25
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
OpenPOWER on IntegriCloud