summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Remove namespace pollution from param.h:marcel2002-05-1920-27/+53
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-192-4/+6
* - Do a quick style pass.benno2002-05-192-264/+144
* Add the PSL_VEC flag for AltiVec (no, it's not here yet =))benno2002-05-191-2/+3
* Remove asr from the ia64 build. Its use of KERNBASE appears i386marcel2002-05-191-1/+0
* Remove option ACPI_DEBUG. It causes compile failures in themarcel2002-05-191-1/+0
* Cast dumpsize to long long to match printf format.marcel2002-05-191-1/+2
* Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flagsmarcel2002-05-191-4/+1
* An almost mechanical sweep to replace C++ style comments with Cmarcel2002-05-1916-614/+485
* All signals can be sent to the inferior process when it's restarted,marcel2002-05-191-1/+1
* Hook up the new linux_ptrace implementation.marcel2002-05-193-2/+2
* Regen (linux_ptrace)marcel2002-05-193-5/+8
* Sparkling new implementation of linux_ptrace. Slight tweaking bymarcel2002-05-192-1/+509
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-1920-108/+116
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-199-1375/+0
* Now that daddr_t has grown up, use %lld to printf it and cast it to longjhb2002-05-181-1/+3
* Add an ext2_uninit() routine that undoes the actions performed byiedowse2002-05-185-10/+37
* Fix two off-by-one errors when sanity-checking inode numbers. Iniedowse2002-05-184-4/+4
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-1816-118/+118
* Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *".iedowse2002-05-181-2/+3
* o Eliminate the acquisition and release of Giant from minherit(2).alc2002-05-181-7/+2
* Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).iedowse2002-05-181-1/+1
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uiedowse2002-05-186-27/+7
* 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
OpenPOWER on IntegriCloud