Age | Commit message (Expand) | Author |
2003-04-16 | fix my copyright. make the part that's without fee unambiguous | Nathan Binkert |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | intrcnt's are now int's to fit with kern.intrcnt assumptions; miod ok | Jason Wright |
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-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat |
2003-01-08 | Make END() symbols match corresponding LEAF() name. | Miod Vallat |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-10 | Add RCS ids. | Miod Vallat |
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-12-02 | Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stack | Miod Vallat |
2002-11-26 | Make the PTE constants unsigned long with UL. | Artur Grabowski |
2002-11-07 | Small simplification in sendsig. | Artur Grabowski |
2002-11-05 | Allocate by default 6 virtual consoles on alpha, as on i386, rather than | Miod Vallat |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-10 | protect against multiple inclusion; pointed out by naddy, miod ok | Peter Valchev |
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-26 | renable sppp and lmc, now free | Theo de Raadt |
2002-09-24 | Get rid of gx(4) and use em(4) since it supports more cards and works better | Nathan Binkert |
2002-09-23 | turn off sppp, lmc, and cz until various licenses on those components are | Theo de Raadt |
2002-09-12 | Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argument | 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-08-15 | fix END() label | Theo de Raadt |
2002-08-09 | Add an explicit dependancy of assym.h to Makefile. | Miod Vallat |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
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-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff |
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-07-09 | Use BWX on cia as much as possible. | Artur Grabowski |
2002-07-07 | Add isadma to bsd.rd, for proper isapnp operation. | Miod Vallat |
2002-07-05 | Sync the ethernet controllers list with GENERIC. | Miod Vallat |
2002-07-04 | ep at isapnp works (dma on isapnp is still non-working). | Miod Vallat |
2002-07-03 | sis(4) works on alpha, so move it out of the UNTESTED section. | Aaron Campbell |
2002-06-30 | AlphaServer 800 and 1000 support; from NetBSD. Tested by Tor Houghton. | Miod Vallat |
2002-06-30 | Art says I shouldn't be shy, so uncomment lc entries. | Miod Vallat |
2002-06-30 | Add lc[01] at isa entries, commented out. Tested and work fine. | Miod Vallat |
2002-06-30 | Dummy bus_space_read_raw_region implementation. | Miod Vallat |
2002-06-28 | Oops. Doing a diff before commit is not enough. You have to read the diff too. | Artur Grabowski |
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 |