summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-11clear select masks if we return before calling select().Markus Friedl
2001-10-11Fix flawed logic when deciding if we should sleep whenArtur Grabowski
we are below the low watermark or if we should try to use up all buffers.
2001-10-11delay detach of session if a channel gets closed but the child is still alive.Markus Friedl
however, release pty, since the fd's to the child are already closed.
2001-10-11Fix various bugs in the example configuration. Most entries areHakan Olsson
"pregenerated", so indicate which aren't. 'Default-phase-N-lifetime' replaces LIFE_nnn_SECS.
2001-10-11Count pages not buffers. This fixes deadlock condition which mainlyGrigoriy Orlov
occurs on the fs with large block size. We can have situation where numcleanbufs < locleanbufs and numdirtybufs < hidirtybufs. So, buffer flushing daemon never wakeups and other processes asleep forever waiting for a clean buffers. We count pages only for the dirty buffers which are on freelist(BQ_DIRTY). niklas@ found this. Rename flasher to cleaner. Suggested by costa@. Discussed with niklas@, costa@, millert@, art@. Ok deraadt@.
2001-10-11Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELENTodd C. Miller
instead of UT_HOSTSIZE, UT_NAMESIZE and UT_LINESIZE since the UT_* constants define sizes on the local machine, not the sizes specified by the rusers protocol.
2001-10-11Update X sets sizes, thanks to matthieu@Miod Vallat
2001-10-11disable com*.... do not ask whyTheo de Raadt
2001-10-11Corrections from Brian J. Kifiak.Daniel Hartmeier
2001-10-11Sync with portable mktemp-1.4; the template is now optional.Todd C. Miller
Came out of discussions with Solar Designer.
2001-10-11C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.Marc Espie
okay theo.
2001-10-10Oopsie. twe is not on the floppies but still in GENERIC, of course, soMiod Vallat
clarify this.
2001-10-10Get rid of the boasting about compilers.Miod Vallat
2001-10-10regenArtur Grabowski
2001-10-10Don't roll our own dup, we cen use the standard one.Artur Grabowski
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-10Handle macro expansion even if argc==2, which can happen in indir() calls.Marc Espie
Problem encountered by obecian@.
2001-10-10nasty, nasty... with indir calls, we might end up with expand_macro callMarc Espie
for a macro call without parenthesis...
2001-10-10Mention the floppy images have no cd-rom support, hence can't installMiod Vallat
from a cd-rom.
2001-10-10try to keep channels open until an exit-status message is sent.Markus Friedl
don't kill the login shells if the shells stdin/out/err is closed. this should now work: ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
2001-10-10Mention the X11 sets, with a note that there is no X server available forMiod Vallat
real hardware yet.
2001-10-10Provide the ability to insert extra notes in the Xserv.tgz set description.Miod Vallat
Will be needed shortly.
2001-10-10144.19.74/24 -> 144.19.74.0/24, found by Todd Fries.Daniel Hartmeier
2001-10-10Attempt to list which drivers are available from the various installationMiod Vallat
kernels, and which are not.
2001-10-10Miata boots from floppy not floppyB; reported byMiod Vallat
Dries Schellekens <gwyllion@ace.ulyssis.org>, thanks.
2001-10-10twe(4) left out of the floppies.Miod Vallat
2001-10-10Hint that floppyB, while apparently not working as a floppy yet, makes aMiod Vallat
nice miniroot.
2001-10-10Document the installation floppies, as well as the fact that floppy imagesMiod Vallat
can be used as poor man's miniroot.
2001-10-10Enable zlib in libsa (i.e. compressed kernels support in bootloaders)Miod Vallat
ok deraadt@
2001-10-10sorry, twe does not fitTheo de Raadt
2001-10-10Prototypes shouldn't mention argument name.Marc Espie
2001-10-10 fix multi-line contunuations - ok deraadt@Bob Beck
2001-10-10gigabit only phys don't have any of the 10/100 bits set in BMSR, but theJason Wright
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly.
2001-10-10umask. spotted by form@Mike Pechkin
deraadt@, dhartmei@ ok
2001-10-10Quote filename properly.Marc Espie
2001-10-10Fix indentMarc Espie
2001-10-10Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef)Marc Espie
2001-10-10pci oneTheo de Raadt
2001-10-10cleanTheo de Raadt
2001-10-10does this work? I do not know yetTheo de Raadt
2001-10-10ftp-chroot variable is documented in this man page, not login.conf(5)Todd C. Miller
2001-10-09Fix comparison when start_lvl == 0Constantine Sapuntzakis
2001-10-09no cd support for nowTheo de Raadt
2001-10-09permit modification of $RDSETROOTTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09simplify session close: no more delayed session_close, no more blocking ↵Markus Friedl
wait() calls.
2001-10-09no more NBUF=Theo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-09bge and wx are known to workNathan Binkert