summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings:peter2001-06-151-1/+0
* Fix warning: 179: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Fix warnings:peter2001-06-151-4/+4
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'peter2001-06-152-2/+0
* If we're not going to use am7990_shutdown, comment it all out.mjacob2001-06-141-0/+4
* Fix Assembler buglet: Warning: .end directive names different symbol than .entmjacob2001-06-141-1/+1
* We've had problems with data corruption occuring onmjacob2001-06-141-0/+21
* Implement a loadable module for the oltr Olicom Token Ring driver. Ijoerg2001-06-142-1/+36
* Do only call oltr_stop() if we are not already in OL_STOPPED state.joerg2001-06-141-3/+14
* various locking fixes, rework open logic and channel registrationcg2001-06-145-144/+317
* Commented out USERCONFIG and VISUAL_USERCONFIG options.nyan2001-06-141-2/+2
* Removed unused files.nyan2001-06-142-319/+0
* Correct typo.nyan2001-06-143-6/+6
* Moved the wd33c93 specific file to sys/dev/ic.nyan2001-06-145-11/+19
* Remove bogus include.bp2001-06-141-3/+0
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.bp2001-06-142-0/+6
* As per comments in sys/linker_set.h:peter2001-06-142-420/+0
* Nuke old gensetdefs based linker sets with extreme prejudicepeter2001-06-148-113/+14
* Build on the change in revision 1.98 by Tor.Egge@fast.no.mckusick2001-06-131-13/+21
* initialize mp_ncpus in cpu_mp_probe() so that if the probe fails andgallatin2001-06-131-2/+2
* the last argument to copyinstr is of t ype size_t, not u_intmjacob2001-06-131-3/+3
* fix recursive mtx_lock() call.ume2001-06-131-1/+6
* Make compilable. addlog(...) was replaced with log(-1, ...)ume2001-06-131-18/+18
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-1343-387/+470
* Patch up a blunder I made a few days ago. nmbcnt was being initializedpeter2001-06-131-6/+15
* FreeBSD already avoided namespace pollution (rev.1.45).ume2001-06-121-18/+10
* Hints overhaul:peter2001-06-1230-612/+694
* Restore the code wrongly nuked by previous commit.ume2001-06-121-0/+1
* -Wunused cleanuppeter2001-06-121-2/+1
* Move the -I../../../include or -I/usr/include to the last entry on thepeter2001-06-125-28/+33
* Say one thing, do the other... nextpid -> lastpiddes2001-06-112-2/+2
* Linprocfs builds on Alpha now.des2001-06-111-4/+1
* Implement proc/cpuinfo for the Alpha (thanks to gallatin).des2001-06-111-10/+160
* Rename nextpid to lastpid and externalize it.des2001-06-112-7/+9
* Nuke wrongly introduced experimental stuff during KAME merge.ume2001-06-111-14/+0
* Cleanup the tabbingdillon2001-06-111-17/+16
* Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!)des2001-06-111-0/+1
* copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!)des2001-06-111-10/+2
* Use struct device * rather than device_t for (*pci_intr_route args), sogallatin2001-06-111-1/+1
* Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() whichdes2001-06-112-0/+105
* For some reason, though the module builds just fine without <sys/lock.h>,des2001-06-113-0/+3
* Sync with recent KAME.ume2001-06-11137-8649/+13173
* Add PSEUDOFS, and note that LINPROCFS depends on it.des2001-06-112-2/+6
* Add pseudofs and the new linprocfs here.des2001-06-111-0/+5
* Add a PSEUDOFS option to allow pseudofs to be built statically.des2001-06-111-0/+1
* Remove the old linprocfs code.des2001-06-111-4/+0
* Cosmetics:joerg2001-06-112-32/+44
* Try to make the setting of the SIGCHLD handler the same as setting ofdwmalone2001-06-111-1/+4
* identify es1371 revision acg2001-06-111-1/+6
* get clkrun the right way aroundcg2001-06-111-5/+0
OpenPOWER on IntegriCloud