Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski | |
the filesystem if we're allowed to mmap the file. | |||
2001-12-04 | Add declaration of "state" to _simple_lock_assert(). Since it is | Todd C. Miller | |
an int this can safely be omitted but it is bad style to do so. Closes PR 2223. | |||
2001-12-04 | commented out entry for cgthree | Jason Wright | |
2001-12-04 | skeleton driver for cgthree (at the same point as cgsix) | Jason Wright | |
2001-12-04 | enable uplcom on macppc GENERIC. tested by myself, and okay'd by drahn@ | lebel | |
2001-12-04 | remove direct entry points for bwtwo, cgfourteen, cgsix, cgthree, and tcx | Jason Wright | |
2001-12-04 | Now that we found the bug, go back to not stop on SPL NOT LOWERED.. | Niklas Hallqvist | |
2001-12-04 | add commented out entries for cgsix at sbus and wsdisplay at cgsix | Jason Wright | |
2001-12-04 | add stuff for wsdisplay | Jason Wright | |
2001-12-04 | wscons driver for cgsix (based on vgafb from macppc and cgsix from sparc) | Jason Wright | |
Still kinda ugly, but seems to work. | |||
2001-12-04 | more bits defs; from netbsd | Michael Shalayeff | |
2001-12-04 | FREE_LOCK_INTERLOCKED drops the lock owner without changing lock "state". | Artur Grabowski | |
ACQUIRE_LOCK_INTERLOCKED set the owner back without validating that the state is ok. This could lead to changed states and FREE_LOCK could set spl to any random value. Try to preserve the state of the lock. XXX - all this locking in the code is insane. all this debugging code breaks stuff. | |||
2001-12-04 | regen | Michael Shalayeff | |
2001-12-04 | compaq smart array 5* series, from freebsd's ciss(4) | Michael Shalayeff | |
2001-12-04 | missing \n | Michael Shalayeff | |
2001-12-04 | part of i386 isr patches; OK niklas@ | Marco S Hyman | |
2001-12-04 | Do not fail on an existing but empty version file | Niklas Hallqvist | |
2001-12-04 | New try at a level based irq system. | Niklas Hallqvist | |
2001-12-03 | reason int -> u_short. From Mike Pechkin. | Daniel Hartmeier | |
2001-12-03 | Don't reset pf_status.debug and .since on DIOCCLRSTATUS. | Daniel Hartmeier | |
From Dries Schellekens. Closes PR 2227. | |||
2001-12-03 | be more verbose on panic. patch by form@. | Mike Pechkin | |
art@ ok. | |||
2001-12-02 | VOP_GETPAGES expects the vnode locked. Make it so. | Artur Grabowski | |
Note that VOP_PUTPAGES has the same problems, but the fix will be more complicated. | |||
2001-12-02 | Fix msdos filesystem read/write errors with large files, bug introduced | Dale Rahn | |
with UBC. part of fix from csapuntz@. ok art@ | |||
2001-12-02 | release the right descriptors when pipe fails; bug report from | Niels Provos | |
marcodsl@swbell.net | |||
2001-12-02 | this probably all that can be on gecko | Michael Shalayeff | |
2001-12-02 | bzero the waa and not ready yet for the console | Michael Shalayeff | |
2001-12-02 | few lines are too close to see, gimme another file! | Michael Shalayeff | |
2001-12-02 | s/FLAX_MASK/HPPA_FLEX_MASK/ where not yet | Michael Shalayeff | |
2001-12-02 | allow to configure devices on particular bus offsets | Michael Shalayeff | |
to be able to attach units to them. main reason is the secondary gsc busses on add-on cards which stick 'emselves in the front. | |||
2001-12-02 | increase fixed extent storage | Michael Shalayeff | |
2001-12-02 | remove some XXX comments | Theo de Raadt | |
2001-12-02 | 1) kill old vm_*_t types (no real effect) | Todd C. Miller | |
2) Change flag in uvm_km_suballoc() from VM_MAP_PAGEABLE to 0 3) Pass pmap_extract the address of Segtabzeropa, not Segtabzeropa itself | |||
2001-12-01 | spelling; krapht@secureops.com | Theo de Raadt | |
2001-12-01 | correct irq message | Theo de Raadt | |
2001-12-01 | KNF | Theo de Raadt | |
2001-12-01 | 217 lines of diff for KNF, dhartmei, you are evil | Theo de Raadt | |
2001-12-01 | sync | Theo de Raadt | |
2001-12-01 | change to WSEMUL_NO_DUMB | Theo de Raadt | |
2001-12-01 | shorten | Theo de Raadt | |
2001-12-01 | recover ugly irq print, cleanup on failure to attach | Michael Shalayeff | |
2001-12-01 | fix realtek codec ids. fxi codec id decode -- from krw@ | Michael Shalayeff | |
2001-12-01 | Add TF_EAX and TF_ESP for trapframe struct. niklas@ ok | Hakan Olsson | |
2001-12-01 | Provide more debugging info for the spl not lowered on syscall exit | Niklas Hallqvist | |
situation. And stop in ddb once again so more debugging still can be carried out. | |||
2001-12-01 | regen | Michael Shalayeff | |
2001-12-01 | dpt 2005s | Michael Shalayeff | |
2001-12-01 | Unlock and drop vnode if VOP_GETATTR fails. | Artur Grabowski | |
2001-11-30 | More changes that cvs forgot to commit in the pmap_motorola switch. | Miod Vallat | |
2001-11-30 | cvs hates me. | Miod Vallat | |
How come had this file been missed in the previous amiga commit??? | |||
2001-11-30 | Repair after pmap_kenter_pgs() removal. | Miod Vallat | |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat | |
XXX Kernel compiles, but not tested. |