Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-12 | Send correct EOR updates. peer_send_eor() does not accept the AFI_ALL and | Claudio Jeker | |
SAFI_ALL shortcuts. This should fix issues with Juniper boxes that started when I enabled more capabilities by default. Fix and report by rivo nurges (rix at estpak dot ee) Thanks. | |||
2009-10-12 | Use relative cursor movement instead of absolute when possible and when | Nicholas Marriott | |
supported by the terminal to reduce the size of the output data (generally about 10-20%). | |||
2009-10-12 | avoid smashing the stack when we have sense data to return back to userland | David Gwynne | |
2009-10-12 | more handle -> newer. | Marc Espie | |
it is going to get more complicated sooner.... | |||
2009-10-12 | more simple uses of set->newer | Marc Espie | |
2009-10-12 | Permit attributes to be turned off in #[] by prefixing with "no", for example | Nicholas Marriott | |
"noblink". | |||
2009-10-12 | looking through installed packages is cool, but remember to filter out | Marc Espie | |
older stuff in the updateset... | |||
2009-10-12 | Similarly add a tty_cursor_pane function to tidy up most of the calls. | Nicholas Marriott | |
2009-10-12 | _absolute is redundant, just use tty_region. | Nicholas Marriott | |
2009-10-12 | Cleanup: use two functions for region setting, one for absolute and one inside | Nicholas Marriott | |
pane. | |||
2009-10-12 | another cert that makes godaddy.com and launchpad.net (among others) happy. | Federico G. Schwindt | |
found by Guillaume Protet (guillaume dot protet at mortheres dot info) while testing bzr update. deraadt@ ok | |||
2009-10-12 | tweak previous; | Jason McIntyre | |
2009-10-12 | mask bits correctly in devid vpd for the PI | David Gwynne | |
2009-10-11 | fix support for 82543GC. as per intel driver acrds <=82543 need to have their | Dariusz Swiderski | |
phy reset before detection. problem spotted by merdely@, fixed thanks to deraadt@ sending me his 82543GC :) tested by merdely@, claudio@ and me ok by claudio@ | |||
2009-10-11 | mention the host name that we are looking for in check_host_in_hostfile() | Damien Miller | |
2009-10-11 | Like linefeed, don't set the scroll region for reverse index unless it will be | Nicholas Marriott | |
needed. While here, also tidy up a couple of long lines and remove an extraneous blank. | |||
2009-10-11 | new mode of operation: fuzzy addition. Allows adding packages even if | Marc Espie | |
you don't know version numbers. Useful for quickly trying to duplicate an installation on a new machine from the package list as obtained through pkg_info. Generally won't give a perfect result, but hey, if you have 300 packages installed, will get you 95% of the way there. prompted by problems reported by theo and msf. | |||
2009-10-11 | Xr port-modules(5) | Steven Mestdagh | |
ok jasper | |||
2009-10-11 | -M before -m | Jason McIntyre | |
new sentence, new line | |||
2009-10-11 | Make sure com@io[cf] attachment stanzas with locators win over generic com* | Miod Vallat | |
lines. (This is done only to make dmesg look nice) | |||
2009-10-11 | remove duplicate ierrors increment (rx_overruns gets incremented) which was | Dariusz Swiderski | |
introduced in rev. 1.204. from brad ok by claudio@ | |||
2009-10-11 | document stem--flavor | Marc Espie | |
2009-10-11 | document -m | Marc Espie | |
2009-10-11 | option -m will show only packages tagged as manual installations. | Marc Espie | |
(there are still some kinks in the setting of @option manual-install, so it's not as accurate as it should be). | |||
2009-10-11 | repair tagging of user-specified packagenames, so that manual-install ↵ | Marc Espie | |
actually occurs some of the time... | |||
2009-10-11 | opt_m ? what's that ? | Marc Espie | |
2009-10-11 | maybe I'll change the code later (two XXX), but allows flavor after stem, | Marc Espie | |
so that e.g. pkg_add star-- pkg_add star--static are now not ambiguous. | |||
2009-10-11 | sync | Theo de Raadt | |
2009-10-11 | implement proper virtual domains instead of faking them on top of primary | Gilles Chehade | |
domains. this means that: - virtual domains no longer deliver to a local user when not told to - they no longer attempt to resolve aliases when not told to - they no longer need an explicit rule in smtpd.conf for EACH domain - the "virtual" map is no longer hardcoded - smtpd no longer needs a restart to support a new domain instead we introduce the: accept for virtual map "mapname" [...] syntax which refers to a map that can be manipulated at runtime. idea discussed and okayd with jacekm@ | |||
2009-10-11 | Correct a copy-and-pasto (check for the same device type twice in | Stuart Henderson | |
an if statement) in the last commit. From Brad. | |||
2009-10-11 | need to save more stuff about updateset for complicated upgrade scenarios. | Marc Espie | |
2009-10-11 | makes source code fit on a 80-column display, no binary change. | Igor Sobrado | |
2009-10-11 | emphasize the parity classes supported by current softraid disciplines. | Igor Sobrado | |
tweaked by jmc@ ok jmc@ | |||
2009-10-11 | punctuation fix; | Jason McIntyre | |
2009-10-11 | get really_add to deal with lists of newer packages in updateset | Marc Espie | |
2009-10-11 | At initialization of HT chips, write configuration on the corresponding | Alexandre Ratchov | |
control registers rather than on the PCI configuration space (which is ok for non-HT chips only). Also fix the offset GPIO mask/dir are read from EEPROM, old ones are working by accident. both fixes are from Alexandr Shadchin <ShadchinAV _at_ mail.ru> Thanks! | |||
2009-10-11 | prepare for full UpdateSet (loop over newer) | Marc Espie | |
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker | |
- Spacing / comments. - Be constant in using variable types. - Avoid repeating function-inline definitions for the same variable. | |||
2009-10-11 | fix arguments order | Marc Espie | |
2009-10-11 | Enable kbd on landisk and socppc. -moj ok miod@ | Mats O Jansson | |
2009-10-11 | don't copy digital sig over when it makes no sense... | Marc Espie | |
2009-10-11 | store localbase in solver, in preparation to multiple handles. | Marc Espie | |
2009-10-11 | use older_names | Marc Espie | |
2009-10-11 | overlay extract/delete/install messages, for shorter reports in normal mode | Marc Espie | |
2009-10-11 | store installed packages in a hash, since we have simple keys for that. | Marc Espie | |
provide newer_names/older_names methods, and a shorter print version of an updateset (to display during update since it's no longer quite pkg_add -r) | |||
2009-10-11 | move a bit of code around, update (C) | Marc Espie | |
2009-10-11 | d_type isn't portable so use lstat to get dirent modes. Suggested by and | Darren Tucker | |
"looks sane" deraadt@ | |||
2009-10-11 | Set the current window pointer to NULL when killing a winlink that is to be | Nicholas Marriott | |
replaced with link-window -k. This prevents it being pushed onto the last window stack and causing a use-after-free. Only took me an hour to find this :-/... | |||
2009-10-11 | Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets. | Stuart Henderson | |
Based on info gleaned from the Linux tg3 driver. From Brad, ok naddy@ | |||
2009-10-11 | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott | |
example: pipe-pane 'cat >~/out' No arguments stops outputing and closes the pipe; the -o flag toggles a pipe and on and off (useful for key bindings). Suggested by espie@. |