Age | Commit message (Expand) | Author |
2004-01-08 | gcc3 does not seem to like comments inside comments - zap a couple; ok miod | Peter Valchev |
2004-01-07 | machine/stdarg.h -> sys/stdarg.h; ok espie | Peter Valchev |
2004-01-07 | do not include proc.h twice; ok miod | Peter Valchev |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt |
2004-01-03 | shut gcc up; ok miod | Peter Valchev |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-17 | For some reason sparc64 seems to need the equivalent of -I/sys where | Todd C. Miller |
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-17 | bad me, left commented code in here... | Jason Wright |
2003-12-16 | uncessary defns | Jason Wright |
2003-12-16 | Don't need linear mappings here either | Jason Wright |
2003-12-16 | don't do a linear mapping (prevents warnings on the leopard) | Jason Wright |
2003-12-12 | initialze -> initializes; from Eric Borsboom; | Jason McIntyre |
2003-12-04 | Typos | Miod Vallat |
2003-12-04 | creator needs wsemul_sun attribute. | Miod Vallat |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie |
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-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-10-01 | Fix off-by-one. | Chad Loder |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-28 | from NetBSD via Tim Weiss, tim at zetaflops dot net: deal with FS block sizes... | Jason Wright |
2003-08-26 | fix for dinode rename, this broke the forth bootblock.s ok jason@ tedu@ | Dale Rahn |
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-14 | add uhci based on suggestion from loki at niteshade dot net | Jason Wright |
2003-07-31 | remove autoconf_nzs; from netbsd | Jason Wright |
2003-07-24 | a whole bunch of tyop fixes from Andrey Smagin | Jason Wright |
2003-07-23 | add ahc and clean things a bit | Jason Wright |
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-07-16 | sun disklabels need updating too. frag size -> 2048. | Ted Unangst |
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright |
2003-07-14 | For completeness, handle ldqf/stqf alignment faults by calling the emulation | Jason Wright |
2003-07-14 | cleaning and undef DEBUG_EMUL | Jason Wright |
2003-07-13 | whoa, gcc wasn't at fault: i_loadstore was missing 5 bits, which was causing | Jason Wright |
2003-07-13 | my loathing for gcc runneth over: another case where a bitfield isn't | Jason Wright |
2003-07-12 | grr. gcc has bugs in its bitfields, work around it. | Jason Wright |
2003-07-12 | %asi is in tf_tstate... nail the last variant of ldqfa/stqfa | Jason Wright |
2003-07-12 | almost full emulation of stq(a)/ldq(a): | Jason Wright |
2003-07-10 | unifdef -UNEW_FPSTATE in attempt to make it more clear | Jason Wright |
2003-07-10 | small bit of cleaning | Jason Wright |
2003-07-10 | - working emulation for POPC instruction | Jason Wright |
2003-07-10 | more instructions in type 3, op=2 | Jason Wright |
2003-07-09 | part of infrastructure to deal with emulated stqf/ldqf: | Jason Wright |
2003-07-09 | another instruction correction: STQDC -> STQFA | Jason Wright |