summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup claim/release interface code, which is specific to libusb v0.1. Removethompsa2009-06-126-124/+12
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.thompsa2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesthompsa2009-06-121-5/+27
* Free the correct memory pointer.thompsa2009-06-121-1/+1
* Minor device side improvement. Make sure a not complete state gets paired withthompsa2009-06-123-33/+37
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-1213-7/+1019
* gdb: make 'thread apply all bt' always work on all threadsavg2009-06-121-2/+26
* Update the content of the nfsv4.4 man page to reflect the finalrmacklem2009-06-121-42/+56
* French translations for keyboards keymaps descriptionsedwin2009-06-121-9/+62
* Remove unnecessary #ifdef lines and code.zec2009-06-121-7/+0
* Assign ng_eiface nodes a netgraph name on instantiation, in a way whichzec2009-06-121-6/+4
* KOBJMETHOD: throw the switch on kobj method signature checkingavg2009-06-121-4/+2
* Last (hopefully) attempt to fix both parallel build andariff2009-06-121-9/+15
* devclass_find_free_unit(xxx, 0) is identical to -1 for mostimp2009-06-121-1/+1
* pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize...kmacy2009-06-114-10/+10
* Re-add the send queue tunable for people who do not use buffering.gnn2009-06-111-1/+10
* syslog.conf(5): correct exampleavg2009-06-111-4/+4
* Allow libufs(3) functions to operate on a regular file. This makes it possib...jmallett2009-06-112-2/+5
* ko_KR: AM/PM date format should be localized.jkim2009-06-112-8/+4
* KOBJMETHOD: use better construct in the checking version of the macroavg2009-06-111-1/+1
* strict kobj signatures: fix adb_hb_controller_poll impl in powermacavg2009-06-112-5/+7
* strict kobj signatures: fix iicbus_write impl in dev/pcfavg2009-06-112-2/+2
* strict kobj signatures: some ofw_setprop fixesavg2009-06-112-8/+8
* strict kobj signatures: fix assortment of miibus_writereg implsavg2009-06-113-5/+7
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-1111-17/+25
* make implicit pad visiblesam2009-06-111-0/+1
* use negotiated short gi to calculate the tx rate; using the htcapssam2009-06-111-2/+2
* strict kobj signatures: fix assortment of bus_read_ivar implsavg2009-06-113-3/+3
* Stop asserting on exclusive locks in fsync since it can now supportps2009-06-111-1/+1
* strict kobj signatures: fix legacy i386 pcib_write_config implavg2009-06-112-8/+8
* strict kobj signatures: fixes in agp driveravg2009-06-115-26/+24
* strict kobj signatures: linker_if fixesavg2009-06-113-5/+6
* 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
OpenPOWER on IntegriCloud