summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-07mention kern.maxclustersTodd C. Miller
2004-05-07spllower should return the previous level, to match other archs.Ted Unangst
2004-05-07syncTheo de Raadt
2004-05-07Check poll revents for error.Todd C. Miller
2004-05-07Regression tests for fgrep -w and grep -w. Also enable a few tests thatOtto Moerbeek
2004-05-07Make grep -w behave the same for the fastcomp and the regex case,Otto Moerbeek
2004-05-07Document _SC_XOPEN_SHM, SEM_NSEMS_MAX and SEM_VALUE_MAX.Todd C. Miller
2004-05-07Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.Todd C. Miller
2004-05-07Updates for the ssh->osiop change on mvme88k.Miod Vallat
2004-05-07Remove mvme88k workaround for ssh(4) bugs.Miod Vallat
2004-05-07Replace the old ssh(4) NCR53C710 scsi driver with a pcctwo attachment forMiod Vallat
2004-05-07bus_dma(9) implementation for mvme88k, mostly based upon powerpc.Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07typosHenning Brauer
2004-05-07zap duplicateHenning Brauer
2004-05-07Fix some sizeof(ptr) bugs based on diffs from aaron@.Todd C. Miller
2004-05-07List all operators (= += -= *= /= %= <<= >>= &= ^= |=) instead of printing theAaron Campbell
2004-05-07Make #endif /* foo */ comments really match the #if condition.Miod Vallat
2004-05-07Do not rely upon a fictitious MAXPHYSMEM value, but rather the actualMiod Vallat
2004-05-07Add new file <machine/conf.h> and clean up console code and structures.Kenji Aoyama
2004-05-07Add a new past path for fgrep that is just a simplified version ofTodd C. Miller
2004-05-07Describe more accurate what word boundaries are.Otto Moerbeek
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-05-07Simpler byte order flipping. Now the only place we explicitly checkTodd C. Miller
2004-05-07Some clean up, especially delete unused nvram related part. From miod@Kenji Aoyama
2004-05-07add a filter option to dump prefixes learned in UPDATEs into a PF table,Damien Miller
2004-05-07Compute the size of the kernel page table at runtime, depending upon theMiod Vallat
2004-05-07LM7x models improvements:Alexander Yurchenko
2004-05-07This chunk was not supposed to be commited now.Alexander Yurchenko
2004-05-07proper casts for vtophys. looked at by grange@Ted Unangst
2004-05-07free the right thing on failure, in case this ever gets usedTed Unangst
2004-05-07fatty softdep merge with freebsd. fixes a variety of possible issues.Ted Unangst
2004-05-06back out kernel breakage. Be more careful damnitTheo de Raadt
2004-05-06remove more unused codeTheo de Raadt
2004-05-06spacingTheo de Raadt
2004-05-06knf and other cleanupsTheo de Raadt
2004-05-06Don't fseek() on stdin if it is a terminal. It does not fail, butOtto Moerbeek
2004-05-06TypoMiod Vallat
2004-05-06ichpcib(4) man page; with help from jmc@Alexander Yurchenko
2004-05-06spacesAlexander Yurchenko
2004-05-06Move speedstep code to a separate ichpcib(4) driver.Alexander Yurchenko
2004-05-06Treat ^H as non-binary. OK hshoexer@, brad@ and deraadt@Todd C. Miller
2004-05-06Tyop; noted by jmc@Todd C. Miller
2004-05-06Do not leak resources if bus_space_map() fails during attach, or we don'tMiod Vallat
2004-05-06When the NVRAM is toast and we have to guess the CPU speed, choose a saferMiod Vallat
2004-05-06Support ADSL routers running in half-bridge mode or acctuallyClaudio Jeker
2004-05-06pppoe now drops privileges to user _ppp and chroots after settingCan Erkin Acar
2004-05-06Two missing ifdef FIFO; noticed by form@pdp-11.org.ru.Alexander Yurchenko
2004-05-06carp needs sha1.c; noticed by form@pdp-11.org.ru.Alexander Yurchenko
2004-05-06Add support for the SiS 741 Northbridge. ok deraadt@, grange@Peter Galbavy