summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-06increase version since we've removed -b; per fgsch@'s suggestionMichael Shalayeff
2001-05-06we are at 2.9-currentTheo de Raadt
2001-05-06iprintf is not used with UVMArtur Grabowski
2001-05-06Remove the cpp magic for finding incorrect MAXALLOCSAVE.Artur Grabowski
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
2001-05-05PMAP_NEW and UVM are no longer optional on i386.Artur Grabowski
2001-05-05We must lower the process priority *after* the call to setusercontext()Todd C. Miller
2001-05-05Prototype for nice() lives in unistd.h, not nlist.h (pasto?)Todd C. Miller
2001-05-05Add missing __syscall() proto to fix pread() & friends on big endianTodd C. Miller
2001-05-05remove some private stuff people put into hereTheo de Raadt
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Define FAST_PID_RECYCLE -- will be on for OpenBSD in next sendmail releaseTodd C. Miller
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-05-05Synch with bsd.prog.mk.Marc Espie
2001-05-05Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8Todd C. Miller
2001-05-05Solaris has strerror()Todd C. Miller
2001-05-05Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k)Todd C. Miller
2001-05-05typos, grammarKevin Steves
2001-05-05Document for loop mechanics for several variables.Marc Espie
2001-05-05use err/warn, -Wall, trailing spacesMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[n-1]='\0'Michael Shalayeff
2001-05-05install other files tooMichael Shalayeff
2001-05-05add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd haveMichael Shalayeff
2001-05-05use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ okMichael Shalayeff
2001-05-05left out the debugging enabled; from ian@Michael Shalayeff
2001-05-05Repair non-UVM kernelsTodd C. Miller
2001-05-05pf_key_v2_set_spi now sets the Phase 1 IDs on the Phase 2 SAs;Angelos D. Keromytis
2001-05-05Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventuallyAngelos D. Keromytis
2001-05-05Adhere to the new set_spi prototype.Angelos D. Keromytis
2001-05-05Change the set_spi prototype so that it gets the Phase 1 SA passed as well.Angelos D. Keromytis
2001-05-05Change set_spi prototype.Angelos D. Keromytis
2001-05-05Document default-phase2-suites tag.Angelos D. Keromytis
2001-05-05Add comment about finalize routine processing.Angelos D. Keromytis
2001-05-05Use the new M_* malloc typesAngelos D. Keromytis
2001-05-05Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types.Angelos D. Keromytis
2001-05-05Check that SAs also match on the credentials and the IDs. This meansAngelos D. Keromytis
2001-05-05Document KERN_PROC_KTHREADAngelos D. Keromytis
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-05-04Substantial update from NetBSD, most notably gives us UVM support; millert@ okAaron Campbell
2001-05-04o kill registerTodd C. Miller
2001-05-04Cleanups in filename and buffer name handling.Artur Grabowski
2001-05-04Qick fix for an overflow in C-X C-B.Artur Grabowski
2001-05-04Update man page to match new start time sorting; kstailey@disclosure.comTodd C. Miller
2001-05-04handle kvm_nlist() failing, from pr#1798.Eric Jackson
2001-05-04Install empty sudoers file in /etcTodd C. Miller
2001-05-04Add /etc/sudoers; jcs@rt.fmTodd C. Miller
2001-05-04Typo in error string; grange@rt.mipt.ruTodd C. Miller
2001-05-04channel_new() reallocs channels[], we cannot use Channel *c after callingMarkus Friedl
2001-05-04typosKevin Steves