Age | Commit message (Expand) | Author |
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 |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause |
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt |
2003-06-11 | Add pmsi to GENERIC, PR #3251 | Miod Vallat |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | clean up my copyright so it matches the template | Nathan Binkert |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | Make minaddr sane before calling uvm_km_suballoc() | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | snprintf | Theo de Raadt |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-04-16 | fix my copyright. make the part that's without fee unambiguous | Nathan Binkert |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |