Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-12 | Todd says we should not doc depricated behaviour | Theo de Raadt | |
2001-04-12 | document shortcut; noted by bk@rt.fm | Theo de Raadt | |
2001-04-12 | Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@ | Nathan Binkert | |
2001-04-12 | Allow kernels with just MFS and no FFS. Fixes PR#323. | Constantine Sapuntzakis | |
2001-04-12 | More. | Hakan Olsson | |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson | |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson | |
2001-04-12 | - sort of working transmit routines and tx interrupt handling, definately | Jason Wright | |
more to do here - be sure to set maximum packet size early - remove old debugging code and add new | |||
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl | |
2001-04-12 | Remove a bogus __attribute__ ((unused)) from _splraise. | Artur Grabowski | |
2001-04-12 | Require full name in MAINTAINER; espie@ ok, pointed out by aaron@ | Anil Madhavapeddy | |
2001-04-12 | Call isa_malloc with drq < 4, in case 8-bit DMA channels with more | Constantine Sapuntzakis | |
restrictive boundaries are used | |||
2001-04-12 | The old code was broken and always allocated for a 16-bit DMA channel, | Constantine Sapuntzakis | |
which has different alignment restrictions than the 8-bit DMA channel. Fix from NetBSD. | |||
2001-04-12 | print phy model at startup | Theo de Raadt | |
2001-04-12 | Insert some missing commas. | Aaron Campbell | |
2001-04-11 | Mention more hardware supported by these drivers (sync with i386.html | Miod Vallat | |
webpage), aaron@ ok | |||
2001-04-11 | Xref siop(4), aaron@ ok | Miod Vallat | |
2001-04-11 | sync | Theo de Raadt | |
2001-04-11 | implement the -e option into sshd: | lebel | |
-e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK. | |||
2001-04-11 | correct descriptor definitions for tx and frag | Jason Wright | |
(also fix CMD/RSP type fields) | |||
2001-04-11 | just fail if there are no volumes defined | Michael Shalayeff | |
2001-04-11 | manual page | Theo de Raadt | |
2001-04-11 | make this load the linux style image file as distributed on 3com's | Jason Wright | |
website. The license is still too restrictive to be in the tree, though. | |||
2001-04-11 | https-connect and socks5 support. i feel so bad. | Markus Friedl | |
2001-04-11 | sync with recent .Nm changes made in the ELF ldconfig man page | Brad Smith | |
2001-04-11 | use strtol() for ports, thanks jakob@ | Markus Friedl | |
2001-04-11 | "Amonst" -> "Amongst" | Brandon Creighton | |
2001-04-11 | 'mget' and 'mput' aliases; ok markus@ | Damien Miller | |
2001-04-11 | driver for BCM5201/5202 PHY | Theo de Raadt | |
2001-04-11 | include brgphy | Theo de Raadt | |
2001-04-11 | BCM5401/5411 support | Theo de Raadt | |
2001-04-11 | sync | Theo de Raadt | |
2001-04-11 | other broadcom gigabit models | Theo de Raadt | |
2001-04-11 | Correct .Nm usage. | Aaron Campbell | |
2001-04-11 | Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw. | Kenneth R Westerback | |
2001-04-11 | disallow userland programs from specifying addresses with IPV6_PKTINFO | Jun-ichiro itojun Hagino | |
setsockopt, if: - the address is not verified by DAD (= not ready) - the address is an anycast address (= not permitted as source) sync with kame | |||
2001-04-11 | sync | Jason Wright | |
2001-04-11 | integrated phy on ns83815 | Jason Wright | |
2001-04-11 | sync | Chris Cappuccio | |
2001-04-11 | Fix typo on rage 128 | Chris Cappuccio | |
2001-04-11 | Update the adw driver to use the latest version of firmware (3.3f). | Kenneth R Westerback | |
Move the microcode files to dev/microcode/adw/*. | |||
2001-04-11 | Commit newest adw microcode (3.3f) files | Kenneth R Westerback | |
2001-04-11 | The RealTek 8129/8139 driver is now split into bus-dep and bus-indep parts. | Aaron Campbell | |
2001-04-11 | sync | Chris Cappuccio | |
2001-04-11 | Add some ATI 3d devices | Chris Cappuccio | |
2001-04-11 | Fix an off-by-one error. Also, SETFRAGMENT ignores the high bit; from NetBSD. | Aaron Campbell | |
Now the sound from the Linux binary of VGB (Virtual Gameboy) is emulated correctly, although only with sound cards whose drivers' aren't picky about rounding blocksizes. | |||
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell | |
prep for an rl CardBus attachment. | |||
2001-04-10 | Allow unnatural behavior. | Chris Cappuccio | |
Otherwise, some dhcp clients are not able to get a lease at all... ok beck@ | |||
2001-04-10 | add shutdown hook to stop the adapter completely | Jason Wright | |
put txp_set_filter() in the right places |