Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb | |
WSDISPLAYIO_MODE_DUMBFB mode (mode where mmapping /dev/ttyC0 maps the framebuffer only) This makes the XF4 wsfb driver work on the TGA cards. Ok miod@, deraadt@ | |||
2002-04-26 | newer gas is picky about misplaced .loc directives; comment'em out for now. | Federico G. Schwindt | |
tested by miod, deraadt ok | |||
2002-04-26 | Fix typo--2347 should be 2047; from FreeBSD (moses) | Todd C. Miller | |
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller | |
or shared key). | |||
2002-04-26 | build release bsd.scsi3 from regular bsd file, by using config -e to | Theo de Raadt | |
clone sd0 out of sd*. my idea, initial hack by miod, my makefile hackery | |||
2002-04-26 | be more terse with output | Nathan Binkert | |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert | |
2002-04-26 | a little grammar | Michael Shalayeff | |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt | |
2002-04-26 | properly allocate dmable memory for buffers (no malloc); drahn@ ok and testing | Michael Shalayeff | |
2002-04-26 | Fix spelling in comment and some whitespace. | Artur Grabowski | |
2002-04-26 | use ansi function declarations. ok millert@ | Marc Espie | |
2002-04-26 | Strip sudo and visudo on install. Noticed by Camiel Dobbelaar. | Todd C. Miller | |
2002-04-26 | prototype mismatch, ansi conversion rules... | Marc Espie | |
add -pedantic to flags. | |||
2002-04-26 | fix indentation error | Marc Espie | |
2002-04-26 | rename `bool' to something else, to avoid C99 surprises. | Marc Espie | |
2002-04-26 | minor tweaks | Theo de Raadt | |
2002-04-26 | missed one; deraadt | Jason Wright | |
2002-04-26 | 1024 bit max | Jason Wright | |
2002-04-26 | use struct in_aliasreq instead of ifaliasreq when setting new inet | Federico G. Schwindt | |
address. solves a sigbus error seen on sparc64 with new binutils. from itojun@ | |||
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert | |
This prevents a panic from occuring if the attach fails before the dmamap is created | |||
2002-04-26 | disable cryptodevallowsoft again; constrain key bit sizes to % 32cryptodev.c | Theo de Raadt | |
2002-04-26 | register as supporting modular exponentiation | Jason Wright | |
still contains much debugging code and isn't quite done, but its a start | |||
2002-04-26 | sync | Nathan Binkert | |
2002-04-26 | remove duplicate | Nathan Binkert | |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert | |
ok jason | |||
2002-04-26 | Rework glob_selection() to eliminate 'Major hack' and a 'Eww' by | Kenneth R Westerback | |
getting eval to work correctly. Some other logic cleanups in glob_selection. Eliminate 'dead' code trying to use dns to resolve ftp.openbsd.org. Not only was the code dead, $_resolver_enabled having been eliminated a while ago, but unnecessary as Theo has promised the IP address will not change. Spell 'occurrences' correctly. From espie@ with slight modifications. ok espie@ millert@ | |||
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert | |
2002-04-26 | Change 'while $1; shift' loops to 'for _b;' loops. | Kenneth R Westerback | |
Move more 'if [] then; x; fi' to '[] && x' or '[] || x' idioms. Remove code supporting an optional IFS parameter in cutlast(), as it was never used. Also redo logic a bit in cutlast() to use eval to better effect. Improve logic a bit in bsort. From espie@ with slight modifications. ok espie@ millert@ | |||
2002-04-26 | add missing `entry' parameter to LIST_NEXT() in the list freeing example. | Wilbern Cobb | |
ok espie. | |||
2002-04-26 | Mention that just because you can store a 104 bit WEP key on the card | Todd C. Miller | |
doesn't mean the card can actually do 104 bit WEP. | |||
2002-04-26 | Improve use of sed in various places, eliminating unnecessary | Kenneth R Westerback | |
calls to grep and file redirections. Eliminate function firstchar(). Rework of partition gathering code removes the only use. Remove the usual extraneous 'X's and {}'s in the code being worked on. From espie@ with slight modifications. ok espie@ millert@ | |||
2002-04-26 | get runlist from the right place | Theo de Raadt | |
2002-04-25 | Intel PRO/Wireless 2011 is Symbol, not Intersil | Todd C. Miller | |
2002-04-25 | don't play games with size_t (seeing a pattern yet ?) | Marc Espie | |
2002-04-25 | Harmonize some bootstrap procedures with hp300, and move some variables | Miod Vallat | |
from text to data section. | |||
2002-04-25 | Use more symbolic constants rather than magic values... | Miod Vallat | |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat | |
2002-04-25 | <m68k/cpu.h> should be included when this <machine/cpu.h> is included from | Miod Vallat | |
userland, for example from libkvm; found the hard way be deraadt@ | |||
2002-04-25 | sysctl wants size_t. | Marc Espie | |
2002-04-25 | move this into a less visible place | Theo de Raadt | |
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
2002-04-25 | no longer needed | Theo de Raadt | |
2002-04-25 | merge in changes from other list2sh.awk files | Theo de Raadt | |
2002-04-25 | - fix a few texts | Miod Vallat | |
- remove dead hp300 stuff ok millert@, espie@ | |||
2002-04-25 | sync | Theo de Raadt | |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie | |
2002-04-25 | Modernize wording (remove ancient reference), and move invocation | Ian Darwin | |
before details of usage. | |||
2002-04-25 | This is dead beef, too. | Miod Vallat | |
2002-04-25 | sync | Theo de Raadt | |