Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-04 | vgafb can be used as a dumb framebuffer or natively | Jason Wright | |
2002-04-04 | Add C99 and XPG4.3; C99 part from Jean-Francois Brousseau | Todd C. Miller | |
2002-04-04 | Xr 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-04 | list more 32bit models (from opepa.net) | Michael Shalayeff | |
743i description is from miod@ more other xmas stuffing | |||
2002-04-03 | fix possible alignment problem; with markus@, angelos@ deraadt@ ok. | Federico G. Schwindt | |
2002-04-03 | sync | Theo de Raadt | |
2002-04-03 | build sti | Michael Shalayeff | |
2002-04-03 | xr sti and order the see also | Michael Shalayeff | |
2002-04-03 | the ether page from weissman dude | Michael Shalayeff | |
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd 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-03 | add 2110S | Michael Shalayeff | |
2002-04-03 | some updates | Michael Shalayeff | |
2002-04-03 | UID ranges specified on the command line were being overridden by | Todd 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-03 | intro by weissman dude | Michael Shalayeff | |
2002-04-03 | this com is ok | Michael Shalayeff | |
2002-04-03 | In Host-AP mode, set IBSS SSID to the normal network id. This makes | Todd C. Miller | |
"ifconfig nwid FOO" work correctly in Host-AP mode. | |||
2002-04-03 | 220r works | Jason Wright | |
2002-04-03 | fix alignment problems on sparc64; with fgsch@ | Markus Friedl | |
2002-04-03 | oops | Theo de Raadt | |
2002-04-03 | Don't process WCCPv1-style GRE packets, unless allowed (via sysctl | Angelos D. Keromytis | |
variable); GRE processing must also be allowed. From joeycoleman@acm.org, ok deraadt@ niklas@ | |||
2002-04-03 | WCCP sysctl variable -- ok deraadt@ niklas@ | Angelos D. Keromytis | |
2002-04-03 | WCCP sysctl -- ok deraadt@ | Angelos D. Keromytis | |
2002-04-03 | WCCPv1 GRE sysctl -- ok deraadt@ | Angelos D. Keromytis | |
2002-04-03 | Document new sysctl for WCCP packets -- ok deraadt@ | Angelos D. Keromytis | |
2002-04-03 | sort | Theo de Raadt | |
2002-04-03 | more culling | Theo de Raadt | |
2002-04-03 | move some things to the right place | Theo de Raadt | |
2002-04-03 | a first cut at hppa stuff | Theo de Raadt | |
2002-04-03 | wsconsctl.conf for sparc64 too; mickey ok | Theo de Raadt | |
2002-04-03 | disable mmalloc for sparc64; fgs ok | Theo de Raadt | |
2002-04-03 | o fix warnings. | Federico G. Schwindt | |
o rearrange headers. o remove unused var. markus@ ok | |||
2002-04-03 | The 3Com 3CRWE777A appears to be Prism2 and not Symbol as one might | Todd C. Miller | |
have expected. | |||
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright | |
2002-04-03 | Replace 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-03 | in PCITAG_SETNODE s/t/x to match usage; from netbsd | Jason Wright | |
2002-04-03 | deal 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-03 | more stuff adapted from gdb -current. | Federico G. Schwindt | |
2002-04-03 | more sparc64 specific code. | Federico G. Schwindt | |
2002-04-03 | add rijndael-cbc@lysator.liu.se | Markus Friedl | |
2002-04-03 | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | Markus Friedl | |
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt | |
2002-04-03 | fix SYNOPSIS. From form@. | Mike Pechkin | |
millert@ ok | |||
2002-04-03 | gx doesn't actually do bitbanging | Nathan Binkert | |
2002-04-03 | disable userland crypto for 3.1 | Theo de Raadt | |
2002-04-03 | Add 4000 200. | Hugh Graham | |
2002-04-03 | Document pool_destroy. From NetBSD through Kamil Andrusz <wizz@mniam.net> | Artur Grabowski | |
pr 2507 | |||
2002-04-02 | gx doesn't use vtophys | Nathan Binkert | |
2002-04-02 | enable gdb in sparc64; deraadt@ ok. | Federico G. Schwindt | |
2002-04-02 | update to a more recent version. should fix the getcwd corruption | Federico G. Schwindt | |
seen in sparc64 gdb; deraadt@ ok. |