Age | Commit message (Expand) | Author |
2003-10-14 | Oops, unbrek. | Miod Vallat |
2003-10-13 | Do not define LEDEBUG by default. | Miod Vallat |
2003-10-08 | On 167 and 177 boards, use a VMEChip2 timer for accurate delay() whenever | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | kill clause 3 and 4 from several of my copyrights, cleanup. | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | license cleanup of my files | Theo de Raadt |
2003-04-16 | Clarify license terms. | Miod Vallat |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2002-12-14 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-09-17 | It turns out that disabling selection timeout is not a good idea, on | Miod Vallat |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat |
2002-06-11 | cnputc() routines are void, not int. | Miod Vallat |
2002-06-02 | withough -> without | Theo de Raadt |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-04-28 | A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-21 | Correct a thinko wrt 68060 operation; only affects 177 boards. | Miod Vallat |
2002-04-21 | Fix comments. | 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 |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-12-21 | Let this compile for kernels where no pcc device is configured (i.e. kernels | Miod Vallat |
2001-12-19 | cleanup | Theo de Raadt |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | remove the last uses of vm/vm_page.h | Artur Grabowski |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-11-05 | Fallout from the mmap changes. | Artur Grabowski |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat |
2001-08-08 | New timeouts. | Miod Vallat |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist |
2001-06-27 | recieve -> receive | Nathan Binkert |
2001-06-26 | A few changes to mvme68k: | Miod Vallat |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-10 | Post pmap_extract() changes cleanup. | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-11 | unify | Theo de Raadt |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |