Age | Commit message (Expand) | Author |
2000-08-12 | add osf1 specific sigcode, from NetBSD | Eric Jackson |
2000-07-05 | make dmesg work on alpha | Eric Jackson |
2000-07-03 | closer approximation to an alpha using new wscons. | Michael Shalayeff |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-08 | &vm_pmap -> vm_map.pmap | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-04-24 | support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.edu | Theo de Raadt |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-09 | don't include netinet6/ip6.h | Jun-ichiro itojun Hagino |
2000-01-03 | check db_panic in kdb_trap() as well; similar to i386 fix from assar | Theo de Raadt |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-11-22 | add empty mmioctl() implementation for new /dev/mem interface for all | Matthieu Herrb |
1999-11-13 | overflow fixes; chuq | Theo de Raadt |
1999-09-26 | netbsd_sendsig() + supporting code | kstailey |
1999-09-25 | alpha-specific part of ross@netbsd's NetBSD scheduler fix. | Paul Janzen |
1999-09-16 | signal fixes (csh runs) | kstailey |
1999-09-14 | don't panic when creating kernel threads | kstailey |
1999-09-14 | signals | kstailey |
1999-09-10 | art@ added access arg to pmap_enter. Not used here | kstailey |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-30 | acd goes away | Theo de Raadt |
1999-07-25 | Enable new ATA/ATAPISCSI functionality as default. | Constantine Sapuntzakis |
1999-07-18 | pmap_activate() and pmap_deactivate() are MD | Theo de Raadt |
1999-07-18 | fix pmap_activate() and pmap_deactivate() arguments after art changed things | Theo de Raadt |
1999-07-17 | do not brelse() badly | Theo de Raadt |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright |
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner |
1999-05-03 | fix some parenthesis nightmare; niklas@ ok | Michael Shalayeff |
1999-03-24 | Call vm_set_page_size() during initialization (supresses "MD code did | Alex Feldman |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt |
1999-01-05 | be extra careful to not divide by zero; more arches to come | Todd C. Miller |
1998-11-23 | pasto in last commit | Todd C. Miller |
1998-11-23 | add missing done: label so this actually compiles | Todd C. Miller |
1998-11-21 | deal with d_secpercyl insanity | Theo de Raadt |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller |
1998-09-25 | o xfs is in the house (thanks art, for getting me started) | Todd T. Fries |
1998-08-31 | Return ENXIO on open of /dev/mem minor devs that don't exist | Todd C. Miller |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-07-19 | do not force single if rd root | Theo de Raadt |
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt |
1998-07-01 | Do the right thing with interrupts during autoconfiguration; from NetBSD. | Angelos D. Keromytis |
1998-05-02 | Fix pasto | Todd C. Miller |
1998-03-17 | Allow wd and acd device boot. | Angelos D. Keromytis |