summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Splay the left and right subtrees on min - 1 and max + 1, respectively,tjr2004-07-141-34/+20
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Remove duplicate entry.murray2004-07-141-1/+0
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-142-143/+2
* Make FIOASYNC, FIOSETOWN and FIOGETOWN work on kqueues.alfred2004-07-142-3/+32
* Fix the pccard attachment to have a chance of working.imp2004-07-142-32/+214
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
* do { } while(0) KNOTE macro, whitespacealfred2004-07-141-2/+3
* Additional pmap lockingalc2004-07-141-28/+49
* Switch snoop device to using C99 initialization for struct linesw.rwatson2004-07-141-2/+8
* More technical terms.murray2004-07-141-1/+21
* Convert SLIP to using C99 structure initialization for its structrwatson2004-07-141-2/+8
* Add more technical acronyms, product names, country names, andmurray2004-07-141-1/+64
* In pmap_remove_pages(), when clearing a pte, update the correspondingalc2004-07-141-0/+4
* Copy lwp id to thread mailbox.davidxu2004-07-142-0/+2
* Regenpeter2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatepeter2004-07-141-1/+1
* Call kse_switchin to switch context when being debugged.davidxu2004-07-139-55/+158
* Remove unused symbols.davidxu2004-07-132-28/+0
* Export necessary symbols to debugger.davidxu2004-07-131-7/+4
* Let debugger check signal, make SIGINFO works.davidxu2004-07-132-24/+50
* If _libkse_debug is not zero, activate thread mode.davidxu2004-07-132-0/+12
* Add code to support thread debugging.davidxu2004-07-1310-88/+292
* In pmap_remove_pages(), when the pv_list is entry, we want to clean thecognet2004-07-131-3/+2
* Set TDF_NEEDRESCHED when a higher priority thread is scheduled injhb2004-07-131-1/+1
* Give kldunload a -f(orce) argument.phk2004-07-1320-36/+123
* Add kldunloadf() system call. Stay tuned for follwing commit messages.phk2004-07-132-2/+4
* Clean up our pnpinfo and location strings.njl2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isnjl2004-07-131-8/+6
* Send the fla driver in the Atticphk2004-07-137-1614/+0
* Desupport M-Systems DiskOnChip driver "fla"phk2004-07-132-10/+0
* fix compilation.phk2004-07-131-1/+1
* oldcard's card device no longer requires a countimp2004-07-132-2/+2
* Rev 1.24 of sys/ptrace.h adds ptrace_clear_single_step() prototypekensmith2004-07-131-1/+0
* Remove erroneous semicolons.stefanf2004-07-135-6/+6
* Merged from recent fdc driver changes.nyan2004-07-136-194/+294
* Replace "uid != 0" with "suser(td->td_ucred) != 0" when checking if we'vecperciva2004-07-131-1/+2
* MFi386: revision 1.213.nyan2004-07-133-48/+60
* Document sysctl variables.pjd2004-07-133-0/+52
* Those sysctl are used to control GEOM class, not a userland utility.pjd2004-07-131-4/+6
* Remove unused macro.pjd2004-07-131-9/+0
* Decrease log level of one debug message, so there is no hole (level 2pjd2004-07-131-1/+1
* Document sysctls variables used by GEOM_STRIPE class.pjd2004-07-131-0/+37
* Minor sysctl description fixes.pjd2004-07-131-2/+2
* Another LINT compilation fixphk2004-07-131-1/+0
* Make LINT compilephk2004-07-132-2/+0
* Re-enable debugger port.simokawa2004-07-131-3/+124
* Replace DDB with KDB.simokawa2004-07-131-1/+1
* Add code to support debugging threaded process.davidxu2004-07-131-75/+153
* Implement following commands: PT_CLEARSTEP, PT_SETSTEP, PT_SUSPENDdavidxu2004-07-132-12/+117
OpenPOWER on IntegriCloud