Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-24 | KNF | Ryan Thomas McBride | |
2004-02-24 | 'source-track' not 'source-tracking' | Ryan Thomas McBride | |
2004-02-24 | FIFO fixes adapted from FreeBSD: | Todd C. Miller | |
o use different wchan string for reading and writing o make O_RDWR not block forever o remove some useless casts o reorganize the normal, blocking code path (ie: O_NONBLOCK not set) o fix select/poll semantics wrt EOF. With these changes we pass the FIFO regress. OK tedu@ | |||
2004-02-24 | damn it, do it right | Theo de Raadt | |
2004-02-24 | (process_mips_specific): Print conflictsno as an unsigned long. | Brad Smith | |
From: binutils CVS HEAD branch, based on rev 1.231 Provided by: Daniel Lucq <daniel at lucq dot org> ok fgsch@ drahn@ | |||
2004-02-24 | (display_debug_info): Cast for 64bit hosts. | Brad Smith | |
From: binutils CVS HEAD branch, based on rev 1.113 Provided by: Daniel Lucq <daniel at lucq dot org> ok fgsch@ drahn@ | |||
2004-02-24 | make scripts executable | Theo de Raadt | |
2004-02-24 | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes | Brad Smith | |
and formatting. ok marc@ | |||
2004-02-24 | cut debug crap | Henning Brauer | |
2004-02-24 | repair kvm; deraadt@ ok | Michael Shalayeff | |
2004-02-24 | sync | Anil Madhavapeddy | |
2004-02-24 | add evil nvidia nforce3 | Anil Madhavapeddy | |
deraadt@ ok | |||
2004-02-23 | slinear to alaw converters; from netbsd, via jakemsr@jakemsr.com | Theo de Raadt | |
2004-02-23 | sync | Theo de Raadt | |
2004-02-23 | sync | Theo de Raadt | |
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 | |
(so far and intentionally) undocumented interface. | |||
2004-02-23 | Make sure we allow for the time when check_pty has not yet been called | Bob Beck | |
before we get invoked, by making sure getfree thinks an unused and unallocated pt_softc entry is actually free rather than following NULL. ok cedric@ | |||
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 | |
properly see the environment. Fixes problem with MALLOC_OPTIONS on dynamic executables. ok deraadt@ | |||
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 | |
files killed in the last hour | |||
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 | |
mapping. much better heuristic. | |||
2004-02-23 | not used not needed | Henning Brauer | |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer | |
leases - it is server-only code. | |||
2004-02-23 | Switch to the 3 arg version of userret to more closely match other OpenBSD | Dale Rahn | |
architectures. | |||
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 | |
-add amd64 | |||
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 | |
need to fallback to their raw socket code suddenly dhclient is so fast... pb tested and sez ok | |||
2004-02-23 | I was hunting this bug for quite some time. Don't use a value you need later | Claudio Jeker | |
as counter. This fixes the bad nlri prefix errors I got. OK henning@ | |||
2004-02-23 | While searching a different bug found those two gems. The ntohs is obvious | Claudio Jeker | |
the plen adjusting is needed to jump over the value that we ignore. yaya henning@ | |||
2004-02-23 | enter 3.8 | Markus Friedl | |
2004-02-23 | encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka | Markus Friedl | |
and drop support for negative BNs; ok otto@ | |||
2004-02-23 | `r' before `s'; | Jason McIntyre | |
2004-02-23 | - mark up punctuation | Jason McIntyre | |
- use more suitable macros where necessary - a little grammar - sort options and sync usage() (last part checked by henning) | |||
2004-02-23 | sync | Theo de Raadt | |