Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-12 | life's easier if one initializes pointers... | Henning Brauer | |
2003-04-12 | don't create a root class implicitely. we do this from pfctl, and need | Henning Brauer | |
control over the root class from pfctl. also fix a few null pointer derefs in case a root class does not exist | |||
2003-04-12 | kill the qid assignment code here; return EINVAL if qid == 0 - similar to | Henning Brauer | |
what we do for teh other schedulers already | |||
2003-04-12 | ansi and a bit style; ok kjc@ | Henning Brauer | |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko | |
of atapi devices. Problem reported by Nicolas Baldi <nib1@cs.pitt.edu>, diff from costa@. | |||
2003-04-12 | Fix index bounds checking in save data pointers logic. | Kenneth R Westerback | |
Fix an indent problem and an extra blank space. ok mickey@ | |||
2003-04-11 | Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4. | Todd C. Miller | |
Assume these two need FXPF_HAS_RESUME_BUG. If not, that can be changed later. PCI_PRODUCT_INTEL_PRO_100_VE_4 tested by Jan Johansson. | |||
2003-04-11 | set/update the queue IDs on filter rules (qid and pqid) on | Henning Brauer | |
-DIOCCHANGERULE (just the affected rule) -DIOCCOMMITRULES (all filter rules that get committed - one anchor or main rs) -DIOCCOMMITALTQS (all filter rules, main set plus all anchors) This fixes a whole bunch of issues. previously, this was done in userland at load time. This worked fine for the usual case, full ruleset load. It did not work inside anchors, as the queue name <-> queue ID mapping is unknown there. Also, if the queue definitions were changed without reloading the rules too (pfctl -A), the queue IDs on the rules were not updated. The three ioctls mentioned above are all entry points where the mapping is touched. helpful discussion with dhartmei@ and cedric@ helped verifying my approach for this fix was right. ok dhartmei@ cedric@ | |||
2003-04-11 | Delete a doubly redundant call to timeout_del() in osiop_timeout. | Kenneth R Westerback | |
First, the only way to get there was if the timeout fired, in which case timeout_del() is a noop. Second, it will be called in osiop_scsidone() for every active command when osiop_reset() is called in osiop_timeout(). From mickey@ | |||
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst | |
2003-04-11 | always reread curproc and frame on return from the system call | Michael Shalayeff | |
2003-04-11 | count traps and interrupts | Michael Shalayeff | |
2003-04-10 | more POSIX chown | Todd C. Miller | |
2003-04-10 | make all entry points of the same number of arguments and that greatly ↵ | Michael Shalayeff | |
simplifies the call setup in the scheduler | |||
2003-04-10 | deallocate resources on failures; pt out by tedu@; millert@ ok | Michael Shalayeff | |
2003-04-10 | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which | Miod Vallat | |
is good since not all isa capable platforms provide such a file. | |||
2003-04-10 | woah. last commit contained way too much. revert, and apply only the ↵ | Ted Unangst | |
change intended. | |||
2003-04-10 | don't try to update directories on zombies. pr2030. ok art | Ted Unangst | |
2003-04-10 | off by one bounds check in diag code. ok art. | Ted Unangst | |
2003-04-09 | makeing a local array static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-09 | missing nl in the error msg and a return afterwards | Michael Shalayeff | |
2003-04-09 | a couple of sigmatel codec ids | Michael Shalayeff | |
2003-04-09 | KNF | Henning Brauer | |
2003-04-09 | Change pf_state structure to point to both a rule and the anchor, | Cedric Berger | |
so states created by rules in anchors correctly use rule options like routing and (soon) queues... Rule number bumped to 32 bit value. USERLAND NEED TO BE RECOMPILED. ok dhartmei@ henning@ | |||
2003-04-09 | Remove one of two identical comment blocks | Niklas Hallqvist | |
2003-04-09 | add strl{cat,cpy} to unbreak "make build" on sparc64 | Nikolay Sturm | |
OK miod@ | |||
2003-04-09 | Correct commentary describing page table layouts | Niklas Hallqvist | |
2003-04-09 | Cleanup/make more consistant the various DEBUG flags and uses thereof. | Kenneth R Westerback | |
Eliminate a couple of unused debug defines and variables. ok mickey@ | |||
2003-04-09 | Reduce default OSIOP_DEBUG output to a useful volume. | Kenneth R Westerback | |
From mickey@ | |||
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson | |
2003-04-08 | just wate that debug altogether | Michael Shalayeff | |
2003-04-08 | Make dmesg prettier if attachment fails and no option DEBUG | Miod Vallat | |
2003-04-08 | Ahem, fix printf format. | Miod Vallat | |
2003-04-08 | Fix diagnostic output to display data buffer actually being used. | Kenneth R Westerback | |
Fix setting of data buffer length when doing auto request sense. Add a little general paranoia about setting data buffer length. Eliminate $ifdef'ed field in acb structure, leaving diagnostic code using it #ifdef'ed. Mostly suggested by and ok mickey@. | |||
2003-04-08 | Move definition of storage for cpu_model to locore.c so sizeof has | Hugh Graham | |
something meaningful to chew on. Shine on you crazy diamond. | |||
2003-04-07 | sprintf elimination from rohee. | Ted Unangst | |
2003-04-07 | some snprintf usage from rohee. | Ted Unangst | |
2003-04-07 | a couple more codec ids from people | Michael Shalayeff | |
2003-04-07 | oops | Michael Shalayeff | |
2003-04-07 | add mfcpu() and kill get_psw/set_psw that should not be used from the .c code | Michael Shalayeff | |
2003-04-07 | remove dead stuff | Michael Shalayeff | |
2003-04-07 | enable viper touching again. | Michael Shalayeff | |
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa). | |||
2003-04-07 | do not limit the kmem to just the physmem | Michael Shalayeff | |
2003-04-07 | only check for space mismatch when coming from user. | Michael Shalayeff | |
the only case of user refering the kernel space is for the syscall and that never faults since always mapped. this fixes some random sig11 occurences. | |||
2003-04-07 | properly recalculate spa-epa when it comes to per-page | Michael Shalayeff | |
mapping of the bus space (this fixes improper mappings of the devices such as sti when btlb is not usable). fix MALLOC/free mismatch. print the dmesg piece before bus mapping. map the whole rest of the io space after the mainbus hpa that includes local and global bcast space and that fixes the case where btlb is not available to map that. | |||
2003-04-07 | move out non-gsc devices from the gsc section | Michael Shalayeff | |
2003-04-07 | this makes wax interrupt | Michael Shalayeff | |
2003-04-07 | com1@wax | Michael Shalayeff | |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff | |
2003-04-07 | int -> ssize_t. | Mike Pechkin | |
+checked by regress. millert@, art@ ok. |