Age | Commit message (Expand) | Author |
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller |
2004-01-22 | dot_conv() is not used. | Miod Vallat |
2004-01-22 | Nuke ddb_regs common. | Miod Vallat |
2004-01-13 | grog EV68 | Theo de Raadt |
2003-12-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-11-17 | Sync cpu_swapout() comments with reality. | Miod Vallat |
2003-11-13 | More leftovers after uvm_useracc() removal; from NetBSD. | Miod Vallat |
2003-11-08 | Avoid a race condition while swapping in a process. | Thomas Nordin |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-10 | Do not trust and use uvm_useracc, but rather always check copy{in,out} for | Miod Vallat |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | Make minaddr sane before calling uvm_km_suballoc() | Dale Rahn |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt |
2003-02-19 | Remove ddb machine commands, they are already available as "bo ha" and "bo re". | Miod Vallat |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-10 | You would think cleaning your tree every now and then would eventually never | Miod Vallat |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-11-07 | Small simplification in sendsig. | Artur Grabowski |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-09-10 | Change the pmap_zero_page and pmap_copy_page API to take the struct vm_page * | Artur Grabowski |
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb |
2002-07-24 | Pretty nasty hack to make non-exec mappings work. | Artur Grabowski |
2002-07-21 | remove unsued variables. | Artur Grabowski |
2002-07-20 | Remove unused variables. | Artur Grabowski |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur Grabowski |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel |
2002-06-30 | AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton. | Miod Vallat |
2002-06-28 | The IEEE fp stuff changed the rules for how fpu should be enabled. | Artur Grabowski |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat |
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff |
2002-06-23 | uid_t is unsigned | Theo de Raadt |
2002-06-19 | using cdev_ugen_init for all sorts of usb devices is just one pint less wrong... | Michael Shalayeff |
2002-06-11 | Move cdev_lpt_init() to a common location. | Miod Vallat |
2002-06-11 | No need to cdev_decl(ugen) twice. | Miod Vallat |
2002-06-11 | Setup the ulpt device structures with cdev_ulpt_init, not cdev_lpt_init. | Miod Vallat |
2002-06-08 | Always keep the symbols, don't hand that memory to the VM system. | Artur Grabowski |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-18 | Until we start supporting various modifiers to trace, we have | Artur Grabowski |