Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-03 | Relocate check_ip_options call to prevent logging of garbage for connections | Darren Tucker | |
with IP options set. bz#1092 from David Leonard, "looks good" deraadt@ | |||
2005-10-03 | Handle segment register restore at context enter/exit instead of | Dale Rahn | |
deep in the kernel. Based on code from two years ago, now necessary for G5. removes the 1GB ram limit on 32bit processors, temporarily sets a 256MB limit on G5. | |||
2005-10-03 | pretty up the instruction whacker code; ok drahn | Theo de Raadt | |
2005-10-03 | flush correctly | Theo de Raadt | |
2005-10-03 | Add the syncs which were in a 'later' version. pointed out deraadt@ | Dale Rahn | |
2005-10-03 | Kettenis figured out how to make this run on G5, then I went back and | Dale Rahn | |
did some major housecleaning on it and made it run on 32 bit and 64 bit machines. another step. | |||
2005-10-03 | mention failover mode and add examples | Reyk Floeter | |
2005-10-03 | G5 pmap support, most of this G5 work has been done by kettenis@ | Dale Rahn | |
without his forging ahead, it would barely be started. Again this is one step of many, but needs to be tested, this is independant of the locore change just committed which kettenis@ and deraadt@ significantly wrote. | |||
2005-10-03 | First part of locore G5 support, this is one step of many. | Dale Rahn | |
Get this in and tested before the rest hits the tree. | |||
2005-10-03 | add a simple active "failover" trunk mode. port priorities will be | Reyk Floeter | |
added later, currently the master port will always be the default (active) port and the the next active port will be used as the failover port. ok brad@ | |||
2005-10-03 | revert rcs to rcsprog change, | Joris Vink | |
requested by deraadt@ | |||
2005-10-03 | print all trunk flags | Reyk Floeter | |
ok brad@ | |||
2005-10-03 | In hardclock(), do not setup process virtual and profile timers if the process | Aaron Campbell | |
is in the midst of exiting. This solves a race condition that causes freed memory to be left referenced in the master kernel timeout worklist, leading to a uvm_fault (observed on an i386 MP system). tedu@, deraadt@, miod@ ok | |||
2005-10-02 | pci machines need the hme stub here | Theo de Raadt | |
2005-10-02 | regen | Brad Smith | |
2005-10-02 | a little bit more consistent naming scheme for Apple devices and add | Brad Smith | |
missing K2 host bridge and AGP bridge PCI ids. ok drahn@ | |||
2005-10-02 | correctly copy and NUL-terminate deltatext strings so we don't end up | Joris Vink | |
using garbage in rcs_patch_lines(). | |||
2005-10-02 | sync | Theo de Raadt | |
2005-10-02 | pkg_add -u does updates. | Marc Espie | |
noticed by brad@ | |||
2005-10-02 | change the name of the RCS tools binary to rcsprog instead of rcs to | Joris Vink | |
avoid confusion with the rcs command itself. ok xsa and niallo | |||
2005-10-02 | ath too | Martin Reindl | |
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith | |
ok deraadt@ | |||
2005-10-02 | remove isa_intr_evcnt() prototype. a NetBSD-ism. | Brad Smith | |
ok fgsch@ | |||
2005-10-02 | enable ath(4) on alpha. | Reyk Floeter | |
ok martin@ deraadt@ | |||
2005-10-02 | add special handling for some o2micro devices, so by instance atheros works. | Federico G. Schwindt | |
adapted from similar linux change by Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org> via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>. test compiled by pedro@. | |||
2005-10-02 | sync | Theo de Raadt | |
2005-10-02 | Add comment regarding the `reserved' o2micro registers, taken from | Federico G. Schwindt | |
linux o2micro.h file. | |||
2005-10-02 | regen | Brad Smith | |
2005-10-02 | add some NVidia cards. | Brad Smith | |
2005-10-02 | add hme | Brad Smith | |
2005-10-02 | spaces vs tab | Brad Smith | |
2005-10-02 | some fixes to the .Nm list: | Jason McIntyre | |
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run} | |||
2005-10-02 | `ether_addr' is the name of a structure, not a function: remove its MLINK | Jason McIntyre | |
and remove its entry from the .Nm list; | |||
2005-10-02 | assert tx rate is non-null so we don't end up dividing by zero. | Damien Bergamini | |
2005-10-02 | avoid multiple calls to sc_enable(). cardbus_intr_establish() was called | Damien Bergamini | |
multiple times without calling cardbus_intr_disestablish() in between. | |||
2005-10-02 | pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by ↵ | Theo de Raadt | |
kaoru@kaisei.org | |||
2005-10-02 | allows dhcpd to work when ral/ural is acting as a standalone AP (without | Damien Bergamini | |
bridging). it appears that ieee80211_input() enqueues packets in if_snd without calling if_start(). closes PR/4237 | |||
2005-10-02 | minor knf | Xavier Santolaria | |
2005-10-02 | add missing MLINK for strnunvis.3, introduced -r1.14; | Jason McIntyre | |
2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; | Jason McIntyre | |
2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | Jason McIntyre | |
2005-10-02 | - add some indent to the hardware list | Jason McIntyre | |
- reduce the amount of blank vertical space in DESCRIPTION and group the text more logically ok dhartmei@ | |||
2005-10-02 | replace the two separate dmamem allocations for the passthrough commands | David Gwynne | |
and the scatter gather lists with a single allocation containing both. more importantly, actually sync the appropriate parts of this allocation when giving the commands to or taking the response from the device. tested by and ok krw@ | |||
2005-10-01 | grammar; | Jason McIntyre | |
2005-10-01 | remove return at the end of void function. | Brad Smith | |
2005-10-01 | Recognize 970 processor and provide a function/variable to determine if | Dale Rahn | |
the current processor is 64bit. | |||
2005-10-01 | handle references to load groups caused by dlopen()ing of depenant | Dale Rahn | |
members of the load group. work by kurt@ and myself | |||
2005-10-01 | update names. | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | better names for Apple GMAC's. | Brad Smith | |