Age | Commit message (Expand) | Author |
2002-11-07 | Short-circuit evaluation can leave invalid pointers, closes PR2874. | Daniel Hartmeier |
2002-11-07 | dev/isa/i82365_isasubr.c is needed for pcic at pci; from Bernard Gardner via ... | Michael Shalayeff |
2002-11-07 | pmap_[de]activate() are not nops; w/ art@'s help | Michael Shalayeff |
2002-11-07 | make pte flushing into a separate function, | Michael Shalayeff |
2002-11-07 | regen | Todd C. Miller |
2002-11-07 | Add Nortel E-mobility Wireless PCI adapter (Symbol rebadge). | Todd C. Miller |
2002-11-07 | regen | Michael Shalayeff |
2002-11-07 | more promise devices; from grange@ | Michael Shalayeff |
2002-11-07 | Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok. | Hakan Olsson |
2002-11-07 | Don't uvm_useracc the user sigcontext in sys_sigreturn and then access | Artur Grabowski |
2002-11-07 | Small simplification in sendsig. | Artur Grabowski |
2002-11-06 | - always initialize colormaps, even if the frame buffer is non console; this | Miod Vallat |
2002-11-06 | maintain refcnt correctly, ok art@ | Niklas Hallqvist |
2002-11-06 | fix ecn breakage. | Kenjiro Cho |
2002-11-06 | Eliminate the use of KERN_SUCCESS outside of uvm/ | Artur Grabowski |
2002-11-05 | Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly. | Miod Vallat |
2002-11-05 | Allocate by default 6 virtual consoles on alpha, as on i386, rather than | Miod Vallat |
2002-11-04 | make this compile; reported by pluf, mickey ok. | Federico G. Schwindt |
2002-11-03 | Missing word in buffers size line. | Miod Vallat |
2002-11-02 | Compare dynamic addresses correctly in pf_compare_*: check the interface name | Ryan Thomas McBride |
2002-11-02 | Make PF_ANEQ(), PF_ANEQ() and PF_AZERO() check the whole address if af | Ryan Thomas McBride |
2002-11-01 | Working atomic locks on vax for libc_r. | Miod Vallat |
2002-11-01 | fight the grammar in the tdr messages | Michael Shalayeff |
2002-11-01 | add a missing delay after printf on halt[-p], proper arg for a cold hook | Michael Shalayeff |
2002-10-31 | plug memory leak. from sam leffler. sync w/kame | Jun-ichiro itojun Hagino |
2002-10-31 | Defer pid allocation and making the new process visible until after it's | Artur Grabowski |
2002-10-31 | lasi on j210 is in a strange place, add an exact entry for now, to be maybe r... | Michael Shalayeff |
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 |