summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2001-05-04vlan in GENERIC (ti(4) now has an issue, jason will deal)Theo de Raadt
2001-05-04GAPING_SECURITY_HOLE was removed so there is no -e option.Todd C. Miller
2001-05-03Move colon() and cleanhost() to misc.c where I should I have put it inmouring
2001-05-03When bt(4) was moved out of the i386 dir this Makefile changeTodd C. Miller
2001-05-03oopsTheo de Raadt
2001-05-03remove "\n" from fatal()Kevin Steves
2001-05-03fix typo; isaki@par.odn.ne.jpTheo de Raadt
2001-05-03linux_lib -> redhat_base; pointed out by deraadt@Aaron Campbell
2001-05-03Fix another annoying feature in mg. When I try to use the keypad toArtur Grabowski
2001-05-03Add a delay (in miliseconds) argument to ttwait.Artur Grabowski