summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Remove the acquisition and release of Giant from mprotect().alc2002-05-181-6/+2
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theambrisko2002-05-171-0/+12
* Fix ufs_daddr_t/daddr_t type problems.phk2002-05-173-4/+4
* Call ufs_bmaparray() with right parameter type.phk2002-05-171-1/+1
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedjhb2002-05-171-4/+1
* Bump __FreeBSD_version to note that Perl is not in /usr/src any more.obrien2002-05-171-1/+1
* - Rename the _C_LABEL macro to CNAME.benno2002-05-174-178/+179
* Fix commenting around NetBSD version string.benno2002-05-171-1/+1
* Separate "seperate" from kernel source.eric2002-05-162-2/+2
* Banish "priviledged" from kernel source.eric2002-05-161-1/+1
* More s/file system/filesystem/gtrhodes2002-05-16106-266/+270
* The ufs/ffs files are no longer required by ext2fs.iedowse2002-05-161-11/+0
* Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-162-8/+24
* Remove register keyword.iedowse2002-05-1616-172/+166
* In VOP_LOOKUP, don't assume that the final pathname componentmux2002-05-161-2/+1
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-1630-901/+2689
* o Fix vfs_copyopt(), the first argument to bcopy() is the source,mux2002-05-161-15/+6
* Rename struct scr_size into struct _scr_size and struct scrmap intosobomax2002-05-161-4/+4
* Use splnet() when we need to block timeouts rather than splimp() sinceimp2002-05-161-10/+18
* Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysteriousgallatin2002-05-161-7/+25
* An exact copy of i386/include/float.h will work here.obrien2002-05-151-0/+73
* Revert daddr_t to 32 bits while we research the reported problems.phk2002-05-151-2/+2
* Enhance the use of the watchdog timer in this driver so that it willsilby2002-05-152-8/+6
* style sync with other platforms.obrien2002-05-151-2/+2
* Remove an extraneous )brian2002-05-151-1/+1
* DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore.jhay2002-05-151-1/+1
* Reset token-ring source routing control field on receipt of ethernet framekbyanc2002-05-151-0/+1
* p_cansignal() returns an errno value; at some point, the check forrwatson2002-05-141-2/+2
* Disable the shared locking namei() code for now. It breaks several stackingjeff2002-05-145-12/+12
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.obrien2002-05-1414-1088/+1088
* Tighten up the defined()'s.obrien2002-05-147-31/+31
* After some comments from bde, rewrite the loops to avoid turning thejoerg2002-05-142-86/+58
* Move MI stuff out of MD param.h files.phk2002-05-147-268/+68
* Remove the unused definitions of ctod() and dotc().phk2002-05-144-16/+0
* Modify the arguments to syncache_socket() to include the mbuf (m) thatrwatson2002-05-141-4/+6
* Remove a printf(3) argument with no corresponding format specifier.des2002-05-141-1/+1
* Following a repo-copy from src/sys/ufs/ufs, rename functions andiedowse2002-05-147-305/+216
* Strategic diff reduction against TrustedBSD MAC branch: introduce anrwatson2002-05-141-0/+1
* Even more BBSIZE related breakage.ru2002-05-141-0/+1
* Fixed to build for GCC 3.1nyan2002-05-146-17/+16
* Add -ffreestanding to CFLAGS.nyan2002-05-141-1/+1
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-142-1/+21
* MFi386: revision 1.519nyan2002-05-142-2/+2
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.nyan2002-05-142-36/+130
* Merged from sys/dev/syscons/syscons.c revision 1.384nyan2002-05-141-1/+2
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-1414-31/+30
* Roll the LOG2 macro up again, I don't belive unrolling this for 64bitsphk2002-05-141-31/+13
* Check that kldxref(8) exists before running it.ru2002-05-142-6/+8
* Make the mtio data structures explicitly sized.phk2002-05-141-13/+13
* Move a few ancient minor-number definitions for tapedrives to thephk2002-05-143-20/+8
OpenPOWER on IntegriCloud