Age | Commit message (Expand) | Author |
2002-10-30 | as found on a 256m machine of millert@'s allocate pdes for the whole kernel v... | Michael Shalayeff |
2002-10-30 | bring on a few changes from netbsd, such as better rx mbuf calculation, ram p... | Michael Shalayeff |
2002-10-30 | regen | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-10-30 | Implement osetre[ug]id() in terms of setres[ug]id(). | Todd C. Miller |
2002-10-30 | regen due to addition of [gs]etres[ug]id(2) | Todd C. Miller |
2002-10-30 | Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), based | Todd C. Miller |
2002-10-29 | keep all pflog goodies in pflog sources, avoids code duplications; okski fran... | Michael Shalayeff |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-10-29 | Get rid of some commons. | Artur Grabowski |
2002-10-29 | no need to restore shadowed reg, shaves 10% from runtime for tlb handler on p... | Michael Shalayeff |
2002-10-29 | Remove some unused globls | Artur Grabowski |
2002-10-29 | No need to free the address space in exit1(), we'll do that in the reaper. | Artur Grabowski |
2002-10-29 | "len = entry->end - entry->start;" then logically "entry->start + len" | Artur Grabowski |
2002-10-28 | do not use asm for accessing the page tables since they are mapped now. | Michael Shalayeff |
2002-10-28 | Convert sparc pmap from physseg to VM_PAGE_MD. | Artur Grabowski |
2002-10-28 | getdents64 support, based on FreeBSD. | Federico G. Schwindt |
2002-10-28 | add getdents64. | Federico G. Schwindt |
2002-10-27 | Turn into a really useful configuration file, i.e. GENERIC tuned for sun4c | Miod Vallat |
2002-10-27 | Reduce diff to NetBSD. | Artur Grabowski |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd C. Miller |
2002-10-27 | comment fixes. | Brad Smith |
2002-10-27 | add a matching wi_do_hostdecrypt() | Markus Friedl |
2002-10-27 | Typo in comment | Miod Vallat |
2002-10-27 | Use int32_t rather long on strategic places, to be more sparc64-friendly; | Miod Vallat |
2002-10-25 | add id tags. | Federico G. Schwindt |
2002-10-25 | fake intrcnt (for now) such that vmstat works (; | Michael Shalayeff |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-10-25 | allow reading the direct mapped segment through the kmem | Michael Shalayeff |
2002-10-25 | remove dead code; krw@ ok. | Federico G. Schwindt |
2002-10-25 | Compare pf_rule->label in pf_compare_rules(), too. | Daniel Hartmeier |
2002-10-24 | Add missing pmap_update(9) after pmap_kenter_pa(9); art@ ok. | Federico G. Schwindt |
2002-10-24 | nlist does no aout no more, fuget about som too | Michael Shalayeff |
2002-10-24 | use loadfile | Michael Shalayeff |
2002-10-24 | Add va_copy() as necessary for powerpc, same protections as was added | Dale Rahn |
2002-10-24 | regen | Michael Shalayeff |
2002-10-24 | another csa 5300 | Michael Shalayeff |
2002-10-24 | regen | Michael Shalayeff |
2002-10-24 | csa 5i on dl380; from philipp@ | Michael Shalayeff |
2002-10-23 | Add a trivial va_copy() macro to all architectures but powerpc | Todd C. Miller |
2002-10-22 | Make wi_keydat in struct wi_key 13 bytes, not 14. This is not a | Todd C. Miller |
2002-10-22 | do not force single-user; pt out by fries@ | Michael Shalayeff |
2002-10-22 | Convert "int af" and "u_int8_t af" declarations and function arguments | Ryan Thomas McBride |
2002-10-22 | Remove a part that did sneak in that wasn't meant to be commited yet. | Artur Grabowski |
2002-10-22 | check the correct return value from ifunit() | Ryan Thomas McBride |
2002-10-21 | ANSI | Artur Grabowski |
2002-10-21 | Two problems. | Artur Grabowski |
2002-10-21 | ugly hack to make the 21145 work without manual media setting. | Henning Brauer |
2002-10-21 | make an ieeefp regress pass; miod@ ok | Michael Shalayeff |
2002-10-21 | try harder to sync in dmamap_sync | Michael Shalayeff |