Age | Commit message (Expand) | Author |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-19 | document MACs defaults with .Dq | Markus Friedl |
2001-05-19 | change preferredauthentication order to | Markus Friedl |
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl |
2001-05-19 | Use an explicit memcpy() to copy a stat struct. Fixes a mysterious | Todd C. Miller |
2001-05-19 | oops | Artur Grabowski |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller |
2001-05-19 | Make this actually compile | Todd C. Miller |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller |
2001-05-18 | Use pool_page_alloc_nointr() and pool_page_free_nointr() since they | Todd C. Miller |
2001-05-18 | oops | Michael Shalayeff |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell |
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski |
2001-05-18 | treat two exits for a return | Michael Shalayeff |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | why exit if returns | Michael Shalayeff |
2001-05-18 | return(0) is less than exit(0) | Michael Shalayeff |
2001-05-18 | a few harmless cleanups | Michael Shalayeff |
2001-05-18 | adapt to use pool | Niels Provos |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat |
2001-05-17 | - don't claim to register to accelerate ipsec functions when this driver | Brad Smith |
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | fix memory leak on ipv6 reass failure. sync with kame | Jun-ichiro itojun Hagino |
2001-05-17 | Add COMPAT_23 and COMPAT_25. Also mention COMPAT_NETBSD (which | Todd C. Miller |
2001-05-17 | nsphyter here too | Jason Wright |
2001-05-17 | add nsphyter | Jason Wright |
2001-05-17 | Only amiga install docs had the word "harddisk" in one word. Changed. | Janne Johansson |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt |
2001-05-17 | - mention random subsystem. | Brad Smith |
2001-05-17 | 128PCI -> PCI128 | Brad Smith |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-17 | remove bcopyb and bcopyw, they're not used nowdays; mickey@ aaron@ ok. | Federico G. Schwindt |
2001-05-16 | entry,leaf_entry proper | Michael Shalayeff |
2001-05-16 | remove BUGS section, since i've made it work | Michael Shalayeff |
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff |
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff |
2001-05-16 | define power register bits | Michael Shalayeff |
2001-05-16 | Hook up various wscons related stuff and enable the smg framebuffer. | Hugh Graham |
2001-05-16 | Blind merge of wscons support from NetBSD/vax. Perhaps someone with a | Hugh Graham |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |