aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.6.0cvs2svn2002-07-031-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-033566-0/+1665495
|\
| * This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-07-032-0/+681
| * MFC rev 1.131 - add another chip rev.Mike Silbersack2002-07-031-0/+1
| * MFC: Fix GCC warnings caused by initializing a zero length array.Archie Cobbs2002-07-0232-242/+155
| * Adjust the previous commit so that the value of SI_SUB_DRIVERS doesn't change,Archie Cobbs2002-07-021-2/+2
| * MFC: Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-07-025-49/+53
| * MFC: (rev. 1.70) Initialize mbuf subsystem before initializing drivers.Archie Cobbs2002-07-021-2/+2
| * MFC: (rev. 1.90) Fix M_TRAILINGSPACE() to return zero if !M_WRITABLE(m).Archie Cobbs2002-07-021-2/+9
| * MFC: (rev. 1.92) Don't set "m->m_ext.ext_size" to zero in m_split().Archie Cobbs2002-07-021-1/+5
| * MFC: (rev. 1.18) Fix bugs where mbuf was being accessed without m_pullup().Archie Cobbs2002-07-021-7/+41
| * MFC: (rev. 1.24) Fix for checking M_WRITABLE(), eliminate some complexity.Archie Cobbs2002-07-021-57/+27
| * MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-024-1/+26
| * MFC: (rev. 1.23) Don't send packets out an interface unless IFF_UP|IFF_RUNNING.Archie Cobbs2002-07-021-2/+9
| * MFC r1.22 - delaying ich calibration until system clock itself is calibrated.Orion Hodson2002-07-021-6/+22
| * MFC: Fixes to asm statements in the Internet checksum code to makeJohn Polstra2002-07-022-20/+28
| * A bit of language touches to LINTTom Rhodes2002-07-021-2/+2
| * MFC: 1.72; avoid exposing struct if_clone and the sys/queue.h macrosIan Dowse2002-07-011-0/+4
| * MFC: Fix two off-by-one errors when sanity-checking inode numbers.Ian Dowse2002-07-012-2/+2
| * MFC: 1.137; fix a harmless typo in do_sigaction() where the wrongIan Dowse2002-07-011-3/+3
| * Now that the IF_HANDOFF macro has been MFC'd, don't define it here. AWarner Losh2002-06-301-0/+2
| * MFC: Add missing splx call (if_bge.c revision 1.15).John Polstra2002-06-301-1/+3
| * MFC: Work around an apparent chip bug involving the BCM5701 on aJohn Polstra2002-06-302-2/+37
| * Add one function and one macro to timestamp events in the kernel usingLuigi Rizzo2002-06-303-0/+56
| * MFC (all: 1.11 (minor style fixes) and 1.12 (return the old mask and notBruce Evans2002-06-301-9/+18
| * Re-enable send_sessionid().Brian Somers2002-06-291-2/+2
| * MFC 1.12: In m_aux_delete, no need to chase beyond victim.Hajimu UMEMOTO2002-06-291-0/+1
| * MFC: Revised MLD-related definitionsHajimu UMEMOTO2002-06-293-69/+94
| * MFC v1.21: Add additional cpuid feature flags and put into a canonical format.Mark Peek2002-06-291-18/+33
| * MFC v1.114: Clock frequencies reported by sysctl should be unsigned values.Mark Peek2002-06-291-2/+2
| * MFC v1.187: Clock frequencies reported by sysctl should be unsigned values.Mark Peek2002-06-291-2/+2
| * MFC 1.313 - fix a bug in an optimization made by vfs_bio_clrbuf().Matthew Dillon2002-06-291-6/+11
| * MFC rev 1.70:Mike Silbersack2002-06-291-0/+1
| * MFC: r1.23; delay referencing next entry in timer chain.Jonathan Lemon2002-06-281-1/+7
| * Add IF_HANDOFF() and _IF_QFULL() macros to ease merging code from -CURRENTLuigi Rizzo2002-06-281-95/+97
| * MFC 1.176 - fix a defect in wakeup() and a more serious defect inMatthew Dillon2002-06-281-2/+8
| * MFC: remove a printf and add a comment about an assumption which mightLuigi Rizzo2002-06-271-3/+10
| * Remove calls to send_sessionid().Brian Somers2002-06-271-2/+2
| * MFC: `sed -i'.David E. O'Brien2002-06-261-1/+3
| * Bump revsion to 460100 after consultation with re@ and so@ to reflectWarner Losh2002-06-261-1/+1
| * MFC:Prafulla Deuskar2002-06-254-5322/+0
| * Unbreak LINT by finishing the move of sr(4) to sys/dev.Tony Finch2002-06-243-3/+4
| * MFC (1.225: if trap() is called when ddb is active, then go directly toBruce Evans2002-06-241-0/+8
| * Bump FreeBSD_version for sendfile fix.Alfred Perlstein2002-06-241-1/+1
| * Fix sendfile bug where headers counted against amount of file to be sent.Alfred Perlstein2002-06-241-3/+5
| * Enforce a 2^31 * PAGE_SIZE file size limit to ensure that largeIan Dowse2002-06-231-0/+3
| * MFC: add PACKET_TAG_* #defines to implement packet annotations.Luigi Rizzo2002-06-231-63/+132
| * MFC: NUL terminate the ACNAME passed to userland.Brian Somers2002-06-221-3/+4
| * MFC 1.90. Fix a major performance issue that was introduced in lateMatthew Dillon2002-06-221-7/+11
| * Somewhat belatedly bump __FreeBSD_version for 4.6-STABLE.Bruce A. Mah2002-06-211-1/+1