Age | Commit message (Expand) | Author |
2003-11-03 | spelling fixes (in the comments) | David Krause |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | 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-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-09 | No need to map framebuffers executable. Really. | Artur Grabowski |
2003-05-09 | Remove dead (ifdef 0) code that pollutes my greps. | Artur Grabowski |
2003-03-14 | spl police. | Miod Vallat |
2003-03-14 | Zombies on the bridge, captain. | Miod Vallat |
2003-03-12 | backout the two previous patches, it breaks the 3com ae card and I don't | Jason Wright |
2003-02-26 | Fix symbol clash that would prevent a kernel configured with both ncr5380 | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | Remove (now) bogus diagnostic check and set the output length correctly (why ... | Jason Wright |
2003-01-27 | padd < mimimum sized frames with 0's instead of whatever the chip wants; base... | Jason Wright |
2003-01-19 | shut up, dn(4). There's really no need to printf junk nobody wants to read | Henning Brauer |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-10-13 | Remove more '\n's from panic() statements. From Chris Kuethe. | Kenneth R Westerback |
2002-06-24 | Provide dummy d_kqfilter() routine so that this compiles, until this driver | Miod Vallat |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-06-03 | spell transceiver correctly | Theo de Raadt |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-22 | Bring several stability and performance fixes from NetBSD, as well as | Miod Vallat |
2002-04-20 | Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDB | Miod Vallat |
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 |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | No need to include <sys/dmap.h> and define related variables. | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-10-01 | Always use the IRQ interrupt, and let the SBC_INTR flag only control | Miod Vallat |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-09-09 | Repair compilation of mac68k GENERIC_SBC kernel. | Miod Vallat |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt |
2001-08-23 | Convert the last old-timeout, tested by beck@ | Miod Vallat |
2001-08-20 | Not only is Apple hardware disgusting, but code doesn't even compile. | Miod Vallat |
2001-08-15 | New timeouts, tested by beck@. | Miod Vallat |
2001-08-11 | Unnecessary and redundant includes. | Artur Grabowski |
2001-08-11 | redundant includes. | Artur Grabowski |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-09 | Trivial ether_input_mbuf(). | Federico G. Schwindt |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | old vm no more | Artur Grabowski |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell |