summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests for rounding, and for the leading 0's bug.das2007-12-031-1/+13
* In scanf, round according to the current rounding mode.das2007-12-037-8/+20
* Always honor promiscuous flag prior to programming Rx multicastyongari2007-12-031-2/+6
* Connect procstat(1) to the build.rwatson2007-12-021-0/+1
* Add procstat(1), a process inspection utility. This provides both somerwatson2007-12-0212-0/+1459
* One more glue update for BIND 9.4.2dougb2007-12-021-0/+1
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-023-0/+126
* Remove duplicate $FreeBSD$ tag.rwatson2007-12-021-2/+0
* Break out stack(9) from ddb(4):rwatson2007-12-0240-232/+883
* Provide unqiue malloc types instead of using M_DEVBUF.scottl2007-12-022-26/+29
* Refactor completion handlers so that they can be combined into a singlescottl2007-12-021-76/+29
* This commit was generated by cvs2svn to compensate for changes in r174190,dougb2007-12-021-3136/+0
* Update glue for BIND 9.4.2dougb2007-12-027-9/+34
* This commit was generated by cvs2svn to compensate for changes in r174187,dougb2007-12-02202-9381/+24133
|\
| * Vendor import of BIND 9.4.2dougb2007-12-02204-9396/+24257
* | Make a pass at style.9 compliancescottl2007-12-021-440/+477
* | Fix a typo that was hidden by AMR_DEBUG.scottl2007-12-021-1/+1
* | Fix printf format bugs that where hidden by AMR_DEBUG.scottl2007-12-021-3/+3
* | The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from thescottl2007-12-021-1/+0
* | Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.ariff2007-12-021-0/+3
* | Fix a potential bug in pmap :cognet2007-12-021-5/+5
* | Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.cognet2007-12-022-2/+2
* | Cleanup : make nexus standard, as it is mandatory anyway.cognet2007-12-0212-328/+1
* | Consider the following situation:guido2007-12-021-1/+2
* | Close a race.cognet2007-12-022-19/+49
* | Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-024-3/+434
* | Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl.thompsa2007-12-021-3/+5
* | Correct the calculation for the number of 100ns intervals sincethompsa2007-12-023-13/+8
* | Correct a comment.alc2007-12-021-1/+1
* | Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex.thompsa2007-12-021-1/+1
* | Eliminate vfs_page_set_valid()'s unused argument.alc2007-12-021-5/+5
* | Add extra visibility definitions.jb2007-12-021-0/+3
* | Modify stack(9) stack_print() and stack_sbuf_print() routines to use newrwatson2007-12-016-31/+102
* | Based in info gleaned from the web and other drivers (including the Linuxpeter2007-12-011-0/+23
* | Remove XRPU driver, after asking all the users.phk2007-12-015-310/+0
* | Fix a non-fatal off-by-one error in the previous revision.marius2007-12-011-1/+1
* | Only protect the prototypes with #ifndef _ASSERT_H_, the standardsphk2007-12-011-3/+2
* | The kernel linker includes a number of utility functions to look up symbolrwatson2007-12-012-13/+95
* | Add missing #ifndef _ASSERT_H_ protection against multiple inclusionsphk2007-12-011-0/+4
* | For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-011-1/+1
* | For un-prototyped static inline functions declared in pthread_md.h onrwatson2007-12-012-3/+3
* | Fix a broken check that recently became more annoying because it nowkensmith2007-12-011-2/+4
* | ieee80211com.ic_fixed_rate holds rate instead of rate indexkevlo2007-12-011-1/+1
* | Centralize and correct computation of TCP-MD5 signature offset withinbz2007-11-301-8/+3
* | Move call to tcp_signature_compute() after we adjusted the payload offsetbz2007-11-301-5/+6
* | Add ipv6 to ng_cisco node. ipv6 wasn't a reality when I wrote it..julian2007-11-301-0/+3
* | - Add the PCI side of the HOST-PCI bridge itself to the bus. Thismarius2007-11-303-14/+76
* | Allow the sio acpi attachment to be disabled (ie: use hints only). Thispeter2007-11-303-0/+6
* | Add sio_puc_kludge_unit() to stop sio devices originating from pucpeter2007-11-301-0/+29
* | Deal with the possibility of device_set_unit() being called when attachingpeter2007-11-301-0/+11
OpenPOWER on IntegriCloud