| Commit message (Expand) | Author | Age | Files | Lines |
* | o Whitespace sync to GENERIC | rwatson | 2001-12-05 | 1 | -1/+1 |
* | Fix initialisation of struct nat entry, to solve a panic that occurs | guido | 2001-12-05 | 1 | -0/+1 |
* | Fix resume for HP Omnibook 500's. | guido | 2001-12-05 | 1 | -0/+7 |
* | Add suspend/resume hooks to this driver; necessary to overcome | guido | 2001-12-05 | 1 | -0/+38 |
* | Add VLAN support. | jhay | 2001-12-05 | 1 | -0/+11 |
* | Moved to dev/joy | imp | 2001-12-05 | 1 | -275/+0 |
* | Move joy from isa to dev/joy. | imp | 2001-12-05 | 1 | -1/+1 |
* | Use new location for joy, plus list its new bus front ends. | imp | 2001-12-05 | 1 | -2/+2 |
* | Split joystick driver into ISA and PC Card front ends. | imp | 2001-12-05 | 4 | -148/+322 |
* | Implement prism2 detection from NetBSD. This mostly obsoletes the | imp | 2001-12-05 | 2 | -27/+107 |
* | Newer SA is prefered for a out-bound packet than old one | ume | 2001-12-05 | 2 | -7/+89 |
* | Update pathnames for creation of tags file. | mckusick | 2001-12-05 | 3 | -5/+3 |
* | Add entries to allow setting the CD type on cue sheets | sos | 2001-12-04 | 1 | -0/+11 |
* | Allow setting the CD type on cue sheets | sos | 2001-12-04 | 1 | -2/+4 |
* | When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULL | iedowse | 2001-12-04 | 1 | -3/+2 |
* | implement MFC links properly (and I think long links too). This make | imp | 2001-12-04 | 1 | -42/+7 |
* | The entry for the 'set' command no longer has a list of variables. | des | 2001-12-04 | 1 | -2/+0 |
* | PROCFS requires PSEUDOFS. | des | 2001-12-04 | 1 | -1/+2 |
* | s/^options\t\t/options \t/ | des | 2001-12-04 | 1 | -15/+15 |
* | PROCFS requires PSEUDOFS. | des | 2001-12-04 | 5 | -5/+10 |
* | PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet. | des | 2001-12-04 | 2 | -2/+4 |
* | When translating the interface name when "eth?" is given, do not | marcel | 2001-12-04 | 1 | -3/+9 |
* | MFS: Use correct terminology for RAID 0/1 and 0/5. | scottl | 2001-12-04 | 1 | -3/+3 |
* | Remove error messages on mbuf allocation failures, now | luigi | 2001-12-04 | 3 | -26/+5 |
* | BAH! Missed another change to this file. | scottl | 2001-12-04 | 1 | -0/+4 |
* | Bah, I missed this file on the last commit | scottl | 2001-12-04 | 1 | -2/+2 |
* | PROCFS requires PSEUDOFS now. | des | 2001-12-04 | 2 | -2/+2 |
* | Pseudofsize procfs(5). | des | 2001-12-04 | 20 | -2044/+483 |
* | Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h. | obrien | 2001-12-04 | 1 | -1/+0 |
* | Reduce namespace pollution by removing argument names from prototypes. | des | 2001-12-04 | 1 | -18/+18 |
* | Add a missing open paren to a macro that's been broken (and apparently | jhb | 2001-12-04 | 2 | -2/+2 |
* | Use d_thread_t to reduce diffs between current and stable. | scottl | 2001-12-03 | 2 | -13/+17 |
* | o Update an instance of 'unprivileged_procdebug_permitted' missed | rwatson | 2001-12-03 | 1 | -6/+6 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 8 | -17/+17 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 10 | -63/+194 |
* | Add missing declaration of ftime. | dwmalone | 2001-12-03 | 1 | -0/+8 |
* | Remove unused filed. | dcs | 2001-12-03 | 1 | -29/+0 |
* | Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 even | obrien | 2001-12-03 | 1 | -0/+1 |
* | Fix typo. | murray | 2001-12-03 | 1 | -1/+1 |
* | Split out NAI Labs license and BSD license to prevent the accidental | green | 2001-12-03 | 2 | -9/+80 |
* | o Uniformly copy uap arguments into local variables before grabbing | rwatson | 2001-12-02 | 1 | -3/+1 |
* | o Remove KSE race in setuid() in which oldcred was preserved before giant | rwatson | 2001-12-02 | 1 | -1/+1 |
* | o General style, formatting, etc, improvements: | rwatson | 2001-12-02 | 1 | -167/+107 |
* | make LOCKF_DEBUG kernel option work (sorta) | alfred | 2001-12-02 | 1 | -10/+26 |
* | ARG! committed the wrong patch!! I need more sleep :( | sos | 2001-12-02 | 1 | -1/+1 |
* | Oops, lost a line in the previous commit. | sos | 2001-12-02 | 1 | -1/+2 |
* | Initial support for the newer SiS chipsets, based on docs we finally | sos | 2001-12-02 | 2 | -17/+109 |
* | Enable build of smbfs. It works now as before on both UP and MP machines. | bp | 2001-12-02 | 1 | -2/+1 |
* | Catch up with KSE changes. | bp | 2001-12-02 | 5 | -155/+158 |
* | Fix a bug with transmitter restart after receiving a 0 window. The | dillon | 2001-12-02 | 5 | -19/+56 |