Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-11 | clear select masks if we return before calling select(). | Markus Friedl | |
2001-10-11 | Fix flawed logic when deciding if we should sleep when | Artur Grabowski | |
we are below the low watermark or if we should try to use up all buffers. | |||
2001-10-11 | delay 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-11 | Fix various bugs in the example configuration. Most entries are | Hakan Olsson | |
"pregenerated", so indicate which aren't. 'Default-phase-N-lifetime' replaces LIFE_nnn_SECS. | |||
2001-10-11 | Count pages not buffers. This fixes deadlock condition which mainly | Grigoriy 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-11 | Use RNUSERS_MAXHOSTLEN, RNUSERS_MAXUSERLEN and RNUSERS_MAXLINELEN | Todd 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-11 | Update X sets sizes, thanks to matthieu@ | Miod Vallat | |
2001-10-11 | disable com*.... do not ask why | Theo de Raadt | |
2001-10-11 | Corrections from Brian J. Kifiak. | Daniel Hartmeier | |
2001-10-11 | Sync with portable mktemp-1.4; the template is now optional. | Todd C. Miller | |
Came out of discussions with Solar Designer. | |||
2001-10-11 | C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite. | Marc Espie | |
okay theo. | |||
2001-10-10 | Oopsie. twe is not on the floppies but still in GENERIC, of course, so | Miod Vallat | |
clarify this. | |||
2001-10-10 | Get rid of the boasting about compilers. | Miod Vallat | |
2001-10-10 | regen | Artur Grabowski | |
2001-10-10 | Don't roll our own dup, we cen use the standard one. | Artur Grabowski | |
2001-10-10 | gc SWAPPAGER and DEVPAGER options | Todd C. Miller | |
2001-10-10 | Handle macro expansion even if argc==2, which can happen in indir() calls. | Marc Espie | |
Problem encountered by obecian@. | |||
2001-10-10 | nasty, nasty... with indir calls, we might end up with expand_macro call | Marc Espie | |
for a macro call without parenthesis... | |||
2001-10-10 | Mention the floppy images have no cd-rom support, hence can't install | Miod Vallat | |
from a cd-rom. | |||
2001-10-10 | try 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-10 | Mention the X11 sets, with a note that there is no X server available for | Miod Vallat | |
real hardware yet. | |||
2001-10-10 | Provide the ability to insert extra notes in the Xserv.tgz set description. | Miod Vallat | |
Will be needed shortly. | |||
2001-10-10 | 144.19.74/24 -> 144.19.74.0/24, found by Todd Fries. | Daniel Hartmeier | |
2001-10-10 | Attempt to list which drivers are available from the various installation | Miod Vallat | |
kernels, and which are not. | |||
2001-10-10 | Miata boots from floppy not floppyB; reported by | Miod Vallat | |
Dries Schellekens <gwyllion@ace.ulyssis.org>, thanks. | |||
2001-10-10 | twe(4) left out of the floppies. | Miod Vallat | |
2001-10-10 | Hint that floppyB, while apparently not working as a floppy yet, makes a | Miod Vallat | |
nice miniroot. | |||
2001-10-10 | Document the installation floppies, as well as the fact that floppy images | Miod Vallat | |
can be used as poor man's miniroot. | |||
2001-10-10 | Enable zlib in libsa (i.e. compressed kernels support in bootloaders) | Miod Vallat | |
ok deraadt@ | |||
2001-10-10 | sorry, twe does not fit | Theo de Raadt | |
2001-10-10 | Prototypes shouldn't mention argument name. | Marc Espie | |
2001-10-10 | fix multi-line contunuations - ok deraadt@ | Bob Beck | |
2001-10-10 | gigabit only phys don't have any of the 10/100 bits set in BMSR, but the | Jason Wright | |
EXTSTAT bit -is- set. Add EXTSTAT to the early check of BMSR so that sk/xmphy can attach correctly. | |||
2001-10-10 | umask. spotted by form@ | Mike Pechkin | |
deraadt@, dhartmei@ ok | |||
2001-10-10 | Quote filename properly. | Marc Espie | |
2001-10-10 | Fix indent | Marc Espie | |
2001-10-10 | Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef) | Marc Espie | |
2001-10-10 | pci one | Theo de Raadt | |
2001-10-10 | clean | Theo de Raadt | |
2001-10-10 | does this work? I do not know yet | Theo de Raadt | |
2001-10-10 | ftp-chroot variable is documented in this man page, not login.conf(5) | Todd C. Miller | |
2001-10-09 | Fix comparison when start_lvl == 0 | Constantine Sapuntzakis | |
2001-10-09 | no cd support for now | Theo de Raadt | |
2001-10-09 | permit modification of $RDSETROOT | Theo de Raadt | |
2001-10-09 | sync | Theo de Raadt | |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking ↵ | Markus Friedl | |
wait() calls. | |||
2001-10-09 | no more NBUF= | Theo de Raadt | |
2001-10-09 | sbus only | Theo de Raadt | |
2001-10-09 | no NBUF= | Theo de Raadt | |
2001-10-09 | bge and wx are known to work | Nathan Binkert | |