Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-18 | indent delay slot | Jason Wright | |
2003-02-18 | convert to new registration scheme | Jason Wright | |
2003-02-18 | test 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-18 | doesn't hurt to add the files in question... | Henning Brauer | |
2003-02-18 | test setting all optimization levels | Henning Brauer | |
2003-02-18 | better block-policy tests | Henning Brauer | |
2003-02-18 | test set require-order no | Henning Brauer | |
a regress test especially written for miod@ | |||
2003-02-18 | nicer | Theo de Raadt | |
2003-02-18 | intial -> initial | Jason McIntyre | |
ok mickey@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | sync manpage with actual implementation; david krause and myself | Jakob Schlyter | |
2003-02-18 | copyrights added; | Jason McIntyre | |
Serge V. Vakulenko thanks espie@ for help | |||
2003-02-18 | shut up logging of lame servers | Jakob Schlyter | |
2003-02-18 | Let kernels compile without DDB, USELEDS, and DIAGNOSTIC. | Miod Vallat | |
For future intallation media. | |||
2003-02-18 | Whenever possible, store the prom font data in off-screen frame buffer | Miod 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-18 | note new model | Theo de Raadt | |
2003-02-18 | Enforce min-ttl and random-id on inbound scrub as well as outbound. | Camiel Dobbelaar | |
ok dhartmei@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
*installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||
2003-02-18 | copyrights 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-18 | copyrights 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-18 | copyrights added; | Jason McIntyre | |
these are all Sun Microsystems | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-18 | typo | Jason Wright | |
2003-02-18 | Map just the requested pages not p_aligned pages. ok art@ | Dale Rahn | |
2003-02-18 | E450 works. | Henric Jungheim | |
2003-02-18 | correct a typo from earlier today | Todd C. Miller | |
2003-02-18 | Real polled mode console support, enough to play hangman in ddb. | Miod Vallat | |
Still a minor issue left for tomorrow. | |||
2003-02-18 | Use the SUN_LEN macro to set sun_len correctly | Todd C. Miller | |
2003-02-18 | The previous boot device detection code would not work on old pdc machines | Miod 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-18 | sync | Theo de Raadt | |
2003-02-18 | new fxp; cube@cubidou.net | Theo de Raadt | |
2003-02-18 | KNF and pedantification. OK millert@ | Chad Loder | |
2003-02-18 | Track enable state and behave appropriately. | Miod Vallat | |
Also, better probe for leds on keyboard. | |||
2003-02-17 | dhclient-script fits; from krw | Theo de Raadt | |
2003-02-17 | Sync (pms) | Miod Vallat | |
2003-02-17 | pms at gsckbc updates... | Miod Vallat | |
2003-02-17 | Allow the generic ps/2 mouse driver, pms, to attach to gsckbc as well. | Miod Vallat | |
Thankfully HP's ps/2 mouse have no specific behaviour. | |||
2003-02-17 | Since the ps/2 input ports show up as two different devices, with the same | Miod Vallat | |
irq, but hppa has no generic shared interrupt code, we need to make sure that gsckbc devices using the same irq know each other, and will pass the interrupt notification to each other. This allow a mouse and a keyboard to work together... | |||
2003-02-17 | fix trampoline support on hppa. Tested by mickey@ | Marc Espie | |
(does not solve the C++ ctor problem, sorry) | |||
2003-02-17 | can use the same bus_space_read_region_4() to copy both type1 and type4 ↵ | Michael Shalayeff | |
prom; tested on type4 by me and miod on type1 | |||
2003-02-17 | typos; krause | Henning Brauer | |
2003-02-17 | Missing #include <limits.h> | Todd C. Miller | |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller | |
2003-02-17 | Add a -n flag and version string; from vixie | Todd C. Miller | |
2003-02-17 | minor KNF | Todd C. Miller | |
2003-02-17 | enqueue the copy that was just made, not the original (probably fixes ↵ | Jason Wright | |
kernel/3097, waiting to hear). | |||
2003-02-17 | More PROM upgrade patch numbers. From SunSolve. | Miod Vallat | |
2003-02-17 | whitespace, typos, and compression structure defns | Jason Wright | |
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer | |