summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07use %s with fprintfTheo de Raadt
2000-07-07fixed formatting in numlabels; danhTheo de Raadt
2000-07-07Support Intel 440MX Ultra/33 controller found on various laptopsChris Cappuccio
2000-07-07Pick up change that went into NetBSD side- I pooched the timeoutmjacob
calculation. Now it's better.
2000-07-07pass CFLAGS to build process, so that optimization happens; ↵Theo de Raadt
js3guj@gold.ocn.ne.jp
2000-07-07From NetBSD:Chris Cappuccio
Match Promise Ultra/100 controller (Ultra/100 drives will be used as Ultra/66 fow now) Work-around for a bug in revision D2 AMD controllers (They do not work correctly with Multiword-DMA mode, workaround is to disable MW DMA, but this bug does not affect all drives so there is an option PCIIDE_AMD756_ENABLEDMA to stop this behavior. You know you have this bug when your system hangs completely with this option.)
2000-07-07PPTheo de Raadt
2000-07-07Ditch sync; sync; reboot, recommend shutdown -r.Marc Espie
Small grammmatical tweaks.
2000-07-07regenBrad Smith
2000-07-07add a lot more unimplemented syscall name placeholders, from NetBSD.Brad Smith
2000-07-07Note that EPERM is returned if the named file to be unlinked has its immutableAaron Campbell
or append-only flag set (see chflags(2)).
2000-07-07syncChris Cappuccio
2000-07-07Promise Ultra100/ATA IDEChris Cappuccio
2000-07-07spellingMarco S Hyman
2000-07-07First cut at 'how to make a release' doc. Please read, comment, andMarco S Hyman
either fix or send corrections
2000-07-07Use b_cylinder instead of a homebrew define.Artur Grabowski
2000-07-07The rfork sharing of vmspace is .. special and was broken with UVM.Artur Grabowski
Add a new flag to fork1 - FORK_VMNOSTACK that shares all of the vmspace except the stack and use it for rfork.
2000-07-07Make hzto return 0 for timeouts that should happen now or in the past.Artur Grabowski
2000-07-07If the timeout is not set, don't send a zeroed timeout to select.Artur Grabowski
This solves the problem with nc hogging all cpu.
2000-07-07Be more paranoid about return values from hzto.Artur Grabowski
2000-07-07o Log the (payload/size) of all packet types, not just TCP packetsbrian
o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_<anything else> mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested.
2000-07-07Isn't code sharing great?Artur Grabowski
poll had the same timeout problem as select.
2000-07-07On the last commit to fdisk when the prototypes to PRT_fix_CHS and PRT_fix_BNDale S. Rahn
were made, some code in an ifdefed section was missed. Update that section of code to have the appropriate added parameter.
2000-07-07esp files commented out for now, since the MI esp driver was added.Dale S. Rahn
the mac esp driver was not yet ported, when that is done, this will be readded appropriately.
2000-07-07Updates from a newer version of the NetBSD driver.Dale S. Rahn
Use the interrupt line as configured by pci, now that the bridge will walk the openfirmware device tree and properly initialize that field.
2000-07-07Support config type 2 as required for proper uni-north pci config cycles.Dale S. Rahn
use the same code for read and write for easier maintance. code to walk the openfirmware device tree when a bridge is configured to copy the interrupt line information into the pci register so that the device driver can use it. Apple Openfirmware doesn't do this automatically.
2000-07-07When select is awakened by a select collission, we need to recalculateArtur Grabowski
the timeout.
2000-07-07Since it is possible for the interrupt controller to be configured lateDale S. Rahn
in the config cycle, and pci devices as well as mac onboard devices do not use interrupts to probe. It is possible to record that the interrupt is to be configured, but not configure it with the interrupt controller until the interrupt controller configures itself. This is lazy binding of interrupts. If there is a conflicting interrupt or other problem it will be noticed when the interrupt controller configures and collects the data rather than when the device configures. Currently on the openpic interrupt controller supports these pre-configured interrupts.
2000-07-07Additional bus defines, required to build ahc driver. ahc not quite workingDale S. Rahn
due to busdma issues on powerpc.
2000-07-07Fix some spl handling.Artur Grabowski
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem.
2000-07-07Convert spl* on sparc to be raising-only.Artur Grabowski
2000-07-07Update to match changes to splsoftclock()/spllowersoftclock().Hakan Olsson
Plus splserial() -> spltty(), splsoftserial() -> splsofttty().
2000-07-07sense of port forwarding flag test was backwardsTheo de Raadt
2000-07-07syncTheo de Raadt
2000-07-07clean code is good codeTodd T. Fries
2000-07-07Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)Todd C. Miller
was a mistake since it allows an attacker to trivially drive up the load on a machine. Of course, this can still be done with multiple connections but there's no reason to make it easier than it needs to be. This also simplifies the logging a bit.
2000-07-07syncjasoni
2000-07-07Change all UNIMPL and OBSOL syscalls to STD.jasoni
Add these syscalls to linux_dummy.c where they return ENOSYS and display a friendler message which tells you what unimplemented syscall has been called.
2000-07-07Add a CAVEATS section explaining that you should never pass a user-suppliedAaron Campbell
format string directly without %s.
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-07-06Remove the ffs_softupdates(4) man page. The license has been changed to BSD andAaron Campbell
all relevant information has been moved to the options(4) page.
2000-07-06- Flesh this man page out substantially.Aaron Campbell
- Move full description of Soft Updates under the FFS_SOFTUPDATES option.
2000-07-06#ifdef SIOCGIFMTU should have been SIOCSIFMTU.mjacob
Noticed by: Chris Cappuccio <chris@dqc.org>
2000-07-06Fix a minor bug in the MAC address unscrambling code. From FreeBSD.Aaron Campbell
2000-07-06Add "-idirafter ${DESTDIR}/usr/include/g++" to CXXFLAGS if DESTDIR is set.Todd C. Miller
Fixes "make build" problems w/ libcurses++ since -nostdinc is in effect.
2000-07-06add utty, serial port for USB devices.Federico G. Schwindt
2000-07-06Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD;Federico G. Schwindt
from dugsong@
2000-07-06Perform a much longer delay after resetting the card to give it a chance to getAaron Campbell
its brains in order.