Age | Commit message (Expand) | Author |
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 |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-03 | le_ioasic.h is history | Todd C. Miller |
2002-05-02 | Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt. | Todd C. Miller |
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat |
2002-04-29 | wierd -> weird in comment | Peter Valchev |
2002-04-28 | IEEE 754 floating point completion code, and implementation of the | Peter Valchev |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
2002-03-23 | Add variables for config(8) -e time tweak of systemV shared memory | Marc Espie |
2002-03-16 | PTRACE fallout. | Artur Grabowski |
2002-03-14 | this mod has nothing to do w/ ptrace option addition, did not even compile | Michael Shalayeff |
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-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-12 | Emulate ptrace(PT_STEP in software. | Artur Grabowski |
2002-02-19 | correct extended partition botch; gluk, in PR 1449 | Theo de Raadt |
2002-02-17 | comment typo | Jason Wright |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-09 | these functions are no longer needed | Eric Jackson |