summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1559-20/+101
* Cleanup shutdown output.alfred2004-07-152-7/+4
* A couple of grammar fixes in the bktr options section.roam2004-07-151-4/+4
* Tidy up system shutdown.alfred2004-07-152-6/+24
* type prgregset_t really should be an array. this is odd, however, otherdavidxu2004-07-151-1/+1
* Disable SIGIO for now, leave a comment as to why it's busted and hardalfred2004-07-151-0/+20
* Clean up the output on reboot by keeping completion messages on the samenjl2004-07-151-2/+2
* A loop in pmap_remove() should use TAILQ_FOREACH_SAFE(), notalc2004-07-151-2/+2
* A module with no modevent function gets modevent_nop() as default.phk2004-07-141-1/+9
* Add a comment separator.njl2004-07-141-1/+1
* Add a note indicating that the eh_prototype field used to constructrwatson2004-07-141-0/+4
* Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Noterwatson2004-07-141-0/+10
* Add ng_ppp_latencies_mtx, a global mutex to protect the latency list.rwatson2004-07-141-0/+11
* Introduce a new mutex, ng_fec_mtx, to protect the global unit list torwatson2004-07-141-1/+10
* Introduce a new mutex, ng_eiface_mtx, to protect the global unit listrwatson2004-07-141-1/+11
* Introduce a new mutex, ng_iface_mtx, to protect the global unit listrwatson2004-07-141-1/+12
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* In addition to the real user ID check, do an explicit jailcsjp2004-07-141-2/+3
* Correct bounds check in lapic_create().jhb2004-07-141-1/+1
* Unbreak LINT: device card no longer takes a count.des2004-07-141-1/+1
* Make sure to update the mnt_stats before UFS1 extattr tried tophk2004-07-141-5/+4
* Fix a copy-and-paste-o in IFQ_DRV_PREPEND - all pointyhats to me.mlaier2004-07-141-5/+5
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* 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
* Convert SLIP to using C99 structure initialization for its structrwatson2004-07-141-2/+8
* In pmap_remove_pages(), when clearing a pte, update the correspondingalc2004-07-141-0/+4
* Regenpeter2004-07-144-9/+4
* Unmapped syscalls should be NOPROTO so that we don't get a duplicatepeter2004-07-141-1/+1
* 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-1317-33/+91
* 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
* Remove unused macro.pjd2004-07-131-9/+0
OpenPOWER on IntegriCloud