Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-05-03 | grr... part of the bus_dma change depended on local stuff: revert that part | Jason Wright | |
for now until folks comment on the dependent patch; pointed out by fgsch. | |||
2001-05-03 | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | Aaron Campbell | |
kue(4) Ethernet devices. | |||
2001-05-03 | Clean up a signed vs unsigned error in gm ethernet. | Dale Rahn | |
Pointed out by miod@. thx. | |||
2001-05-02 | register save/restore fix from art via Chuck Cranor | Marco S Hyman | |
OK deraadt@ and art@ | |||
2001-05-02 | pack all NVGA*s into one vga.h, lot's of spaces vs tabs | Michael Shalayeff | |
2001-05-02 | allow switching vts w/ right alt/ctrl/fn; from Mike Glamm <glam0006@umn.edu> | Michael Shalayeff | |
2001-05-02 | -b i dunno, and it's hard to get auth .su liquer here to figure it out | Michael Shalayeff | |
2001-05-02 | document boot options, i dunno what -b does so i just do not mention it anymore | Michael Shalayeff | |
2001-05-02 | - somewhat better use of bus_dma interface | Jason Wright | |
- use constants for bzero'n allocated memory instead of retrieving mapped size | |||
2001-05-02 | prevent overflow in sbreserve; from wollman@freebsd via netbsd | Niels Provos | |
2001-05-02 | Move powerpc interrupt enablement into the interrupt controller, not after | Dale Rahn | |
config runs. openpic already had this change. Cleans up config operations for other changes. | |||
2001-05-02 | Use correct M_CACHE type; art@ ok. | Federico G. Schwindt | |
2001-05-02 | Remove some unused entries, add some new ones. ok art@ itojun@ | Angelos D. Keromytis | |
2001-05-01 | sync closer to GENERIC, make compile again | Todd T. Fries | |
2001-05-01 | note another release time thingy | Theo de Raadt | |
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-05-01 | this is what i'm running these days | Michael Shalayeff | |
2001-05-01 | Fix tcp_signature_tdb_input decl; kernel compiles again if TCP_SIGNATURE | Federico G. Schwindt | |
option is used. Note that this does not work. | |||
2001-05-01 | kill dtom, also fixes malloc bugs; fgsch@ ok | Michael Shalayeff | |
2001-05-01 | Remove PCVT file references. | Aaron Campbell | |
2001-05-01 | convert to new timeouts | Todd C. Miller | |
2001-05-01 | Convert to new timeouts. (art@ ok) | Hakan Olsson | |
2001-05-01 | get rid of dtom(), okay itojun@ angelos@ mickey@ millert@ | Niels Provos | |
2001-05-01 | trailing spaces | Michael Shalayeff | |
2001-05-01 | trailing spaces | Michael Shalayeff | |