Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-25 | keep freebsd's thread info distcint from mine | David Leonard | |
1999-11-25 | Properly fix the last checkin, the pseudo device rd is now a mi device and | Dale S. Rahn | |
is not to be specified in files.<arch> but if the arch has rd_attach_hook and rd_open_hook, the file that these are in need to be included in that files.<arch> file. | |||
1999-11-25 | Add back rd_ md hooks that was incorrectly removed with the recent rd changes. | Dale S. Rahn | |
1999-11-25 | Check for our tzfile(5) magic. | Paul Janzen | |
1999-11-25 | sync | Theo de Raadt | |
1999-11-25 | Parse dates only before the first <tab> character; otherwise, weekly events | Paul Janzen | |
whose description starts with a valid month are misparsed. | |||
1999-11-25 | More spelling | Paul Janzen | |
1999-11-25 | Spelling (confirmed with Webster and OED). | Paul Janzen | |
1999-11-25 | sync | Theo de Raadt | |
1999-11-25 | From espie@openbsd.org: | Todd C. Miller | |
o Add a missing 'unsigned' to 'h' in remhash() o Say 'unsigned int' not just 'unsigned' | |||
1999-11-25 | Pull in latest files from the sudo cvs tree. We now wrap scripts with | Todd C. Miller | |
a call to /bin/sh for the benefit of ctm. Closes PR 989 | |||
1999-11-24 | progress meter overflow fix from damien@ibs.com.au | Markus Friedl | |
1999-11-24 | remove dead #ifdef-0-code | Markus Friedl | |
1999-11-24 | it's not an error() if shutdown_write failes in nchan. | Markus Friedl | |
1999-11-24 | strcasecmp instead of tolower | Markus Friedl | |
1999-11-24 | postpone fork_after_authentication until command execution, | Markus Friedl | |
request/patch from jahakala@cc.jyu.fi via damien@ibs.com.au plus: use daemon() for backgrounding | |||
1999-11-24 | fix packet_integrity_check() for !have_hostname_in_open. | Markus Friedl | |
report from mrwizard@psu.edu via djm@ibs.com.au | |||
1999-11-24 | set SO_REUSEADDR and SO_LINGER for forwarded ports. | Markus Friedl | |
chip@valinux.com via damien@ibs.com.au | |||
1999-11-24 | KNF, final part 3 | Markus Friedl | |
1999-11-24 | Limit newaliases to root and trusted users; sendmail+gshapiro@sendmail.orG | Todd C. Miller | |
1999-11-24 | missing copyright | Markus Friedl | |
1999-11-24 | SSH_ASKPASS support | Markus Friedl | |
1999-11-24 | We won't have the tickets in shared memory, remove dead code | Artur Grabowski | |
1999-11-24 | No need to set the page size twice | Artur Grabowski | |
1999-11-24 | Add FreeBSD tags | David Leonard | |
1999-11-24 | memconfig | Theo de Raadt | |
1999-11-24 | clean | Theo de Raadt | |
1999-11-24 | spelling | Theo de Raadt | |
1999-11-24 | much more KNF | Theo de Raadt | |
1999-11-23 | re-enable mtrr | Theo de Raadt | |
1999-11-23 | pretty mmtr messages | Theo de Raadt | |
1999-11-23 | mark some places that malloc is not checked | Theo de Raadt | |
1999-11-23 | fix typo; jwk@lords.com | Theo de Raadt | |
1999-11-23 | KNF part 1 | Markus Friedl | |
1999-11-23 | make CFGPRINTF only available for SCSIDEBUG/DEBUG kernels | mjacob | |
1999-11-23 | make a couple more items CFGPRINTF items | mjacob | |
1999-11-23 | Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers, | Chris Cappuccio | |
the secondary channel was ignored when the primary channel is disabled. | |||
1999-11-23 | sync | Theo de Raadt | |
1999-11-23 | Typo. from brad@ via niels@. | Hakan Olsson | |
1999-11-23 | formatting | Niklas Hallqvist | |
1999-11-23 | missed in shared libperl mods due to cvs bug | Todd C. Miller | |
1999-11-23 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt | |
1999-11-23 | isakmpd is elsewhere; evanc@concer.to | Theo de Raadt | |
1999-11-23 | Add Phoenix BIOS notebook save-to-disk partition type (ok theo). | Ian Darwin | |
1999-11-23 | Use the _vtbl code to allow the registers to be seperated by 0x10, | Dale S. Rahn | |
this is how the registers are arranged for obio. | |||
1999-11-22 | matthieu fixed it | Theo de Raadt | |
1999-11-22 | Fix crock where channel was used before being set. All my kernels | mjacob | |
worked, guess it was a random thing. Pity that the compiler didn't, like it would have for FreeBSD, warn about 'used before being set'. | |||
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl | |
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@ |