Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2001-04-10 | allow host-to-host negotiations if no gateway has been specified. | Niels Provos | |
from angelos@ | |||
2001-04-10 | Disable 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-10 | receive filter programming | Jason Wright | |
2001-04-10 | I'm certain that's not how you spell 'certain'. | Ian Darwin | |
2001-04-10 | Xref packages-specs | Marc Espie | |
2001-04-10 | Don't seg-fault on file systems that don't support cookies. Thanks to | Constantine Sapuntzakis | |
Jason Ish for finding this one. | |||
2001-04-10 | Remove lies about printf vs. puts/fputs/putchar. | Todd C. Miller | |
2001-04-10 | Add 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-10 | Decrement open_count in netclose(); this fixes the bug which caused | Brandon Creighton | |
boot to halt on boot attempts after a failed network boot attempt. Also, prototype netmountroot() and return 0 in netclose(). | |||
2001-04-10 | debug cleanup | Markus Friedl | |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino | |
2001-04-10 | someone should bellow at people who spell below wrong | Theo de Raadt | |
2001-04-10 | cleanup socks4 handling | Markus Friedl | |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas 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-10 | keep naming of audio devices consistent across all archs that have audio | Brad Smith | |
support. -- Ok'd by: deraadt@ | |||
2001-04-10 | space police + pet peeves | Todd 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-10 | This file is not welcomed here. | Miod Vallat | |
2001-04-10 | Get rid of unnecessary symbols. | Miod Vallat | |