summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Properly synchronize access to the pmap in pmap_extract_and_hold().alc2006-06-071-3/+2
* Update comments in struct protosw to reflect changing times:rwatson2006-06-071-6/+10
* When counting nodes second time, use the same criteria as forglebius2006-06-071-4/+4
* Add device IDs for Linksys PCMPC200 Cardbus card.glebius2006-06-072-0/+12
* Now that we use pmap_mapdev_boostrap(), we can get ride of the got_mmucognet2006-06-073-31/+3
* Fix watchdog timeout errors seen on a few systems.yongari2006-06-071-6/+13
* Remove sa1_cache_clean_addr. It isn't needed.imp2006-06-071-2/+0
* Allow to use the old -a option to specify an encryption algorithm to usepjd2006-06-061-13/+31
* Convert the last offender, the SA1110 port, to ARM32_NEW_VM_LAYOUT, andcognet2006-06-064-66/+15
* Remove a bogus, useless, "i++".cognet2006-06-061-1/+0
* Add partial pmap locking.alc2006-06-061-30/+34
* Use the acpi_event_sleep_button_sleep() function instead ofnyan2006-06-061-1/+1
* When DIAGNOSTIC is defined, verify if we don't free crypto requests frompjd2006-06-061-0/+21
* - Unbreak the build when geli is compiled into the kernel (on as module),pjd2006-06-061-2/+2
* Handle errors in the same way it is done in safe(4).pjd2006-06-061-2/+4
* Don't increase hst_obytes field twice - it is already done at the beginingpjd2006-06-061-1/+0
* Make ke_rqindex unsigned.davidxu2006-06-062-2/+2
* Extract pointer value for mnt_stat from vp after the NULL check, notrwatson2006-06-061-1/+2
* Use NET_CALLOUT_MPSAFE for netgraph callout initializer.glebius2006-06-062-3/+1
* The procedure of raceless switching between polling mode andglebius2006-06-061-105/+102
* Add partial pmap locking.alc2006-06-062-8/+29
* Correct a typo in the previous revision.alc2006-06-062-2/+2
* Add a stub for pmap_enter_object().alc2006-06-061-0/+7
* Make VERBOSE_INIT_ARM compile by fixing various printf formats, and add itcognet2006-06-062-2/+3
* vm_page_alloc_contig() can sleep, so don't even think about using itcognet2006-06-051-8/+9
* Really fix the typo this time: it should be sc->sc_drvbpf to be verified,avatar2006-06-051-1/+1
* Fixing a typo in rev1.196.avatar2006-06-051-1/+1
* Remove use of Giant around vn_open() in audit trail setup.rwatson2006-06-051-15/+10
* Do some source && comment cleanup.mjacob2006-06-052-35/+14
* Add PIM_SEQSCAN for HBA misc flags and code that understandsmjacob2006-06-052-33/+81
* Connect new GELI files to the build.pjd2006-06-052-1/+11
* Implement data integrity verification (data authentication) for geli(8).pjd2006-06-056-275/+1101
* Make kern.geom.eli.overwrites sysctl a tunable as well.pjd2006-06-051-0/+1
* Assuming the interface has an address of x.x.x.195, a mask ofqingli2006-06-051-0/+6
* Add g_duplicate_bio() function which does the same thing what g_clone_bio()pjd2006-06-052-0/+26
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-0510-61/+386
* Fix kernel panic in rt2661_tx_intr() if no frames has been sent.fjoe2006-06-051-0/+4
* Fix cut-n-pasteo: use the i386 version #define for i386 dumps, not the amd64 ...emaste2006-06-051-1/+1
* Add altq(4) support.brueffer2006-06-051-4/+6
* move hal bus+tag externalization to the bus glue code where it belongs;sam2006-06-053-6/+6
* - Declare the PnP map const.marius2006-06-051-1/+4
* resolve merge conflictssam2006-06-051-9/+36
* This commit was generated by cvs2svn to compensate for changes in r159285,sam2006-06-0574-102663/+127118
|\
| * Version 0.9.17.2:sam2006-06-0575-102672/+127154
* | Upon further review, DES prefers this change over that in revision 1.13ghelmer2006-06-051-6/+4
* | - Pretend to accelerate various HMAC algorithms, so padlock(4) can be usedpjd2006-06-051-91/+266
* | When generating BSM tokens for mkfifo(), include mode argument.rwatson2006-06-051-1/+6
* | When generating the process token, need to check whether therwatson2006-06-052-15/+14
* | Consistently use audit_free() to free records, rather thanrwatson2006-06-051-2/+2
* | Audit some arguments to nmount(), mount(), umount().rwatson2006-06-051-1/+10
OpenPOWER on IntegriCloud