summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-25keep freebsd's thread info distcint from mineDavid Leonard
1999-11-25Properly fix the last checkin, the pseudo device rd is now a mi device andDale 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-25Add back rd_ md hooks that was incorrectly removed with the recent rd changes.Dale S. Rahn
1999-11-25Check for our tzfile(5) magic.Paul Janzen
1999-11-25syncTheo de Raadt
1999-11-25Parse dates only before the first <tab> character; otherwise, weekly eventsPaul Janzen
whose description starts with a valid month are misparsed.
1999-11-25More spellingPaul Janzen
1999-11-25Spelling (confirmed with Webster and OED).Paul Janzen
1999-11-25syncTheo de Raadt
1999-11-25From espie@openbsd.org:Todd C. Miller
o Add a missing 'unsigned' to 'h' in remhash() o Say 'unsigned int' not just 'unsigned'
1999-11-25Pull in latest files from the sudo cvs tree. We now wrap scripts withTodd C. Miller
a call to /bin/sh for the benefit of ctm. Closes PR 989
1999-11-24progress meter overflow fix from damien@ibs.com.auMarkus Friedl
1999-11-24remove dead #ifdef-0-codeMarkus Friedl
1999-11-24it's not an error() if shutdown_write failes in nchan.Markus Friedl
1999-11-24strcasecmp instead of tolowerMarkus Friedl
1999-11-24postpone 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-24fix packet_integrity_check() for !have_hostname_in_open.Markus Friedl
report from mrwizard@psu.edu via djm@ibs.com.au
1999-11-24set SO_REUSEADDR and SO_LINGER for forwarded ports.Markus Friedl
chip@valinux.com via damien@ibs.com.au
1999-11-24KNF, final part 3Markus Friedl
1999-11-24Limit newaliases to root and trusted users; sendmail+gshapiro@sendmail.orGTodd C. Miller
1999-11-24missing copyrightMarkus Friedl
1999-11-24SSH_ASKPASS supportMarkus Friedl
1999-11-24We won't have the tickets in shared memory, remove dead codeArtur Grabowski
1999-11-24No need to set the page size twiceArtur Grabowski
1999-11-24Add FreeBSD tagsDavid Leonard
1999-11-24memconfigTheo de Raadt
1999-11-24cleanTheo de Raadt
1999-11-24spellingTheo de Raadt
1999-11-24much more KNFTheo de Raadt
1999-11-23re-enable mtrrTheo de Raadt
1999-11-23pretty mmtr messagesTheo de Raadt
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1999-11-23fix typo; jwk@lords.comTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23Bugfix from NetBSD. For SiS, PIIX, and Apollo IDE controllers,Chris Cappuccio
the secondary channel was ignored when the primary channel is disabled.
1999-11-23syncTheo de Raadt
1999-11-23Typo. from brad@ via niels@.Hakan Olsson
1999-11-23formattingNiklas Hallqvist
1999-11-23missed in shared libperl mods due to cvs bugTodd C. Miller
1999-11-23Import of stock perl 5.8.5Todd C. Miller
1999-11-23pretty up kernel printf'sJason Wright
1999-11-23do not assume shell scripts are +x; dTheo de Raadt
1999-11-23isakmpd is elsewhere; evanc@concer.toTheo de Raadt
1999-11-23Add Phoenix BIOS notebook save-to-disk partition type (ok theo).Ian Darwin
1999-11-23Use 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-22matthieu fixed itTheo de Raadt
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
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-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
messages. allows use of s/key in windows (ttssh, securecrt) and ssh-1.2.27 clients without 'ssh -v', ok: niels@