Age | Commit message (Expand) | Author |
2004-08-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat |
2004-08-03 | Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand. | Miod Vallat |
2004-07-22 | Grammar. | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-10 | files.hpux is now in a {m68k,hppa} subdir | Theo de Raadt |
2004-07-02 | Cope with SONPROC scheduler changes. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-21 | std header ifdef naming conventions; ok mickey@ | Todd T. Fries |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-04-12 | removeable -> removable; | Jason McIntyre |
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-03-09 | same typo as in mac68k/mac68k/locore.s | Xavier Santolaria |
2004-02-19 | Kill <sys/clist.h> - nothing uses it since years. | Miod Vallat |
2004-02-15 | sneaky disk_unbusy()'s tried to hide | Ted Unangst |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-27 | Only install the fpsp exception vectors if the cpu is a 68040. | Miod Vallat |
2004-01-15 | instuction -> instruction | Miod Vallat |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-12-22 | IPL_HIGH should be 7, not 6. This is purely cosmetic as that value is | Todd C. Miller |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller |
2003-12-12 | missing parameter to printf; erick@bonzai.space-ei.nl | Theo de Raadt |
2003-12-04 | Typos | Miod Vallat |
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-09 | More m68k common include files factorization. | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-26 | Typos: defintion -> definition, proccess -> process | Miod Vallat |
2003-09-24 | Compile after poll changes... | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | Miod Vallat |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-06-04 | Delete UCB term 3. When there are other copyright owners, we affirm | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | remove terms 3 (and 4 in some places) where i am the author | Theo de Raadt |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
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 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-05-09 | No need to map the message buffer executable. | Artur Grabowski |