| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-01-12 | Bump date for previous. Punctuation nits. Sort SEE ALSO. | wiz | |
| 2004-01-12 | Bump date for previous. Remove trailing whitespace. | wiz | |
| 2004-01-12 | Fix 32bit kernel build, pointed by Juergen Hannken-Illjes. | petrov | |
| 2004-01-12 | Add a reference to options(4) in md(4). | is | |
| Document missing options which change md(4) behaviour. | |||
| 2004-01-12 | change the message "COVERTING TO FFSv2 SUPERBLOCK" to | dbj | |
| "CONVERT TO NEW SUPERBLOCK LAYOUT" to help avoid confusion | |||
| 2004-01-12 | change the updating note to say you may need fsck_ffs -b 32 -c 4' | dbj | |
| 2004-01-12 | finish previous (removal of 'reaper' kernel thread): | jdolecek | |
| * move tss_free() call to the new cpu_lwp_free() * g/c cpu_wait() fixes PR kern/24067 by Nicolas Joly | |||
| 2004-01-12 | - add a new flags field to the emulation vector, with one user so far | mrg | |
| EMUL_FLAG_NETBSD32. set EMUL_FLAG_NETBSD32 in any 32 bit on 64 bit kernel emulation layers. - if EMUL_FLAG_NETBSD32 is set, calculate the proper argument count. (XXX: this should use register32_t, but that's not visible to all builders of kdump...) now netbsd32_ioctl(2) actually reports sane values, and other arguments are mostly correctly printed (there are still some signed extension issues with 32 bit numbers being displayed as "0xffffffff8xxxxxxx".) | |||
| 2004-01-12 | Back out hasty previous commit -- bitwise arithmetic does not always match | sekiya | |
| integer arithmetic, as demonstrated in this case. | |||
| 2004-01-12 | Wrap more mips3_ operations in MIPS3 defines. | sekiya | |
| 2004-01-12 | Add pic attached at mainbus (for IP12). | sekiya | |
| 2004-01-12 | mips3_* functions aren't available when MIPS3 is not defined, so provide | sekiya | |
| MIPS1 workalikes (which, for the _8 routines, discard the top 32 bits). | |||
| 2004-01-12 | Add pic (memory controller for IP12) driver. Originally written by | sekiya | |
| Steve Rumble, with mostly stylistic changes by myself. | |||
| 2004-01-12 | Completely commit to bitwise operations. Instigated by simonb@ | sekiya | |
| 2004-01-12 | Change one more multiplication to a bit shift. Pointed out by pooka@. | sekiya | |
| 2004-01-12 | Use __insn_barrier() to prevent the compiler reordering splx/splraise | scw | |
| relative to the code they're supposed to protect. | |||
| 2004-01-12 | Support MKUUCP=no. | lukem | |
| Fix the syspkgs for cu (now in uucp) and tip (now in util) | |||
| 2004-01-12 | more MKSENDMAIL=no support. | lukem | |
| noted by Juan Romero Pardines in private email, and confirmed by me. | |||
| 2004-01-12 | add checks for a couple of botched superblock upgrade cases | dbj | |
| and report a warning with repair references. | |||
| 2004-01-12 | Refine English. From Luke. | uebayasi | |
| 2004-01-12 | change fsck to fsck_ffs in 20040109 updating note | dbj | |
| 2004-01-12 | this file is obsolete | mrg | |
| 2004-01-12 | Now /etc/rc.d/virecover can be configurable by rc.conf(5). Reflect | uebayasi | |
| it. Bump date. | |||
| 2004-01-12 | CRIME revision 1.1 has a bug that affects PIO operations to/from the MACE. | sekiya | |
| The recommended workaround is a 5-10ms delay before and after accesses. Therefore, move the affected bus_space_* operations from bus.h to bus.c and special-case MACE accesses. CRIME accesses are not affected, so introduce SGIMIPS_BUS_SPACE_CRIME and use it as the CRIME tag. My ip32 seems a little bit happier with this change, and my ip22 didn't notice the change. | |||
| 2004-01-12 | ANSIfy, and change a multiplication operation to a bit-shift. | sekiya | |
| 2004-01-12 | Support MKSHARE=no | lukem | |
| 2004-01-12 | Use the first argument of getmode() to modify the second arg, instead of | simonb | |
| just replacing the second arg. This lets the higher order file type bits survive. Fixes problems with the tools version of mknod(8). | |||
| 2004-01-12 | fix previous (MKSHARE=no support) | lukem | |
| 2004-01-12 | support MKDOC=no | lukem | |
| 2004-01-12 | support MKSHARE=no | lukem | |
| 2004-01-12 | support MKSHARE=no | lukem | |
| 2004-01-12 | more unnecessary directories | lukem | |
| 2004-01-11 | Always build cf/, even if MKSHARE=no, since that stuff is part of Imake. | lukem | |
| 2004-01-11 | Support MKDOC=no MKINFO=no MKNLS=no | lukem | |
| 2004-01-11 | remove unnecessary directories from here | lukem | |
| 2004-01-11 | Mention a possible pitfall file for amd imports. | wiz | |
| 2004-01-11 | g/c process state SDEAD - it's not used anymore after 'reaper' removal | jdolecek | |
| 2004-01-11 | use P_ZOMBIE() macro instead of checking p_state direct | jdolecek | |
| 2004-01-11 | g/c SDEAD handling | jdolecek | |
| 2004-01-11 | Update the file system snapshot driver: | hannken | |
| - Document the kernel thread. - Rename some functions and variables. - Return EROFS where appropriate. - Use shifts instead of 64-bit divide. - Use a simple_lock to make it MP-safe. - Add M_CANFAIL to malloc to avoid panic on large cluster size. - Allow sparse file for backing store and use VOP_BALLOC() to allocate space. Default size of backing store is the size of the file system. | |||
| 2004-01-11 | g/c SDEAD | jdolecek | |
| 2004-01-11 | fix assertion - non-alive processes are in SZOMB state now | jdolecek | |
| fixes PR kern/24033 by Martin Husemann | |||
| 2004-01-11 | sysctl_vm_updateminmax: fix swapped filemin and execmin. | yamt | |
| the problem reported by Vesbula on current-users@. | |||
| 2004-01-11 | ride 1.6ZH version bump - g/c some unused struct lwp and struct proc | jdolecek | |
| fields (former reaper stuff) | |||
| 2004-01-11 | Add more info that recent amd's want. XXX: this is not cross-build friendly. | christos | |
| 2004-01-11 | PR/17103: FUKAUMI Naoki: Make this print the correct OS version and other | christos | |
| info. This breaks each time someone imports a new amd. | |||
| 2004-01-11 | Reindent search loop in SuffFindCmds using 'continue' and 'break' instead | dsl | |
| of netsted ifs. No logic change. | |||
| 2004-01-11 | check MKDOC instead of MKSHARE | lukem | |
| 2004-01-11 | fix a typo | mrg | |
| 2004-01-11 | Avoid ras_lookup call if compiling 32bit kernel (which does not have | martin | |
| __HAVE_RAS). Avoids a compile failure pointed out by Juergen Hannken-Illjes. | |||
