summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-1950-23/+1802
* First pass commit to introduce new ACL and Extended Attribute system calls.rwatson1999-12-191-0/+12
* i82365_isasubr is gone, remove from building module.imp1999-12-191-1/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-1914-29/+21
* I've been style(9)izing mbuf.h and making the macros more resilientgreen1999-12-191-79/+116
* Fix a broken macro usage. It had no semicolon.green1999-12-181-1/+1
* Since VOP_LOCK can be used to up and downgrade locks, it is not possibleeivind1999-12-181-1/+1
* Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any codeeivind1999-12-181-1/+2
* make vibra16x cards announce what they are in /dev/sndstatcg1999-12-183-6/+9
* fix the buffer repetition on ^c problemcg1999-12-181-12/+9
* make the vibra16x work for playback at least, record is untestedcg1999-12-185-45/+75
* Relax the requirements for doing WDMA2, this should enable DMAsos1999-12-183-27/+27
* Woops, I'm so sorry I forgot this! From the last mbuf.h change:green1999-12-181-2/+2
* Make this compile again.peter1999-12-181-2/+0
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-182-2/+2
* Make NDFREE unlock VP if appropriate and not asked not to, as documented ineivind1999-12-181-0/+3
* I've been Bruceified! As penance, I've fixed my error (improper ordering,green1999-12-181-219/+227
* Correct the logical ID of Avance Asound 110.tanimura1999-12-181-1/+1
* spell isa right on sn0 lineimp1999-12-184-4/+4
* Merge GENERIC into PCCARDimp1999-12-182-49/+61
* Remove vestiages of now obsolete zp and ze drivers.imp1999-12-183-12/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-1810-0/+2157
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
* Be more consistant in using perl vs. perl5. We were using perl5 in thepeter1999-12-177-28/+28
* Add character major 139 for the Sangoma Technologies 'wanrouter' driver.msmith1999-12-171-0/+1
* o Separate out alloc/release from the activationimp1999-12-172-51/+64
* Two more fixes to if_detach. These are generic to all interfaces andimp1999-12-171-2/+63
* newpcm no longer requires 'controller pnp'. (And some other drivers?)tanimura1999-12-173-9/+3
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-162-2/+2
* Move POSIX feature constants from pthread.h to unistd.h, as required byjasone1999-12-161-0/+24
* Update the xl driver to recognize yet another 3c905B/3c905C class NIC:wpaul1999-12-162-0/+5
* Don't build gensetdefs when we can use /usr/bin/gensetdefs. The lattermarcel1999-12-167-532/+17
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-162-12/+28
* This commit was generated by cvs2svn to compensate for changes in r54690,obrien1999-12-163-229/+311
|\
| * * The C1010 stepping B0 (Rev 1) tested OK for DT transfers without the U3ENobrien1999-12-163-229/+311
* | Adjust data pointers for untransmitted bytes in fifos when there's phaseluoqi1999-12-161-5/+13
* | Add options used by the `sym' (Symbios SCSI) driver.obrien1999-12-161-0/+13
* | Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
* | Cleanup the probe messages a bit, show what the device really is, notsos1999-12-161-10/+19
* | Add Dual LVD bus (1280) supportmjacob1999-12-167-161/+259
* | dev/pcic/i82365_isasubr.c was removed from tree when it was mergedimp1999-12-161-1/+0
* | Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-1586-956/+459
* | update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
* | Typo fix.tegge1999-12-151-1/+1
* | Add -L${DESTDIR}${LIBDIR} to ld's command line so that the rightmarcel1999-12-151-1/+3
* | update to isdn4bsd beta release 0.90: make LINT compile again, at leasthm1999-12-153-3/+3
* | update to isdn4bsd beta release 0.90: add ELSA PCC-16 isic support filehm1999-12-152-0/+2
* | Enable building of the OSF/1 compat module.gallatin1999-12-151-0/+4
* | update to isdn4bsd beta release 0.90: since the isic drivers are nowhm1999-12-151-5/+0
* | - Add the device resume method. It supercedes the existing resumeyokota1999-12-159-79/+43
OpenPOWER on IntegriCloud