summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-12Bump date for previous. Punctuation nits. Sort SEE ALSO.wiz
2004-01-12Bump date for previous. Remove trailing whitespace.wiz
2004-01-12Fix 32bit kernel build, pointed by Juergen Hannken-Illjes.petrov
2004-01-12Add a reference to options(4) in md(4).is
Document missing options which change md(4) behaviour.
2004-01-12change the message "COVERTING TO FFSv2 SUPERBLOCK" todbj
"CONVERT TO NEW SUPERBLOCK LAYOUT" to help avoid confusion
2004-01-12change the updating note to say you may need fsck_ffs -b 32 -c 4'dbj
2004-01-12finish 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 farmrg
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-12Back out hasty previous commit -- bitwise arithmetic does not always matchsekiya
integer arithmetic, as demonstrated in this case.
2004-01-12Wrap more mips3_ operations in MIPS3 defines.sekiya
2004-01-12Add pic attached at mainbus (for IP12).sekiya
2004-01-12mips3_* functions aren't available when MIPS3 is not defined, so providesekiya
MIPS1 workalikes (which, for the _8 routines, discard the top 32 bits).
2004-01-12Add pic (memory controller for IP12) driver. Originally written bysekiya
Steve Rumble, with mostly stylistic changes by myself.
2004-01-12Completely commit to bitwise operations. Instigated by simonb@sekiya
2004-01-12Change one more multiplication to a bit shift. Pointed out by pooka@.sekiya
2004-01-12Use __insn_barrier() to prevent the compiler reordering splx/splraisescw
relative to the code they're supposed to protect.
2004-01-12Support MKUUCP=no.lukem
Fix the syspkgs for cu (now in uucp) and tip (now in util)
2004-01-12more MKSENDMAIL=no support.lukem
noted by Juan Romero Pardines in private email, and confirmed by me.
2004-01-12add checks for a couple of botched superblock upgrade casesdbj
and report a warning with repair references.
2004-01-12Refine English. From Luke.uebayasi
2004-01-12change fsck to fsck_ffs in 20040109 updating notedbj
2004-01-12this file is obsoletemrg
2004-01-12Now /etc/rc.d/virecover can be configurable by rc.conf(5). Reflectuebayasi
it. Bump date.
2004-01-12CRIME 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-12ANSIfy, and change a multiplication operation to a bit-shift.sekiya
2004-01-12Support MKSHARE=nolukem
2004-01-12Use the first argument of getmode() to modify the second arg, instead ofsimonb
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-12fix previous (MKSHARE=no support)lukem
2004-01-12support MKDOC=nolukem
2004-01-12support MKSHARE=nolukem
2004-01-12support MKSHARE=nolukem
2004-01-12more unnecessary directorieslukem
2004-01-11Always build cf/, even if MKSHARE=no, since that stuff is part of Imake.lukem
2004-01-11Support MKDOC=no MKINFO=no MKNLS=nolukem
2004-01-11remove unnecessary directories from herelukem
2004-01-11Mention a possible pitfall file for amd imports.wiz
2004-01-11g/c process state SDEAD - it's not used anymore after 'reaper' removaljdolecek
2004-01-11use P_ZOMBIE() macro instead of checking p_state directjdolecek
2004-01-11g/c SDEAD handlingjdolecek
2004-01-11Update 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-11g/c SDEADjdolecek
2004-01-11fix assertion - non-alive processes are in SZOMB state nowjdolecek
fixes PR kern/24033 by Martin Husemann
2004-01-11sysctl_vm_updateminmax: fix swapped filemin and execmin.yamt
the problem reported by Vesbula on current-users@.
2004-01-11ride 1.6ZH version bump - g/c some unused struct lwp and struct procjdolecek
fields (former reaper stuff)
2004-01-11Add more info that recent amd's want. XXX: this is not cross-build friendly.christos
2004-01-11PR/17103: FUKAUMI Naoki: Make this print the correct OS version and otherchristos
info. This breaks each time someone imports a new amd.
2004-01-11Reindent search loop in SuffFindCmds using 'continue' and 'break' insteaddsl
of netsted ifs. No logic change.
2004-01-11check MKDOC instead of MKSHARElukem
2004-01-11fix a typomrg
2004-01-11Avoid ras_lookup call if compiling 32bit kernel (which does not havemartin
__HAVE_RAS). Avoids a compile failure pointed out by Juergen Hannken-Illjes.