summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix if (a = b) conditional that should have been if (a == b)dillon1999-01-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2759-439/+454
* Fix array index of signed char to cast to unsigned char and then to int.dillon1999-01-271-9/+9
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofdillon1999-01-271-2/+2
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-2730-118/+134
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withdillon1999-01-271-2/+2
* Fix PPBPRI #define - it was missing parenthesis which messed up adillon1999-01-271-2/+2
* Fix '|' that was supposed to be '||'dillon1999-01-271-2/+2
* Patch from Soeren to remove inapropriate interrupt messagesjulian1999-01-271-6/+7
* Added c_caddr_t: const char * version of the char * caddr_t, fordillon1999-01-271-1/+2
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-277-30/+33
* Add missing declarations to fix error with LINT compiledillon1999-01-271-1/+6
* Remove unintended trigraph sequences in comments for -Walldillon1999-01-273-6/+6
* Add ISA PnP support, now that we have the space for it.eivind1999-01-272-2/+4
* Clean up LD-BDN reset code(PC-98).kato1999-01-272-22/+10
* Don't forget to count context switches in yield().bde1999-01-271-1/+3
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-276-3/+11
* Sync with sys/i386/isa/sio.c revision 1.225.kato1999-01-272-4/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.138.kato1999-01-272-4/+4
* Initialize the member atr_buffer.kato1999-01-271-1/+4
* Compile the linux module with the same flags as the kernel.julian1999-01-261-2/+2
* When selecting the correct EEPROM offset to use for probing the stationwpaul1999-01-261-3/+3
* Oops, one line was accidentally commented out in the previous commit.yokota1999-01-262-6/+2
* Pull down the splash screen when someone is about to read from theyokota1999-01-261-7/+2
* Ok, people didn't like kern.conf_dir. Poof, backed out.dillon1999-01-261-6/+1
* Check if the intpm controller is configured first before stoppingpeter1999-01-261-2/+7
* Add support for the USR3031 PNP modem. Also fix a minor typo since I wassteve1999-01-261-2/+3
* Mostly remove the VM_STACK OPTION.julian1999-01-2613-33/+97
* Enable Linux threads support by default.julian1999-01-2612-229/+22
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesnsouch1999-01-256-9/+24
* Add kern.conf_dir sysctl. This is a R+W string used to specify thedillon1999-01-251-1/+6
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionfenner1999-01-254-8/+21
* Don't free the socket address if soaccept() / pru_accept() doesn'tfenner1999-01-251-2/+3
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-254-4/+10
* Sync with sys/i386/conf/Makefile.i386 revision 1.137.kato1999-01-252-2/+6
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-255-6/+22
* Force the order of the setdefs* so that make -jN doesn't build thepeter1999-01-253-3/+9
* NO_LKM is no longer an option. LKM support is an option itself.peter1999-01-254-17/+4
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),nsouch1999-01-242-0/+866
* Undo last commit - not a bug, just duplicate code. PG_MAPPED anddillon1999-01-241-2/+1
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-242-2/+10
* From the PR:msmith1999-01-243-6/+145
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-247-32/+30
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* vm_map_split() used to dirty the page manually after callingdillon1999-01-241-4/+13
* From the PR:msmith1999-01-241-11/+7
* Add vm_page_dirty() inline with PQ_CACHE sanity checkdillon1999-01-241-1/+20
OpenPOWER on IntegriCloud