Age | Commit message (Expand) | Author |
2004-07-06 | assert is dumb dumb dumb; no objection from miod | Theo de Raadt |
2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further | Theo de Raadt |
2004-07-04 | turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the | Theo de Raadt |
2004-07-03 | sigh, not yet | Theo de Raadt |
2004-07-03 | Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@ | Todd C. Miller |
2004-07-03 | oops something went wrong in commit | Theo de Raadt |
2004-07-03 | {e,}intr{names,cnt} are extinct | Theo de Raadt |
2004-06-28 | oops | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-06-18 | Correct range validation in sio_iointr(). | Miod Vallat |
2004-06-18 | Add /dev/crypto support. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst |
2004-06-08 | Use cpuid_t whenever possible, rather than an angry combination of long | Miod Vallat |
2004-06-08 | pull up cpuid_t define from smp branch. Kill alpha specific defininition | Marco S Hyman |
2004-06-08 | pull ncpus support from smp tree into main branch. | Marco S Hyman |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-05-25 | replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8); | Jason McIntyre |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt |
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev |
2004-04-16 | provide MI splaudio(); ok miod | Peter Valchev |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-02-13 | typo | Jolan Luff |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller |
2004-01-22 | dot_conv() is not used. | Miod Vallat |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat |
2004-01-16 | cia* is not needed on floppyB, all these machines use tsc*. but at least | Theo de Raadt |
2004-01-13 | grog EV68 | Theo de Raadt |
2004-01-13 | support mbuf handling in alpha sgmap dma maps; from netbsd | Theo de Raadt |
2004-01-13 | need mbuf.h | Theo de Raadt |
2004-01-12 | match both ALI ISA bridges (more fallout); ok millert | Theo de Raadt |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-11-21 | + -fno-builtin-* on architectures confirmed to work. | Marc Espie |
2003-11-17 | Sync cpu_swapout() comments with reality. | Miod Vallat |
2003-11-13 | More leftovers after uvm_useracc() removal; from NetBSD. | Miod Vallat |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-02 | Our extent implementation relies on the fact that extents all have distinct | Miod Vallat |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-21 | These files were intended for X11 support, but serve no purpose nowadays, | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-10 | Do not trust and use uvm_useracc, but rather always check copy{in,out} for | Miod Vallat |