| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Add support for video output switching. It appears no systems use HCI to | njl | 2004-04-14 | 2 | -20/+156 |
* | | Boomerang 10/100BT (found in 2c905-TX) chips apparently suffer the | imp | 2004-04-13 | 1 | -0/+1 |
* | | Some devices have what appear to be invalid BARs. They are invalid in | imp | 2004-04-13 | 1 | -26/+51 |
* | | Use ifconfig(8) for setting common 802.11 parameters. | fjoe | 2004-04-13 | 3 | -63/+245 |
* | | Add Direct Sequence 354K and 512K (needed for arl(4)). | fjoe | 2004-04-13 | 1 | -0/+8 |
* | | Remove extra copy of code. | imp | 2004-04-13 | 1 | -7/+0 |
* | | Enable the sx driver on i386 and pc98. | nyan | 2004-04-13 | 2 | -1/+5 |
* | | Use headers from the kernel source tree rather than installed headers. | des | 2004-04-13 | 1 | -1/+1 |
* | | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns | luigi | 2004-04-13 | 3 | -14/+19 |
* | | Add support for the Promise command sequencer present on all modern Promise | sos | 2004-04-13 | 12 | -270/+625 |
* | | Bump __FreeBSD_version on behalf of the new .warning directive in make(1). | ru | 2004-04-13 | 1 | -1/+1 |
* | | Fix off by one error, twice. | imp | 2004-04-12 | 1 | -2/+2 |
* | | Do not drop Giant around the poll method yet, we're not ready for it. | phk | 2004-04-12 | 1 | -2/+2 |
* | | MFp4: | imp | 2004-04-12 | 1 | -4/+15 |
* | | Improve reading of CIS cards: | imp | 2004-04-12 | 1 | -3/+10 |
* | | remove an almost-duplicate piece of code by setting the loop | luigi | 2004-04-12 | 1 | -16/+10 |
* | | in rtinit(), remove one useless variable, and move a few others | luigi | 2004-04-12 | 1 | -9/+9 |
* | | stop() no longer needs sched_lock held; in fact, holding sched_lock causes | cperciva | 2004-04-12 | 1 | -3/+2 |
* | | Count outgoing link-level broadcast packets in if_omcasts. | ru | 2004-04-12 | 1 | -1/+1 |
* | | Don't send the available space as is in the FSSTAT call. Under | mux | 2004-04-12 | 1 | -2/+14 |
* | | Fix "sleeping without a mutex" panic. | markm | 2004-04-12 | 1 | -3/+6 |
* | | Remove a check for the return value added in rev 1.41. It's not an error | njl | 2004-04-12 | 1 | -8/+1 |
* | | Move sx to i386/NOTES for the moment. I missed the | imp | 2004-04-12 | 2 | -2/+4 |
* | | Bump __FreeBSD_version for getgrent(3) removal. I doubt anything | mux | 2004-04-11 | 1 | -1/+1 |
* | | Belatedly remove the getvfsent(3) API. All the consumers have been | mux | 2004-04-11 | 1 | -6/+0 |
* | | Put struct ovfsconf inside BURN_BRIDGES as well. | mux | 2004-04-11 | 1 | -0/+2 |
* | | Put deprecated sysctl code inside BURN_BRIDGES. | mux | 2004-04-11 | 1 | -3/+5 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -5/+13 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 2 | -2/+23 |
* | | Add sx driver, since it looks like it should work on all | imp | 2004-04-11 | 1 | -0/+2 |
* | | Update to recent driver api changes. | imp | 2004-04-11 | 2 | -25/+11 |
* | | Add glue for new sx driver. | imp | 2004-04-11 | 2 | -0/+5 |
* | | Use vm_page_hold() rather than vm_page_wire() for short-duration page | alc | 2004-04-11 | 1 | -2/+2 |
* | | Frank Mayhar's <frank@exit.com> sx driver for older Specialix | imp | 2004-04-11 | 7 | -0/+3230 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+12 |
* | | Add note about why we're ignoring the below 1MB bit. | imp | 2004-04-11 | 1 | -0/+19 |
* | | Fixed resetting of the watchdog timer and queue full flag. | ru | 2004-04-11 | 1 | -7/+4 |
* | | Commit import of OpenBSD-stable fix: | mlaier | 2004-04-11 | 1 | -6/+11 |
* | | Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g | marcel | 2004-04-11 | 1 | -1/+1 |
* | | In 4.x, if_ipending is used to track network interrupt state. In 5.x, | rwatson | 2004-04-11 | 1 | -7/+0 |
* | | Stop xe claiming ownership of every card passed to xe_pccard_match. | rsm | 2004-04-11 | 1 | -1/+1 |
* | | Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending, | rwatson | 2004-04-11 | 1 | -3/+3 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+12 |
* | | Include nehemiah.c only on i386, as is done for the non-modules | marcel | 2004-04-11 | 1 | -0/+2 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+16 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 2 | -2/+26 |
* | | Implemented per-interface polling(4) control. | ru | 2004-04-11 | 1 | -1/+13 |
* | | First driver with user-configurable polling(4). | ru | 2004-04-11 | 2 | -2/+26 |
* | | Added the new interface capability option for drivers that implement | ru | 2004-04-11 | 1 | -0/+1 |
* | | Don't let the NFS server module be unloaded as long as there are | peadar | 2004-04-11 | 3 | -3/+6 |