summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-286-49/+52
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-2818-307/+321
* Add a test program which performs some very basic tests of libmp(3).simon2006-07-283-0/+233
* Remove trailing spaces.pjd2006-07-281-1/+1
* Use existing roundup2() macro.pjd2006-07-281-1/+1
* 'make distribution' must be run from src, not src/etc, so that the properthomas2006-07-281-1/+1
* Update manual page.pjd2006-07-281-7/+8
* Both fields of struct timeval are of a non-basic type,yar2006-07-281-6/+10
* Avoid useless work: Do not build inet6.c if INET6 support is off.yar2006-07-281-1/+3
* Do not forget about INET6 and MK_INET6_SUPPORT.yar2006-07-281-0/+6
* The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORTyar2006-07-281-0/+5
* Populate the MK_INET6 block.yar2006-07-281-3/+13
* Mention the dependency on firmware(4).brueffer2006-07-281-1/+3
* Kerberos/Heimdal doesn't really depend on the INET6 macro.yar2006-07-281-1/+0
* - Use SWIDTH0 for combining characters. [1]jkoshy2006-07-281-15/+34
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-2710-53/+117
* Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(jhb2006-07-271-1/+1
* Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isjhb2006-07-273-1/+17
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-273-0/+20
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-275-53/+50
* Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* Hold the reference on the mountpoint slightly longer in kern_statfs() andjhb2006-07-272-4/+4
* Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-272-0/+16
* Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-273-16/+41
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-274-0/+20
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-272-8/+17
* Remove Alpha remnants.marcel2006-07-275-37/+0
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()jasone2006-07-271-1/+12
* Document that both sides of -a or -o are always evaluated. Thisyar2006-07-271-1/+8
* Add eye candy while I'm here: a blank line betweenyar2006-07-271-0/+1
* INET6 has no effect on rtsol, it's an IPv6-only tool with itsyar2006-07-271-7/+0
* rtsol is just a stripped-down version of rtsold and as such it shouldyar2006-07-271-1/+2
* ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6yar2006-07-271-1/+2
* These IPv6-only tools have no explicit dependency on the INET6 macro.yar2006-07-279-9/+8
* ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools,yar2006-07-271-4/+8
* Obey MK_INET6_SUPPORT.yar2006-07-274-2/+24
* Fix build w/o INET6.yar2006-07-271-0/+4
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidcognet2006-07-271-1/+1
* Obey MK_INET6_SUPPORT.yar2006-07-273-5/+23
* Respect MK_INET6_SUPPORT.yar2006-07-271-1/+5
* rpcinfo(1) doesn't depend on INET6 explicitly.yar2006-07-271-1/+1
* Obey MK_INET6_SUPPORT.yar2006-07-273-9/+28
* style.Makefile(5) is good for our eyes.yar2006-07-271-4/+8
* Respect MK_INET6_SUPPORT.yar2006-07-271-0/+2
* Respect MK_INET6_SUPPORT.yar2006-07-271-4/+8
* Cook CFLAGS by the modern recipe:yar2006-07-271-1/+7
* Fix what looks like a typo: MODULE_DEPEND() takes module names,yar2006-07-271-1/+1
* Define BYTE_MSF if we're compiling a big endian kernel, so that DDB cancognet2006-07-271-0/+3
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
OpenPOWER on IntegriCloud