aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'Upon the release of the second version'Wilko Bulte2003-10-061-0/+12
* Add a warning about the safe(4) driver's experimental status.Bruce A. Mah2003-10-062-0/+10
* Fix a bug in variable parsing code that could cause a segfault.Ruslan Ermilov2003-10-061-2/+6
* remove the cardbus cis reading code. nobody ever used it and it hasWarner Losh2003-10-062-111/+0
* return(code) -> return (code)Hajimu UMEMOTO2003-10-0622-408/+403
* Correct the description of what the release.3 stage does nowadays.Ruslan Ermilov2003-10-062-6/+4
* Add disk_destroy() call to detach processing.Poul-Henning Kamp2003-10-061-0/+15
* Free the SCSI cd major numberPoul-Henning Kamp2003-10-061-1/+0
* Allow our bio tools to be used for local bio-chopping by not mandatingPoul-Henning Kamp2003-10-061-2/+7
* Introduce a per provider wither flagPoul-Henning Kamp2003-10-062-0/+3
* - Introduce hw.firewire.hold_count sysctl MIB by popular demand.Hidetoshi Shimokawa2003-10-061-18/+24
* refactor how we do the quirk matching. this puts an ugly if into aWarner Losh2003-10-062-56/+58
* Remove the cis reading bus methods. They were never implemented andWarner Losh2003-10-061-49/+0
* - Implement sbp_poll() to enable kernel dump on SBP-2 device.Hidetoshi Shimokawa2003-10-061-1/+9
* New errata: SA-03:15.Bruce A. Mah2003-10-061-0/+7
* New release note: SA-03:15.Bruce A. Mah2003-10-062-2/+14
* - Fix timeout for unodered excution.Hidetoshi Shimokawa2003-10-061-12/+32
* - My last commit to this file is still not safe, I believe that it may beJeff Roberson2003-10-061-0/+6
* - Reinstate 1.142 this was fixed by 1.144.Jeff Roberson2003-10-061-3/+5
* Spell "Bizet" and "Berlioz" correctly.Greg Lehey2003-10-062-2/+7
* Only the super-user should be able to wire pages via the mlock() familyBruce M Simpson2003-10-061-6/+2
* Resolve conflictsDoug Barton2003-10-061-5/+65
* Update cross-references.Bruce M Simpson2003-10-061-0/+2
* Add pmap_wired_count() and pmap_resident_count() to the pmap documentation.Bruce M Simpson2003-10-063-2/+82
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-069-6/+11
* Remove support for the unused 4th component of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-10-061-6/+0
* Many new entries, some corrections.Greg Lehey2003-10-062-0/+51
* Remove numerous duplicates.Greg Lehey2003-10-061-10/+0
* Add many new entries.Greg Lehey2003-10-061-3/+59
* include the DS element in beaconsSam Leffler2003-10-061-1/+4
* - The VCHR case in ffs_sync() is an unneccsary optimization especiallyJeff Roberson2003-10-051-5/+2
* The addition of a locking assertion to vm_page_zero_invalid() has revealedAlan Cox2003-10-051-0/+1
* - Add a missing vn_start_write() to flushbufqueues(). This could haveJeff Roberson2003-10-051-4/+9
* Ignore CSR13, CSR14, CSR15 'Media Specific Data' registersMartin Blapp2003-10-054-24/+74
* Remove the hardcoded default block/frag/cpg values from bsdlabelIan Dowse2003-10-051-44/+5
* fix typo that caused a panic when processing an ICMP redirectSam Leffler2003-10-051-1/+1
* sync to 1.140Warner Losh2003-10-052-2/+16
* 2662W-AR Wireless AdapterWarner Losh2003-10-051-0/+2
* Correct .Xr's in kiconv.3.Bruce M Simpson2003-10-051-3/+3
* Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque()Bruce M Simpson2003-10-051-13/+13
* Since the addition of the VI_DOINGINACT flag some time ago,Ian Dowse2003-10-051-15/+1
* Revert previous commit. Come back vslock(), all is forgiven.Bruce M Simpson2003-10-052-0/+31
* Typos fixing:Marc Fonvieille2003-10-051-2/+2
* Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414.Yoshihiro Takahashi2003-10-052-308/+274
* Use the term 'physical memory' consistently.Bruce M Simpson2003-10-051-1/+1
* Mark td_generation as volatile.Bruce M Simpson2003-10-051-1/+1
* Retire vslock() and vsunlock() with extreme prejudice.Bruce M Simpson2003-10-052-31/+0
* - Further simplify ffs_sync(). The vnode lock is required for UFS_UPDATE()Jeff Roberson2003-10-051-16/+12
* - In ffs_update() assert that either the vnode lock or the XLOCK is held.Jeff Roberson2003-10-051-0/+4
* Fix a security problem in sysctl() the long way round.Bruce M Simpson2003-10-051-18/+14