summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-19Const poison the channel name.thorpej
2003-12-19Move the PCIIDE_OPTIONS_* constants into pciidevar.hthorpej
2003-12-19-n is ignored for auto-fetch transferslukem
2003-12-19Regen: Add product ID for the Silicon Image 3114 SATALink.thorpej
2003-12-19Add product ID for the Silicon Image 3114 SATALink.thorpej
2003-12-19Use a register map to find the offsets of various per-channelthorpej
2003-12-18When looking for a makefile and curdir != objdir (i.e. working inside of anjmc
2003-12-18If we're running on a Connectix Virtual PC, we might get a packet longerthorpej
2003-12-18prepare for bind 9.christos
2003-12-18A kernel configuration file suitable for Connectix Virtual PC 6.thorpej
2003-12-18correct 2 typosheas
2003-12-18PR/23791: Patrick Latify: Fix memory leak on thread creation failure.christos
2003-12-18* Introduce uvm_km_kmemalloc1() which allows alignment and preferred offsetpk
2003-12-18Use uvm_km_zalloc(...) instead of uvm_km_alloc1(...,1).pk
2003-12-18Add MB_ICONQUESTION style to the message box.uwe
2003-12-18Add MB_ICONWARNING style to the message box. Use explicit MB_OK.uwe
2003-12-18Tweak error message.uwe
2003-12-18Add MB_ICON* styles to message boxes. Use explicit MB_OK.uwe
2003-12-18Capitalize error messages. Consistently use "can't". Minor tweaks.uwe
2003-12-18Condense all existing variants of uvm_km_valloc into a single function:pk
2003-12-18KNF, spelling and english fixes to some comments. remove trailinggrant
2003-12-18PR/23786: Robert Nestor: wait command returns the wrong status code. Thischristos
2003-12-18Pad all floppy images to the floppy size.lukem
2003-12-18Add MB_ICONEXCLAMATION style to the "Last chance..." dialog. Changeuwe
2003-12-17Bump date for previous (hi christos!).wiz
2003-12-17Small fixed to tense in comment.abs
2003-12-17Add BA5 space tag/handles for Silicon Image SATALink.thorpej
2003-12-17Say what happens with pgrp == 0.christos
2003-12-17Fix ICMPV6CTL_ND6_[DP]RLIST, they broke with new sysctl.lha
2003-12-17Handle breaksw inside while loop (from tcsh)christos
2003-12-17Some additional SATA-II registers.thorpej
2003-12-17mask all interrupts during bootstrap *correctly*.bsh
2003-12-17add a function to initialize variables used by splfoo().bsh
2003-12-17set VBWAIT when waiting v_numoutput to be drained.yamt
2003-12-17Bump date for previous; use Nx instead of NetBSD;wiz
2003-12-17Add "sk" driver for SysKonnect/Marvell GigE cards.tls
2003-12-17Add support for some more Marvell-based adapters to the sk driver:tls
2003-12-17fix debug output.yamt
2003-12-17Fix commented out pcmcia entries: adjust comments, add FULL_SPARC_BUS_SPACE,martin
2003-12-17remove a redundant substitution.yamt
2003-12-17Provide dummy machine/mcontext.h.uwe
2003-12-17Don't check for HAVE_SIGINFO if make(obj) (as more than likely the compilerjmc
2003-12-17remove definitions for ffs, which don't belong here.yamt
2003-12-17Nuke register prefix for local variables, clean up indentation a little.simonb
2003-12-17- Restore the display to a sane state when leaving mapped mode.ad
2003-12-16Initialize uid and gid so that the owner/group is not inadvertantly changedheas
2003-12-16Add btodb() define.uwe
2003-12-16Add directory "res" to INCDIR_LIST and drop the "res/" prefix fromuwe
2003-12-16Protect __KERNEL_RCSID with #if !defined(_WIN32) for the sake ofuwe
2003-12-16Darwin's sigprocmask is an hybrid between or modern sigprocmak (old setmanu