summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-24add PERC 4/Di; ok mickeyMarkus Friedl
2003-05-24un-break test; report and test by davidkrauseMarkus Friedl
2003-05-24typoTodd C. Miller
2003-05-24Say POSIX-2001 instead of Single Unix v3. They are the same but we generallyTodd C. Miller
mention POSIX compliance, not Single Unix compliance.
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23moved swapgeneric.cTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-23Do all unlocks before exit from pmap_enter().Mike Pechkin
deraadt@, drahn@ OK
2003-05-23- typosJason McIntyre
- whitespace at EOL - new sentence, new line
2003-05-23- typosJason McIntyre
- new sentence, new line
2003-05-23consistently uppercase abbreviations;Jason McIntyre
ok henning@
2003-05-23fix leak; ok markus@Damien Miller
2003-05-23don't #ifdef within struct tcpcb definition, as it is used in userland too.Jun-ichiro itojun Hagino
dhartmei ok
2003-05-23For some reason, gcc seems to assume that if an inline assembly statementHenric 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-22Fix comment: IOTTE_PAMASK is 42..13 not 42..12Jason Wright
2003-05-22There'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-22remove -Werror; ok millertPeter Valchev
2003-05-22remove sprintf() and vsprintf(). nothing in the kernel needs it. ifTheo de Raadt
some module does -- tough -- they can rewrite it using the safer versions.
2003-05-22filterops doesn't need to change, so we can make it constNathan Binkert
ok deraadt@
2003-05-22fix function name in the debugging printfMichael Shalayeff
2003-05-22imprecision in delay_init()Michael Shalayeff
2003-05-22Intel ICH4-M IDEAlexander Yurchenko
2003-05-22ICH4-M is supported nowAlexander Yurchenko
2003-05-22Support for Intel ICH4-M; from marius aamodt eriksen <marius@monkey.org>.Alexander Yurchenko
2003-05-22syncTheo de Raadt
2003-05-22remove break after returnJun-ichiro itojun Hagino
2003-05-22Let this compile on SUN4 or SUN4C only kernels, PR #3269Miod Vallat
2003-05-22c2k3 hack-a-tonMichael Shalayeff
2003-05-21Make sure that the first scsi command issued to a device duringKenneth R Westerback
sdattach() has the flag SCSI_IGNORE_MEDIA_CHANGE set. This was not true for devices with the quirk SDEV_NOSTARTUNIT, such as some umass devices. This fixes the display of the disk parameters for any loaded media. Previously the displayed parameters would show 0 size, 0 sectors and a faked number of cylinders, etc. By ignoring the error generated by devices trying to tell us the media may have changed since the last command the SCSI command completes correctly and valid values are obtained/displayed. We are interested in the current values and unconcerned about any previous ones. Tested by drahn@.
2003-05-21Endian fix for this driver, now works on big endian machines, ok mickey@Dale Rahn
2003-05-21- use : instead of . for chownJason Wright
- add bpp devices
2003-05-21Use : instead of . in chown (were this not sync'd correctly when theJason Wright
original commit was done?)
2003-05-21add bpp devices; with much help from toddJason Wright
2003-05-21Match vprintf prototype to userland and standards.Artur Grabowski
deraadt@ ok
2003-05-21typos from weissmanndudeMichael Shalayeff
2003-05-21syncTheo de Raadt
2003-05-21library update;Jason McIntyre
ok deraadt@
2003-05-21- finish mdoc'ing crunch pagesJason McIntyre
- better use of macros ok deraadt@
2003-05-21tweak;Jason McIntyre
suggestions and ok grange@
2003-05-21typos from pjanzen@Jason McIntyre
2003-05-21when looping for more work in the interrupt handler also flush the cacheMichael Shalayeff
2003-05-21syncNathan Binkert
2003-05-21add ServerWorks vendor ID. Add another flash readerNathan Binkert
2003-05-21From NetBSD:Paul Janzen
Fix an ancient typo which made "_POSIX_PATH_MAX" actually return "_POSIX_PIPE_BUF".
2003-05-20Modules should build w/ propolice now; noticed by Jan JohanssonTodd C. Miller
deraadt@ OK
2003-05-20this is all new code. copyright to downsj and myself who managed toTheo de Raadt
erradicate the old stuff.
2003-05-20syncJason Wright
2003-05-20orderJason Wright
2003-05-20momentum leopard; pointed out by miodJason Wright
2003-05-20create a devine routine for devising the holy rom address and use it in both ↵Michael Shalayeff
match and attach then