Age | Commit message (Expand) | Author |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-15 | Make the test for iso9660 filesystems preferred if the device is a CD, | Jason Wright |
2001-10-09 | no more NBUF= | Theo de Raadt |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright |
2001-10-05 | unnecessary softc element | Jason Wright |
2001-10-05 | oops, forgot to implement TIOCMSET | Jason Wright |
2001-10-05 | Be careful when updating register in TIOCM* operations (do operations on | Jason Wright |
2001-10-05 | Sync fixes with sparc64. | Miod Vallat |
2001-09-29 | The "swap generic" configuration needs only two entries in swdevt[]. | Miod Vallat |
2001-09-28 | proper values for ieee rounding modes (from NetBSD) | Jason Wright |
2001-09-28 | move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same time | Michael Shalayeff |
2001-09-27 | Huge merge with NetBSD. For full details look at their revision history (1.2... | Jason Wright |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff |
2001-09-22 | perevent panic on timeout_add on non-existing timeout. | Michael Shalayeff |
2001-09-22 | Remove more old, dusty, unused defines. | Miod Vallat |
2001-09-21 | grammar fixens; from Kaspar Toomik <kaspar@anisakis.org>, pr2077 | Michael Shalayeff |
2001-09-19 | Now is a good time to commit this cosmetic maxpartition-related change... | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-14 | Simplify userret. | Artur Grabowski |
2001-09-12 | mbutl no more | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-10 | applying the same mask to rs2 and rd is bad ju-ju for F?TO? instructions. Fix... | Jason Wright |
2001-09-08 | Don't reference kbd_docmd() unless NKBD > 0; reported by Steven Siirila <sfs@... | Jason Wright |
2001-09-01 | Catch up with mainline of code development. | mjacob |
2001-08-30 | fix a comment | Theo de Raadt |
2001-08-24 | propagate bootpath | Jason Wright |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat |
2001-08-23 | We can now move timeout_init into main(). | Artur Grabowski |
2001-08-23 | Remove even more old timeout tentacles. | Artur Grabowski |
2001-08-19 | Ooops. sparc always needs own protos. | Artur Grabowski |
2001-08-18 | Move pmap_{de,}activate to vm/pmap.h, it's same on all archs. | Artur Grabowski |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff |
2001-08-12 | make it compile | Michael Shalayeff |
2001-08-11 | unnecessary includes. | Artur Grabowski |
2001-08-11 | remove some old cruft. | Artur Grabowski |
2001-08-08 | __dead doesn't work on function pointers. | Artur Grabowski |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller |
2001-08-08 | Fix broken logic in wait flags passed to extent_alloc. | Artur Grabowski |
2001-08-07 | unused, bye bye. | Brad Smith |
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright |
2001-07-26 | Typo. | Miod Vallat |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-21 | no rd required in regular kernels | Theo de Raadt |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-15 | add install target | assar |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |