aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a filesystem driver for the Universal Disk Format. For more info,Scott Long2002-04-145-1/+7
* Fix a witness warning when expanding a hash table. We were allocating the newJeff Roberson2002-04-141-38/+79
* Protect the initial list traversal in sysctl_vm_zone() with the uma_mtx.Jeff Roberson2002-04-141-0/+2
* Fix the play / record rate setting so that it actually works.John Hay2002-04-141-3/+8
* Use VOP_GETVOBJECT instead of accessing the member directly. This fixedJeff Roberson2002-04-141-1/+1
* Modernize SCM ID.David E. O'Brien2002-04-141-4/+1
* Dotting the i-s:Marcel Moolenaar2002-04-142-18/+28
* RegenAlan Cox2002-04-145-6/+6
* Remove the requirement that Giant be held around sigreturn().Alan Cox2002-04-141-1/+1
* Allow a kernel to be compiled with both SKI and acpica and stillPeter Wemm2002-04-142-2/+15
* Remove stale XXX comment.John Baldwin2002-04-141-1/+0
* o Use aiocblist::fd_file in the AIO threads rather than recomputingAlan Cox2002-04-141-45/+3
* Fix the calculation that determines uz_maxpages. It was off for large zones.Jeff Roberson2002-04-142-28/+53
* Add comment that sigreturn() is MPSAFE.Alan Cox2002-04-132-0/+5
* - Change killpg1()'s first argument to be a thread instead of a process soJohn Baldwin2002-04-131-36/+22
* - Change donice() to take a thread as the first argument instead of aJohn Baldwin2002-04-131-37/+40
* - Change procfs_control()'s first argument to be a thread pointer insteadJohn Baldwin2002-04-131-47/+32
* Lock the target process for p_candebug().John Baldwin2002-04-131-3/+4
* Lock the target process in procfs_doproc*regs() for p_candebug and whileJohn Baldwin2002-04-133-9/+23
* Rework logic of syscalls that modify process credentials as described inJohn Baldwin2002-04-133-29/+55
* - p_cansee() needs the target process locked.John Baldwin2002-04-132-35/+32
* - Change the algorithms of the syscalls to modify process credentials toJohn Baldwin2002-04-131-83/+137
* - Change the first argument of ktrcanset(), ktrsetchildren(), and ktrops()John Baldwin2002-04-131-32/+57
* Turn on TGA support.David E. O'Brien2002-04-1313-29/+102
* Quiet GCC 3.1 warning.David E. O'Brien2002-04-131-1/+1
* If the receiver runs out of space for an received frame in the internalPoul-Henning Kamp2002-04-132-22/+8
* Use pmap_extract() instead of pmap_kextract() to retrieve the physicalThomas Moestl2002-04-131-1/+2
* o Remove vm_map_growstack() and useracc() from sendsig(). Copyout() andAlan Cox2002-04-131-20/+5
* Check write permissions before creating anything.Boris Popov2002-04-131-0/+3
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.Jeroen Ruigrok van der Werven2002-04-131-2/+3
* Fix an edge case wrt membase, but more changes neededWarner Losh2002-04-131-1/+1
* Restore NetBSD copyrights that shouldn't have been removed in the first place.Warner Losh2002-04-132-0/+60
* Back out the last revision - it does not work correctly when one ofThomas Moestl2002-04-131-17/+6
* Rework ptrace(2) to be more locking friendly. We do any needed copyin()'sJohn Baldwin2002-04-121-86/+114
* Do not use pmap_kextract() to find out the physical address of a userThomas Moestl2002-04-121-6/+17
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.Mike Barcroft2002-04-123-0/+3
* Unbreak this as well.Ruslan Ermilov2002-04-121-1/+1
* Add a couble more Promise chip ID's.Søren Schmidt2002-04-121-1/+2
* Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. SinceDoug Rabson2002-04-122-0/+14
* Print extra information in printtrap() if the interrupted state was forDoug Rabson2002-04-121-7/+12
* Fix definition of va_start: We don't need to take the address ofMarcel Moolenaar2002-04-121-1/+1
* Forgot to commit this when I committed the rest of the hostap stuff.Warner Losh2002-04-121-0/+1
* After committing the forgotten IFM_IEEE80211_HOSTAP stuff to if_media.h,Warner Losh2002-04-121-10/+2
* Add hostap 802.11 media type.Warner Losh2002-04-121-0/+2
* -DWI_HOSTAP no longer neededWarner Losh2002-04-121-1/+1
* unifdef -DWI_HOSTAP, like OpenBSD doesWarner Losh2002-04-125-56/+5
* ifdef WI_HOSTAP some stuff that seems like it needs to be ifdef'd.Alfred Perlstein2002-04-121-0/+2
* Really fix uniprocessor on IA64. Note to self: do not use variables beforePeter Wemm2002-04-121-1/+1
* Replace the original host WEP implementation with the one in OpenBSDWarner Losh2002-04-122-146/+130
* Fix corner case where m_len was not being initialized.Jeffrey Hsu2002-04-121-1/+3