Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-04 | older gcc (like real C) does not let you declare local variables after | Theo de Raadt | |
doing functional code; ie. LIST_INIT() | |||
2005-12-04 | copy alpha atomic_lock implementation from libpthread. | Brad Smith | |
2005-12-04 | add a powerpc implementation of rfork_thread(). | Brad Smith | |
From Tim Wiess <tim at nop dot cx> ok drahn@ | |||
2005-12-04 | copy powerpc atomic_lock implementation from libpthread. | Brad Smith | |
ok drahn@ | |||
2005-12-04 | Don't retry unsupported commands, or commands for invalid | Kenneth 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-04 | Allocate all scbs during initialization to avoid using | Kenneth R Westerback | |
bus_dmamem_alloc() in interrupt context. Use same logic as ahd. "Looks good to me" pedro@ | |||
2005-12-04 | On the 82571 and newer chipset the ICR register is meaningful only | Brad Smith | |
if the E1000_ICR_INT_ASSERTED bit is set. From FreeBSD | |||
2005-12-03 | splimp -> splhigh | Brad Smith | |
From NetBSD ok miod@ | |||
2005-12-03 | splimp -> splvm | Brad Smith | |
ok miod@ | |||
2005-12-03 | splimp -> splnet | Brad Smith | |
ok marco@ | |||
2005-12-03 | strip any trailing slashes in the received Directory | Joris Vink | |
request, to make sure we are compatible with gnu; | |||
2005-12-03 | Regen | Pedro Martelletto | |
2005-12-03 | Add ATI IXP200 Modem, from Bruno Oliveira Silvestre, okay deraadt@ | Pedro Martelletto | |
2005-12-03 | Replace simplelocks with __cpu_simple_locks for cmmu and pmap locking, | Miod Vallat | |
for the MULTIPROCESSOR case. | |||
2005-12-03 | Implement __cpu_simple_lock_t for m88k. | Miod Vallat | |
2005-12-03 | Fast __HAVE_MUTEX implementation for m88k platforms. | Miod Vallat | |
2005-12-03 | Dissociate pmap locks and spl usage; code will now do explicit spl processing | Miod Vallat | |
in addition to pmap locking; no functional change. | |||
2005-12-03 | Remove unused debug material. | Miod Vallat | |
2005-12-03 | rcs for the makefile | Ted Unangst | |
2005-12-03 | ARGSUSED signal handler | Theo de Raadt | |
2005-12-03 | remove shadowing variables; ok pval | Theo de Raadt | |
2005-12-03 | intstack does not need to be visible from C code anymore. | Miod Vallat | |
2005-12-03 | syscall is actually sched_yield now, as millert suggested | Ted Unangst | |
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst | |
2005-12-03 | rebuild | Ted Unangst | |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth 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-03 | kernel 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-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth 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 around | Niall O'Higgins | |
- sync checkin_usage() with reality | |||
2005-12-03 | - document `-t' option. | Niall O'Higgins | |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth 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 | Turn read_processor_identification_register() into a simple macro with a | Miod 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-03 | Don'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-03 | Use PERL_INT_MAX instead of INT_MAX in previous commit for consistency | Todd C. Miller | |
with the rest of perl. On OpenBSD PERL_INT_MAX is the same as INT_MAX. From rse@engelschall.com. | |||
2005-12-03 | todd@ 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-03 | fix 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 it | Joris 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-03 | Switch m88k ports to __HAVE_CPUINFO. Current cpu pointer is held in SR0 | Miod Vallat | |
on all running processors. Tested aoyama@ and I | |||
2005-12-03 | respect Q flag in output; | Joris Vink | |
2005-12-03 | i386 threads support. | Mark Kettenis | |
2005-12-03 | Threads support. | Mark Kettenis | |
2005-12-03 | Remove some typedef struct goo. | Marco Peereboom | |
2005-12-03 | nuke unused vars; | Joris Vink | |
2005-12-03 | Allow strings descriptor 0 to be fetched. It's the default language index. | Brad Smith | |
From augustss NetBSD ok dlg@ | |||
2005-12-03 | remove unused and useless functions, they just get in the way; | Joris Vink | |
2005-12-03 | usr.bin/rcs stuff doesn't care about cvs_checkout_rev(); | Joris Vink | |
2005-12-03 | Fix enum types, thanks lint | Chad Loder | |
2005-12-03 | Add a couple more __attribute__ test cases to test 11, and hook up 11 | Chad Loder | |
now that lint deals with attributes. | |||
2005-12-03 | add 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@ |