summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide some basic documentation explaining what the bpf(4) flags arecsjp2005-12-181-0/+24
* Add a knob to suppress logging of attempts to modifyglebius2005-12-182-7/+19
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-1810-23/+38
* Remove the KTR for hardclock completely. It seems to not be useful.njl2005-12-181-1/+0
* Restore KTR_CRITICAL but conditionally compile it in as KTR_SCHED.njl2005-12-181-2/+9
* Precision for AFMT_x24_yE and AFMT_x32_yE should be 24 and 32, respectively.ariff2005-12-181-2/+2
* Fix a markup nit.ru2005-12-181-0/+1
* Merged from sys/dev/sio/sio.c revision 1.463.nyan2005-12-181-0/+1
* VFS_LOCK_GIANT and VFS_UNLOCK_GIANT are actually defined in sys/mount.h,simon2005-12-181-0/+1
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-1829-173/+183
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-184-7/+7
* Get in sync with current ELF definitions. In particular this means:marcel2005-12-183-48/+110
* Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is anmarcel2005-12-171-2/+2
* Know the machines FreeBSD runs on. Print the machine value formarcel2005-12-171-2/+10
* Correct a long-standing problem in elfN_map_insert(): In order to copy aalc2005-12-171-1/+1
* Use M_ZERO for the bridge_iflist to ensure there are no unexpected suprises.thompsa2005-12-171-1/+1
* Minor whitespace cleanup.thompsa2005-12-172-31/+31
* Update copyright.davidxu2005-12-176-113/+84
* trim trailing ^Iobrien2005-12-171-17/+17
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachthompsa2005-12-173-21/+67
* Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB,njl2005-12-173-15/+15
* Backout pseudo nForce2/3/4 support. These devices (as well asru2005-12-161-160/+25
* - Use uintfptr_t rather than int for the kernel profiling index (though itjhb2005-12-161-3/+3
* Change the addupc_*() functions to use the uintfptr_t type for pc ratherjhb2005-12-162-4/+4
* GC some unused frame types.jhb2005-12-162-94/+0
* Style: The second argument to vm_map_find() should be NULL instead of 0.alc2005-12-161-1/+1
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-1611-1/+2210
* Use sf_buf_alloc() instead of vm_map_find() on exec_map to create thealc2005-12-163-61/+103
* In pipe_write(): when uiomove() fails, do not spin on it forever.delphij2005-12-161-0/+2
* MFC: sync with -current (interrupt handler API fixes, RT2500 deadlockwpaul2005-12-160-0/+0
* In ndis_rxeof_eth(), avoid acquiring the NDIS miniport block spinlock forwpaul2005-12-161-2/+4
* Fix PCI ID of the AMD-8111 System Management controller so it matchesru2005-12-161-1/+1
* Add descriptions for sysctl -d.emaste2005-12-161-5/+5
* Replace selwakeuppri with selwakeup, let scheduler figure outdavidxu2005-12-161-4/+4
* Cleanup __FreeBSD_version.glebius2005-12-161-5/+0
* Document the pfsync(4) specific maxupd parameter, with text mostly takenceri2005-12-161-1/+12
* Add jumbo frame support for architectures with strict alignment.yongari2005-12-161-12/+60
* Cleanup the strings for printing chipset names, saves quite some space.sos2005-12-162-183/+206
* It seems ciss should ignore overrun and underrun on a SCSI INQUIRYps2005-12-161-1/+4
* Make this compile on 64bit systems. It likely isn't correct, but that canscottl2005-12-161-1/+1
* Fix compiling on platforms with 64bit time_t.scottl2005-12-161-2/+2
* Don peril sensitive sunglasses and jack up the MAX_BPAGES limit to 8192scottl2005-12-161-1/+1
* With current pthread implementations, a mutex initialization willdavidxu2005-12-163-9/+19
* Use uintmax_t and %j to print bus dma segment members rather than castingjhb2005-12-151-6/+7
* Use %t (ptrdiff_t modifier) to print a couple of pointer differences ratherjhb2005-12-152-4/+3
* Make the SYNOPSIS section a bit more informative.joel2005-12-151-1/+12
* Make the SYNOPSIS section a bit more informative.joel2005-12-1515-38/+206
* It is not safe to use m_copypacket() here as the returned mbuf is readonly,thompsa2005-12-151-1/+6
* Install nextboot in /rescue as /rescue/nextboot rather thanjhb2005-12-151-1/+1
* VIA Tech V-RAID write support added.brueffer2005-12-151-1/+3
OpenPOWER on IntegriCloud