| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a markup nit. | ru | 2005-12-18 | 1 | -0/+1 |
* | Merged from sys/dev/sio/sio.c revision 1.463. | nyan | 2005-12-18 | 1 | -0/+1 |
* | VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h, | simon | 2005-12-18 | 1 | -0/+1 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 29 | -173/+183 |
* | Explicitly cast ELF_R_TYPE() to the right type. | marcel | 2005-12-18 | 4 | -7/+7 |
* | Get in sync with current ELF definitions. In particular this means: | marcel | 2005-12-18 | 3 | -48/+110 |
* | Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is an | marcel | 2005-12-17 | 1 | -2/+2 |
* | Know the machines FreeBSD runs on. Print the machine value for | marcel | 2005-12-17 | 1 | -2/+10 |
* | Correct a long-standing problem in elfN_map_insert(): In order to copy a | alc | 2005-12-17 | 1 | -1/+1 |
* | Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises. | thompsa | 2005-12-17 | 1 | -1/+1 |
* | Minor whitespace cleanup. | thompsa | 2005-12-17 | 2 | -31/+31 |
* | Update copyright. | davidxu | 2005-12-17 | 6 | -113/+84 |
* | trim trailing ^I | obrien | 2005-12-17 | 1 | -17/+17 |
* | Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach | thompsa | 2005-12-17 | 3 | -21/+67 |
* | Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB, | njl | 2005-12-17 | 3 | -15/+15 |
* | Backout pseudo nForce2/3/4 support. These devices (as well as | ru | 2005-12-16 | 1 | -160/+25 |
* | - Use uintfptr_t rather than int for the kernel profiling index (though it | jhb | 2005-12-16 | 1 | -3/+3 |
* | Change the addupc_*() functions to use the uintfptr_t type for pc rather | jhb | 2005-12-16 | 2 | -4/+4 |
* | GC some unused frame types. | jhb | 2005-12-16 | 2 | -94/+0 |
* | Style: The second argument to vm_map_find() should be NULL instead of 0. | alc | 2005-12-16 | 1 | -1/+1 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 11 | -1/+2210 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 3 | -61/+103 |
* | In pipe_write(): when uiomove() fails, do not spin on it forever. | delphij | 2005-12-16 | 1 | -0/+2 |
* | MFC: sync with -current (interrupt handler API fixes, RT2500 deadlock | wpaul | 2005-12-16 | 0 | -0/+0 |
* | In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock for | wpaul | 2005-12-16 | 1 | -2/+4 |
* | Fix PCI ID of the AMD-8111 System Management controller so it matches | ru | 2005-12-16 | 1 | -1/+1 |
* | Add descriptions for sysctl -d. | emaste | 2005-12-16 | 1 | -5/+5 |
* | Replace selwakeuppri with selwakeup, let scheduler figure out | davidxu | 2005-12-16 | 1 | -4/+4 |
* | Cleanup __FreeBSD_version. | glebius | 2005-12-16 | 1 | -5/+0 |
* | Document the pfsync(4) specific maxupd parameter, with text mostly taken | ceri | 2005-12-16 | 1 | -1/+12 |
* | Add jumbo frame support for architectures with strict alignment. | yongari | 2005-12-16 | 1 | -12/+60 |
* | Cleanup the strings for printing chipset names, saves quite some space. | sos | 2005-12-16 | 2 | -183/+206 |
* | It seems ciss should ignore overrun and underrun on a SCSI INQUIRY | ps | 2005-12-16 | 1 | -1/+4 |
* | Make this compile on 64bit systems. It likely isn't correct, but that can | scottl | 2005-12-16 | 1 | -1/+1 |
* | Fix compiling on platforms with 64bit time_t. | scottl | 2005-12-16 | 1 | -2/+2 |
* | Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192 | scottl | 2005-12-16 | 1 | -1/+1 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 3 | -9/+19 |
* | Use uintmax_t and %j to print bus dma segment members rather than casting | jhb | 2005-12-15 | 1 | -6/+7 |
* | Use %t (ptrdiff_t modifier) to print a couple of pointer differences rather | jhb | 2005-12-15 | 2 | -4/+3 |
* | Make the SYNOPSIS section a bit more informative. | joel | 2005-12-15 | 1 | -1/+12 |
* | Make the SYNOPSIS section a bit more informative. | joel | 2005-12-15 | 15 | -38/+206 |
* | It is not safe to use m_copypacket() here as the returned mbuf is readonly, | thompsa | 2005-12-15 | 1 | -1/+6 |
* | Install nextboot in /rescue as /rescue/nextboot rather than | jhb | 2005-12-15 | 1 | -1/+1 |
* | VIA Tech V-RAID write support added. | brueffer | 2005-12-15 | 1 | -1/+3 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 5 | -12/+0 |
* | Added comments about the apparently-magic rational function used in | bde | 2005-12-15 | 1 | -1/+15 |
* | Add support for writing VIA metadata. | sos | 2005-12-15 | 2 | -19/+202 |
* | o Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg(9), inlining the | glebius | 2005-12-15 | 1 | -82/+55 |
* | Add bge(4) support for big-endian architectures(part 1/2). | yongari | 2005-12-15 | 2 | -88/+139 |
* | Remove one more reference to usbd.conf. | iedowse | 2005-12-15 | 1 | -1/+0 |