Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter | |
layer 7 loadbalancing. - allow to run relays with tables without depending on services - show hosts and tables assigned to relays in hoststatectl show commands ok pyr@ deraadt@ with some input from mcbride@ | |||
2007-03-07 | support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de> | Henning Brauer | |
ok theo | |||
2007-03-07 | sync usage(); ok deraadt | Jason McIntyre | |
2007-03-07 | another working device | Theo de Raadt | |
2007-03-07 | fix size checks for good. Since we want deletion to happen `right now' | Marc Espie | |
but size accounting to happen later, just mark the size to delete `for later', do not take them into account for avail(), and synchronize() at the right time, e.g., after addition when updating, and right away for straight deletion. okay deraadt@ | |||
2007-03-07 | clean up the greytrap stuff; | Jason McIntyre | |
2007-03-07 | some spelling fixes; | Jason McIntyre | |
2007-03-07 | new sentence, new line | Jason McIntyre | |
kill whitespace at eol | |||
2007-03-07 | manual page update by Bruce M. Simpson <bms@FreeBSD.org> to | Jason McIntyre | |
reflect how shutdown() behaves with PF_INET and PF_INET6 sockets; help/ok millert otto | |||
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat | |
a really dumb wsdisplay to pcons, so that wskbd/wsmouse input drivers can be used for input, and prom for output. This is a band-aid for the release, so that people with such frame buffers do not need to unplug them or switch to serial console to install OpenBSD. Probably not the best way to do this, but this one has a minimal footprint and no tentacles in wscons. ok deraadt@ | |||
2007-03-07 | Implement hardware interrupt handler. For now, detect command completion | Christopher Pascoe | |
and shut down the controller upon error (no recovery). | |||
2007-03-07 | Set ITSDONE otherwise the SCSI layer will sleep forever waiting for our | Christopher Pascoe | |
queued commands to be done. | |||
2007-03-07 | regen | Kenneth R Westerback | |
2007-03-07 | regen | Kenneth R Westerback | |
2007-03-07 | Forcibly change /dev/pci to a symbolic link if it isn't one. | Kenneth R Westerback | |
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@. | |||
2007-03-07 | revert size check tweak, the fix does break other stuff. this is harder | Marc Espie | |
than I thought... | |||
2007-03-06 | Add -M option to specify a local address that is a lower priority MX | Bob Beck | |
address than the primary one. spamd will trap hosts that contact this address first without first contacting the primary. - get it in, deraadt@ | |||
2007-03-06 | get vfs size snapshotted and restored so that pkg_add -u has a harder | Marc Espie | |
time overflowing the disk. let stem work at the end of urls. test sturm@ and bernd@, okay deraadt@ | |||
2007-03-06 | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow | Mark Kettenis | |
the instructions in /usr/X11R6/README. | |||
2007-03-06 | sync the mirror list here with ftp.html -r1.414 | Alexander von Gernler | |
ok deraadt@ | |||
2007-03-06 | Revert a workaround that was put in for softfpu ABI violations, hardfp doesnt. | Dale Rahn | |
ok miod. | |||
2007-03-06 | fix the health checks when using the retry option | Reyk Floeter | |
2007-03-06 | add support for handling simple HTTP cookies (no per-path/domain | Reyk Floeter | |
cookies yet), for example: cookie hash "JSESSIONID" tested by some people ok pyr@ | |||
2007-03-06 | Three more Expert3D-like frame buffers we shouldn't attach to yet. | Miod Vallat | |
2007-03-06 | Explain, why aesctr has 160 bit keys (128 bit aes key + 32 bit nonce). | Hans-Joerg Hoexer | |
ok jmc@ | |||
2007-03-06 | allow filtering on peer-as (leftmost AS in path), ok claudio | Henning Brauer | |
2007-03-06 | prepare, but leave disabled, verbose operation so that you can see what is | Henning Brauer | |
going on (helps when the damn thing runs for hours). will be enabled with a -v somewhen in the future | |||
2007-03-06 | NVidia -> NVIDIA | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-03-06 | add azalia(4) hardware. | Jasper Lievisse Adriaanse | |
"fine" jmc@ | |||
2007-03-06 | clarify an example; from patrick keshishian | Jason McIntyre | |
help/ok otto | |||
2007-03-06 | Add missing splx in poll path. | Christopher Pascoe | |
2007-03-06 | Update CCS macro to return the current command slot rather than just being | Christopher Pascoe | |
a mask. Fix some typos and try to keep functions in the same order as prototypes to make the code easier to navigate. | |||
2007-03-06 | mention log to pipe in the blurb here. the details are all in syslog.conf.5, | Henning Brauer | |
the syslogd.8 blurb has just a list. | |||
2007-03-06 | big changes to the completion path in ahci.c | David Gwynne | |
- add a ccb_done member to the ahci_ccb, which points to a function that is used to complete the current xfer - ccbs no longer rely on an ata_xfer being provided for submission to work - ahci is stupid and has no way to telling you the difference between an empty command slot, and a completed command. we keep track of active commands with ap_active in ahci_port, so we dont try and complete commands we havent actually submitted - ahci_start simple submits a command to the hardware now - provide the start of an interrupt handler for each port (which is not yet called by the controllers interrupt handler) - provide an ahci_poll which is built on top of ahci_start and ahci_port_intr - remove the fake ata_xfers from the softreset path - on completion of an ahci command, sync the relevant dma memory - provide a completion path for ata_xfers which syncs the xfers buffer and calls the xfers completion handler in atascsi.c: - start defining the contents of the response to an ATA IDENTIFY command specific to SATA - implement the faking of scsi inquiries, so now you'll actually see a disk attach to ahci. - start implementing a fake scsi read capacity. it presents a fake geometry though, so dont get too excited when ahci magically makes your disk have a terabyte in size. lots of discussion, help, tweaks, and an ok from pascoe@ | |||
2007-03-06 | oops, put -k in the right place; from Igor Sobrado | Jason McIntyre | |
2007-03-06 | make "makekey" clearer; | Jason McIntyre | |
2007-03-06 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-03-06 | tidy up synopsis, usage(), and options list; from Igor Sobrado | Jason McIntyre | |
2007-03-06 | minor tweak; | Jason McIntyre | |
2007-03-06 | sync to latest changes in spamd.conf(5); | Jason McIntyre | |
2007-03-06 | simplify the language in this file, and stop talking about | Jason McIntyre | |
lists which override blacklists as whitelists; some cleanup whilst in here; ok millert beck | |||
2007-03-06 | openssh-4.6; "please" deraadt@ | Damien Miller | |
2007-03-06 | since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we | David Gwynne | |
dont have to carry the cmd_tables dva around in the ccb anymore. | |||
2007-03-06 | tweak -c; sort FILES; | Jason McIntyre | |
2007-03-06 | dont do pointer maths with void * | David Gwynne | |
2007-03-06 | - move LOGGING into the main body | Jason McIntyre | |
- move some relevant bits of SYNCHRONISATION into -Yy descriptions - tweaks for SYNCHRONISATION ok reyk beck | |||
2007-03-06 | Apply a SG segment size limit and remove the length check. | Christopher Pascoe | |
2007-03-06 | No need to continually assign the control table addresses, provided we don't | Christopher Pascoe | |
ever zero out the whole command header. Also add some diagnostic checks to ensure we don't violate any of the controller's DMA address/size restrictions. | |||
2007-03-06 | dlg@ advises that the bus_space operations will endian convert the DMA base | Christopher Pascoe | |
addresses for me when it writes to the registers. Don't swap them manually. | |||
2007-03-06 | Make the 1:1 mapping of command slot to command header/table entries | Christopher Pascoe | |
explicit by including pointers to both of them in the ccb. Inspired by dlg@ |