summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-23bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@Markus Friedl
2003-01-23ssh-add -c, prompt user for confirmation (using ssh-askpass) whenMarkus Friedl
2003-01-23- rework Tables section in the introduction (pointed out by Theo)Ryan Thomas McBride
2003-01-23Fix a bug where the kernel crashes when translating IPv6 ICMP packets.Daniel Hartmeier
2003-01-23typos;Jason McIntyre
2003-01-23syncTheo de Raadt
2003-01-23stubs for functions needed by the vaxMarco S Hyman
2003-01-23Cleanup of TABLES section.Ryan Thomas McBride
2003-01-23print out the bad values when the test failsMarco S Hyman
2003-01-23Don't log TIS auth response; "get rid of it" - markus@Damien Miller
2003-01-22make pmapdebug be zero by defaultMichael Shalayeff
2003-01-22kill the eiem defines we do not useMichael Shalayeff
2003-01-22fix wired accounting in pmap_enter()Michael Shalayeff
2003-01-22Voyager is reported to work fine now with the last few commits.Miod Vallat
2003-01-22Recognize the Voyager ``Compact-1'' keyboard layouts.Miod Vallat
2003-01-22Correctly handle the case where the "address" property of a zs node isMiod Vallat
2003-01-22Revert previous - it would prevent the second zs chip from being probedMiod Vallat
2003-01-22more sync from freebsd; tedu@Stanford.EDUTheo de Raadt
2003-01-22consistantly use uvm_prot_* vs vm_prot_* evewrhereMichael Shalayeff
2003-01-22use the same style for the pdemask-optimized loops (four of 'em)Michael Shalayeff
2003-01-22print out the failed p_addr in the panic messageMichael Shalayeff
2003-01-22Typo.Hakan Olsson
2003-01-22mop up after deraadtMichael Shalayeff
2003-01-22line2 may overrun if line is too long (> 200). be more careful on strcpy.Jun-ichiro itojun Hagino
2003-01-22ugh, unless we flush, always purgeMichael Shalayeff
2003-01-22syncTheo de Raadt
2003-01-22use cut; clay@boobah.comTheo de Raadt
2003-01-22Automatically create tables for the "add" and "replace" table commands.Cedric Berger
2003-01-22minor cleanupTheo de Raadt
2003-01-21add history, ok mickey@Markus Friedl
2003-01-21kern.watchdog; ok mickey@Markus Friedl
2003-01-21Support for TCP window scaling (RFC 1323). ok frantzen@Daniel Hartmeier
2003-01-21add elansc, from netbsd; ok deraadt@Markus Friedl
2003-01-21kern.watchdog; ok deraadt@Markus Friedl
2003-01-21syncTheo de Raadt
2003-01-21st, cd and other scsi devices are useful tooMichael Shalayeff
2003-01-21Use a 2-level timeout for hostap. Instead of of sending a stationTodd C. Miller
2003-01-21typos;Jason McIntyre
2003-01-21fix cut and paste piece in dma programming, caused jumpieness in animation; g...Michael Shalayeff
2003-01-21remove redundant ifCamiel Dobbelaar
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman
2003-01-21reverse logic in dma sync flush as long as prewrite was given and purge for p...Michael Shalayeff
2003-01-21add elan520 from netbsd; adapted to watchdog sysctl interface;Markus Friedl
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
2003-01-21typosmargarida
2003-01-21Stub out hostap bits #ifdef SMALL_KERNEL to free up space on theTodd C. Miller
2003-01-21do not need explicit match on intel; from alexander.guy@andern.orgMichael Shalayeff
2003-01-21SO_SNDBUF needs int, not u_longJun-ichiro itojun Hagino
2003-01-21getting sysctl(net.inet6.ip6.def_hlim) need int variable, not u_longJun-ichiro itojun Hagino
2003-01-21Style, punctuation and grammar fixups from Ted Unangst on bugs@.Hugh Graham