summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Try again: Make daddr_t 64 bits.phk2002-05-181-1/+1
* Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where itphk2002-05-182-1/+2
* Use btodb() macro.phk2002-05-181-7/+1
* Remove a check of blocknumbers/offsets which will be pointless withphk2002-05-181-12/+0
* Fix one of the va_arg() with less than int sized type probelms.phk2002-05-181-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typemarcel2002-05-181-1/+1
* o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire andalc2002-05-183-8/+9
* 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
OpenPOWER on IntegriCloud