Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-02 | print the interrupt, and pack to one line | Theo de Raadt | |
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski | |
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems) | |||
2001-03-02 | Casting magic to avoid warnings on alpha. | Artur Grabowski | |
2001-03-02 | amd now crates autodir by itself | Theo de Raadt | |
2001-03-02 | if auto_dir does not exist, create it | Theo de Raadt | |
2001-03-02 | KNF | Theo de Raadt | |
2001-03-02 | explain SIGHUP better | Theo de Raadt | |
2001-03-02 | remove date string from KAME version identification, it is getting meaningless | Jun-ichiro itojun Hagino | |
as we merge random items daily. have comment that refers to kame COVERAGE document. sync with kame | |||
2001-03-02 | Fix isp_print_qentry to print all four lines- it's been broken for months. | mjacob | |
2001-03-02 | Support video controllers which have two outputs which in openfirmware have | Dale Rahn | |
two children of which the "screen" device is one. This exists on some laptop systems. | |||
2001-03-02 | make pcvtfonts i386-only, as it is now | Michael Shalayeff | |
2001-03-02 | descent into pcvtfonts, or other subdirs for that matter | Michael Shalayeff | |
2001-03-02 | use echo proper | Michael Shalayeff | |
2001-03-02 | these are fonts from pcvt we had | Michael Shalayeff | |
2001-03-02 | Mark -o option with XXX (we may want to implement it someday, but currently it | Aaron Campbell | |
exists only for compatibility reasons); espie@ ok. This issue was brought to my attention by mpech@prosoft.org.lv | |||
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell | |
drahn@, snarked at by mickey@ ;) | |||
2001-03-01 | Fix (or a least hack around) console configuration changes to wscons. | Dale Rahn | |
Needs to be looked at closer, but seems to work. Mostly copied from i386. | |||
2001-03-01 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | Markus Friedl | |
use min, not max for logging, fixes overflow. | |||
2001-03-01 | Fix compilation problems caused by last update | Constantine Sapuntzakis | |
2001-03-01 | Sync usage() with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2001-03-01 | describe a few new flags; jlemon@freebsd.org | Niels Provos | |
2001-03-01 | sync | Niels Provos | |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2001-03-01 | Man pages shouldn't Xr themselves; mpech@prosoft.org.lv. But eww, I don't like | Aaron Campbell | |
this man page at all. | |||
2001-03-01 | Remove -t option from getopt() since it doesn't exist; mpech@prosoft.org.lv. | Aaron Campbell | |
Also rearrage options in the man page while I'm here. | |||
2001-03-01 | Sync usage() with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2001-03-01 | Fix typo (aaron) and pull in a missing part from the -man version. | Todd C. Miller | |
2001-03-01 | Spelling: preceeding -> preceding | Aaron Campbell | |
2001-03-01 | Typo police: various misspelling, capitalizations, etc. | Kenneth R Westerback | |
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-03-01 | on "giftunnel" configuration, use specified address family | Jun-ichiro itojun Hagino | |
2001-03-01 | (all changes made behind #ifdef __vax__) | Brandon Creighton | |
For the vax, write CSR0 in two steps instead of one. Why? DEC says so. This eliminates most (or all) of the le* timeout errors under heavy cpu/net usage. Fix from netbsd. | |||
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell | |
machdep.kbdreset sysctl as configured in /etc/sysctl.conf. | |||
2001-03-01 | copyright notices on all source files | Theo de Raadt | |
2001-03-01 | KNF | Theo de Raadt | |
2001-03-01 | shorten usage by a line | Theo de Raadt | |
2001-03-01 | oops | Theo de Raadt | |
2001-03-01 | get rid of extra header | Theo de Raadt | |
2001-03-01 | use MAXPATHLEN over PATH_MAX, since it is more portable | Theo de Raadt | |
2001-03-01 | split line so that p will have an easier time next time around | Theo de Raadt | |
2001-03-01 | pull in ctype.h, since <poll.h> and <sys/poll.h> have to be useable alone; ↵ | Theo de Raadt | |
problem noted by bk@rt.fm | |||
2001-02-28 | ncurses-5.2-20010224 | Todd C. Miller | |
2001-02-28 | typo | Markus Friedl | |
2001-02-28 | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | Markus Friedl | |
use random content in ignore messages. | |||
2001-02-28 | generate a fake session id, too | Markus Friedl | |
2001-02-28 | welcome to summer | Michael Shalayeff | |
2001-02-28 | shorter thus better printings | Michael Shalayeff | |
2001-02-28 | Get rid of VHOLD, replace with buf_replacevnode. | Constantine Sapuntzakis | |
2001-02-28 | spelling, found by aaron@ | Michael Shalayeff | |
2001-02-28 | proper bang placement | Michael Shalayeff | |