summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-17oopsMichael Shalayeff
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17- random.9 changed to arc4random.9Jason McIntyre
2003-04-17use asprintf; fix (remove) some incorrectly sized buffers in the processPeter Valchev
2003-04-17%u is 11 chars, not 10; ok miod deraadt millert teduPeter Valchev
2003-04-17trivial snprintfTheo de Raadt
2003-04-17strlcpy; ok teduTheo de Raadt
2003-04-17strings. mostly from deraadt@, some from tdeval@ and myselfTed Unangst
2003-04-17typos;Jason McIntyre
2003-04-17A SEVERE hack given to me by mickey to draw the line in the sand at 1G.Dale Rahn
2003-04-17Common bootloader file for 'loadfile' performs same action as old exec main.Dale Rahn
2003-04-17sync sets for i386/ELF/1GsepDale Rahn
2003-04-17changes to support mquery with 1Gsep on i386. avoid heap on mappings.Dale Rahn
2003-04-17Inform the compilation environment that i386 is now ELF.Dale Rahn
2003-04-17Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.Dale Rahn
2003-04-17distrib(ramdisk) bits for i386/ELF.Dale Rahn
2003-04-17Add i386 to list of archs which use binutils.Dale Rahn
2003-04-17picky assembler warning cleanupsDale Rahn
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.Dale Rahn
2003-04-17Underlying code supported 'ELF' symbols, however '-DNO_UNDERLINE' hasDale Rahn
2003-04-17Change gcc to generate ELF code for i386.Dale Rahn
2003-04-17asm cleanup, binutils gas is more pickey about asm instruction word size.Dale Rahn
2003-04-17i386 startup code for ELF. based on newer version of NetBSD code.Dale Rahn
2003-04-17Switch i386 to new binutils, i386 tools now do ELF.Dale Rahn
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2003-04-17mquery support, currently for i386 only.Dale Rahn
2003-04-17eliminate strcpy/sprintf. reviewed by deraadt and millert.Jun-ichiro itojun Hagino
2003-04-16Always do 'route -n show' not 'route show'. Even saves some space.Kenneth R Westerback
2003-04-16syncTheo de Raadt
2003-04-16Warn people that the value of the pointer passed in to asprinf()Todd C. Miller
2003-04-16string cleaning. ok tedu@Thierry Deval
2003-04-16Sync machine names with official litterature; Paul WeissmannMiod Vallat
2003-04-16Use uvm_findspace() to verify that the addresses allocated to ld.so areDale Rahn
2003-04-16Clean up some ifdefs on arch which repute to support a.out and elf.Dale Rahn
2003-04-16Add less to list so clean/obj work correctly.Dale Rahn
2003-04-16no more less.nroTodd C. Miller
2003-04-16mdoc format man pages from jmc@Todd C. Miller
2003-04-16strcpy() removal; based on a patch from henning@ but simplifiedTodd C. Miller
2003-04-16update USC copyright, fixes "without fee" misplaced modifierTheo de Raadt
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-04-16Clarify license terms.Miod Vallat
2003-04-16Fix a buffer overflow in complt_list(); it was allocating spaceTodd C. Miller
2003-04-16siginfo support for vax.Miod Vallat
2003-04-16honour httpd_flags from rc.confHenning Brauer
2003-04-16use errx instead of fprintf+exit; millert@ okMichael Shalayeff
2003-04-16document struct Authctxt; with solarMarkus Friedl
2003-04-16fix race between mount(2) and exit(2) for mount_mfs.Markus Friedl
2003-04-16fix an example on SIMPLEQ_REMOVE_HEAD(); from cjeker@diehard.n-r-g.comMichael Shalayeff
2003-04-16small fix to compile. spot by marc@Ted Unangst