aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump __FreeBSD_version to 460002 for FreeBSD 4.6.1. 460001 wasMurray Stokely2002-07-191-1/+1
* Update version number.Murray Stokely2002-07-191-2/+2
* MFS: Fix another ATA bug for 4.6.1.Murray Stokely2002-07-181-2/+4
* Bump patchlevel to reflect upgrade to BIND 8.3.3Doug Barton2002-07-181-1/+1
* MFS: Don't set the PCPWRE bit of the POWER on boot. This keeps usWarner Losh2002-07-141-1/+1
* MFC 1.6: Correct a buffer overflow when handling malformed NFSJacques Vidrine2002-07-121-1/+1
* MFS: prevent tracing of previously privileged processes.Dag-Erling Smørgrav2002-07-111-1/+2
* MFS: Fix a misplaced splx().Murray Stokely2002-07-081-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