2004-08-09 |
David Rhodus | Document that there seems to be a problem with the... |
tree | commitdiff |
2004-08-08 |
Jeffrey Hsu | Get cosmetic changes out of the way before committing... |
tree | commitdiff |
2004-08-07 |
Matthew Dillon | Do not hack a #define __FreeBSD_version if __FreeBSD__... |
tree | commitdiff |
2004-08-07 |
Matthew Dillon | Remove the unconditional timer_restore in the bios... |
tree | commitdiff |
2004-08-07 |
Matthew Dillon | Add an event handler to adjust the cpu throttle state... |
tree | commitdiff |
2004-08-06 |
Matthew Dillon | eventhandler_register() M_NOWAIT->M_INTWAIT. |
tree | commitdiff |
2004-08-06 |
Matthew Dillon | GCC3.4's (default) unit-at-a-time optimization is incom... |
tree | commitdiff |
2004-08-06 |
Matthew Dillon | make the __asm for the pushfl fakery __volatile. |
tree | commitdiff |
2004-08-03 |
Matthew Dillon | Merge from vendor branch CVS: |
tree | commitdiff |
2004-08-03 |
Joerg Sonnenberger | Add re(4) to LINT as well. |
tree | commitdiff |
2004-08-03 |
Joerg Sonnenberger | Add re(4) to GENERIC. |
tree | commitdiff |
2004-08-03 |
Jeffrey Hsu | Fix bug with tracking the previous element in a list. |
tree | commitdiff |
2004-08-03 |
Matthew Dillon | The TCP stack is notified every time userland reads... |
tree | commitdiff |
2004-08-03 |
Matthew Dillon | tcp_input()'s DELAY_ACK() code checks to see if the... |
tree | commitdiff |
2004-08-02 |
Matthew Dillon | Make doubly sure that timer2 is not used for speaker... |
tree | commitdiff |
2004-08-02 |
Matthew Dillon | Rip out the badly designed softint-based taskqueue... |
tree | commitdiff |
2004-08-02 |
Matthew Dillon | Add a global, clocks_running, which tells us when timeo... |
tree | commitdiff |
2004-08-02 |
Matthew Dillon | taskqueue_create() should use M_INTWAIT rather then... |
tree | commitdiff |
2004-08-02 |
Matthew Dillon | Fix buggaboos that prevented ACPI_DEBUG from working. |
tree | commitdiff |
2004-08-02 |
Joerg Sonnenberger | Release to correct ressource in re_detach, this is... |
tree | commitdiff |
2004-08-02 |
Joerg Sonnenberger | Forced commit to annotate the (unrelated) changes from... |
tree | commitdiff |
2004-08-02 |
Joerg Sonnenberger | Change (almost) all references to tqh_first and tqe_nex... |
tree | commitdiff |
2004-07-31 |
Scott Ullrich | Merge from vendor branch OPENSSH: |
tree | commitdiff |
2004-07-31 |
Scott Ullrich | Merge from vendor branch OPENSSH: |
tree | commitdiff |
2004-07-31 |
Scott Ullrich | Merge from vendor branch OPENSSH: |
tree | commitdiff |
2004-07-31 |
Matthew Dillon | Since mbufs are no longer limited by an mb_map the... |
tree | commitdiff |
2004-07-31 |
Matthew Dillon | Get rid of mb_map. Retool the mbuf and mbuf cluster... |
tree | commitdiff |
2004-07-30 |
Matthew Dillon | Change sendfile() to use the new m_ext callback scheme... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Provide some basic instructions on how to create an... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Fix more __stdcall issues. Move the __stdcall into... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | NDIS_INFO -> NDIS_LOCK_INFO |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Generally speaking modules should unconditionally enabl... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Bring in NDIS emulation support from FreeBSD-5. NDIS... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Sync the IFM_MAKEMODE() macro from FreeBSD-5. |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Work to allow pure threads to issue VFS lookups: ... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Work to allow pure threads to issue VFS lookups: fp_op... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Work to allow pure threads to issue VFS lookups: Only... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Add a test-and-set and release poll function. This... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Remove a recently added incorrect assertion. I was... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Move kthread_create() from lwkt_thread.c to kern_kthrea... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Add LWKT convenience functions lwkt_getpri() and lwkt_g... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Add a stack-size argument to the LWKT threading code... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Implement a kernel strdup() function (API synch with... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Stage 1/many: mbuf/cluster accounting rewrite and mbuf... |
tree | commitdiff |
2004-07-29 |
Matthew Dillon | Output a more descriptive error message when AGP can... |
tree | commitdiff |
2004-07-28 |
Matthew Dillon | (From Alan): |
tree | commitdiff |
2004-07-28 |
Joerg Sonnenberger | Add IF_QLEN and the ALTQ macros. This are only the... |
tree | commitdiff |
2004-07-28 |
Joerg Sonnenberger | Add two more 802.11 media types. |
tree | commitdiff |
2004-07-28 |
Matthew Dillon | udev2dev() can return NODEV now, make sure it doesn... |
tree | commitdiff |
2004-07-28 |
Hiten Pandya | Major cleanup of the base IPFilter: |
tree | commitdiff |
2004-07-27 |
Matthew Dillon | Boot1 tries to clear boot2's BSS. It makes several... |
tree | commitdiff |
2004-07-27 |
David Rhodus | We will need more resource-limiting compliance work... |
tree | commitdiff |
2004-07-27 |
David Rhodus | Correct getpriority() and setpriority() function defini... |
tree | commitdiff |
2004-07-27 |
David Rhodus | Correct line wrap. |
tree | commitdiff |
2004-07-27 |
Joerg Sonnenberger | Remove now obsolete header. |
tree | commitdiff |
2004-07-27 |
Joerg Sonnenberger | Use netproto/802_11 includes instead of net/if_ieee80211.h. |
tree | commitdiff |
2004-07-27 |
Joerg Sonnenberger | Use netproto/802_11 includes instead of net/if_ieee8021... |
tree | commitdiff |
2004-07-27 |
Joerg Sonnenberger | Use netproto/802_11 includes instead of net/if_ieee80211.h |
tree | commitdiff |
2004-07-27 |
Joerg Sonnenberger | Use netproto/802_11 includes instead of net/if_ieee80211.h. |
tree | commitdiff |
2004-07-27 |
Hiten Pandya | Remove VAX conditionalized code. |
tree | commitdiff |
2004-07-27 |
Hiten Pandya | Remove UIO_USERISPACE, we do not support any split... |
tree | commitdiff |
2004-07-27 |
Hiten Pandya | Fix generation of opt_inet.h and opt_ipx.h by providing... |
tree | commitdiff |
2004-07-27 |
Hiten Pandya | Add MOD_SHUTDOWN to be processed by the module event... |
tree | commitdiff |
2004-07-27 |
Jeroen Ruigrok/asmodai | Actually add the main file for Pentium 4 Thermal Contro... |
tree | commitdiff |
2004-07-27 |
Jeroen Ruigrok/asmodai | Add Pentium 4 Thermal Control Circuit support. |
tree | commitdiff |
2004-07-27 |
Chris Pressey | Style(9) cleanup: |
tree | commitdiff |
2004-07-26 |
David Rhodus | POSIX.1-2003: Changing the group ID is permitted to... |
tree | commitdiff |
2004-07-26 |
Joerg Sonnenberger | Import generic 802.11 layer. |
tree | commitdiff |
2004-07-26 |
Joerg Sonnenberger | Don't use cast as lvalues. |
tree | commitdiff |
2004-07-26 |
Joerg Sonnenberger | Don't cast lvalues. |
tree | commitdiff |
2004-07-26 |
Joerg Sonnenberger | Add macro to test for broadcast / multicast Ethernet... |
tree | commitdiff |
2004-07-26 |
Jeroen Ruigrok/asmodai | Remove stray fr_checkp() declaration. |
tree | commitdiff |
2004-07-26 |
Scott Ullrich | Minor comment update. |
tree | commitdiff |
2004-07-26 |
Scott Ullrich | Allow options BRIDGE to be defined without having to... |
tree | commitdiff |
2004-07-24 |
Matthew Dillon | Move usched_debug out of the INVARIANTS conditional... |
tree | commitdiff |
2004-07-24 |
Matthew Dillon | Make fstat() account for pending direct-write data... |
tree | commitdiff |
2004-07-24 |
Matthew Dillon | Have DDBs 'ps' command display additional scheduler... |
tree | commitdiff |
2004-07-24 |
Matthew Dillon | Adjust gd_vme_avail after ensuring that sufficient... |
tree | commitdiff |
2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
tree | commitdiff |
2004-07-24 |
Joerg Sonnenberger | Last commit changed a NTOHL to ntohs, correct this. |
tree | commitdiff |
2004-07-24 |
Jeroen Ruigrok/asmodai | Bump version number for the 1.1-CURRENT tree. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Remove usage of NTOHS / NTOHL / HTONS / HTONL. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Comment out extra token at end of #endif. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Instead of casting the function, cast the argument... |
tree | commitdiff |
2004-07-23 |
Hiten Pandya | It is 'estcpu', not 'setcpu'. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Add RC4 to the crypto module / device. This will be... |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Regenerate. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Sync with FreeBSD 5-CURRENT. |
tree | commitdiff |
2004-07-23 |
Joerg Sonnenberger | Unify the input handling of the low-level network stack... |
tree | commitdiff |
2004-07-21 |
David Rhodus | DragonFly MP support, not fbsd anymore. |
tree | commitdiff |
2004-07-21 |
Hiten Pandya | Aesthatical change, move 'All rights reserved' to the... |
tree | commitdiff |
2004-07-21 |
Joerg Sonnenberger | Add handling of patches to the module framework. |
tree | commitdiff |
2004-07-21 |
Jeroen Ruigrok/asmodai | Document PCIY_xxx. |
tree | commitdiff |
2004-07-21 |
Jeroen Ruigrok/asmodai | Inspired by rev 1.33 of FreeBSD, but which was not... |
tree | commitdiff |
2004-07-21 |
Jeroen Ruigrok/asmodai | Add identifiers for Serial Attached SCSI per dicussion... |
tree | commitdiff |
2004-07-21 |
Matthew Dillon | Fix a device pager leak for the case where the page... |
tree | commitdiff |
2004-07-20 |
Matthew Dillon | Add a dire warning about PCI_ENABLE_IO_MODES. |
tree | commitdiff |
2004-07-20 |
Matthew Dillon | ata-raid associates raw ata disk devices to record... |
tree | commitdiff |
2004-07-20 |
Joerg Sonnenberger | Add llc_snap shortcut. |
tree | commitdiff |
2004-07-20 |
Matthew Dillon | Unconditionally print startup 8254 and TSC calibrations. |
tree | commitdiff |
next |