Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff | |
2002-12-19 | proper barrier call in ie_ack | Michael Shalayeff | |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff | |
time-bound loops in com_common_cnputc() and lower to spltty(), which i guess is left from times when timeouts were processed at splhigh(). jason@ tested and ok, art@ ok | |||
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff | |
2002-12-19 | setregs: put the whole frame setup into one place | Michael Shalayeff | |
2002-12-19 | level 0x16 is really an l2 | Michael Shalayeff | |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff | |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff | |
2002-12-19 | update | Michael Shalayeff | |
2002-12-19 | debugging check_alias is only needed in PMAPDEBUG | Michael Shalayeff | |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff | |
oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing | |||
2002-12-18 | APM_BEBATT is in the apm_flags, not sc_flags, from markus@ | Michael Shalayeff | |
2002-12-18 | order the entries by number | Michael Shalayeff | |
2002-12-18 | boot -a support. | Miod Vallat | |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier | |
evaluation, packet, byte and state entry counters similar to -vsr. Helps verify whether/how often translation rules are evaluated/matched. ok frantzen@, henning@ | |||
2002-12-18 | KNF | Henning Brauer | |
2002-12-18 | little style | Henning Brauer | |
2002-12-18 | When logging packets matched by rules within anchors, use the anchor rule | Daniel Hartmeier | |
(in the main set) number, not the number of the rule within the anchor. Eventually, both will get logged. But as long as we only log one number, this makes more sense. | |||
2002-12-18 | KNF | Henning Brauer | |
2002-12-18 | big KNF round | Henning Brauer | |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier | |
main purpose is making them regress-testable. | |||
2002-12-18 | KNF | Henning Brauer | |
2002-12-18 | fix memory leak when downing an interface. | Nathan Binkert | |
from Patrik Lindergren <patrik@lindergren.com> | |||
2002-12-18 | Match the rule protocol against the actual protocol of the packet, not just | Ryan Thomas McBride | |
tcp. A silly copy/paste error by yours truly located by deraadt@ | |||
2002-12-18 | Dammit Theo, I told you to fix the typo before commiting! | Miod Vallat | |
2002-12-18 | bye bye | Theo de Raadt | |
2002-12-18 | make boot.lif use GENERIC | Theo de Raadt | |
2002-12-18 | working full GENERIC; miod ok | Theo de Raadt | |
2002-12-18 | enable PRIQ and HFSC if ALTQ itself is enabled. | Henning Brauer | |
ok theo | |||
2002-12-17 | Add my copyright notice. | Todd C. Miller | |
2002-12-17 | Replace printfs bracketed by #ifdef SEM_DEBUG with a DPRINTF macro. | Todd C. Miller | |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller | |
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit. | |||
2002-12-17 | Export a few more symbols to kvm realm; ok mickey@ | Miod Vallat | |
2002-12-17 | try to deal w/ a premature clock interrupt; does not break the 'it works ↵ | Michael Shalayeff | |
scenario' | |||
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff | |
tested on 712/* 715/100, 715/33 which main cpu/bus types. miod@ ok | |||
2002-12-17 | Merge pf_nat/pf_binat/pf_rdr structs into pf_rule. Simplifies code, allows | Ryan Thomas McBride | |
skip steps on translation rules. Also: - Require a ticket for DIOCCHANGERULE operations to prevent races. - Remove pf_compare_* functions from pf_ioctl.c. DIOCCHANGE* operations use a rule number, and comparisons happen in userland. Testing and fixes from dhartmei@ and frantzen@ ok dhartmei@ henning@ | |||
2002-12-17 | Cleaning. | Thierry Deval | |
2002-12-16 | major KNF, Take 2 | Henning Brauer | |
ok kjc@ | |||
2002-12-16 | unbust *stat64. From NetBSD. | Federico G. Schwindt | |
deraadt@ ok. | |||
2002-12-16 | switchover to pf-based altq. | Kenjiro Cho | |
- remove files which are no longer used, or we don't have plans to support in pf in the near future. - remove altq ioctl related stuff. - convert the PRIQ, HFSC and RIO modules to pf-based altq. (these are not enabled in GENERIC, CDNR is not converted yet.) | |||
2002-12-16 | remove altq files no longer used by a switch over to pf-based altq | Kenjiro Cho | |
2002-12-16 | add options for 2 more queueing disciplines, PRIQ and HFSC. | Kenjiro Cho | |
ok henning@ dhartmei@ | |||
2002-12-16 | Major KNF. Incentive from Tedu | Thierry Deval | |
2002-12-15 | max size for the iodc entry point is 64k, by the iodc spec; | Michael Shalayeff | |
add sysmap defs, used on newer machines. | |||
2002-12-15 | Fix/Cleanup some SCSI #defines. | Kenneth R Westerback | |
1) Correctly define MODE_SENSE_BIG as 0x5a, not 0x54. 2) Delete duplicate #define's of some opcodes in scsi_disk.h. 3) Delete multiple #define's for same opcode in scsi_disk.h. 4) Replace uses of deleted opcodes in umass.c with remaining ones. ok millert@ tdeval@ | |||
2002-12-15 | pdc device class for fibrechannel; from the iodc spec | Michael Shalayeff | |
2002-12-15 | and one more typo | Henning Brauer | |
2002-12-15 | more typos fixed by torh | Henning Brauer | |
2002-12-15 | typos; torh at bogus.net | Henning Brauer | |
2002-12-15 | Correctly report MicroVAX-30 as a MicroVAX, not a VAXstation. | Miod Vallat | |