summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-07remove waitpid-related XXX's -- this is OKTodd C. Miller
2001-05-07syncTheo de Raadt
2001-05-07new hifnTheo de Raadt
2001-05-07tcic disableTheo de Raadt
2001-05-07Now that if_vlan switches types to match it's parent, checking if_typeJason Wright
to see if it's IFT_8021Q_VLAN is no longer valid ; change test to M_PROTO1 being set and rcvif not being null.
2001-05-07Few fixes from NetBSD.Artur Grabowski
- make sure that vsunlock doesn't unwire mlocked memory. - fix locking in uvm_useracc. - Return the error uvm_fault_wire in uvm_vslock (will be used soon).
2001-05-07Document boundary condition when size < strlen(dst).Todd C. Miller
2001-05-07Back out last change, it is intended behavior and update the blockTodd C. Miller
comment to reflect this fact. Too early in the morning for me I guess.
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parameterTodd C. Miller
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the GNOME folks.
2001-05-07tunneldelete -> deletetunnelMarkus Friedl
2001-05-07Avoid excessive malloc/free for select in readdata()Todd C. Miller
2001-05-07Use a smaller buffer in fmttime() since the date string is of aTodd C. Miller
known fixed size.
2001-05-07Fix select(2) usage.Todd C. Miller
2001-05-07Fix fallout from recent trunc_page() changes.Dale Rahn
problem and fix pointed out by dhartmei, variable name changed to make slightly easier to read.
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus Friedl
2001-05-06Add casts to vaddr_t to round_page() and trunc_page() calls sinceTodd C. Miller
those macros no longer have an explicit cast inline. Needed because you can't do bitwise ops on a void *.
2001-05-06cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.netMarkus Friedl
2001-05-06Use const for 'prompt'. Brought over from portable tree.mouring
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
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax.
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
otherwise the priority will just be what login.conf decrees. Convert from nice() to setpriority() in the process. Based on a patch from <hgw@d1906.inka.de>.
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
machines. Found by me, solved by Theo ;-)
2001-05-05remove some private stuff people put into hereTheo de Raadt
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
Move it from cpu_startup() to main().
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
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts.
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-05-05Synch with bsd.prog.mk.Marc Espie
The only client won't see the difference.
2001-05-05Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8Todd C. Miller
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before
2001-05-05Solaris has strerror()Todd C. Miller
Remove unneeded #include <util.h> and -lutil
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
Idea taken from NetBSD. implementation completely different, as our loop implementation diverged a while back.
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
credentials to follow. Dynamic configuration entries are garbage-collected. Default-Phase-2-Suites entry in the [General] section may be used to specify Phase 2 default Suites (overriding the default 3DES-SHA-PFS).
2001-05-05Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventuallyAngelos D. Keromytis
any credentials) can be associated with the Phase 2 SA.
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