summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11Put the flag options in a list. (ok deraadt@)Hakan Olsson
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-11syncTheo de Raadt
2001-05-11some moreTheo de Raadt
2001-05-11Add back MAP_COPY. Just describe why it shouldn't be used.Artur Grabowski
2001-05-11Missing "len" word in manpage.Janne Johansson
2001-05-11cleanupTheo de Raadt
2001-05-11Fix typo in a comment.Hans Insulander
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11Fix version stuff on alpha.Hans Insulander
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11MAP_FAILED, not -1Artur Grabowski
2001-05-11Explicit mapping type to mmap. (not used yet)Artur Grabowski
2001-05-11Remove MAP_COPY. It shouldn't be used anymore.Artur Grabowski
2001-05-11mmap returns MAP_FAILED when it fails, not -1Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms))Artur Grabowski
2001-05-11MAP_SHARED is better. Maybe we're trying to map /dev/ksyms.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11Bye bye.Artur Grabowski
2001-05-11Use genassym.cfArtur Grabowski
2001-05-11Add a genassym.cf that uses the standard scripts.Artur Grabowski
2001-05-11more rd merge (headcolds suck)Theo de Raadt
2001-05-11Don't ask C for more syntactic sugar than it can provide.Miod Vallat
2001-05-11Revert previous untested change, until a fix is ready.Miod Vallat
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11oh, i forgot to put this in ;-)Theo de Raadt
2001-05-11Use sysctl(3) to retrieve nchstats, forkstat, nselcoll, and kmemstatsAngelos D. Keromytis
2001-05-11Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat)Angelos D. Keromytis
2001-05-11unifyTheo de Raadt
2001-05-11Fix stray comma.Angelos D. Keromytis
2001-05-11Update with new sysctl'sAngelos D. Keromytis
2001-05-11kmemstats, nselcoll, forkstat, and nchstats structures throughAngelos D. Keromytis
2001-05-11sysctl entries for kmemstats, nselcoll, nchstats, and forkstat.Angelos D. Keromytis
2001-05-11syncTheo de Raadt
2001-05-11check for 'fastroute' condition (like ip_input) in bridge_filter() andJason Wright
2001-05-11no dclTodd C. Miller
2001-05-11o We don't have a dcl deviceTodd C. Miller
2001-05-11First shot at an apci(4) man page, derived from dca.4 and the comments inTodd C. Miller
2001-05-11o Minor updates from 4.4BSDTodd C. Miller
2001-05-10Simplify probe routine.Aaron Campbell
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-10Don't play with MCR_IEN, it breaks serial console input on the 425e.Todd C. Miller
2001-05-10Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.orgTodd C. Miller
2001-05-10Add missing #include <sys/resourcevar.h> so these can compile.Todd C. Miller
2001-05-10In apciparam() in the ospeed == 0 case, actually set the cfcr to the newTodd C. Miller
2001-05-10Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everyTodd C. Miller