Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-13 | Keep copyright year current. | Kenneth R Westerback | |
2007-03-12 | In bcw_init() check for real revision numbers now and fix a wrong | Marcus Glocker | |
register (typo). | |||
2007-03-12 | better desiredvnodes not based on maxusers; pedro@ deraadt@ ok | Michael Shalayeff | |
2007-03-12 | mx default has been 0 for almost 10 years; ok millert@ jmc@ | Kevin Steves | |
2007-03-12 | add ST16C654 | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-03-12 | add ADT7475 to adt(4) and re-format. | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-03-12 | document mc (maximum number of copies allowed); ok millert@ jmc@ | Kevin Steves | |
2007-03-12 | When running show commands that are restarted make sure that we either | Claudio Jeker | |
have pending imsgs to send or that we reduce the poll timout to 0. This fixes hanging and extrem slow performing bgpctl show rib commands. Found by Jon Morby additional testing by Stuart Henderson. OK henning@ | |||
2007-03-12 | hoststated.conf is not a program. | Reyk Floeter | |
thanks to Sebastian Reitenbach, closes pr 5409 | |||
2007-03-12 | Finish chip base initialization. | Marcus Glocker | |
2007-03-12 | very ugly indent | Theo de Raadt | |
2007-03-12 | log when we trap a host. | Bob Beck | |
2007-03-12 | add some HAL functions (again) inspired by the changes from the | Reyk Floeter | |
madwifi-old-openhal project. this was backed out the last time because it was too close to the release and i didn't respect the ABI/API lock. | |||
2007-03-12 | do not use bcopy to set the mac address registers. this diff should | Reyk Floeter | |
fix the "hal" on big endian systems. thanks to the madwifi-old-openhal people | |||
2007-03-12 | ata counts sectors from 1, scsi counts from 0. adjust the value in the | David Gwynne | |
read capacity completion to compensate. | |||
2007-03-12 | parse the ata_identify to get a more correct value for the capacity of the | David Gwynne | |
disk. | |||
2007-03-12 | finish teh ata_identify struct. | David Gwynne | |
2007-03-12 | unlock tree, move on towards 4.1-current | Theo de Raadt | |
2007-03-11 | some bug (in sort? or compiler) gets hit too late in the release cycle. | Theo de Raadt | |
please try again right after release. | |||
2007-03-09 | some note updates from jsg | Theo de Raadt | |
2007-03-09 | Move C/R -> kbdint special case to after the defaults have been | Darren Tucker | |
loaded, which makes ChallengeResponse default to yes again. This was broken by the Match changes and not fixed properly subsequently. Found by okan at demirmen.com, ok djm@ "please do it" deraadt@ | |||
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt | |
divide by zero rate bug. Someone has to find the source of this bug one day; from jsg | |||
2007-03-08 | XXX commit a workaround (as found in a few other drivers) for the | Theo de Raadt | |
divide by zero rate bug. Someone has to find the source of this bug one day; from stephen@sock.org.uk, ok niallo | |||
2007-03-08 | Uncomment landisk kmem(4) link | Miod Vallat | |
2007-03-08 | Match reality. | Miod Vallat | |
2007-03-08 | update to describe current behaviour; | Jason McIntyre | |
with some help from millert and beck | |||
2007-03-08 | spelling fixes; ok deraadt@ | David Krause | |
2007-03-07 | Add some emphasis for easier reading and clarify MX trapping by | Todd C. Miller | |
explicitly mentioning IP aliases, which is typically how you would implement MX trapping using a single host. OK beck@, trusted by deraadt@ | |||
2007-03-07 | Decrease inode pressure on the miniroot by doing MAKEDEV ramdisk instead of | Miod Vallat | |
MAKEDEV all, since the scripts can create the needed nodes later; found the hard way by hshoexer@ ok deraadt@ | |||
2007-03-07 | Put the workaround back in because gcc fails to build otherwise. ok deraadt@ | Dale Rahn | |
2007-03-07 | Use separate buffers in fsort.c and msort.c. Fixes a problem with | Todd C. Miller | |
buffer corruptions for some very large files. Also fixes some TRECHEADER vs. RECHEADER mismatches. OK deraadt@ otto@ ray@ | |||
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. |