| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert UDF to nmount. | mux | 2002-06-15 | 2 | -50/+28 |
* | mdcreate_vnode() isn't correctly clearing things out of the linked | phk | 2002-06-15 | 1 | -2/+2 |
* | o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neither | alc | 2002-06-15 | 1 | -3/+4 |
* | o Remove the acquisition and release of Giant from munlock(). | alc | 2002-06-15 | 1 | -2/+0 |
* | Note that sio is required. | mjacob | 2002-06-14 | 2 | -2/+4 |
* | Change vfs_copyopt() so that the length argument passed to it | mux | 2002-06-14 | 2 | -11/+8 |
* | Implement the <sys/statvfs.h> header. Related changes to <sys/types.h> | wollman | 2002-06-14 | 2 | -0/+79 |
* | - Chainsaw the storage pool code. This was being used by a bunch of code | arr | 2002-06-14 | 3 | -404/+1 |
* | o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and | alc | 2002-06-14 | 6 | -414/+8 |
* | - Turn the hea and hfa HARP storage pools into UMA zones and insert | arr | 2002-06-14 | 14 | -63/+77 |
* | Add an entry for the US Robotics 2415. | nsayer | 2002-06-14 | 1 | -0/+1 |
* | Reserve two constants for managing socket MAC labels via socket options. | rwatson | 2002-06-14 | 1 | -0/+2 |
* | Whitespaec consistency. | rwatson | 2002-06-14 | 1 | -6/+6 |
* | Notify functions can destroy the pcb, so they have to return an | hsu | 2002-06-14 | 11 | -46/+73 |
* | Add a comment about how we should use vn_open() here instead of directly | rwatson | 2002-06-14 | 1 | -0/+4 |
* | Re-commit w/fix: | silby | 2002-06-14 | 3 | -3/+18 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | silby | 2002-06-14 | 3 | -20/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | silby | 2002-06-14 | 3 | -1/+20 |
* | Set system_map for both mbuf_map and clust_map to 1, in mbuf_init(). | bmilekic | 2002-06-13 | 1 | -2/+4 |
* | Regen. | rwatson | 2002-06-13 | 5 | -57/+17 |
* | Keep POSIX.1e capabilities system call placeholders, but remove definitions. | rwatson | 2002-06-13 | 1 | -6/+6 |
* | No POSIX.1e capabilities in the main tree yet. | rwatson | 2002-06-13 | 1 | -270/+0 |
* | kern_cap.c no longer needed. | rwatson | 2002-06-13 | 2 | -126/+0 |
* | opt_cap.c no longer needed | rwatson | 2002-06-13 | 3 | -6/+0 |
* | Because we're holding an exclusive write lock on the head, references to | hsu | 2002-06-13 | 1 | -3/+0 |
* | POSIX.1e capabilities aren't here yet, don't put an option for it | rwatson | 2002-06-13 | 1 | -1/+0 |
* | Fix a race during null node creation between relookuping the hash and | semenu | 2002-06-13 | 4 | -105/+102 |
* | Change null_hashlock into null_hashmtx, because there is no need for | semenu | 2002-06-13 | 1 | -22/+15 |
* | Fix the "error" path (when dropping not fully initialized vnode). | semenu | 2002-06-13 | 3 | -19/+26 |
* | Fix wrong locking in null_inactive and null_reclaim. This makes nullfs | semenu | 2002-06-13 | 1 | -10/+7 |
* | hw.pcic.ignore_pci | imp | 2002-06-13 | 1 | -1/+9 |
* | - Finish the uni part of the storage pool cleanup. There should now only | arr | 2002-06-13 | 18 | -200/+195 |
* | Use a cv rather than tsleep and friends to do the sleep/wakeup | imp | 2002-06-13 | 2 | -7/+15 |
* | Remote pci.h/NPCI usage from i4b code. | brooks | 2002-06-13 | 24 | -69/+48 |
* | Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI | tmm | 2002-06-12 | 4 | -88/+203 |
* | The UDP head was unlocked too early in one unicast case. | hsu | 2002-06-12 | 1 | -10/+10 |
* | - Add sanity check for argument. | iwasaki | 2002-06-12 | 1 | -2/+7 |
* | If trap() is called when ddb is active, then go directly to trap_fatal(); | bde | 2002-06-12 | 2 | -4/+18 |
* | o Acquire and release Giant in vm_map_unlock_and_wait(). | alc | 2002-06-12 | 1 | -3/+5 |
* | As a stop-gap measure, add one INP_LOCK_DESTROY() to in6_pcbdetach() to | hsu | 2002-06-12 | 1 | -0/+1 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | hsu | 2002-06-12 | 2 | -10/+4 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | hsu | 2002-06-12 | 1 | -4/+2 |
* | Make nselcol, the number of select collisions since boot, unsigned as | kbyanc | 2002-06-12 | 2 | -7/+7 |
* | This actually compiles under lint now, by effectively #if 0'ing it | alfred | 2002-06-11 | 1 | -5/+0 |
* | catch up with ktrace changes, KTRPOINT takes a 'struct thread' not | alfred | 2002-06-11 | 1 | -2/+2 |
* | Time counter stats are unsigned, advertise them to sysctl(8) that way. | kbyanc | 2002-06-11 | 1 | -1/+1 |
* | o Properly handle a failure by vm_fault_wire() or vm_fault_user_wire() | alc | 2002-06-11 | 1 | -4/+20 |
* | SO_PRIVSTATE has been commented out for long enough now.... | wollman | 2002-06-11 | 1 | -1/+0 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 2 | -0/+2 |
* | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |