summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-05Reinstate supposed dead codeConstantine Sapuntzakis
1998-12-05Finally, enable lock checking for FFS, which has full-blown lock support.Constantine Sapuntzakis
1998-12-05Make sure the VLOCKSWORK diagnostic flag is correctly maintained.Constantine Sapuntzakis
1998-12-05Updated generated filesConstantine Sapuntzakis
1998-12-05Updated vnode_if specificiationConstantine Sapuntzakis
1998-12-05Framework for generating automatic test code for locking disciplineConstantine Sapuntzakis
in DIAGNOSTIC mode. Added documentation to vfs_subr.c on locking needs of a couple calls. Improvements to the vinvalbuf patch. We need to start over after we let our pants down.
1998-12-05Dead code eliminationConstantine Sapuntzakis
1998-12-05block map IO space, check for btlb_insert return; s/DEBUG/PMAPDEBUG/gMichael Shalayeff
1998-12-05finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ↵Michael Shalayeff
+ o) pointer arithmetic
1998-12-05Add missing printfTodd C. Miller
1998-12-05syncTheo de Raadt
1998-12-05Modifications from netbsd:Marc Espie
- don't interfere with MACHINE/MACHINE_ARCH defines for bootstrap - type clean-up, time_t, and printing `unknown' ints - fix TARGET/MEMBER bug in archive rules - memmove... - cleaner Error handler. - reentrant brk_string - .MAKE env variable - preliminary scaffolding for .NOPATH Other improvements: - efree - shellneed streamlined - display Stop in .CURDIR after an error. - document most features and misfeatures. - add a few OpenBSD notes to the tutorial.
1998-12-04Disable TCP_SACK and TCP_FACK until such time as they don't cause connectionJason Downs
problems between different revisions of OpenBSD.
1998-12-04consider limits, in fdavail(); michaels@inet.noTheo de Raadt
1998-12-04VFS-Lite2 requires stricter locking around vnode buffer queues. vinvalbufConstantine Sapuntzakis
had insufficient protection
1998-12-04support user.group or user:group, per chown(8)Theo de Raadt
1998-12-04syncTheo de Raadt
1998-12-04Add support for another ne2k compatible card, vendor unknown.Federico G. Schwindt
1998-12-04regenMichael Shalayeff
1998-12-04rm all of themMichael Shalayeff
1998-12-04typo, some more numberless 800 machinesMichael Shalayeff
1998-12-04regenMichael Shalayeff
1998-12-04typoMichael Shalayeff
1998-12-03o Don't match pci product 0xae33, as it's a pciide controller; reported by ↵Jason Wright
mickey@ (pr 652). o use switch for matching pci products
1998-12-03oh joyTheo de Raadt
1998-12-02Unobfuscate commentMarc Espie
1998-12-02cogent-compatible adapters appearing in an adaptec ethernet block rangeTheo de Raadt
1998-12-02use more memory for lance; performance enhancementTheo de Raadt
1998-12-02fix Re description; horikawa@jp.FreeBSD.orgTheo de Raadt
1998-12-02cleanup/update synopsisAaron Campbell
1998-12-01remove the itrunc3 panicArtur Grabowski
(if someone can convince me that the call to vinvalbuf won't keep the buffers for the metadata, I will put it back)
1998-12-01chdir to ${DESTDIR}/ to create sys -> usr/src/sys link.Oleg Safiullin
This avoids creating of incorrect symlink ${HOME}/sys -> usr/src/sys when DESTDIR="".
1998-12-01define *reg structures; m-include protect; copyrightMichael Shalayeff
1998-12-01define MD ptrace definitions; copyrightMichael Shalayeff
1998-12-01derive from sys/conf/GENERICMichael Shalayeff
1998-12-01syncTheo de Raadt
1998-12-01Motorola VoiceSURFR 56K ModemTheo de Raadt
1998-11-30zero confargs before device scan, less verbose printing for probed deviceMichael Shalayeff
1998-11-30some isa_machdep.hMichael Shalayeff
1998-11-30s/iot/ca->ca_iot/Michael Shalayeff
1998-11-30some eisa_machdep.hMichael Shalayeff
1998-11-30regenMichael Shalayeff
1998-11-30fix 712 #3 model to be a 712/80i, shorten processor-dependent mem module, ↵Michael Shalayeff
fix shifto
1998-11-30This stuff is now in libocursesTodd C. Miller
1998-11-30some more devices, add isa/eisa remove some unneeded filesMichael Shalayeff
1998-11-30fix mem0, cpu0 (there could be only oneMichael Shalayeff
1998-11-30document libotermcap and say why it is deprecatedTodd C. Miller
1998-11-30typoTodd C. Miller
1998-11-30clear the isapnp softcTheo de Raadt
1998-11-30fix error outputs; formTheo de Raadt