aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-1920-108/+116
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asRobert Watson2002-05-199-1375/+0
* Now that daddr_t has grown up, use %lld to printf it and cast it to longJohn Baldwin2002-05-181-1/+3
* Add an ext2_uninit() routine that undoes the actions performed byIan Dowse2002-05-185-10/+37
* Fix two off-by-one errors when sanity-checking inode numbers. InIan Dowse2002-05-184-4/+4
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-1816-118/+118
* Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *".Ian Dowse2002-05-181-2/+3
* o Eliminate the acquisition and release of Giant from minherit(2).Alan Cox2002-05-181-7/+2
* Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).Ian Dowse2002-05-181-1/+1
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uIan Dowse2002-05-186-27/+7
* Try again: Make daddr_t 64 bits.Poul-Henning Kamp2002-05-181-1/+1
* Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where itPoul-Henning Kamp2002-05-182-1/+2
* Use btodb() macro.Poul-Henning Kamp2002-05-181-7/+1
* Remove a check of blocknumbers/offsets which will be pointless withPoul-Henning Kamp2002-05-181-12/+0
* Fix one of the va_arg() with less than int sized type probelms.Poul-Henning Kamp2002-05-181-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typeMarcel Moolenaar2002-05-181-1/+1
* o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire andAlan Cox2002-05-183-8/+9
* o Remove the acquisition and release of Giant from mprotect().Alan Cox2002-05-181-6/+2
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theDoug Ambrisko2002-05-171-0/+12
* Fix ufs_daddr_t/daddr_t type problems.Poul-Henning Kamp2002-05-173-4/+4
* Call ufs_bmaparray() with right parameter type.Poul-Henning Kamp2002-05-171-1/+1
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedJohn Baldwin2002-05-171-4/+1
* Bump __FreeBSD_version to note that Perl is not in /usr/src any more.David E. O'Brien2002-05-171-1/+1
* - Rename the _C_LABEL macro to CNAME.Benno Rice2002-05-174-178/+179
* Fix commenting around NetBSD version string.Benno Rice2002-05-171-1/+1
* 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-1088/+1088
* 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-86/+58
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-147-268/+68