| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 54 | -223/+228 |
* | Fix but in devfs_strategy(). Switch cases were falling through | dillon | 1999-01-27 | 1 | -1/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 29 | -127/+139 |
* | Turn on -Wall and -Wcast-qual | dillon | 1999-01-27 | 1 | -5/+11 |
* | Fix nasty bug in nfs_access(). A conditional was if (a = b) instead of | dillon | 1999-01-27 | 2 | -4/+4 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 2 | -12/+12 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 72 | -282/+315 |
* | Fix if (a = b) conditional that should have been if (a == b) | dillon | 1999-01-27 | 1 | -3/+3 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -5/+5 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 59 | -439/+454 |
* | Fix array index of signed char to cast to unsigned char and then to int. | dillon | 1999-01-27 | 1 | -9/+9 |
* | Fix getenv() comparison against '=' ... was *cp = '=' instead of | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix warnings preparing for -Wall -Wcast-qual | dillon | 1999-01-27 | 30 | -118/+134 |
* | Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI with | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix PPBPRI #define - it was missing parenthesis which messed up a | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix '|' that was supposed to be '||' | dillon | 1999-01-27 | 1 | -2/+2 |
* | Patch from Soeren to remove inapropriate interrupt messages | julian | 1999-01-27 | 1 | -6/+7 |
* | Added c_caddr_t: const char * version of the char * caddr_t, for | dillon | 1999-01-27 | 1 | -1/+2 |
* | Changes to support -Wall, -Wcast-qual. Had to make physical code changes | dillon | 1999-01-27 | 7 | -30/+33 |
* | Add missing declarations to fix error with LINT compile | dillon | 1999-01-27 | 1 | -1/+6 |
* | Remove unintended trigraph sequences in comments for -Wall | dillon | 1999-01-27 | 3 | -6/+6 |
* | Add ISA PnP support, now that we have the space for it. | eivind | 1999-01-27 | 2 | -2/+4 |
* | Clean up LD-BDN reset code(PC-98). | kato | 1999-01-27 | 2 | -22/+10 |
* | Don't forget to count context switches in yield(). | bde | 1999-01-27 | 1 | -1/+3 |
* | Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>. | bde | 1999-01-27 | 6 | -3/+11 |
* | Sync with sys/i386/isa/sio.c revision 1.225. | kato | 1999-01-27 | 2 | -4/+6 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.138. | kato | 1999-01-27 | 2 | -4/+4 |
* | Initialize the member atr_buffer. | kato | 1999-01-27 | 1 | -1/+4 |
* | Compile the linux module with the same flags as the kernel. | julian | 1999-01-26 | 1 | -2/+2 |
* | When selecting the correct EEPROM offset to use for probing the station | wpaul | 1999-01-26 | 1 | -3/+3 |
* | Oops, one line was accidentally commented out in the previous commit. | yokota | 1999-01-26 | 2 | -6/+2 |
* | Pull down the splash screen when someone is about to read from the | yokota | 1999-01-26 | 1 | -7/+2 |
* | Ok, people didn't like kern.conf_dir. Poof, backed out. | dillon | 1999-01-26 | 1 | -6/+1 |
* | Check if the intpm controller is configured first before stopping | peter | 1999-01-26 | 1 | -2/+7 |
* | Add support for the USR3031 PNP modem. Also fix a minor typo since I was | steve | 1999-01-26 | 1 | -2/+3 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 13 | -33/+97 |
* | Enable Linux threads support by default. | julian | 1999-01-26 | 12 | -229/+22 |
* | Fix a couple of further bugs: missing argument to sprintf() and | rnordier | 1999-01-25 | 1 | -3/+3 |
* | Terminate commit for the Intel PIIX4 SMBus support. Already committed files | nsouch | 1999-01-25 | 6 | -9/+24 |
* | Add kern.conf_dir sysctl. This is a R+W string used to specify the | dillon | 1999-01-25 | 1 | -1/+6 |
* | Port NetBSD's 19990120-accept bug fix. This works around the race condition | fenner | 1999-01-25 | 4 | -8/+21 |
* | Don't free the socket address if soaccept() / pru_accept() doesn't | fenner | 1999-01-25 | 1 | -2/+3 |
* | Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible | torstenb | 1999-01-25 | 4 | -4/+10 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.137. | kato | 1999-01-25 | 2 | -2/+6 |
* | Correctly record the end of the a.out symbol table. In practice, a | rnordier | 1999-01-25 | 1 | -3/+3 |
* | Don't try to call SYSUNINIT functions if there was a link error. | dfr | 1999-01-25 | 5 | -6/+22 |
* | Force the order of the setdefs* so that make -jN doesn't build the | peter | 1999-01-25 | 3 | -3/+9 |
* | NO_LKM is no longer an option. LKM support is an option itself. | peter | 1999-01-25 | 4 | -17/+4 |
* | SMBus support for the Intel PIIX4 power management unit. See smbus(4), | nsouch | 1999-01-24 | 2 | -0/+866 |
* | Undo last commit - not a bug, just duplicate code. PG_MAPPED and | dillon | 1999-01-24 | 1 | -2/+1 |