| Commit message (Expand) | Author | Age | Files | Lines |
* | Off-by-128 error in the cuam* device node numbers. | rwatson | 2002-05-20 | 2 | -2/+2 |
* | Bump the rc driver a little bit closer to the 21st century: use | rwatson | 2002-05-20 | 2 | -0/+12 |
* | MD ficl files for sparc64. | jake | 2002-05-19 | 2 | -0/+513 |
* | Fix a kernel page fault when accessing user memory. We were | marcel | 2002-05-19 | 1 | -57/+38 |
* | Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader. | dillon | 2002-05-19 | 1 | -0/+7 |
* | It's time to build modules by default. | marcel | 2002-05-19 | 1 | -3/+0 |
* | Simplify IA64_CMPXCHG to avoid having braced-groups in expressions. | marcel | 2002-05-19 | 1 | -20/+22 |
* | o Fix race condition caused by doing ptrace() for permission | marcel | 2002-05-19 | 1 | -24/+44 |
* | Generalize a bit: we don't need separate functions to find the i386 and | phk | 2002-05-19 | 1 | -33/+9 |
* | Include needed #include for regression tests. | phk | 2002-05-19 | 1 | -2/+1 |
* | Terminate ACPI subsystem on reboot. | iwasaki | 2002-05-19 | 1 | -0/+3 |
* | MFi386: revision 1.400. | nyan | 2002-05-19 | 1 | -0/+1 |
* | Remove unneeded entries. | nyan | 2002-05-19 | 2 | -31/+0 |
* | Make this more FreeBSD-ish. | benno | 2002-05-19 | 2 | -674/+826 |
* | Make this compile with gcc-3.1, which objects to the multi-line string. | peter | 2002-05-19 | 2 | -128/+128 |
* | Try and solve some cases of labels at end of compound statements that gcc | peter | 2002-05-19 | 2 | -10/+7 |
* | Brutally deal with __func__ being 'const char *' on gcc-3.1. | peter | 2002-05-19 | 14 | -64/+64 |
* | Add record definition for memory checks. | marcel | 2002-05-19 | 1 | -0/+39 |
* | Catch another C++ comment | peter | 2002-05-19 | 1 | -1/+1 |
* | o Remove namespace pollution from param.h: | marcel | 2002-05-19 | 20 | -27/+53 |
* | o Move prototypes for restorectx and savectx from cpu.h to pcb.h, | marcel | 2002-05-19 | 2 | -4/+6 |
* | - Do a quick style pass. | benno | 2002-05-19 | 2 | -264/+144 |
* | Add the PSL_VEC flag for AltiVec (no, it's not here yet =)) | benno | 2002-05-19 | 1 | -2/+3 |
* | Remove asr from the ia64 build. Its use of KERNBASE appears i386 | marcel | 2002-05-19 | 1 | -1/+0 |
* | Remove option ACPI_DEBUG. It causes compile failures in the | marcel | 2002-05-19 | 1 | -1/+0 |
* | Cast dumpsize to long long to match printf format. | marcel | 2002-05-19 | 1 | -1/+2 |
* | Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flags | marcel | 2002-05-19 | 1 | -4/+1 |
* | An almost mechanical sweep to replace C++ style comments with C | marcel | 2002-05-19 | 16 | -614/+485 |
* | All signals can be sent to the inferior process when it's restarted, | marcel | 2002-05-19 | 1 | -1/+1 |
* | Hook up the new linux_ptrace implementation. | marcel | 2002-05-19 | 3 | -2/+2 |
* | Regen (linux_ptrace) | marcel | 2002-05-19 | 3 | -5/+8 |
* | Sparkling new implementation of linux_ptrace. Slight tweaking by | marcel | 2002-05-19 | 2 | -1/+509 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 20 | -108/+116 |
* | Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as | rwatson | 2002-05-19 | 9 | -1375/+0 |
* | Now that daddr_t has grown up, use %lld to printf it and cast it to long | jhb | 2002-05-18 | 1 | -1/+3 |
* | Add an ext2_uninit() routine that undoes the actions performed by | iedowse | 2002-05-18 | 5 | -10/+37 |
* | Fix two off-by-one errors when sanity-checking inode numbers. In | iedowse | 2002-05-18 | 4 | -4/+4 |
* | Use explicitly-sized types where necessary to make ext2fs work again | iedowse | 2002-05-18 | 16 | -118/+118 |
* | Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *". | iedowse | 2002-05-18 | 1 | -2/+3 |
* | o Eliminate the acquisition and release of Giant from minherit(2). | alc | 2002-05-18 | 1 | -7/+2 |
* | Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t). | iedowse | 2002-05-18 | 1 | -1/+1 |
* | Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_u | iedowse | 2002-05-18 | 6 | -27/+7 |
* | Try again: Make daddr_t 64 bits. | phk | 2002-05-18 | 1 | -1/+1 |
* | Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where it | phk | 2002-05-18 | 2 | -1/+2 |
* | Use btodb() macro. | phk | 2002-05-18 | 1 | -7/+1 |
* | Remove a check of blocknumbers/offsets which will be pointless with | phk | 2002-05-18 | 1 | -12/+0 |
* | Fix one of the va_arg() with less than int sized type probelms. | phk | 2002-05-18 | 1 | -1/+1 |
* | In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type | marcel | 2002-05-18 | 1 | -1/+1 |
* | o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and | alc | 2002-05-18 | 3 | -8/+9 |
* | o Remove the acquisition and release of Giant from mprotect(). | alc | 2002-05-18 | 1 | -6/+2 |