| Commit message (Expand) | Author | Age | Files | Lines |
* | Occationally deleted files would hang around for hours or days | mckusick | 2002-02-07 | 1 | -7/+10 |
* | Fix support for 630ET support. We don't need the Linux part to set the | ambrisko | 2002-02-06 | 2 | -11/+4 |
* | Make LINT compile after fruitless attempts to get the authors | julian | 2002-02-06 | 4 | -3/+9 |
* | Fixes for alpha pmap on SMP machines: | jhb | 2002-02-06 | 3 | -52/+66 |
* | Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. This | scottl | 2002-02-06 | 4 | -0/+51 |
* | Allow the kern.maxusers boot tuneable to be set to 0 (previously only | dillon | 2002-02-06 | 1 | -2/+3 |
* | Correctly identify the Intel 82830 AGP bridge. | benno | 2002-02-05 | 2 | -0/+6 |
* | Fix a race with free'ing vmspaces at process exit when vmspaces are | alfred | 2002-02-05 | 5 | -20/+37 |
* | Let the number of timecounters follow hz, otherwise people with | phk | 2002-02-05 | 2 | -3/+4 |
* | The hardware checksum code makes the assumption that a packet routed out | archie | 2002-02-05 | 1 | -2/+9 |
* | Add support for the Aztech 2320 chip. | tg | 2002-02-05 | 1 | -0/+45 |
* | - Do not hang if the resource allocation fails. | tanimura | 2002-02-05 | 2 | -19/+30 |
* | Get rid of the twisted MFREE() macro entirely. | dillon | 2002-02-05 | 15 | -95/+67 |
* | + A variety of 23XX changes: | mjacob | 2002-02-04 | 10 | -56/+219 |
* | Move the pseudofs, procfs and linprocfs modules out from the fs directory. | des | 2002-02-04 | 6 | -31/+34 |
* | Major update of the ATA RAID code, part 1: | sos | 2002-02-04 | 18 | -2053/+2263 |
* | Change EPERM to EOPNOTSUPP when failing pseudofs_setattr() arbitrarily. | rwatson | 2002-02-04 | 1 | -4/+2 |
* | Return EPERM instead of 0 in the un-implemented pseudofs_setattr(). | rwatson | 2002-02-04 | 1 | -2/+1 |
* | o Scatter vn_start_write() and vn_finished_write() through ACL code so | rwatson | 2002-02-04 | 3 | -9/+30 |
* | Corrected an argument to in6_pcbnotify(). | ume | 2002-02-04 | 1 | -2/+3 |
* | In tcp_respond(), correctly reset returned IPv6 header. This is essential | ume | 2002-02-04 | 2 | -0/+6 |
* | Back out the "upgrading" of NBBY to unsigned, as it exposes | markm | 2002-02-04 | 1 | -1/+1 |
* | Note that Kirk apparently missed adding vn_start_write() and friends | rwatson | 2002-02-04 | 3 | -0/+9 |
* | Default debugging to OFF now. | imp | 2002-02-04 | 4 | -5/+2 |
* | Supported C-NET(98)P2 PnP mode. | nyan | 2002-02-04 | 1 | -15/+27 |
* | Remove mbuf exhaustion warning messages; these are handled by the | silby | 2002-02-04 | 1 | -4/+0 |
* | Follow NetBSD and ANSIfy the function definitions. | joe | 2002-02-03 | 3 | -343/+232 |
* | WARNS=n and lint(1) silencer. Declare an array of (const) strings | markm | 2002-02-03 | 1 | -1/+1 |
* | Zero functional difference; make some integer constants unsigned, as | markm | 2002-02-03 | 2 | -4/+4 |
* | Make the style a little bit more consistant by removing parameter | markm | 2002-02-03 | 2 | -6/+4 |
* | Use osigreturn(2) instead of sigreturn(2) plus broken magic for returning | bde | 2002-02-03 | 7 | -42/+18 |
* | Improve the change in the previous commit: use a stub for osigreturn() | bde | 2002-02-03 | 5 | -0/+20 |
* | Regenerate. | joe | 2002-02-02 | 2 | -503/+615 |
* | Update comments and product identifiers so that they're the same | joe | 2002-02-02 | 1 | -12/+12 |
* | Add some missing usb vendors (from NetBSD). | joe | 2002-02-02 | 1 | -0/+16 |
* | Sync with NetBSD's version, dropping all the 'ltd', 'corp', etc. | joe | 2002-02-02 | 1 | -140/+140 |
* | o Add the prototype of cr_cansignal() from an earlier change to | rwatson | 2002-02-02 | 1 | -0/+1 |
* | Merged cy_pcireg.h into the one file that uses it (cy_pci.c). | bde | 2002-02-02 | 3 | -47/+32 |
* | Fixed breakage of interrupt setup in previous commit. It used an | bde | 2002-02-02 | 2 | -0/+4 |
* | In the routines vrele() and vput(), we must lock the vnode and | mckusick | 2002-02-02 | 1 | -15/+15 |
* | When taking a snapshot, we must check for active files that have | mckusick | 2002-02-02 | 6 | -272/+336 |
* | Remove bogus assertion in dup2 that can lead to panics when kernel | alfred | 2002-02-01 | 1 | -2/+0 |
* | Avoid lock order reversal filedesc/Giant when calling FREE() in fdalloc | alfred | 2002-02-01 | 1 | -0/+2 |
* | Don't recurse on filedesc lock in chroot_refuse_vdir_fds(). | alfred | 2002-02-01 | 2 | -16/+18 |
* | Regenerate to make osigreturn standard. | bde | 2002-02-01 | 5 | -12/+13 |
* | Made osigreturn(2) standard so that SYS_osigreturn can be used in the | bde | 2002-02-01 | 1 | -1/+1 |
* | Compile osigreturn() unconditionally since it will always be needed on | bde | 2002-02-01 | 9 | -33/+30 |
* | Expand COMBRD(x) macro. | nyan | 2002-02-01 | 1 | -2/+2 |
* | Some netgraph parse types (such as for the 'value' field in ng_ksocket's | archie | 2002-02-01 | 1 | -8/+15 |
* | * Remove __P and convert to ANSI prototypes. | obrien | 2002-02-01 | 1 | -1/+3 |