summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-11-07Short-circuit evaluation can leave invalid pointers, closes PR2874.Daniel Hartmeier
2002-11-07dev/isa/i82365_isasubr.c is needed for pcic at pci; from Bernard Gardner via ...Michael Shalayeff
2002-11-07pmap_[de]activate() are not nops; w/ art@'s helpMichael Shalayeff
2002-11-07make pte flushing into a separate function,Michael Shalayeff
2002-11-07regenTodd C. Miller
2002-11-07Add Nortel E-mobility Wireless PCI adapter (Symbol rebadge).Todd C. Miller
2002-11-07regenMichael Shalayeff
2002-11-07more promise devices; from grange@Michael Shalayeff
2002-11-07Check for invalid payload lengths also for NULL enc. markus@, angelos@ ok.Hakan Olsson
2002-11-07Don't uvm_useracc the user sigcontext in sys_sigreturn and then accessArtur Grabowski
2002-11-07Small simplification in sendsig.Artur Grabowski
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-11-06maintain refcnt correctly, ok art@Niklas Hallqvist
2002-11-06fix ecn breakage.Kenjiro Cho
2002-11-06Eliminate the use of KERN_SUCCESS outside of uvm/Artur Grabowski
2002-11-05Add a WEAK_ALIAS macro, to be used by libc/libc_r shortly.Miod Vallat
2002-11-05Allocate by default 6 virtual consoles on alpha, as on i386, rather thanMiod Vallat
2002-11-04make this compile; reported by pluf, mickey ok.Federico G. Schwindt
2002-11-03Missing word in buffers size line.Miod Vallat
2002-11-02Compare dynamic addresses correctly in pf_compare_*: check the interface nameRyan Thomas McBride
2002-11-02Make PF_ANEQ(), PF_ANEQ() and PF_AZERO() check the whole address if afRyan Thomas McBride
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-11-01fight the grammar in the tdr messagesMichael Shalayeff
2002-11-01add a missing delay after printf on halt[-p], proper arg for a cold hookMichael Shalayeff
2002-10-31plug memory leak. from sam leffler. sync w/kameJun-ichiro itojun Hagino
2002-10-31Defer pid allocation and making the new process visible until after it'sArtur Grabowski
2002-10-31lasi on j210 is in a strange place, add an exact entry for now, to be maybe r...Michael Shalayeff
2002-10-30as found on a 256m machine of millert@'s allocate pdes for the whole kernel v...Michael Shalayeff
2002-10-30bring on a few changes from netbsd, such as better rx mbuf calculation, ram p...Michael Shalayeff
2002-10-30regenTodd C. Miller
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-30Implement osetre[ug]id() in terms of setres[ug]id().Todd C. Miller
2002-10-30regen due to addition of [gs]etres[ug]id(2)Todd C. Miller
2002-10-30Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), basedTodd C. Miller
2002-10-29keep all pflog goodies in pflog sources, avoids code duplications; okski fran...Michael Shalayeff
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-29Get rid of some commons.Artur Grabowski
2002-10-29no need to restore shadowed reg, shaves 10% from runtime for tlb handler on p...Michael Shalayeff
2002-10-29Remove some unused globlsArtur Grabowski
2002-10-29No 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-28do not use asm for accessing the page tables since they are mapped now.Michael Shalayeff
2002-10-28Convert sparc pmap from physseg to VM_PAGE_MD.Artur Grabowski
2002-10-28getdents64 support, based on FreeBSD.Federico G. Schwindt
2002-10-28add getdents64.Federico G. Schwindt
2002-10-27Turn into a really useful configuration file, i.e. GENERIC tuned for sun4cMiod Vallat
2002-10-27Reduce diff to NetBSD.Artur Grabowski
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-27comment fixes.Brad Smith
2002-10-27add a matching wi_do_hostdecrypt()Markus Friedl