summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Remove the acquisition and release of Giant from munlock().alc2002-06-151-2/+0
* Note that sio is required.mjacob2002-06-142-2/+4
* Change vfs_copyopt() so that the length argument passed to itmux2002-06-142-11/+8
* Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>wollman2002-06-142-0/+79
* - Chainsaw the storage pool code. This was being used by a bunch of codearr2002-06-143-404/+1
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andalc2002-06-146-414/+8
* - Turn the hea and hfa HARP storage pools into UMA zones and insertarr2002-06-1414-63/+77
* Add an entry for the US Robotics 2415.nsayer2002-06-141-0/+1
* Reserve two constants for managing socket MAC labels via socket options.rwatson2002-06-141-0/+2
* Whitespaec consistency.rwatson2002-06-141-6/+6
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-1411-46/+73
* Add a comment about how we should use vn_open() here instead of directlyrwatson2002-06-141-0/+4
* Re-commit w/fix:silby2002-06-143-3/+18
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-143-20/+1
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-143-1/+20
* Set system_map for both mbuf_map and clust_map to 1, in mbuf_init().bmilekic2002-06-131-2/+4
* Regen.rwatson2002-06-135-57/+17
* Keep POSIX.1e capabilities system call placeholders, but remove definitions.rwatson2002-06-131-6/+6
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-270/+0
* kern_cap.c no longer needed.rwatson2002-06-132-126/+0
* opt_cap.c no longer neededrwatson2002-06-133-6/+0
* Because we're holding an exclusive write lock on the head, references tohsu2002-06-131-3/+0
* POSIX.1e capabilities aren't here yet, don't put an option for itrwatson2002-06-131-1/+0
* Fix a race during null node creation between relookuping the hash andsemenu2002-06-134-105/+102
* Change null_hashlock into null_hashmtx, because there is no need forsemenu2002-06-131-22/+15
* Fix the "error" path (when dropping not fully initialized vnode).semenu2002-06-133-19/+26
* Fix wrong locking in null_inactive and null_reclaim. This makes nullfssemenu2002-06-131-10/+7
* hw.pcic.ignore_pciimp2002-06-131-1/+9
* - Finish the uni part of the storage pool cleanup. There should now onlyarr2002-06-1318-200/+195
* Use a cv rather than tsleep and friends to do the sleep/wakeupimp2002-06-132-7/+15
* Remote pci.h/NPCI usage from i4b code.brooks2002-06-1324-69/+48
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCItmm2002-06-124-88/+203
* The UDP head was unlocked too early in one unicast case.hsu2002-06-121-10/+10
* - Add sanity check for argument.iwasaki2002-06-121-2/+7
* If trap() is called when ddb is active, then go directly to trap_fatal();bde2002-06-122-4/+18
* o Acquire and release Giant in vm_map_unlock_and_wait().alc2002-06-121-3/+5
* As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() tohsu2002-06-121-0/+1
* Fix logic which resulted in missing a call to INP_UNLOCK().hsu2002-06-122-10/+4
* Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.hsu2002-06-121-4/+2
* Make nselcol, the number of select collisions since boot, unsigned askbyanc2002-06-122-7/+7
* This actually compiles under lint now, by effectively #if 0'ing italfred2002-06-111-5/+0
* catch up with ktrace changes, KTRPOINT takes a 'struct thread' notalfred2002-06-111-2/+2
* Time counter stats are unsigned, advertise them to sysctl(8) that way.kbyanc2002-06-111-1/+1
* o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire()alc2002-06-111-4/+20
* SO_PRIVSTATE has been commented out for long enough now....wollman2002-06-111-1/+0
* Remember to initialize the control block head mutex.hsu2002-06-112-0/+2
* Fix typo.hsu2002-06-111-2/+2
* #include <sys/disklabel.h> to get BBSIZE.phk2002-06-111-0/+1
* Make the alpha architecture use the common ufsread().phk2002-06-113-279/+44
* o Teach vm_map_delete() to respect the "in-transition" flagalc2002-06-111-0/+31
OpenPOWER on IntegriCloud