summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-12one big sweep of KNF, ansi and suchHenning Brauer
2004-04-12se daemon(3)Henning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12sync w/ 0.9.7d import (one typo);Jason McIntyre
2004-04-12removeable -> removable;Jason McIntyre
ok deraadt@ beck@
2004-04-12the rocket science department suggests: getoptHenning Brauer
2004-04-12kill pidfile gunkHenning Brauer
2004-04-12less pathetic usage()Henning Brauer
2004-04-12oupsHenning Brauer
2004-04-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12simplify, from Han Boetes & pb@, theo okHenning Brauer
2004-04-12~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrownHenning Brauer
daemon() equivalent and such things, theo ok
2004-04-12remove duplicate if. from pedro martelletto, ok markus@Ted Unangst
2004-04-12Fix process_frame macro.Mark Kettenis
ok miod@
2004-04-12factor out dropafterack_ratelim code, use ratelimitMarkus Friedl
for tcps_rcvacktoomuch, too; drop very old ACKs; ok deraadt@
2004-04-12Fix DMA length on complex SGL. Apparantly this fixes the outstanding ↵Marco Peereboom
1.03.xx mpt firmware issue. From NetBSD pointed out by deraadt@. ok deraadt@, krw@
2004-04-12Minor tweaks to appease gcc 3.Miod Vallat
2004-04-12Clean up malloc_active state when aborting.Thierry Deval
This allows for safe abort handling, without tripping into false recursivity problems. Ok tedu@, deraadt@
2004-04-12Enable the memory arbiter before turning off the PXE restart. ThisBrad Smith
prevents NMI's from happening when resetting the chip on some hardware. From: FreeBSD ok deraadt@
2004-04-12update modelsTheo de Raadt
2004-04-12This has been a pain in the ass for about 8 months which made new ICPTheo de Raadt
cards lock up under load: skip two initializations that we were previously told to use by ICP themselves (ie. from their linux driver). now we are not supposed to use those APIs, because the new firmwares for their new cards become unrealiable. and that is all we have been able to find out. sigh. For some cards, you must also be sure to get a new boot firmware from ICP because they made another mistake: Any bootblock that tried to switch back and forth between real and protected mode ended up with corrupted registers. from Achim_Leubner@adaptec.com, via niklas, tested on a few cards by a few people.
2004-04-12don't check rfork. the RFMEM changes had two effects. some of theTed Unangst
regress conditions (rfmem-stack) are no longer true, and other tests have to be rewritten to handle shared stacks. spotted by david@
2004-04-11Fix accidental busy loop waiting for a second to pass. Also, renameOtto Moerbeek
constants that defined a period of time. ok deraadt@ henning@
2004-04-11pcmcia em and an work; okan@demirmen.comTheo de Raadt
2004-04-11regenTodd C. Miller
2004-04-11regenTodd C. Miller
2004-04-11Add back a lie about tty* do that MAKEDEV works again. todd@ can fix...Todd C. Miller
2004-04-11move via-specific chunks to own fileTheo de Raadt
2004-04-11Regen for for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller
instead of 16. E.g. it is now /dev/{p,t}typ[0-9a-zA-z] instead of just /dev/{p,t}typ[0-9a-f]. This requires that you update MAKEDEV and run: # cd /dev && ./MAKEDEV pty0 && rm -f [pt]ty[rq]*
2004-04-11Fix calculation of the index into TTY_LETTERS. This only workedTodd C. Miller
because sizeof(TTY_LETTERS) == sizeof(TTY_SUFFIX).
2004-04-11Use INQUIRY instead of TUR for PPR. By doing this the target device ↵Marco Peereboom
actually transfers data at the requested speed; in essence this is a poor-mans domain validation. Also some SCSI device are horribly out of spec and they won't respond correctly to TUR. ok krw@
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
buffer for the size==0 case. Stdio internals do not deal correctly with zero size buffer and NULL pointer. From torek@bsdi.com; Ok henning@
2004-04-10move the API_* and SAFI_* defines to where they belongHenning Brauer
2004-04-10syncTheo de Raadt
2004-04-10improve BUGS:Jason McIntyre
- current implementations do not support transfers >65535 blocks - 32767 block limit does not apply to this tftp implementation other stuff: - kill unnecessary Ns macros - uppercase tftp where applicable discussed w/ tom, and wording improvements from him;
2004-04-10specify an indent for displays, plus some grammar;Jason McIntyre
ok deraadt@
2004-04-10typos from Jon Mosco, plus further tweak;Jason McIntyre
ok deraadt@
2004-04-10Make it more obvious that you don't have to modify the counts on clonableRyan Thomas McBride
devices anymore. ok deraadt@ henning@ krw@ millert@
2004-04-10bge fitsTheo de Raadt
2004-04-10syncTheo de Raadt
2004-04-10minolta dimage A1 quirk; 3734, michael@paddon.orgTheo de Raadt
2004-04-10Support for Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>Alexander Yurchenko
ok deraadt
2004-04-10Sony Clie PEG-TJ25; from ilya voronin <ivoronin@ivoronin.pp.ru>Alexander Yurchenko
ok deraadt
2004-04-10ansiBrad Smith
2004-04-10styleBrad Smith
2004-04-09When poll(2)'ing for readability or writability of a file descriptorBrad Smith
on behalf of a thread, we should check the POLLERR, POLLHUP, and POLLNVAL flags as well to wake up the thread in these cases. From: FreeBSD's libc_r ok marc@
2004-04-09remove old libc_r related chunk of the MakefileBrad Smith
ok marc@