summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-24teach dhclient about another invention of the last century: getopt(3)Henning Brauer
also fix usage() that was a big lie pb sez ok
2004-02-24Remove redundant logging from pf_test_other().Ryan Thomas McBride
ok henning@ cedric@
2004-02-24- `C' before `c'Jason McIntyre
- replace `<' and `>' - sync usage()
2004-02-24remove ill-advised interface discovery-scan, and require an interface to beHenning Brauer
always given. theo agrees with removal, pb ok
2004-02-24Check for 'source-track rule' with 'max-src-nodes'.Ryan Thomas McBride
ok cedric@ henning@
2004-02-24Document tftpboot, comment out unavailable [rs]boot.Miod Vallat
2004-02-24- remove double spaces in the examplesJason McIntyre
- `W' before `X' - sync usage() ok millert@
2004-02-24correct includes;Jason McIntyre
ok deraadt@ fgsch@
2004-02-24KNFRyan Thomas McBride
2004-02-24'source-track' not 'source-tracking'Ryan Thomas McBride
2004-02-24FIFO 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-24damn it, do it rightTheo 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-24make scripts executableTheo de Raadt
2004-02-24Sync closer to FreeBSD's pthread.h. Fixes up some prototypesBrad Smith
and formatting. ok marc@
2004-02-24cut debug crapHenning Brauer
2004-02-24repair kvm; deraadt@ okMichael Shalayeff
2004-02-24syncAnil Madhavapeddy
2004-02-24add evil nvidia nforce3Anil Madhavapeddy
deraadt@ ok
2004-02-23slinear to alaw converters; from netbsd, via jakemsr@jakemsr.comTheo de Raadt
2004-02-23syncTheo de Raadt
2004-02-23syncTheo de Raadt
2004-02-23symbios/lsi have a megaraid nowTheo de Raadt
2004-02-23more explicitly check against -1 for pread/pwrite error returns; millert okTheo de Raadt
2004-02-23document that this even more off-limits than the rest of theMarc Espie
(so far and intentionally) undocumented interface.
2004-02-23Make sure we allow for the time when check_pty has not yet been calledBob 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-23bogus leftover SRCS lineTed Unangst
2004-02-23remove security considerations section. this has been fixed.Ted Unangst
2004-02-23supposed to use cflags, oopsTed Unangst
2004-02-23knfTheo de Raadt
2004-02-23WallTed Unangst
2004-02-23make sure we don't backwards before bufferTed Unangst
2004-02-23buffer len paranoiaTed Unangst
2004-02-23prettyTheo de Raadt
2004-02-23Set the user variable environ early in ld.so so that library constructors canDale Rahn
properly see the environment. Fixes problem with MALLOC_OPTIONS on dynamic executables. ok deraadt@
2004-02-23goodbye VOIDPTRHenning Brauer
2004-02-23scratch the PTRSIZE64 define, the gunk that was using it was in some of theHenning Brauer
files killed in the last hour
2004-02-23remove time_t related crud; henning okTheo de Raadt
2004-02-23procmap seems to work well enough now. ok deraadt@Ted Unangst
2004-02-23remove prototypes we don't implementHenning Brauer
2004-02-23if the heap is non-exec, it makes it hard to find by looking for an execTed Unangst
mapping. much better heuristic.
2004-02-23not used not neededHenning Brauer
2004-02-23remove allocation/storage/search code for subnets, shared networks, andHenning Brauer
leases - it is server-only code.
2004-02-23Switch to the 3 arg version of userret to more closely match other OpenBSDDale Rahn
architectures.
2004-02-23prevent backward jumps; pls@egsys.hu; ok canacar, deraadtMarkus Friedl
2004-02-23-sparc64 is always 64bit on openbsdHenning Brauer
-add amd64
2004-02-23scrap dead codeHenning Brauer
2004-02-23no token ringHenning Brauer
2004-02-23remove a bunch of unused definesHenning Brauer