summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-04vgafb can be used as a dumb framebuffer or nativelyJason Wright
2002-04-04Add C99 and XPG4.3; C99 part from Jean-Francois BrousseauTodd C. Miller
2002-04-04Xr the devices from the list (from mr.t), kill the leds 'device' since it ↵Michael Shalayeff
does not exist, add some fluff about it later
2002-04-04list more 32bit models (from opepa.net)Michael Shalayeff
743i description is from miod@ more other xmas stuffing
2002-04-03fix possible alignment problem; with markus@, angelos@ deraadt@ ok.Federico G. Schwindt
2002-04-03syncTheo de Raadt
2002-04-03build stiMichael Shalayeff
2002-04-03xr sti and order the see alsoMichael Shalayeff
2002-04-03the ether page from weissman dudeMichael Shalayeff
2002-04-03The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 doesTodd C. Miller
not map the PLX registers so the driver cannot enable interrupts on the PLX chip (this is OK since the card's EEPROM does it for us). To work around this we check that what we expect to be the PLX registers are a) I/O mapped and b) have a non-zero size. OK mickey@
2002-04-03add 2110SMichael Shalayeff
2002-04-03some updatesMichael Shalayeff
2002-04-03UID ranges specified on the command line were being overridden byTodd C. Miller
those found in the config file. Those on the command line should be used in preference to the config file ranges. Based on a patch from Brian Poole.
2002-04-03intro by weissman dudeMichael Shalayeff
2002-04-03this com is okMichael Shalayeff
2002-04-03In Host-AP mode, set IBSS SSID to the normal network id. This makesTodd C. Miller
"ifconfig nwid FOO" work correctly in Host-AP mode.
2002-04-03220r worksJason Wright
2002-04-03fix alignment problems on sparc64; with fgsch@Markus Friedl
2002-04-03oopsTheo de Raadt
2002-04-03Don't process WCCPv1-style GRE packets, unless allowed (via sysctlAngelos D. Keromytis
variable); GRE processing must also be allowed. From joeycoleman@acm.org, ok deraadt@ niklas@
2002-04-03WCCP sysctl variable -- ok deraadt@ niklas@Angelos D. Keromytis
2002-04-03WCCP sysctl -- ok deraadt@Angelos D. Keromytis
2002-04-03WCCPv1 GRE sysctl -- ok deraadt@Angelos D. Keromytis
2002-04-03Document new sysctl for WCCP packets -- ok deraadt@Angelos D. Keromytis
2002-04-03sortTheo de Raadt
2002-04-03more cullingTheo de Raadt
2002-04-03move some things to the right placeTheo de Raadt
2002-04-03a first cut at hppa stuffTheo de Raadt
2002-04-03wsconsctl.conf for sparc64 too; mickey okTheo de Raadt
2002-04-03disable mmalloc for sparc64; fgs okTheo de Raadt
2002-04-03o fix warnings.Federico G. Schwindt
o rearrange headers. o remove unused var. markus@ ok
2002-04-03The 3Com 3CRWE777A appears to be Prism2 and not Symbol as one mightTodd C. Miller
have expected.
2002-04-03move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUGJason Wright
2002-04-03Replace the implementation of microtime with one written in C that doesn't ↵Jason Wright
go backwards on machines w/out counter-timer Remove a bunch of uncessary code (#if 0, #undef, etc) [still exhibits bad behavior on counter-timer machines, but it's the same behavior as the assembler version]
2002-04-03in PCITAG_SETNODE s/t/x to match usage; from netbsdJason Wright
2002-04-03deal with ccb shortage correctly, ok mickey@Niklas Hallqvist
2002-04-03- read the rx completion register exactly once.Jason Wright
- don't complain about still owned descriptors tested by myself and Joey Coleman <joeycoleman@acm.org>
2002-04-03more stuff adapted from gdb -current.Federico G. Schwindt
2002-04-03more sparc64 specific code.Federico G. Schwindt
2002-04-03add rijndael-cbc@lysator.liu.seMarkus Friedl
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-04-03back out ALTQ diff which breaks it; see PR 2517Theo de Raadt
2002-04-03fix SYNOPSIS. From form@.Mike Pechkin
millert@ ok
2002-04-03gx doesn't actually do bitbangingNathan Binkert
2002-04-03disable userland crypto for 3.1Theo de Raadt
2002-04-03Add 4000 200.Hugh Graham
2002-04-03Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net>Artur Grabowski
pr 2507
2002-04-02gx doesn't use vtophysNathan Binkert
2002-04-02enable gdb in sparc64; deraadt@ ok.Federico G. Schwindt
2002-04-02update to a more recent version. should fix the getcwd corruptionFederico G. Schwindt
seen in sparc64 gdb; deraadt@ ok.