summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-04older gcc (like real C) does not let you declare local variables afterTheo de Raadt
doing functional code; ie. LIST_INIT()
2005-12-04copy alpha atomic_lock implementation from libpthread.Brad Smith
2005-12-04add a powerpc implementation of rfork_thread().Brad Smith
From Tim Wiess <tim at nop dot cx> ok drahn@
2005-12-04copy powerpc atomic_lock implementation from libpthread.Brad Smith
ok drahn@
2005-12-04Don't retry unsupported commands, or commands for invalidKenneth R Westerback
targets/luns. Same fix as gdt got for boot delays. Don't set xs->error when returning TRY_AGAIN_LATER. "Make sense, doesn't it?" tdeval@, "awesome find!" marco@
2005-12-04Allocate all scbs during initialization to avoid usingKenneth R Westerback
bus_dmamem_alloc() in interrupt context. Use same logic as ahd. "Looks good to me" pedro@
2005-12-04On the 82571 and newer chipset the ICR register is meaningful onlyBrad Smith
if the E1000_ICR_INT_ASSERTED bit is set. From FreeBSD
2005-12-03splimp -> splhighBrad Smith
From NetBSD ok miod@
2005-12-03splimp -> splvmBrad Smith
ok miod@
2005-12-03splimp -> splnetBrad Smith
ok marco@
2005-12-03strip any trailing slashes in the received DirectoryJoris Vink
request, to make sure we are compatible with gnu;
2005-12-03RegenPedro Martelletto
2005-12-03Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@Pedro Martelletto
2005-12-03Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking,Miod Vallat
for the MULTIPROCESSOR case.
2005-12-03Implement __cpu_simple_lock_t for m88k.Miod Vallat
2005-12-03Fast __HAVE_MUTEX implementation for m88k platforms.Miod Vallat
2005-12-03Dissociate pmap locks and spl usage; code will now do explicit spl processingMiod Vallat
in addition to pmap locking; no functional change.
2005-12-03Remove unused debug material.Miod Vallat
2005-12-03rcs for the makefileTed Unangst
2005-12-03ARGSUSED signal handlerTheo de Raadt
2005-12-03remove shadowing variables; ok pvalTheo de Raadt
2005-12-03intstack does not need to be visible from C code anymore.Miod Vallat
2005-12-03syscall is actually sched_yield now, as millert suggestedTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst
2005-12-03rebuildTed Unangst
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change. ok miod@
2005-12-03kernel support for threaded processes (rthreads).Ted Unangst
uses rfork(RFTHREAD) to create threads, which are presently processes that are a little more tightly bound together. several new syscalls added to facilitate a userland thread library. all conditional on RTHREADS, currently disabled. ok deraadt
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change.
2005-12-03- whoops, its -t-string or -tfile, not the other way aroundNiall O'Higgins
- sync checkin_usage() with reality
2005-12-03- document `-t' option.Niall O'Higgins
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
to set xs->error to XS_BUSY. So it is pointless and misleading to set xs->error to XS_TIMEOUT, XS_DRIVER_STUFFUP or XS_BUSY just before returning TRY_AGAIN_LATER. No functional change.
2005-12-03Turn read_processor_identification_register() into a simple macro with aMiod Vallat
much, much, much shorter name. It is only used to print cpu revision anyway...
2005-12-03- add support for -t[description] and -t-[file containing description]Niall O'Higgins
2005-12-03Don't retry unsupported SCSI commands by returning TRY_AGAIN_LATER.Kenneth R Westerback
They aren't going to be magically supported the next time. Elminates a long delay at boot time, since TRY_AGAIN_LATER code was recently fixed to delay a second before retrying and MODE SENSE commands were reclassified as unsupported. ok tdeval@ marco@
2005-12-03Use PERL_INT_MAX instead of INT_MAX in previous commit for consistencyTodd C. Miller
with the rest of perl. On OpenBSD PERL_INT_MAX is the same as INT_MAX. From rse@engelschall.com.
2005-12-03todd@ reminds me:Joris Vink
If you 'vi file.c' and change stuff, then 'make depend && make' you'll have a file.o file most definately more recent than the latest committed version of file.c. Then, if you rm file.c, and cvs update file.c, if 'file.c' is set to the timestamp of the last committed version, a subsequent 'make' will not rebuild the .o file. to fix this we simply use the current timestamp when updating files. thanks todd@!
2005-12-03fix date handling in opencvs, this was broken since the very start.Joris Vink
now, when you checkout a tree with gnu cvs, opencvs no longer sees all the files as modified, and visa versa. this actually makes gnu cvs and opencvs dance together in working copies.
2005-12-03- teach opencvs about Entries.Log and what to do with itJoris Vink
it it exists in the CVS admin dir. - when writing the Entries file write it to Entries.Backup first and then rename it to Entries when the writing was successfull.
2005-12-03Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0Miod Vallat
on all running processors. Tested aoyama@ and I
2005-12-03respect Q flag in output;Joris Vink
2005-12-03i386 threads support.Mark Kettenis
2005-12-03Threads support.Mark Kettenis
2005-12-03Remove some typedef struct goo.Marco Peereboom
2005-12-03nuke unused vars;Joris Vink
2005-12-03Allow strings descriptor 0 to be fetched. It's the default language index.Brad Smith
From augustss NetBSD ok dlg@
2005-12-03remove unused and useless functions, they just get in the way;Joris Vink
2005-12-03usr.bin/rcs stuff doesn't care about cvs_checkout_rev();Joris Vink
2005-12-03Fix enum types, thanks lintChad Loder
2005-12-03Add a couple more __attribute__ test cases to test 11, and hook up 11Chad Loder
now that lint deals with attributes.
2005-12-03add very basic support for the following stuff:Joris Vink
- checkout in local mode (example: /cvs) - update in local and server mode (example: /cvs and user@host:/cvs) - import in local and server mode (example: /cvs and user@host:/cvs) what remains to be done: - not all options are supported yet, and update cannot pick up newly added files yet. these things are pending and will be commited real soon. - checkout only works locally right now. - fix rcs parsing code so that we don't fucking hog 100% cpu on really BIG BIG BIG ass trees. mainly tested by pedro@ and myself, thanks a lot pedro! "go for it" niallo@