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