Age | Commit message (Expand) | Author |
2004-02-23 | symbios/lsi have a megaraid now | Theo de Raadt |
2004-02-23 | more explicitly check against -1 for pread/pwrite error returns; millert ok | Theo de Raadt |
2004-02-23 | document that this even more off-limits than the rest of the | Marc Espie |
2004-02-23 | Make sure we allow for the time when check_pty has not yet been called | Bob Beck |
2004-02-23 | bogus leftover SRCS line | Ted Unangst |
2004-02-23 | remove security considerations section. this has been fixed. | Ted Unangst |
2004-02-23 | supposed to use cflags, oops | Ted Unangst |
2004-02-23 | knf | Theo de Raadt |
2004-02-23 | Wall | Ted Unangst |
2004-02-23 | make sure we don't backwards before buffer | Ted Unangst |
2004-02-23 | buffer len paranoia | Ted Unangst |
2004-02-23 | pretty | Theo de Raadt |
2004-02-23 | Set the user variable environ early in ld.so so that library constructors can | Dale Rahn |
2004-02-23 | goodbye VOIDPTR | Henning Brauer |
2004-02-23 | scratch the PTRSIZE64 define, the gunk that was using it was in some of the | Henning Brauer |
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt |
2004-02-23 | procmap seems to work well enough now. ok deraadt@ | Ted Unangst |
2004-02-23 | remove prototypes we don't implement | Henning Brauer |
2004-02-23 | if the heap is non-exec, it makes it hard to find by looking for an exec | Ted Unangst |
2004-02-23 | not used not needed | Henning Brauer |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer |
2004-02-23 | Switch to the 3 arg version of userret to more closely match other OpenBSD | Dale Rahn |
2004-02-23 | prevent backward jumps; pls@egsys.hu; ok canacar, deraadt | Markus Friedl |
2004-02-23 | -sparc64 is always 64bit on openbsd | Henning Brauer |
2004-02-23 | scrap dead code | Henning Brauer |
2004-02-23 | no token ring | Henning Brauer |
2004-02-23 | remove a bunch of unused defines | Henning Brauer |
2004-02-23 | dhclient always uses bpf on openbsd no matter what, it works, and we don't | Henning Brauer |
2004-02-23 | I was hunting this bug for quite some time. Don't use a value you need later | Claudio Jeker |
2004-02-23 | While searching a different bug found those two gems. The ntohs is obvious | Claudio Jeker |
2004-02-23 | enter 3.8 | Markus Friedl |
2004-02-23 | encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka | Markus Friedl |
2004-02-23 | `r' before `s'; | Jason McIntyre |
2004-02-23 | - mark up punctuation | Jason McIntyre |
2004-02-23 | sync | Theo de Raadt |
2004-02-23 | backout revision 1.279; set listen socket to non-block; ok henning. | Markus Friedl |
2004-02-23 | - document net.inet.etherip.allow; as noted by Graeme Lee | Jason McIntyre |
2004-02-23 | the consdev pass from boot and a cnset() in the kernel seems to be a bit prem... | Michael Shalayeff |
2004-02-23 | get use of NX; partially from netbsd; passes the regress; deraadt@ ok | Michael Shalayeff |
2004-02-23 | disable buffering on stdout/stderr to avoid freaky sbrk() messages | Michael Shalayeff |
2004-02-23 | let this run on a few more archs | Theo de Raadt |
2004-02-23 | fix a seg fault issue with objdump on sparc64. | Brad Smith |
2004-02-23 | provide _barrier method w/ {l,s,m}fence instructions | Michael Shalayeff |
2004-02-23 | fix a pasto | Michael Shalayeff |
2004-02-23 | sync of pmap_update() calls with NetBSD. pmap_update is defined away on | Dale Rahn |
2004-02-23 | add a comment on set/clr 64bit ops | Michael Shalayeff |
2004-02-23 | Remove boot warning about todclock not found it attached at dsrtc0. | Dale Rahn |
2004-02-23 | remove file no longer used due to previous commit. | Dale Rahn |
2004-02-23 | switch to copying, with very slight modifification, i386/disksubr.c instead | Dale Rahn |
2004-02-23 | avoid touching out-of-bound memory if len == 128. | Jun-ichiro itojun Hagino |