Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-06 | shutdown(sock, SHUT_RDWR) not needed here; ok markus@ | Kevin Steves | |
2001-12-06 | vtophys, R.I.P. (tx now uses bus_dma) | Jason Wright | |
2001-12-06 | move rx handling over to bus_dma... that just leaves one vtophys() in tx. | Jason Wright | |
2001-12-06 | update the radio chipset support | Michael Shalayeff | |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl | |
2001-12-06 | Keep track of how many pages a vnode hold with vhold and vholdrele | Artur Grabowski | |
so that we can get back the old behavior where a vnode with cached data is less likely to be recycled than a vnode without cached data. XXX - This is a brute-force solution - we do it where uvmexp.vnodepages are changed, I am not really sure it is correct but people have been very happy with the diff so far and want this in the tree. | |||
2001-12-06 | oops, local change escaped | Michael Shalayeff | |
2001-12-06 | fix MLINKS for mbuf(9) | Michael Shalayeff | |
2001-12-06 | rcsid and hostory section | Michael Shalayeff | |
2001-12-06 | mbuf(9) man page. Thanks for art@ and mpech@ corrections. | Jean-Jacques Bernard-Gundol | |
2001-12-06 | long leftovers | Michael Shalayeff | |
2001-12-06 | clear all inrterrupts separately and before enabling any. | Michael Shalayeff | |
this prevents stray interrupts and sometimes hangs, caused by looping on stray unmapped interrupt. | |||
2001-12-06 | Use TCSAFLUSH not TCSANOW. I was only using TCSANOW during debugging... | Todd C. Miller | |
2001-12-06 | move the setup buffer and pad into a bus_dma alloced area | Jason Wright | |
(current score: 2 vtophys calls to go...) | |||
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright | |
- descriptor lists are now bus_dma allocated and manipulated (for those keeping score: 6 vtophys dead, 4 to go) | |||
2001-12-06 | Do not set handler for SIGINT and SIGQUIT to SIG_IGN since it prevents | Todd C. Miller | |
getpass()/readpassphrase() from being able to restore the tty mode on keyboard interrupt. Along with the recent readpassphrase.c commit this means that if you ^C things that use login scripts (like su(1)) with a non-CBREAK shell your tty mode will be restored nicely. TODO: The various login scripts need to install handlers to avoid leaving turd files or otherwise ending in a bad state. It would also be nice to send BI_REJECT to the back channel. | |||
2001-12-06 | Fix a long standing annoyance with getpass/readpassphrase. Instead of | Todd C. Miller | |
blocking SIGINT and SIGTSTP, catch them (along with SIGHUP, SIGQUIT, SIGTERM). We restore the tty mode as needed and then restore the original signal handler and resend the signal. For SIGTSTP, upon return from suspend the user is re-prompted for the passphrase. | |||
2001-12-06 | mark more signals that I cannot fix | Theo de Raadt | |
2001-12-06 | be more careful with spaces and tabs, guys | Theo de Raadt | |
2001-12-06 | unbreak alpha kernel. | Eric Jackson | |
2001-12-06 | alloca cannot check if the allocation is valid. mention the consequences; ↵ | Theo de Raadt | |
millert ok | |||
2001-12-06 | remove kame IPSEC code within #ifdef. | Jun-ichiro itojun Hagino | |
2001-12-06 | When you give command examples in a manual page prefix them with | Theo de Raadt | |
$ command or # command Depending on if is a regular user command, or root-only. Please? | |||
2001-12-06 | put __attribute__ to header decls to avoid align strangeness. sync with kame | Jun-ichiro itojun Hagino | |
2001-12-06 | use err/warn and friends instead of printf/exit. | Eric Jackson | |
also, remove fatal2() which is just errx anyway. millert@ ok | |||
2001-12-06 | A FILE * is not a file name, dammit. | Todd C. Miller | |
2001-12-06 | kill register decls. sync better with kame. | Jun-ichiro itojun Hagino | |
2001-12-06 | remove obsolete comment; we don't support IPv4 mapped addr | Jun-ichiro itojun Hagino | |
2001-12-06 | sync | Theo de Raadt | |
2001-12-06 | remove #if 0'ed portion (for KAME IPSEC - not needed) | Jun-ichiro itojun Hagino | |
2001-12-06 | comment typo, and $OpenBSD$ (thanks pval) | Bob Beck | |
2001-12-06 | Fix realloc in getline so we exit on failure - in this context it's silly | Bob Beck | |
to try to continue and hold on to the same memory if we can't get memory to hold a control command. log and fail instead. (absurdity spotted by theo) | |||
2001-12-06 | Fix typos, from NetBSD | Miod Vallat | |
2001-12-06 | MAPPEDCOPY no more. | Miod Vallat | |
2001-12-06 | Reality updated: no nedd to speak about "old" machines and "current" machines | Miod Vallat | |
as the hp300 series are extinct, remove more dead options, clarify other, etc. | |||
2001-12-06 | use .Nm more | Theo de Raadt | |
2001-12-06 | don't use "you" in a man page. | Bob Beck | |
2001-12-06 | *** empty log message *** | Bob Beck | |
2001-12-05 | Enable rootdev auto-configuration by device drivers during boot. | Thierry Deval | |
Add support for "raid" devices (prepare future raidframe changes). OK deraadt@, Reviewed by drahn@, jason@, mickey@ and miod@ | |||
2001-12-05 | typo | Daniel Hartmeier | |
2001-12-05 | remove some ancient crud from the "modern machine" floppy | Theo de Raadt | |
2001-12-05 | Explain that filter rules need to let pass connections to the proxy ports | Daniel Hartmeier | |
in, why this is so, and how it's done. | |||
2001-12-05 | correct an alignment mis-conception for malloc(0) returned regions. | Thierry Deval | |
OK deraadt@ | |||
2001-12-05 | document Symbol's Spectrum24 pcmcia/prism2 | Michael Shalayeff | |
2001-12-05 | match on Symbol's Spectrum24 pcmcia/prism2, form netbsd | Michael Shalayeff | |
2001-12-05 | add simpletech spectrum24, from netbsd | Michael Shalayeff | |
2001-12-05 | I don't know who is to blame, heko@ for bOrking this, or myself to have not | Miod Vallat | |
noticed for so long... | |||
2001-12-05 | document -a better | Jason Wright | |
2001-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-12-05 | update from Nsk dudes | Michael Shalayeff | |