Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-09 | revert reverted patch now that bus_dma has been updated on i386 | Jason Wright | |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff | |
disabled by default, also supports vsync blanking, disabled by default. aaron@ looked at it a while back and i fixed problems he had indicated. | |||
2001-05-08 | document registers off BAR1 found on the 7951 | Theo de Raadt | |
2001-05-08 | simplify prints | Theo de Raadt | |
2001-05-08 | string names for those new classes/subclasses; from netbsd | Michael Shalayeff | |
2001-05-08 | Fix realloc possible leak; this is userland, not kernel; reported by | Federico G. Schwindt | |
Ted U <grendel@heorot.stanford.edu>. | |||
2001-05-08 | When `dup-to if:addr' clause is used, be sure to rewrite the dest addr | Federico G. Schwindt | |
with the one supplied; fix by ericj@, darrenr notified. | |||
2001-05-08 | IPfilter 3.4.17; kjell@ deraadt@ ok. | Federico G. Schwindt | |
2001-05-08 | more class/subclass/caps ids; from netbsd | Michael Shalayeff | |
2001-05-08 | correct 1 printf. | Federico G. Schwindt | |
2001-05-08 | In extent_alloc_subregion1, be sure that the region returned don't run | Federico G. Schwindt | |
past the end of the subregion; art@ok, deraadt@ok. | |||
2001-05-08 | From netbsd: implementations of _bus_dmamap_load_mbuf() and | Jason Wright | |
_bus_dmamap_load_uio(). | |||
2001-05-08 | fix preposition in the printf msg | Michael Shalayeff | |
2001-05-08 | reapply 1.39 once again, it seems i've fixed two bugs in it and it | Michael Shalayeff | |
works ok on sparc and i386 now. | |||
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell | |
2001-05-08 | on `out of data' condition print a warning and exit w/ | Michael Shalayeff | |
whatever current checksum we have gotten accumulated. this is somewhat conformant w/ what other archs are doing. from Camiel Dobbelaar <cd@sentia.nl> | |||
2001-05-08 | support a hook for vga_pci-based ioctls; aaron@ ook | Michael Shalayeff | |
2001-05-08 | add transmit side of bpf tapping | Jason Wright | |
2001-05-08 | sync | Theo de Raadt | |
2001-05-08 | another modem | Theo de Raadt | |
2001-05-08 | - add support for hardware vlan tag insertion and removal | Jason Wright | |
- add necessary definitions for extension descriptors, missing commands, and offload capabilities - rework command/response (again) to allow for long responses (still need support for long commands, though). | |||
2001-05-07 | Check for failure now that uvm_vslock can return one. Before this, there was | Artur Grabowski | |
a risk that we could crash when doing physio/sysctl when the system was completly out of RAM and swap. | |||
2001-05-07 | 7x43RN are MPR | Theo de Raadt | |
2001-05-07 | sync | Theo de Raadt | |
2001-05-07 | another gdt | Theo de Raadt | |
2001-05-07 | sync | Theo de Raadt | |
2001-05-07 | new hifn | Theo de Raadt | |
2001-05-07 | tcic disable | Theo de Raadt | |
2001-05-07 | Now that if_vlan switches types to match it's parent, checking if_type | Jason Wright | |
to see if it's IFT_8021Q_VLAN is no longer valid ; change test to M_PROTO1 being set and rcvif not being null. | |||
2001-05-07 | Few fixes from NetBSD. | Artur Grabowski | |
- make sure that vsunlock doesn't unwire mlocked memory. - fix locking in uvm_useracc. - Return the error uvm_fault_wire in uvm_vslock (will be used soon). | |||
2001-05-07 | Fix fallout from recent trunc_page() changes. | Dale Rahn | |
problem and fix pointed out by dhartmei, variable name changed to make slightly easier to read. | |||
2001-05-06 | Add casts to vaddr_t to round_page() and trunc_page() calls since | Todd C. Miller | |
those macros no longer have an explicit cast inline. Needed because you can't do bitwise ops on a void *. | |||
2001-05-06 | increase version since we've removed -b; per fgsch@'s suggestion | Michael Shalayeff | |
2001-05-06 | we are at 2.9-current | Theo de Raadt | |
2001-05-06 | iprintf is not used with UVM | Artur Grabowski | |
2001-05-06 | Remove the cpp magic for finding incorrect MAXALLOCSAVE. | Artur Grabowski | |
2001-05-06 | Update some comments wrt. the CLSIZE changes. | Artur Grabowski | |
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax. | |||
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski | |
2001-05-05 | remove some private stuff people put into here | Theo de Raadt | |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-05-05 | left out the debugging enabled; from ian@ | Michael Shalayeff | |
2001-05-05 | Repair non-UVM kernels | Todd C. Miller | |
2001-05-05 | Use the new M_* malloc types | Angelos D. Keromytis | |
2001-05-05 | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. | Angelos D. Keromytis | |
2001-05-05 | Check that SAs also match on the credentials and the IDs. This means | Angelos D. Keromytis | |
that flows with different source/destination ID requirements will cause different SAs to be established by IKE (or whatever other protocol). Also, use the new data types for allocated memory. | |||
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-05-04 | vlan in GENERIC (ti(4) now has an issue, jason will deal) | Theo de Raadt | |
2001-05-03 | Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD. | Aaron Campbell | |