summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* general cleanup and better SIGCHLD handling from millert@otto2004-01-314-23/+21
| | | | ok canacar@
* Switch the arm compiler to generating strongarm code on openbsd.drahn2004-01-312-3/+16
| | | | add in statements to pass proper flags to assembler.
* make USD reference a little clearer;jmc2004-01-311-2/+3
|
* make references to USD docs clearer;jmc2004-01-311-2/+6
|
* update from Jared Yanovich:jmc2004-01-311-213/+231
| | | | | | - sync with header - macro fixes - readability fixes
* syncderaadt2004-01-311-0/+3
|
* add another USB device... as requestedderaadt2004-01-311-2/+4
|
* rename SIMD/SIMD2 to SSE/SSE2deraadt2004-01-312-8/+8
|
* use paper.txt, rather than some arbitrary target;jmc2004-01-302-10/+10
| | | | plus some cleanup;
* in the parse_config() -> merge_config() chain, you shall not nullhenning2004-01-301-1/+4
| | | | | conf->opts that holds some of the command line opts. repairs -n.
* point people to 13.ex, and remove some unnecessarys from SEE ALSO;jmc2004-01-301-6/+5
|
* Fix a logic thinko I made in rev. 1.27. This fixes nlist whenmillert2004-01-301-5/+5
| | | | | the user passes in a symbol name with an underscore pre-pended on ELF systems.
* install exref; includes updates to sync with current behaviour;jmc2004-01-304-428/+486
| | | | fixes, help, and ok millert@
* missing free() in an error path that should be unreachablehenning2004-01-301-2/+5
| | | | From: Patrick Latifi <pat@eyeo.org>
* Backout until we have a better implementation...tdeval2004-01-301-7/+3
|
* Remove redundant initialization.miod2004-01-301-3/+1
|
* Some cleaning and sync to the macppc openpic code.miod2004-01-301-194/+165
| | | | No functional result.
* vmstat shows max 2 drives by defaultderaadt2004-01-301-3/+3
|
* sync after change of IP-adress of b.root-servers.netjakob2004-01-301-8/+9
|
* syncderaadt2004-01-302-2/+0
|
* a collection of flags is an int.espie2004-01-301-2/+2
| | | | noticed by tedu.
* The empty filename does not receive normalization.sturm2004-01-301-1/+8
| | | | | | System calls are supposed to fail on it. from provos@, ok markus@
* have to specify a + to enable yp support.otto2004-01-301-2/+5
| | | | ok miod@ jmc@
* please sparc64, with & ok claudiohenning2004-01-301-17/+17
|
* -enable md5sig on the listening sockethenning2004-01-301-2/+20
| | | | | | -on connections we just accepted, check wether md5sig is configured for that peer, and check wether the connection is md5sig'd too. if not, refuse tested against cisco 7200.
* add support for getsockopt(..., TCP_SIGNATURE_ENABLEhenning2004-01-301-1/+6
| | | | | | so you can check wether a just accept()ed connection is md5sig'd ok deraadt@ markus@
* support for password change; ok dtucker@markus2004-01-304-51/+116
| | | | (set password-dead=1w in login.conf to use this).
* Fix tab damage in Makefile introduced in previous commit, pointed out bydtucker2004-01-301-9/+9
| | | | STeve Andre
* repair breakage from options unifications; espie@ okmickey2004-01-301-2/+0
|
* no shlibs yetmickey2004-01-301-1/+1
|
* Add update-moduli target for regenerating ssh moduli file; from markus@dtucker2004-01-301-1/+12
| | | | ok deraadt@
* recognize arm.drahn2004-01-291-1/+2
|
* Add fifofs regress (currently fails)millert2004-01-291-2/+2
|
* Add copyright, remove old test results from a comment and enhancemillert2004-01-291-10/+21
| | | | compilation on FreeBSD and NetBSD.
* typos; jjy2+@pitt.eduderaadt2004-01-298-30/+30
|
* Pretty printf.miod2004-01-291-1/+2
|
* Have the bootloader pass RB_ flags, as well as the boot device, to the kernel,miod2004-01-294-195/+56
| | | | | | | and have the kernel process them correctly. Right now code to match the BUG's idea of the boot device with the kernel's is missing.
* Print system type early in autoconf, as determined from the board statusmiod2004-01-292-80/+75
| | | | register.
* - replace old-style macrosjmc2004-01-291-49/+51
| | | | | | | - mmultiple args do not need to be quoted - uppercase .Sh args - reference 15.sed usd - some other tidy up
* fix prototype of pmap_update(), ok miod@drahn2004-01-291-2/+2
|
* enable tcp md5sig om the connecting socket when md5sig is configured for thathenning2004-01-291-2/+10
| | | | | | peer. I just successfully established an md5sig'd session against a cisco 7200 with that.
* Some more cleaning and sync with other ppc ports, in order to help with amiod2004-01-291-48/+41
| | | | future factorization of the pci bridge code.
* In bus_dmamap_sync(), be sure to flush a host pa.miod2004-01-291-3/+3
|
* .Xr gcc-local 1;jmc2004-01-291-1/+2
|
* Simple FIFO regress for O_RDWR using poll, read and write.millert2004-01-293-0/+166
|
* as seen in freebsd: asm pagezero implementations, but use a fn pointer.tedu2004-01-293-8/+113
| | | | | the sse2 version cuts ZOD fault time in half. suggestions mickey deraadt. many many testers. ok deraadt.
* fix to use sigaltstack again. help miod ok miod deraadttedu2004-01-292-11/+11
|
* sync pf.conf example with spamd(8); ok deraadt@todd2004-01-291-2/+2
|
* some fixes from wiz@netbsd, and a couple other bits;jmc2004-01-291-35/+43
|
* more consistent; from Okan Demirmen;jmc2004-01-291-5/+5
| | | | ok deraadt@