Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-06 | Accept ^? for backspace as well as BSpace. | Nicholas Marriott | |
2009-10-06 | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott | |
The = key binding now does nothing. | |||
2009-10-06 | Make C-Up and C-Down in copy mode scroll the screen up and down one line | Nicholas Marriott | |
without moving the cursor, like Up and Down in scroll mode (which will shortly disappear). | |||
2009-10-06 | sync | Theo de Raadt | |
2009-10-06 | bz#1596: fflush(NULL) before exec() to ensure that everying (motd | Damien Miller | |
in particular) has made it out before the streams go away. | |||
2009-10-06 | Replace if (af) tests operating as an af blacklist with stricter switch | Ryan Thomas McBride | |
statements operating as a whitelist, taking care to allow af 0 (which is the wildcard value in pf rules) diff from Vadim Zhukov ok henning | |||
2009-10-06 | Remove hack that helped us to work on Lenovo X200, as of last commit the phy | Dariusz Swiderski | |
gets detected properly. tested by ckuethe@ and jdixon@ ok by claudio@ | |||
2009-10-05 | Remove dead, never reached code. | Dariusz Swiderski | |
ok by drahn@ | |||
2009-10-05 | remove nasty code, since now we have a nice function to lookup node'ss parent. | Dariusz Swiderski | |
ok by kettenis@ | |||
2009-10-05 | open the -f inputfile before letting lower-down functions call chdir() | Theo de Raadt | |
and move us to where we cannot open it. problem spotted by austin ok millert | |||
2009-10-05 | Fill pciide_unmapregs_compat() with stuff which might work, if we ever get | Theo de Raadt | |
there. ok jsg | |||
2009-10-05 | wrap an annoying long line (like amd64) | Theo de Raadt | |
2009-10-05 | Add some minimalistic detach/unmap bits for pciide, | Jonathan Gray | |
done using a chipset unmap callback. Still needs to work to distinguish between compat register mappings and compat interrupts so we don't get caught out. Tested with a diskless sii3112 CardBus eSATA controller by me, and testing and feedback by deraadt@ with a phison based expresscard SSD. | |||
2009-10-05 | match() function was leaving the i2c bus locked; ok kettenis | Theo de Raadt | |
2009-10-05 | If no target client is specified to commands which accept one, try to guess the | Nicholas Marriott | |
current client, in a similar manner to how sessions already work: if the current session can be established and has only one client, use that; otherwise use the most recently created client. | |||
2009-10-05 | Don't drop the big lock at the end of exit1(), but move it into the middle of | Theo de Raadt | |
sched_exit(). This means that cpu_exit() and whatever it does (for instance calling free(), as well as the deadproc p_hash handling are now locked as well. This may have been one of the causes of the reaper panics, especially with rthread patches... which were terminating a lot of threads very quickly onto the deadproc p_hash list. ok kurt kettenis miod | |||
2009-10-05 | regen | Jonathan Gray | |
2009-10-05 | Add a bunch of Intel 10GbE devices found in the FreeBSD version | Jonathan Gray | |
of the Intel ixgbe driver. | |||
2009-10-05 | Load prefixes into new created RIBs at reload time by walking over the | Claudio Jeker | |
Adj-RIB-In. This only works correctly when softreconfig in is enabled (which is the default). This is needed to allow dynamic creation of additional RIBs. OK henning@ | |||
2009-10-05 | nvidia MCP73 on acer aspire m1640; proger@uaoug.org.ua | Theo de Raadt | |
2009-10-05 | draft-ietf-idr-restart is RFC 4724 since quite some time. | Claudio Jeker | |
Fix function name in a warning message. | |||
2009-10-05 | Until now AS-ext LSA were always announced with the router as nexthop. | Claudio Jeker | |
Change this so that the real nexthop is announced if the following conditions are met: - the nexthop is reachable via an OSPF enabled interface - the interface is a broadcast or NBMA interface It does not make sense to announce the nexthop of a point-to-point link since the traffic has to go through this box anyway. This is closer to what other systems implement. | |||
2009-10-05 | add -d flag. When started in server mode, if the -d flag is | Alexandre Ratchov | |
used aucat and midicat don't daemonize and log on stderr. | |||
2009-10-05 | sync | Theo de Raadt | |
2009-10-05 | missing includes | Theo de Raadt | |
2009-10-04 | sync | Theo de Raadt | |
2009-10-04 | tweak previous; | Jason McIntyre | |
2009-10-04 | Merge over a bunch of detach logic from msk(4) so that this driver can | Theo de Raadt | |
detach as well ok kettenis | |||
2009-10-04 | Correctly store the tag results from bus_dmamem_alloc() so that the | Theo de Raadt | |
detach routine can free the right resources ok dlg kettenis | |||
2009-10-04 | Typo: chance -> change | Antoine Jacoutot | |
ok millert@ | |||
2009-10-04 | pull in wbsd conditionally; ok kettenis | Theo de Raadt | |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto | |
- queue packets from pf(4) to a userspace application - reinject packets from the application into the kernel stack. The divert socket can be bound to a special "divert port" and will receive every packet diverted to that port by pf(4). The pf syntax is pretty simple, e.g.: pass on em0 inet proto tcp from any to any port 80 divert-packet port 1 A lot of discussion have happened since my last commit that resulted in many changes and improvements. I would *really* like to thank everyone who took part in the discussion especially canacar@ who spotted out which are the limitations of this approach. OpenBSD divert(4) is meant to be compatible with software running on top of FreeBSD's divert sockets even though they are pretty different and will become even more with time. discusses with many, but mainly reyk@ canacar@ deraadt@ dlg@ claudio@ beck@ tested by reyk@ and myself ok reyk@ claudio@ beck@ manpage help and ok by jmc@ | |||
2009-10-04 | When IKE is operating in dynamic mode and no srcid is given, the hostname | Joel Sing | |
is used as the srcid, however the srcid type is not specified. Rectify this by explicitly setting the srcid type to FQDN after successfully retrieving the hostname. This worked prior to the addition of IPV4_ADDR/IPV6_ADDR support since get_id_type() returned ID_FQDN even when presented with a null pointer. Issue reported by Mikolaj Kucharski. | |||
2009-10-04 | tweak previous; ok kettenis | Jason McIntyre | |
2009-10-04 | tweak previous; | Jason McIntyre | |
2009-10-04 | Get / and ? the right way round in vi mode, and use : for goto line rather than | Nicholas Marriott | |
g. | |||
2009-10-04 | Check for already locked/suspended clients in server_lock_client rather than | Nicholas Marriott | |
its callers. | |||
2009-10-04 | Add a key string for space ("Space") and document the names, suggested by | Nicholas Marriott | |
guenther@. Also document how to bind " and ', suggested by miod@. | |||
2009-10-04 | C-v and M-v too. | Nicholas Marriott | |
2009-10-04 | Support C-n/C-p with emacs keys in choice mode, also fix a comment. | Nicholas Marriott | |
2009-10-04 | sync | Theo de Raadt | |
2009-10-04 | add netbsd 5.0 | Jason McIntyre | |
2009-10-04 | add netbsd 5.0 | Jason McIntyre | |
2009-10-04 | partial sync | Theo de Raadt | |
2009-10-03 | Properly handle XMM exceptions instead of panicing the kernel. Fixes the | Mark Kettenis | |
issue reported by Slava Pestov. ok deraadt@ | |||
2009-10-03 | .Xr wbsd(4) | Mark Kettenis | |
2009-10-03 | wbsd(4) | Mark Kettenis | |
2009-10-03 | Glue to attach the SD/MCC reader of the W83L519D found on some Tadpole | Mark Kettenis | |
laptops. | |||
2009-10-03 | Driver for the SD/MMC part of the Winbond W83L518D/W83L519D Integrated Media | Mark Kettenis | |
Reader. | |||
2009-10-03 | Add missing <sys/device.h>. | Mark Kettenis | |
ok deraadt@, miod@ |