Age | Commit message (Expand) | Author |
2002-12-10 | Typos, and fix a comment's content. | Miod Vallat |
2002-12-10 | interupt->interrupt | Miod Vallat |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-08-02 | In hpux_sys_getcontext(), check for len <= 0 and return EINVAL. | Todd C. Miller |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-23 | uid_t is unsigned | Theo de Raadt |
2002-06-22 | Add ${PIPE} to CFLAGS | Todd C. Miller |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-30 | protect biodone with splbio. | Artur Grabowski |
2002-05-23 | remove the defines for iodone -> biodone and iowait -> biowait. | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-04-29 | Define placeholders for art's splassert() debugging stuff on all arches. | Miod Vallat |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-28 | Use the prototypes defined via cdev_decl() macros, instead of rolling our | Miod Vallat |
2002-04-28 | Use netisr_dispatch | Miod Vallat |
2002-04-25 | Use more symbolic constants rather than magic values... | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-16 | Same .text vs .data issue as for mvme68k. | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ... | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-23 | Factorize most of the pmap_bootstrap() guts used by pmap_motorola users, | Miod Vallat |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-10 | spelling | Theo de Raadt |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-16 | Replace resource maps with extents. | Miod Vallat |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-10 | Switch m68k arches that do not exist in 68060 models back to pmap_motorola. | Miod Vallat |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |