Age | Commit message (Expand) | Author |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko |
2004-05-23 | netbsd 1.54; do not count on new process having cleared condition codes; | Theo de Raadt |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis |
2004-05-17 | OF_mapintr: swizzle interrupt for PCI bridges, | Brad Smith |
2004-04-23 | fix a couple of %y register save/restore errors | Marco S Hyman |
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-14 | enable all USB devices for which we have support in the tree; ok deraadt@ | Christian Weisgerber |
2004-04-08 | on RAMDISK kernels, do not compare / time against the system time | Theo de Raadt |
2004-04-03 | - report known USB device vendors | Christian Weisgerber |
2004-03-20 | add support for the lebuffer sbus le units | Theo de Raadt |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat |
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-02 | Rework the card insertion/removal detection logic: | Miod Vallat |
2004-02-29 | More colormap games for 8-bit framebuffers to enjoy the inverted cursor too. | Miod Vallat |
2004-02-19 | Kill <sys/clist.h> - nothing uses it since years. | Miod Vallat |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-31 | add another USB device... as requested | Theo de Raadt |
2004-01-23 | Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasos | Todd C. Miller |
2004-01-15 | instuction -> instruction | Miod Vallat |
2004-01-11 | in ANSI world, "string1" "string2" is enough for concatecation | Peter Valchev |
2004-01-10 | the sparcv9 ABI requires registers %g2, %g3 to be first announced before | Peter Valchev |
2004-01-10 | - shift some variables | Peter Valchev |
2004-01-10 | spelling; jjy2+@pitt.edu | Theo de Raadt |
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 |