summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-19lzs is lzs, lzs is not deflateJason Wright
2003-02-19Use pread/pwrite where sensible; also remove some bogus casts inTodd C. Miller
printf to long and long long for things that are int32_t.
2003-02-19Kill an errant space.Todd C. Miller
2003-02-19oopsMarc Espie
2003-02-19Leaving console polling mode works now, and workaround boot -a slow responseMiod Vallat
glitch.
2003-02-19sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIETheo de Raadt
2003-02-18Oops, remove debug code that was not supposed to be left hereMiod Vallat
2003-02-18add PRIQ scheduler to BNFPhilipp Buehler
henning@ ok
2003-02-18fix load option handling (-A, -N, -R) for options.Henning Brauer
due to a bug in the loadopt check options were always loaded no matter which loadopts where specified. while beeing there, move the prints for that to where they belong, into the appropriate pfctl_set_* functions, and thus only print when the options are actually loaded. fixes regress tests pfopt3, pfopt4, pfopt5 I added earlier. ok dhartmei@
2003-02-18gsc_intr is a leafMichael Shalayeff
2003-02-18test correct operation of the -N, -O, -A and -R load options.Henning Brauer
some of these fail right now.
2003-02-18adjust after pf31.in changedHenning Brauer
2003-02-18knf; mickey okTheo de Raadt
2003-02-18fix the way stack is written into the core file on the upward growing stack ↵Michael Shalayeff
machines. the other case is not affected. miod@ deraadt@ ok
2003-02-18missed in lzs addition: allow LZS as an comp typeJason Wright
2003-02-18indent delay slotJason Wright
2003-02-18convert to new registration schemeJason Wright
2003-02-18test pfctl output for the fail tests too.Henning Brauer
that ensures that not a single failure-causing statement makes the whole test succeed.
2003-02-18doesn't hurt to add the files in question...Henning Brauer
2003-02-18test setting all optimization levelsHenning Brauer
2003-02-18better block-policy testsHenning Brauer
2003-02-18test set require-order noHenning Brauer
a regress test especially written for miod@
2003-02-18nicerTheo de Raadt
2003-02-18intial -> initialJason McIntyre
ok mickey@
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18sync manpage with actual implementation; david krause and myselfJakob Schlyter
2003-02-18copyrights added;Jason McIntyre
Serge V. Vakulenko thanks espie@ for help
2003-02-18shut up logging of lame serversJakob Schlyter
2003-02-18Let kernels compile without DDB, USELEDS, and DIAGNOSTIC.Miod Vallat
For future intallation media.
2003-02-18Whenever possible, store the prom font data in off-screen frame bufferMiod Vallat
memory, and use block move operations in putchar, rather than keeping a copy of the prom font in memory and using memory to frame buffer transfers. Recommended by the sti docs. No visible performance improvement though. Tested on both kind of sti devices by mickey@ and myself.
2003-02-18note new modelTheo de Raadt
2003-02-18Enforce min-ttl and random-id on inbound scrub as well as outbound.Camiel Dobbelaar
ok dhartmei@
2003-02-18copyrights added;Jason McIntyre
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain
2003-02-18copyrights added;Jason McIntyre
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano
2003-02-18copyrights added;Jason McIntyre
ac97(4): Constantine Sapuntzakis scsi(4): Julian Elischer tun(4): der Mouse (thanks mickey@ for help with this one) vlan(4): Jason R. Thorpe
2003-02-18copyrights added;Jason McIntyre
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan
2003-02-18copyrights added;Jason McIntyre
these are all Sun Microsystems
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-18typoJason Wright
2003-02-18Map just the requested pages not p_aligned pages. ok art@Dale Rahn
2003-02-18E450 works.Henric Jungheim
2003-02-18correct a typo from earlier todayTodd C. Miller
2003-02-18Real polled mode console support, enough to play hangman in ddb.Miod Vallat
Still a minor issue left for tomorrow.
2003-02-18Use the SUN_LEN macro to set sun_len correctlyTodd C. Miller
2003-02-18The previous boot device detection code would not work on old pdc machinesMiod Vallat
netbooting from an rbootd server. In this case, the pdc masquerades the boot device as a disk class device, although keeping the device_path correct. So, rather than trusting the device class the pdc reports, trust what the kernel just configured - it must know better.
2003-02-18syncTheo de Raadt
2003-02-18new fxp; cube@cubidou.netTheo de Raadt
2003-02-18KNF and pedantification. OK millert@Chad Loder
2003-02-18Track enable state and behave appropriately.Miod Vallat
Also, better probe for leds on keyboard.
2003-02-17dhclient-script fits; from krwTheo de Raadt