aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reset token-ring source routing control field on receipt of ethernet frameKelly Yancey2002-05-151-0/+1
* p_cansignal() returns an errno value; at some point, the check forRobert Watson2002-05-141-2/+2
* Disable the shared locking namei() code for now. It breaks several stackingJeff Roberson2002-05-145-12/+12
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.David E. O'Brien2002-05-1414-1079/+1079
* Tighten up the defined()'s.David E. O'Brien2002-05-147-31/+31
* After some comments from bde, rewrite the loops to avoid turning theJoerg Wunsch2002-05-142-84/+56
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-147-268/+68
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-144-16/+0
* Modify the arguments to syncache_socket() to include the mbuf (m) thatRobert Watson2002-05-141-4/+6
* Remove a printf(3) argument with no corresponding format specifier.Dag-Erling Smørgrav2002-05-141-1/+1
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-147-303/+214
* Strategic diff reduction against TrustedBSD MAC branch: introduce anRobert Watson2002-05-141-0/+1
* Even more BBSIZE related breakage.Ruslan Ermilov2002-05-141-0/+1
* Fixed to build for GCC 3.1Yoshihiro Takahashi2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.Yoshihiro Takahashi2002-05-141-1/+1
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.Brian Somers2002-05-142-1/+21
* MFi386: revision 1.519Yoshihiro Takahashi2002-05-142-2/+2
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.Yoshihiro Takahashi2002-05-142-36/+130
* Merged from sys/dev/syscons/syscons.c revision 1.384Yoshihiro Takahashi2002-05-141-1/+2
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-1414-31/+30
* Roll the LOG2 macro up again, I don't belive unrolling this for 64bitsPoul-Henning Kamp2002-05-141-31/+13
* Check that kldxref(8) exists before running it.Ruslan Ermilov2002-05-142-6/+8
* Make the mtio data structures explicitly sized.Poul-Henning Kamp2002-05-141-13/+13
* Move a few ancient minor-number definitions for tapedrives to thePoul-Henning Kamp2002-05-143-20/+8
* Tweak the include dirs w/o incurring extra warningsDavid E. O'Brien2002-05-141-1/+1
* unexpand -a everythingDavid E. O'Brien2002-05-1415-7205/+7205
* First pass of style(9) for #define's.David E. O'Brien2002-05-1415-1661/+1661
* BDE and I have had a chance to hash this out:Warner Losh2002-05-131-5/+5
* Align CLEANFILES with revision 1.25 changes.Ruslan Ermilov2002-05-132-2/+2
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-132-2/+2
* Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386'sBruce Evans2002-05-132-10/+10
* Don't include <stddef.h> "For offsetof". This is not even wrong inBruce Evans2002-05-131-2/+0
* Fixed syntax errors (tokens after #endif).Bruce Evans2002-05-138-45/+45
* Fixed syntax errors (garbage after #endif; just editing errors in thisBruce Evans2002-05-132-8/+8
* Fixed a syntax error (a label not followed by a statement).Bruce Evans2002-05-132-2/+2
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-136-17/+0
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-134-16/+0
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-133-5/+175
* style(9) changes before further editing that region:Joerg Wunsch2002-05-132-12/+14
* Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flagsLuigi Rizzo2002-05-132-12/+1
* Remove register keyword.Poul-Henning Kamp2002-05-1313-127/+127
* Build the fpu support routines.Benno Rice2002-05-131-0/+1
* FPU support.Benno Rice2002-05-139-221/+219
* Bump for GCC 3.1.David E. O'Brien2002-05-131-1/+1
* Match the default newfs UFS block size.David E. O'Brien2002-05-131-1/+1
* Don't call the uz free function while the zone lock is held. This can leadJeff Roberson2002-05-131-14/+21
* s/_ALPHA_/_MACHINE_/Marcel Moolenaar2002-05-131-1/+1
* Remove reference to the "Alpha Calling Standard".Marcel Moolenaar2002-05-131-13/+0
* Remove the hash_free() lock order reversal. This could have happened forJeff Roberson2002-05-131-69/+72
* Fix IF_SEXT(val, 32). The constants need to have type long toJake Burkholder2002-05-131-1/+2