aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Separate "seperate" from kernel source.Eric Melville2002-05-162-2/+2
* Banish "priviledged" from kernel source.Eric Melville2002-05-161-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-16106-266/+270
* The ufs/ffs files are no longer required by ext2fs.Ian Dowse2002-05-161-11/+0
* Give ext2fs its own static "dirchk" variable instead of using ufs'sIan Dowse2002-05-162-8/+24
* Remove register keyword.Ian Dowse2002-05-1616-172/+166
* In VOP_LOOKUP, don't assume that the final pathname componentMaxime Henrion2002-05-161-2/+1
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-1630-901/+2689
* o Fix vfs_copyopt(), the first argument to bcopy() is the source,Maxime Henrion2002-05-161-15/+6
* Rename struct scr_size into struct _scr_size and struct scrmap intoMaxim Sobolev2002-05-161-4/+4
* Use splnet() when we need to block timeouts rather than splimp() sinceWarner Losh2002-05-161-10/+18
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousAndrew Gallatin2002-05-161-7/+25
* An exact copy of i386/include/float.h will work here.David E. O'Brien2002-05-151-0/+73
* Revert daddr_t to 32 bits while we research the reported problems.Poul-Henning Kamp2002-05-151-2/+2
* Enhance the use of the watchdog timer in this driver so that it willMike Silbersack2002-05-152-8/+6
* style sync with other platforms.David E. O'Brien2002-05-151-2/+2
* Remove an extraneous )Brian Somers2002-05-151-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.John Hay2002-05-151-1/+1
* 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