Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-25 | Support for the Vigra VS11 frame buffer. This is basically the same as the | Miod Vallat | |
VS12, but with a different ramdac that allows higher refresh rates. | |||
2003-05-25 | regen | Michael Shalayeff | |
2003-05-25 | typo | Michael Shalayeff | |
2003-05-25 | how did i miss this one? thanks Wouter Clarie | Ted Unangst | |
2003-05-25 | must not run check_netmask() before remove_invalid_hosts() - binat case had it | Henning Brauer | |
wrong for the redirection target. reported by jared r r spiegel <jrrs@ice-nine.org> | |||
2003-05-25 | more thorough reset sequence; miod@ ok | Michael Shalayeff | |
2003-05-24 | rename export to export_info for c++ safety. report by naddy@ | Ted Unangst | |
2003-05-24 | better netmask check | Henning Brauer | |
help canacar@ ok canacar@ cedric@ | |||
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer | |
2003-05-24 | regen | Henning Brauer | |
2003-05-24 | Addtron W89C926; from nick@ | Henning Brauer | |
2003-05-24 | - typos; | Jason McIntyre | |
- new sentence, new line; - whitespace at EOL | |||
2003-05-24 | Properly reset buffers after each "table" command. | Cedric Berger | |
More to come for the error case. ok henning@ | |||
2003-05-24 | tweak; | Jason McIntyre | |
ok cedric@ | |||
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat | |
before we switch to wsdisplay, and this can clobber the font image in some cases, especially lower (<= 1024x768) resolutions. | |||
2003-05-24 | document man page hierarchy; | Jason McIntyre | |
from Sam Smith (PR 3271) - thanks! | |||
2003-05-24 | sync | Cedric Berger | |
2003-05-24 | sync | Cedric Berger | |
2003-05-24 | Unused variable. | Cedric Berger | |
2003-05-24 | cast some types for printing; ok markus@ | Damien Miller | |
2003-05-24 | pass logged data through strnvis; ok markus | Damien Miller | |
2003-05-24 | support Perc 4/Di (e.g. in Dell PowerEdge 2600); ok mickey@ | Markus Friedl | |
2003-05-24 | regen | Markus Friedl | |
2003-05-24 | add PERC 4/Di; ok mickey | Markus Friedl | |
2003-05-24 | un-break test; report and test by davidkrause | Markus Friedl | |
2003-05-24 | typo | Todd C. Miller | |
2003-05-24 | Say POSIX-2001 instead of Single Unix v3. They are the same but we generally | Todd C. Miller | |
mention POSIX compliance, not Single Unix compliance. | |||
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | moved swapgeneric.c | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-23 | Do all unlocks before exit from pmap_enter(). | Mike Pechkin | |
deraadt@, drahn@ OK | |||
2003-05-23 | - typos | Jason McIntyre | |
- whitespace at EOL - new sentence, new line | |||
2003-05-23 | - typos | Jason McIntyre | |
- new sentence, new line | |||
2003-05-23 | consistently uppercase abbreviations; | Jason McIntyre | |
ok henning@ | |||
2003-05-23 | fix leak; ok markus@ | Damien Miller | |
2003-05-23 | don't #ifdef within struct tcpcb definition, as it is used in userland too. | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2003-05-23 | For some reason, gcc seems to assume that if an inline assembly statement | Henric Jungheim | |
has arguments but no clobbers, then everything is clobbered. The in-tree gcc also likes to insert redundant "sra"s. These changes help gcc generate somewhat better code for the spl*() functions. This change shrank my GENERIC kernel by 27136 bytes. ok jason@ | |||
2003-05-22 | Fix comment: IOTTE_PAMASK is 42..13 not 42..12 | Jason Wright | |
2003-05-22 | There's an off-by-one in the diagnostic code that can cause grief, | Henric Jungheim | |
especially for NIC drivers that aren't careful about handling load failures. Bug reported and diff tested by Holger Burde. ok jason@. | |||
2003-05-22 | remove -Werror; ok millert | Peter Valchev | |
2003-05-22 | remove sprintf() and vsprintf(). nothing in the kernel needs it. if | Theo de Raadt | |
some module does -- tough -- they can rewrite it using the safer versions. | |||
2003-05-22 | filterops doesn't need to change, so we can make it const | Nathan Binkert | |
ok deraadt@ | |||
2003-05-22 | fix function name in the debugging printf | Michael Shalayeff | |
2003-05-22 | imprecision in delay_init() | Michael Shalayeff | |
2003-05-22 | Intel ICH4-M IDE | Alexander Yurchenko | |
2003-05-22 | ICH4-M is supported now | Alexander Yurchenko | |
2003-05-22 | Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>. | Alexander Yurchenko | |
2003-05-22 | sync | Theo de Raadt | |
2003-05-22 | remove break after return | Jun-ichiro itojun Hagino | |
2003-05-22 | Let this compile on SUN4 or SUN4C only kernels, PR #3269 | Miod Vallat | |