summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.sobomax2002-05-201-1/+1
* Don't grab Giant around malloc(9) and free(9).phk2002-05-204-59/+44
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-202-14/+96
* Lock down a socket, milestone 1.tanimura2002-05-2062-503/+1712
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-202-2/+2
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-202-0/+12
* MD ficl files for sparc64.jake2002-05-192-0/+513
* Fix a kernel page fault when accessing user memory. We weremarcel2002-05-191-57/+38
* Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.dillon2002-05-191-0/+7
* It's time to build modules by default.marcel2002-05-191-3/+0
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.marcel2002-05-191-20/+22
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Generalize a bit: we don't need separate functions to find the i386 andphk2002-05-191-33/+9
* Include needed #include for regression tests.phk2002-05-191-2/+1
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* MFi386: revision 1.400.nyan2002-05-191-0/+1
* Remove unneeded entries.nyan2002-05-192-31/+0
* Make this more FreeBSD-ish.benno2002-05-192-674/+826
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-192-128/+128
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-192-10/+7
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-1914-64/+64
* Add record definition for memory checks.marcel2002-05-191-0/+39
* Catch another C++ commentpeter2002-05-191-1/+1
* 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
OpenPOWER on IntegriCloud