summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-11syncTheo de Raadt
2001-04-11implement 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-11correct descriptor definitions for tx and fragJason Wright
(also fix CMD/RSP type fields)
2001-04-11just fail if there are no volumes definedMichael Shalayeff
2001-04-11manual pageTheo de Raadt
2001-04-11make this load the linux style image file as distributed on 3com'sJason Wright
website. The license is still too restrictive to be in the tree, though.
2001-04-11https-connect and socks5 support. i feel so bad.Markus Friedl
2001-04-11sync with recent .Nm changes made in the ELF ldconfig man pageBrad Smith
2001-04-11use 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-11driver for BCM5201/5202 PHYTheo de Raadt
2001-04-11include brgphyTheo de Raadt
2001-04-11BCM5401/5411 supportTheo de Raadt
2001-04-11syncTheo de Raadt
2001-04-11other broadcom gigabit modelsTheo de Raadt
2001-04-11Correct .Nm usage.Aaron Campbell
2001-04-11Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw.Kenneth R Westerback
2001-04-11disallow userland programs from specifying addresses with IPV6_PKTINFOJun-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-11syncJason Wright
2001-04-11integrated phy on ns83815Jason Wright
2001-04-11syncChris Cappuccio
2001-04-11Fix typo on rage 128Chris Cappuccio
2001-04-11Update 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-11Commit newest adw microcode (3.3f) filesKenneth R Westerback
2001-04-11The RealTek 8129/8139 driver is now split into bus-dep and bus-indep parts.Aaron Campbell
2001-04-11syncChris Cappuccio
2001-04-11Add some ATI 3d devicesChris Cappuccio
2001-04-11Fix 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-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
prep for an rl CardBus attachment.
2001-04-10Allow unnatural behavior.Chris Cappuccio
Otherwise, some dhcp clients are not able to get a lease at all... ok beck@
2001-04-10add shutdown hook to stop the adapter completelyJason Wright
put txp_set_filter() in the right places
2001-04-10allow host-to-host negotiations if no gateway has been specified.Niels Provos
from angelos@
2001-04-10Disable optimization on sparc; ok deraadt@Christian Weisgerber
If tape.c is compiled with -O or higher, dump runs on _some_ systems will _sometimes_ become stuck. All five dump processes (tty, master, slaves) will just sleep. This has been observed on some sun4c and sun4m systems.
2001-04-10receive filter programmingJason Wright
2001-04-10I'm certain that's not how you spell 'certain'.Ian Darwin
2001-04-10Xref packages-specsMarc Espie
2001-04-10Don't seg-fault on file systems that don't support cookies. Thanks toConstantine Sapuntzakis
Jason Ish for finding this one.
2001-04-10Remove lies about printf vs. puts/fputs/putchar.Todd C. Miller
2001-04-10Add IKE mode-config (as described in draft-dukes-ike-mode-cfg-01.txt)Hakan Olsson
decoding. Also some cleanup of attribute handling plus length checks.
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
boot to halt on boot attempts after a failed network boot attempt. Also, prototype netmountroot() and return 0 in netclose().
2001-04-10debug cleanupMarkus Friedl
2001-04-10document id_rsa{.pub,}. markus okJun-ichiro itojun Hagino
2001-04-10someone should bellow at people who spell below wrongTheo de Raadt
2001-04-10cleanup socks4 handlingMarkus Friedl
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
1GB i386 machines needs this. The fix is heavily based on Jason Thorpe's found in NetBSD. Here is his original commit message: Instead of checking vm_physmem[<physseg>].pgs to determine if uvm_page_init() has completed, add a boolean uvm.page_init_done, and test against that. Use this same boolean (rather than pmap_initialized) in pmap_growkernel() to determine if we are being called via uvm_page_init() to grow the kernel address space. This fixes a problem on some i386 configurations where pmap_init() itself was needing to have the kernel page table grown, and since pmap_initialized was not yet set to TRUE, pmap_growkernel() was choosing the wrong code path.
2001-04-10keep naming of audio devices consistent across all archs that have audioBrad Smith
support. -- Ok'd by: deraadt@
2001-04-10space police + pet peevesTodd C. Miller
use memcpy() not memmove() when we don't care about overlapping segments use puts(foo) instead of print("%s\n", foo)
2001-04-10This file is not welcomed here.Miod Vallat
2001-04-10Get rid of unnecessary symbols.Miod Vallat