summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* strict kobj signatures: number of fixes for arm architectureavg2009-06-1110-19/+22
* - Make pstat(8) WARNS=6 safe.stas2009-06-112-22/+33
* In struct thread, fields td_vnet and td_vnet_lpush may only be accessedzec2009-06-111-2/+2
* Introduce a mechanism for detecting calls from outbound path of thezec2009-06-118-6/+56
* - Remove unnecessary read memory barriers from atomic operations[1].jkim2009-06-111-2/+4
* syslog.conf: pop up from logging only ppp messages at the end of fileavg2009-06-111-0/+1
* Correct printf format type mismatches.jhb2009-06-111-3/+3
* Trim extra ()'s.jhb2009-06-111-1/+1
* Use the documented machine constraint for SSE registers.ed2009-06-111-1/+1
* All these Ethernet NICs depend on INET, mostly for unconditionalbz2009-06-111-15/+15
* if_igb.c as well as ixgbe.c uncondtionally depend on INET specificbz2009-06-111-7/+7
* As sys/kern/uipc_accf.c depends on inet, all three accf_*bz2009-06-111-3/+3
* ng_ipfw depends on inet and ipfirewall as well.bz2009-06-111-7/+7
* ip_dummynet.c depends on INET.bz2009-06-111-1/+1
* netinet/if_ether.c (doing ARP) depends on INET as well.bz2009-06-111-1/+1
* if_enc(4) is only useful with ipsec and either inet or inet6.bz2009-06-111-1/+1
* stf(4) supports `6to4' IPv6 in IPv4 encapsulation accroding to RFC3056.bz2009-06-111-1/+1
* if_bridge(4) unfortunately is missing a lot of #ifdef INETs andbz2009-06-111-1/+1
* Lower WARNS due to alignment issues on sparc64.des2009-06-111-1/+1
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-114-2/+18
* Correct my previous commit to pstat(8).ed2009-06-111-1/+1
* As discussed in the devsummit, introduce two fields in theluigi2009-06-113-0/+95
* check against prefetch_enablekmacy2009-06-113-3/+3
* Remove custom KOBJMETHOD(), CHANNEL_DECLARE() and MIXER_DECLARE()ariff2009-06-115-55/+11
* Make most of pstat(8) build with WARNS=6.ed2009-06-111-6/+7
* As of sam's r175206, arp builds cleanly at WARNS level 6, but the Makefiledes2009-06-112-4/+8
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-113-6/+8
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-103-16/+98
* Add euro symbol to pt_PT locale using other encodingsedwin2009-06-103-2/+76
* Croatian locale support for hr_HR.ISO8859-2edwin2009-06-102-1/+41
* pflog, pfsync depend on pf and pf depends on inet.bz2009-06-101-10/+10
* Update vnet_net size guard values after r193951.bz2009-06-101-7/+7
* Invalid (long) date format in pl_PL.ISO8859-2.srcedwin2009-06-102-2/+2
* Unfortunately fs/nfsserver depends on INET at the moment. It seems tobz2009-06-101-7/+7
* if_gre.c insists on INET:bz2009-06-101-1/+1
* This commit is analagous to r193952, but for the experimental nfsrmacklem2009-06-101-8/+15
* ipfirewall insists on INET:bz2009-06-101-3/+3
* use default policy for enabling prefetching unless the TUNABLE is setkmacy2009-06-102-12/+12
* Add a test for VI_DOOMED just after nfs_upgrade_vnlock() inrmacklem2009-06-101-8/+15
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-1018-57/+99
* ip_divert.c requires both INET and IPFIREWALL to be present:bz2009-06-101-1/+1
* IPsec depends on either IPv4 (inet) or IPv6 (inet6) so properlybz2009-06-101-13/+14
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-103-0/+6
* rc.d/fsck: allow additional options for fsck_y_enable via fsck_y_flagsavg2009-06-102-2/+3
* fsck_msdosfs: accept no-op -C option for compatibilty with fsckavg2009-06-102-4/+10
* For the case where another thread was doing a connect and thatrmacklem2009-06-101-2/+2
* Change a few members of tcpcb that store cached copies of ticks to be intsjhb2009-06-103-8/+8
* Make the demo/stress tools build again, after my changes to param().ed2009-06-102-2/+2
* Small cleanups to the jail script:ed2009-06-101-4/+3
* These are no longer referenced in the tree, so can be safely removed.imp2009-06-101-13/+0
OpenPOWER on IntegriCloud