Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-13 | _BSD_TIME_T_ is int, not long | Michael Shalayeff | |
1998-07-13 | add extern debug decl for DEBUG enabled code | Michael Shalayeff | |
1998-07-13 | Unmute DAC and turn off 3-D SRS by default | Constantine Sapuntzakis | |
1998-07-13 | Part 1) of a fix to the "mount /mnt /mnt" problem. | Constantine Sapuntzakis | |
Don't mount the file system in the kernel name space before calling VFS_MOUNT. | |||
1998-07-13 | Make compile when DEBUG and DIAGNOSTIC aren't defined. | imp | |
1998-07-13 | alloca() is in stand.h no | Michael Shalayeff | |
1998-07-13 | add alloca, hope none would get hurt, since none but i386 use it | Michael Shalayeff | |
1998-07-13 | since i blew up prev commit msg, here it is: | Michael Shalayeff | |
upgrade to new coming stand/exec framework | |||
1998-07-13 | since i blew up prev commit msg, here it is: | Michael Shalayeff | |
fix stash handling so it won't produce extra key at line start | |||
1998-07-13 | libsa/itecons.c | Michael Shalayeff | |
1998-07-13 | Fix locking discipline snafu with UNIONFS. Thanks to Don Schmid ↵ | Constantine Sapuntzakis | |
(yensid@imsa.edu) for the original fix and Todd Miller. | |||
1998-07-13 | - Fix handling of 'local-mac-address' (use it if present, otherwise default | Jason Wright | |
to myetheraddr() - Add multicast support | |||
1998-07-13 | sync | Theo de Raadt | |
1998-07-13 | a cardbus controller | Theo de Raadt | |
1998-07-13 | ftpd: sleep for an indeterminate amount for non-existant logins | Todd C. Miller | |
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. | |||
1998-07-13 | Map DMA registers at open instead of attach time, if necessary. Less chance | Constantine Sapuntzakis | |
of conflicts then. | |||
1998-07-13 | clarify a comment | Todd C. Miller | |
1998-07-13 | CDs can have up to 99 tracks, not 65 tracks. Use kernel heap instead of stack | Constantine Sapuntzakis | |
for temporary storage of CD table of contents | |||
1998-07-12 | reference ${PMAX} instead of assuming you can get to the source tree via ".." | Todd C. Miller | |
1998-07-12 | Fix for the new fast PII-400 machines. This makes them work, and does not | Tobias Weingartner | |
seem to have an adverse affect on other machines. Thanks to martin@ for testing on the PII-400 (wish I had one...), and millert@ for testing on his machines (and finding a bug in my original fix). pccons & pckbd need fixing too... | |||
1998-07-12 | add .Os | Theo de Raadt | |
1998-07-12 | Remove the NPMODE_KEEPLAST defs; they're not really necessary. Also, | Angelos D. Keromytis | |
sync with NetBSD (the recent splhigh->splimp changes). | |||
1998-07-12 | fix bhlcr shift values; fgsch@olimpo.com.br | Theo de Raadt | |
1998-07-12 | fill in d_bbsize and d_sbsize | Theo de Raadt | |
1998-07-11 | Add detection of the Vr41xx. | imp | |
1998-07-11 | Roll-back previous commit; someone is working on getting all the boot* | Angelos D. Keromytis | |
pages make some sense. | |||
1998-07-11 | Rename boot.8 to boot-second-stage.8, so it's possible to get it | Angelos D. Keromytis | |
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com | |||
1998-07-11 | sync | Theo de Raadt | |
1998-07-11 | add Matrox Productiva AGP card | Niels Provos | |
1998-07-11 | +documentation | Todd T. Fries | |
1998-07-11 | fix attach() messages | Theo de Raadt | |
1998-07-11 | be* at qec? | Theo de Raadt | |
1998-07-11 | always return TOC information in big-endian order; problem noted by | Theo de Raadt | |
csapuntz@lcs.mit.edu | |||
1998-07-10 | Fix rx buffer size so large packets actually fit. | Jason Wright | |
1998-07-10 | add MI ipx_cksum.c for those missing MD one | Michael Shalayeff | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-10 | hme (Happy Meal) ethernet driver. | Jason Wright | |
1998-07-09 | fix support for pci mode 1; mochid@yo.rim.or.jp | Theo de Raadt | |
1998-07-09 | never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ↵ | Theo de Raadt | |
by the aperture driver; problem noted by csapuntz | |||
1998-07-09 | Don't unmap something that we didn't map... | Jason Downs | |
1998-07-08 | add eap + sv audio drivers | Theo de Raadt | |
1998-07-08 | open fd1 and fd2 as FREAD|FWRITE | Theo de Raadt | |
1998-07-08 | Correct error in original cloning from if_ethersubr.c. | ryker | |
1998-07-08 | use those new pdc call types | Michael Shalayeff | |
1998-07-08 | define types for pdc calls | Michael Shalayeff | |
1998-07-08 | define DEFAULT_KERNEL_ADDRESS for MI boot.c | Michael Shalayeff | |
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-07-08 | use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address | Michael Shalayeff | |
1998-07-08 | sync | Theo de Raadt | |
1998-07-07 | S3 SonicVibes driver | Constantine Sapuntzakis | |