summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Roll platform minor number. Force definition of SCSI_ISP_FABRICmjacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsmjacob2000-06-181-11/+4
* add "disable autodisconnect" flagsmjacob2000-06-181-0/+1
* Make pcic compile again with newcardimp2000-06-181-4/+3
* cleanup i_int_X vs. uint_X definitionsmjacob2000-06-181-16/+16
* Build sn as a moduleimp2000-06-181-0/+7
* add MBOX_GET_RESOURCE_COUNT commandmjacob2000-06-181-0/+1
* Add in (separate files for different board's firmware) new files for ispfwmjacob2000-06-187-0/+20877
* Fix breakage where we never were attaching SES devices because inq_lenmjacob2000-06-181-0/+3
* Add wx and ispfw loadable module defaults.mjacob2000-06-171-0/+2
* Deal with quoted arguments. This hack parser uses whitespace to delimitpeter2000-06-173-0/+15
* replace a line erroneously removed in 1.28, should fix xmmscg2000-06-171-3/+5
* Use while (<>) instead of while(<STDIN>) so that perl will automagicallypeter2000-06-174-4/+4
* - Moved "hint" informations to GENERIC.hints.nyan2000-06-172-139/+223
* Add back "NO_MODULES" as using ``make -DMODULES_WITH_WORLD'' in theobrien2000-06-174-4/+4
* If "MODULES_WITH_WORLD" is defined, sys/modules will be built with theobrien2000-06-175-4/+9
* Add support for emulating the RDMSR and WRMSR instructions into BTX. Injhb2000-06-172-4/+48
* Merged from sys/isa/syscons_isa.c revision 1.13.kato2000-06-172-8/+10
* bs, olpt, pckbd are static limited devices.kato2000-06-171-3/+3
* - Improved passive mode FTP support by aliasing 229 replies.ru2000-06-161-312/+337
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-162-0/+31
* Merged from sys/conf/Makefile.i386 revisions 1.192 and 1.193.kato2000-06-161-2/+4
* Revert part of my bioops change which implemented panic(8).phk2000-06-163-2/+6
* ARGH! I have too many source trees :-(phk2000-06-165-9/+7
* Blah. Repeat after me -- Shell `if' semantics, not bmake `if' semantics.obrien2000-06-161-2/+2
* Virtualizes & untangles the bioops operations vector.phk2000-06-1615-46/+84
* Fix ``make installkernel''brian2000-06-162-2/+2
* Allow these drivers to be detached.jake2000-06-162-0/+2
* Fix this driver to (finally) work with switches. Some more blackmjacob2000-06-163-26/+163
* Fix vocabulary juggling so that builtins voc is always searched beforedcs2000-06-161-2/+2
* Second of two commits adding capability manipulation syscalls forrwatson2000-06-156-8/+26
* Introduce syscalls for process capability manipulation. Currently backsrwatson2000-06-151-0/+2
* Add disk_enumerate() for finding names of disks. Vinum and libh willphk2000-06-155-31/+21
* Remove unused include <sys/socketvar.h>.chris2000-06-152-2/+0
* add socketoptions DELAYACCEPT and HTTPACCEPT which will not allow an accept()alfred2000-06-154-4/+300
* Replace vattr_null() with VATTR_NULL() and do not explicity set vattrchris2000-06-152-8/+4
* Only copy /modules to /modules.old if /modules exists and is populated.obrien2000-06-153-6/+12
* Inverted error messages.n_hibma2000-06-151-3/+3
* Make the module dependencies actually work.n_hibma2000-06-152-5/+13
* This is a temporary bandaid to get vidconsole working again withoutpeter2000-06-151-4/+5
* Linux allows to mmap annonymous with a file descriptor passed, FreeBSDcracauer2000-06-152-4/+20
* As a bit of a gross hack, allow earlier access to both the static andpeter2000-06-151-4/+58
* Fix a stray debug output. change if (1 || bootverbose) to if (bootverbose)peter2000-06-151-3/+3
* This file lies by saying 200-255 are reserved for local use, thusimp2000-06-141-2/+5
* Remove a comment which should never have made it in.phk2000-06-141-1/+0
* Revert to 1.8dcs2000-06-141-23/+23
* Remove the setting of sourceid from bf_vm(), as bf_vm() really hasdcs2000-06-142-5/+7
* Fixed syntax errors and style bugs in previous commit. The syntaxbde2000-06-147-14/+14
* Fixed disordering and misformatting in previous commit.bde2000-06-141-1/+1
* sys/malloc.h:bde2000-06-142-15/+2
OpenPOWER on IntegriCloud