| Commit message (Expand) | Author | Age | Files | Lines |
* | In scanf, round according to the current rounding mode. | das | 2007-12-03 | 7 | -8/+20 |
* | Always honor promiscuous flag prior to programming Rx multicast | yongari | 2007-12-03 | 1 | -2/+6 |
* | Connect procstat(1) to the build. | rwatson | 2007-12-02 | 1 | -0/+1 |
* | Add procstat(1), a process inspection utility. This provides both some | rwatson | 2007-12-02 | 12 | -0/+1459 |
* | One more glue update for BIND 9.4.2 | dougb | 2007-12-02 | 1 | -0/+1 |
* | Add another new sysctl in support of the forthcoming procstat(1) to | rwatson | 2007-12-02 | 3 | -0/+126 |
* | Remove duplicate $FreeBSD$ tag. | rwatson | 2007-12-02 | 1 | -2/+0 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 40 | -232/+883 |
* | Provide unqiue malloc types instead of using M_DEVBUF. | scottl | 2007-12-02 | 2 | -26/+29 |
* | Refactor completion handlers so that they can be combined into a single | scottl | 2007-12-02 | 1 | -76/+29 |
* | This commit was generated by cvs2svn to compensate for changes in r174190, | dougb | 2007-12-02 | 1 | -3136/+0 |
* | Update glue for BIND 9.4.2 | dougb | 2007-12-02 | 7 | -9/+34 |
* | This commit was generated by cvs2svn to compensate for changes in r174187, | dougb | 2007-12-02 | 202 | -9381/+24133 |
|\ |
|
| * | Vendor import of BIND 9.4.2 | dougb | 2007-12-02 | 204 | -9396/+24257 |
* | | Make a pass at style.9 compliance | scottl | 2007-12-02 | 1 | -440/+477 |
* | | Fix a typo that was hidden by AMR_DEBUG. | scottl | 2007-12-02 | 1 | -1/+1 |
* | | Fix printf format bugs that where hidden by AMR_DEBUG. | scottl | 2007-12-02 | 1 | -3/+3 |
* | | The AR_SCSI_PASSTHROUGH conditional no longer exists, remove it from the | scottl | 2007-12-02 | 1 | -1/+0 |
* | | Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop. | ariff | 2007-12-02 | 1 | -0/+3 |
* | | Fix a potential bug in pmap : | cognet | 2007-12-02 | 1 | -5/+5 |
* | | Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO. | cognet | 2007-12-02 | 2 | -2/+2 |
* | | Cleanup : make nexus standard, as it is mandatory anyway. | cognet | 2007-12-02 | 12 | -328/+1 |
* | | Consider the following situation: | guido | 2007-12-02 | 1 | -1/+2 |
* | | Close a race. | cognet | 2007-12-02 | 2 | -19/+49 |
* | | Add two new sysctls in support of the forthcoming procstat(1) to support | rwatson | 2007-12-02 | 4 | -3/+434 |
* | | Hide a debug printf, NDIS_DEBUG is always defined and we test the sysctl. | thompsa | 2007-12-02 | 1 | -3/+5 |
* | | Correct the calculation for the number of 100ns intervals since | thompsa | 2007-12-02 | 3 | -13/+8 |
* | | Correct a comment. | alc | 2007-12-02 | 1 | -1/+1 |
* | | Correct the nwbx_ies field type in struct ndis_wlan_bssid_ex. | thompsa | 2007-12-02 | 1 | -1/+1 |
* | | Eliminate vfs_page_set_valid()'s unused argument. | alc | 2007-12-02 | 1 | -5/+5 |
* | | Add extra visibility definitions. | jb | 2007-12-02 | 1 | -0/+3 |
* | | Modify stack(9) stack_print() and stack_sbuf_print() routines to use new | rwatson | 2007-12-01 | 6 | -31/+102 |
* | | Based in info gleaned from the web and other drivers (including the Linux | peter | 2007-12-01 | 1 | -0/+23 |
* | | Remove XRPU driver, after asking all the users. | phk | 2007-12-01 | 5 | -310/+0 |
* | | Fix a non-fatal off-by-one error in the previous revision. | marius | 2007-12-01 | 1 | -1/+1 |
* | | Only protect the prototypes with #ifndef _ASSERT_H_, the standards | phk | 2007-12-01 | 1 | -3/+2 |
* | | The kernel linker includes a number of utility functions to look up symbol | rwatson | 2007-12-01 | 2 | -13/+95 |
* | | Add missing #ifndef _ASSERT_H_ protection against multiple inclusions | phk | 2007-12-01 | 1 | -0/+4 |
* | | For un-prototyped static inline functions declared in pthread_md.h on | rwatson | 2007-12-01 | 1 | -1/+1 |
* | | For un-prototyped static inline functions declared in pthread_md.h on | rwatson | 2007-12-01 | 2 | -3/+3 |
* | | Fix a broken check that recently became more annoying because it now | kensmith | 2007-12-01 | 1 | -2/+4 |
* | | ieee80211com.ic_fixed_rate holds rate instead of rate index | kevlo | 2007-12-01 | 1 | -1/+1 |
* | | Centralize and correct computation of TCP-MD5 signature offset within | bz | 2007-11-30 | 1 | -8/+3 |
* | | Move call to tcp_signature_compute() after we adjusted the payload offset | bz | 2007-11-30 | 1 | -5/+6 |
* | | Add ipv6 to ng_cisco node. ipv6 wasn't a reality when I wrote it.. | julian | 2007-11-30 | 1 | -0/+3 |
* | | - Add the PCI side of the HOST-PCI bridge itself to the bus. This | marius | 2007-11-30 | 3 | -14/+76 |
* | | Allow the sio acpi attachment to be disabled (ie: use hints only). This | peter | 2007-11-30 | 3 | -0/+6 |
* | | Add sio_puc_kludge_unit() to stop sio devices originating from puc | peter | 2007-11-30 | 1 | -0/+29 |
* | | Deal with the possibility of device_set_unit() being called when attaching | peter | 2007-11-30 | 1 | -0/+11 |
* | | Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise, | peter | 2007-11-30 | 2 | -0/+20 |