summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warning:peter2001-06-151-1/+1
* Fix warning:peter2001-06-151-2/+2
* Fix warnings:peter2001-06-151-3/+6
* Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'peter2001-06-151-0/+1
* Fix warning: (int/long mixup in printf)peter2001-06-151-1/+1
* Fix warning. s/char/unsigned char/ in "(char *)eth"peter2001-06-151-1/+1
* Fix warning: 848: warning: label `nosupport' defined but not usedpeter2001-06-151-1/+0
* Fix warning; remove unused variablepeter2001-06-151-1/+1
* Remove unused variablepeter2001-06-151-1/+0
* Fix some warnings in kern_environment.c. Make the getenv*() familypeter2001-06-152-6/+6
* Fix warning: 186: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Fix warning: 568: warning: `portal_badop' defined but not usedpeter2001-06-151-13/+0
* Fix a stack of KAME netinet6/in6.h warnings:peter2001-06-151-2/+4
* Fix warning (exposed NetBSD code):peter2001-06-151-1/+1
* Fix warnings (mostly harmless, due to struct bio being embedded in buf):peter2001-06-151-2/+2
* Fix warning: 552: warning: `fdesc_badop' defined but not usedpeter2001-06-151-12/+0
* Fix warning: 128: warning: initialization makes pointer from integerpeter2001-06-151-1/+4
* Fix warnings:peter2001-06-151-1/+0
* Fix warnings:peter2001-06-151-4/+5
* Fix warning: 110: initialization makes pointer from integer without a castpeter2001-06-151-2/+1
* Fix warning: 193: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Fix warnings:peter2001-06-151-1/+1
* 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
OpenPOWER on IntegriCloud