Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 262 | -525/+659 |
| | |||||
* | Remove left over include file from stallion driver. | imp | 2005-01-06 | 1 | -122/+0 |
| | |||||
* | Expand indirect reference to BSD license with the current one. | imp | 2005-01-06 | 1 | -2/+22 |
| | |||||
* | This doesn't seem to have been used since 386BSD days | imp | 2005-01-06 | 1 | -4/+0 |
| | |||||
* | Bit 0 of td_flags is now used by the priority borrowing flag, so remove | jhb | 2005-01-06 | 1 | -1/+0 |
| | | | | the unused placeholder constant. | ||||
* | Revise the part of vm_pageout_scan() that moves pages from the cache | alc | 2005-01-06 | 1 | -12/+31 |
| | | | | | | queue to the free queue. With this change, if a page from the cache queue belongs to a locked object, it is simply skipped over rather than moved to the inactive queue. | ||||
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 64 | -95/+105 |
| | |||||
* | Add dol FreeBSD dol and /*+ize license | imp | 2005-01-06 | 3 | -3/+9 |
| | |||||
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 67 | -68/+70 |
| | |||||
* | Introduce new startup level SI_SUB_NETGRAPH that is after | emax | 2005-01-06 | 2 | -1/+2 |
| | | | | | | | | | | | | | | SI_SUB_INIT_IF but before SI_SUB_DRIVERS. Make Netgraph(4) framework initialize at SI_SUB_NETGRAPH level. This does not address the bigger problem: MODULE_DEPEND does not seem to work when modules are compiled in the kernel, but it fixes the problem with Netgraph Bluetooth device drivers reported by a few folks. PR: i386/69876 Reviewed by: julian, rik, scottl MFC after: 3 days | ||||
* | Unbreak the tinderbox, make this compile. | maxim | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware. | simokawa | 2005-01-06 | 1 | -1/+2 |
| | | | | | | Some amd64 laptops fail to boot with these flags. PR: kern/75482 | ||||
* | Modules on PPC need to be compiled with -mlongcall to get around | grehan | 2005-01-06 | 1 | -0/+4 |
| | | | | | the +/-64k blr offset limitation. With gcc bug #12769 fixed, it's time to put enable this. | ||||
* | Make this compile from the last commit | scottl | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Return ETIMEDOUT when thread is timeouted since POSIX thread | davidxu | 2005-01-06 | 1 | -5/+7 |
| | | | | | APIs expect ETIMEDOUT not EAGAIN, this simplifies userland code a bit. | ||||
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 774 | -868/+886 |
| | |||||
* | add copyright notice to something I wrote that didn't have one | imp | 2005-01-06 | 1 | -1/+1 |
| | |||||
* | Start each of the license/copyright comments with /*- | imp | 2005-01-06 | 24 | -24/+24 |
| | |||||
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 38 | -54/+54 |
| | |||||
* | If the NFS/TCP stream is out of sync between the client and server, | ps | 2005-01-05 | 1 | -1/+1 |
| | | | | | | | | and if the client (erroneously) reads the RPC length as 0 bytes, the client can loop around in the socket callback. Explicitly check for the length being 0 case and teardown/re-connect. Submitted by: Mohan Srinivasan | ||||
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 106 | -110/+110 |
| | |||||
* | Typo. | jhb | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Align if else if properly | phk | 2005-01-05 | 1 | -6/+4 |
| | |||||
* | Style: new-speak functions, remove pointless "return". | phk | 2005-01-05 | 1 | -137/+44 |
| | |||||
* | - Move the function prototypes for kern_setrlimit() and kern_wait() to | jhb | 2005-01-05 | 7 | -10/+13 |
| | | | | | sys/syscallsubr.h where all the other kern_foo() prototypes live. - Resort kern_execve() while I'm there. | ||||
* | Start each of the license/copyright comments with /*- | imp | 2005-01-05 | 27 | -28/+31 |
| | |||||
* | Remove obsolete note about the boot loader not being ready for stable. | imp | 2005-01-05 | 1 | -10/+0 |
| | | | | It has been in stable for at least 5 years now. | ||||
* | Start all license statements with /*- | imp | 2005-01-05 | 116 | -165/+121 |
| | |||||
* | Rework the optimization for spinlocks on UP to be slightly less drastic and | jhb | 2005-01-05 | 2 | -13/+28 |
| | | | | | | | | | | | | turn it back on. Specifically, the actual changes are now less intrusive in that the _get_spin_lock() and _rel_spin_lock() macros now have their contents changed for UP vs SMP kernels which centralizes the changes. Also, UP kernels do not use _mtx_lock_spin() and no longer include it. The UP versions of the spin lock functions do not use any atomic operations, but simple compares and stores which allow mtx_owned() to still work for spin locks while removing the overhead of atomic operations. Tested on: i386, alpha | ||||
* | These appear to be unused in our tree, so remove them. | imp | 2005-01-05 | 2 | -111/+0 |
| | |||||
* | Begin all license/copyright comments with /*- | imp | 2005-01-05 | 34 | -34/+34 |
| | |||||
* | PC98 will never be defined for amd64 | imp | 2005-01-05 | 1 | -5/+0 |
| | |||||
* | Fix KASSERT inversion that was introduced in 1.150, resulting in instant | keramida | 2005-01-05 | 1 | -1/+1 |
| | | | | | | panic curlen != 0, which is perfectly normal. Approved by: mux | ||||
* | Add support for Chase/Perle PCI FAST-4 4 port serial cards which appear | wilko | 2005-01-05 | 1 | -0/+36 |
| | | | | | | | | | to be the same as Boca Research Turbo Serial 654 (4 serial port). While add the 8 port variants as well. Submitted by: sten@blinkenlights.nl PR: kern/75793 MFC after: 1 week | ||||
* | Begin all license/copyright comments with /*- or #- | imp | 2005-01-05 | 114 | -128/+128 |
| | |||||
* | Start all license/copyright notice comments with /*-, per tradition | imp | 2005-01-05 | 9 | -9/+9 |
| | |||||
* | Changes corresponding to the 9.1.5.2 release of twa on the 3ware website. | vkashyap | 2005-01-05 | 8 | -19555/+22218 |
| | | | | | | | | | | | | The main changes are: 1. Use of multiple bus dma tags. 2. Timing of CAM requests by the driver. 3, Firmware interface change relating to retrieving AEN's. 4. Removal of twa_intrhook. 5. Bundling of latest firmware with BBU capability. Reviewed by:re Approved by:re | ||||
* | Make sis_initl() take a typed argument. | phk | 2005-01-05 | 1 | -24/+15 |
| | | | | | Expect caller to lock before calling sis_stop() Various style stuff. | ||||
* | Add locked/unlocked variants of sis_init() | phk | 2005-01-05 | 1 | -15/+22 |
| | |||||
* | Make a locked and unlocked variant of sis_start() | phk | 2005-01-05 | 1 | -15/+20 |
| | |||||
* | Don't declare variables "register", the compiler ought to know what to do. | phk | 2005-01-05 | 1 | -6/+6 |
| | |||||
* | Add needed synchronization to the error handling code that was introduced | alc | 2005-01-05 | 1 | -0/+6 |
| | | | | | | in revision 1.141. Lock assertion failures reported by: Kris Kennaway | ||||
* | o Use tab instead of spaces for puc(4) line. | kuriyama | 2005-01-05 | 4 | -12/+12 |
| | | | | o Use capitalized "Ethernet" for consistency. | ||||
* | Fix comment. One of the two "Step 4" shuold be a "step 5" | julian | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | Disable checksum offloading by default. It seems to produce corrupted packets | cognet | 2005-01-05 | 1 | -2/+2 |
| | | | | | | | with some revisions of the chip (particularly when using multiple TX descriptors). MFC after: 1 week | ||||
* | Instead of keeping track of the index into the receive ring use the already | phk | 2005-01-04 | 2 | -8/+6 |
| | | | | implemented "sis_nextdesc" pointer to keep a pointer instead. | ||||
* | Forget about the sis_list_data and sis_ring_data structures and embedd | phk | 2005-01-04 | 2 | -132/+109 |
| | | | | | | | their fields directly in the softc structure. This is a no-op which shortens most of the affected source lines by N * 10 characters. | ||||
* | Prototype busdma callback using the typedef. | phk | 2005-01-04 | 1 | -1/+1 |
| | |||||
* | Kill a half dead comment. It's first half was killed in rev 1.12. | rik | 2005-01-04 | 1 | -1/+0 |
| | | | | MFC after: 3 days | ||||
* | Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure. | emax | 2005-01-04 | 1 | -1/+1 |
| | | | | | | | class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de > MFC after: 3 days |