Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-07 | remove waitpid-related XXX's -- this is OK | Todd C. Miller | |
2001-05-07 | sync | Theo de Raadt | |
2001-05-07 | new hifn | Theo de Raadt | |
2001-05-07 | tcic disable | Theo de Raadt | |
2001-05-07 | Now that if_vlan switches types to match it's parent, checking if_type | Jason 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-07 | Few 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-07 | Document boundary condition when size < strlen(dst). | Todd C. Miller | |
2001-05-07 | Back out last change, it is intended behavior and update the block | Todd C. Miller | |
comment to reflect this fact. Too early in the morning for me I guess. | |||
2001-05-07 | strlcat() should return strlen(dst) + strlen(src) when size parameter | Todd C. Miller | |
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the GNOME folks. | |||
2001-05-07 | tunneldelete -> deletetunnel | Markus Friedl | |
2001-05-07 | Avoid excessive malloc/free for select in readdata() | Todd C. Miller | |
2001-05-07 | Use a smaller buffer in fmttime() since the date string is of a | Todd C. Miller | |
known fixed size. | |||
2001-05-07 | Fix select(2) usage. | Todd C. Miller | |
2001-05-07 | Fix 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-06 | use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.uk | Markus Friedl | |
2001-05-06 | Add casts to vaddr_t to round_page() and trunc_page() calls since | Todd C. Miller | |
those macros no longer have an explicit cast inline. Needed because you can't do bitwise ops on a void *. | |||
2001-05-06 | cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net | Markus Friedl | |
2001-05-06 | Use const for 'prompt'. Brought over from portable tree. | mouring | |
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 | |
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-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 | |
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-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 | |
machines. Found by me, solved by Theo ;-) | |||
2001-05-05 | remove some private stuff people put into here | Theo de Raadt | |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
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 | |
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||
2001-05-05 | Get 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-05 | Synch with bsd.prog.mk. | Marc Espie | |
The only client won't see the difference. | |||
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller | |
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before | |||
2001-05-05 | Solaris has strerror() | Todd C. Miller | |
Remove unneeded #include <util.h> and -lutil | |||
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 | |
Idea taken from NetBSD. implementation completely different, as our loop implementation diverged a while back. | |||
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 | |
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-05 | Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventually | Angelos D. Keromytis | |
any credentials) can be associated with the Phase 2 SA. | |||
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 | |