summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-29Ref compat_aoutMarc Espie
2003-06-29Basic compat_aout explanations.Marc Espie
A few nits from jmc@ okay miod@
2003-06-29tweak;Jason McIntyre
ok tedu@
2003-06-28supply missing argument to a panic string; ok tedu, deraadtAnil Madhavapeddy
2003-06-28fix wrong format type; ok deraadt, tedu, mickeyAnil Madhavapeddy
2003-06-28Fix a bug which would promote a target from TARST_PROBING toKenneth R Westerback
TARST_ASYNC if a bus reset occurred while in TARST_PROBING. Improve DMA IRQ error message to always display the adapter name. Correct an indent botch. All of which doesn't help the Blade1000 boot, though it is now both less noisy and more informative.
2003-06-28back out that which does not compileTheo de Raadt
2003-06-28() to (void)Theo de Raadt
2003-06-28Fix previous commit that broke locate. Unlike printf, print writes aTodd C. Miller
newline. So go back to using printf but use an explicit %s format to make things safe.
2003-06-28ansiTheo de Raadt
2003-06-28tweak;Jason McIntyre
ok tedu@
2003-06-28grr... committed previous from the wrong tree... fixed version, which alsoJason Wright
adds alaw:8 support.
2003-06-28fixes a bug that was causing random blank lines in man pages;Jason McIntyre
diff taken from netbsd (mycroft@); many thanks to wiz@netbsd for pointing me in this direction; ok deraadt@
2003-06-28add emulations for slinear:8 and ulinear:8; ok miodJason Wright
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
the sunfb structure keeps pointer to the prom cursor coordinates).
2003-06-28cleanupTheo de Raadt
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
might get fed an interrupt for a particular condition at a time we are not expecting this condition anymore...
2003-06-28syncTheo de Raadt
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
fully initialized.
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28print usage into stderr, use global __progname instead of local invention, ↵Michael Shalayeff
better error msg on fopen fail
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
Use ZX_EXTENT_DIR_* constants for fill commands, rather than hard-coded values. Provide a RI_FULLCLEAR version of eraserows().
2003-06-28i don't think pfsync needs a link-local addr.Jun-ichiro itojun Hagino
2003-06-28Goto -> Go to;Jason McIntyre
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
pnozz) benefit from this, and this does not hurt the other drivers.
2003-06-28use .Bk/.Ek to align the options in SYNOPSIS;Jason McIntyre
2003-06-28Clear screen after smitching to the wsfont, on low-resolution cgsix.Miod Vallat
This is only necessary on the RDI Britelite laptops. Reported by Paul Weissmann.
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
for the worker thread to be set up.
2003-06-28No need to include the same header twice.Cedric Berger
Thanks to Max Laier.
2003-06-28report pidfile creation errors, based on patch from Roumen Petrov; ok markus@Damien Miller
2003-06-28redundant (pfvar.h already have it)Jun-ichiro itojun Hagino
2003-06-28remove a superfulous argument to a sorry() callAnil Madhavapeddy
deraadt@ ok
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-28new sysctl, ddb.logTed Unangst
2003-06-28option to log ddb output to kernel message buffer, via sysctl ddb.logTed Unangst
ok deraadt@ henric@ djm@
2003-06-28syncTheo de Raadt
2003-06-28missing protosTheo de Raadt
2003-06-28remove duplicated prototype (they are in pfvar.h). dhartmei okJun-ichiro itojun Hagino
2003-06-27bye byeTheo de Raadt
2003-06-27Add more info on what makes a good login name.Todd C. Miller
2003-06-27split ND6 cache timer management to per-entry. increased accuracy,Jun-ichiro itojun Hagino
no O(N) loop. sync w/ kame. marc tested, daniel ok
2003-06-27missing includeVincent Labrecque
ok deraadt
2003-06-27Improve swap partition handling during install/upgrade.Kenneth R Westerback
a) Add all defined swap partitions except the default partition on the root disk to the installed /etc/fstab. b) Mount all possible swap partitions just before creating all devices, giving small memory machines a better chance to successfully install/upgrade. Should obviate the need for FAQ 4.3.6. ok deraadt@ millert@ (slightly earlier version)
2003-06-27remove unneeded protoTheo de Raadt
2003-06-27ansiTheo de Raadt
2003-06-27ensure we stay within the boundaries of our packetVincent Labrecque
ok itojun
2003-06-27memory leak; andrushock@korovino.netTheo de Raadt
2003-06-27remove unused variablesTheo de Raadt
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-27remove kerberosIV configuration filesDavid Krause
ok hin@ deraadt@ pb@