summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-07-23undo mass vendor addition which makes floppies too largeTheo de Raadt
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree
1998-07-23forgot to add this one.Peter Galbavy
SYS.h is copied from lib/libc/arch/i386/SYS.h but with "machdep_sys_" preprended to the syscall name in the ENTRY() macro. When the code is a bit more sync'ed, using SYS.h from the linc hierarchy should work.
1998-07-23add replydirname() from netbsd; fixes 257 directory replies; problem noted ↵Theo de Raadt
by kstailey
1998-07-23build mpool(3)Theo de Raadt
1998-07-23Support drives > 8.4GBConstantine Sapuntzakis
For LBA-capable drives, return the number of LBA sectors as secperunit, not the number you get from CHS. Note, DOS partition tables are limited to 8.4GB. The interactive disklabel editor will notice that the OpenBSD partition ends at 8.4GB and limit the user to that size unless the user explicitly specifies the bounds. This should probably be changed.
1998-07-23Fix annoying bug where disklabel would give you wrong default size for lastConstantine Sapuntzakis
partition on disk and then complain when you chose it. The fix makes sure you get the "correct size".
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
Fix some bugs in getting drive parameters into the wdparams array
1998-07-22gcc 2.8.1 -O2 bugTodd C. Miller
1998-07-22o Simplify address calculationsJason Wright
o Set desc.tx_addr in meminit not in start
1998-07-22fix tz calculation; bug found by reesTheo de Raadt
1998-07-22o for some reason fprintf.c started to conflict with the fprintf defnPeter Galbavy
in xprintf.c - removed fprintf.c from the sources list for now. o tidied up tests/Makefile and swapped some printf's for perror's in a couple of the tests. accept() is still generating an error, but at least we can see the errno value :)
1998-07-22o removed more unused or old, left over filesPeter Galbavy
o general changes so that now the library compiles and many of the tests run correctly o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template. this should be kept in sync in case of new syscalls soon TODO: figure out why remaining tests fail and fix look at building .so version of library tidy up arch/i386 directory - no longer uses syscall-template.S port other arch's from libc syscall templates
1998-07-22use S_IXUSR instead of 0100; noted by formTheo de Raadt
1998-07-22I must learn to read cvs error messages. When they tell you there arePeter Galbavy
still some files left in these directories - listen.
1998-07-22my cvs skills are rusty. I forgot to delete these.Peter Galbavy
1998-07-22remove references to tcpslice as it is not shipped with the system.. this is ↵Theo de Raadt
questionable
1998-07-22add a section about LD_PRELOAD; noted as missing by form@pppvs.itam.nsc.ruTheo de Raadt
1998-07-21make cua{a,b,c,d} nodes when generating standard devsMarco S Hyman
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
header files from the correct path.
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-07-21crank minor because of castNiels Provos
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
Man pages will come soon, I hope.
1998-07-21syncTheo de Raadt
1998-07-21syncTheo de Raadt
1998-07-21few new ViRGETheo de Raadt
1998-07-21explain that /emul/svr4/dev cannot be a complete svr4 /dev dirTheo de Raadt
1998-07-21syncMichael Shalayeff
1998-07-21remove err entriesMichael Shalayeff
1998-07-21more, much more vendor names; from www.halcyon.comMichael Shalayeff
1998-07-21check for vendor name dupsMichael Shalayeff
1998-07-21missed onePeter Galbavy
1998-07-21this will now compile on i386 if you move arch/i386/machdep.h toPeter Galbavy
arch/i386/pthread/machdep.h - not an ideal solution. Correct fix is welcome. I am quiting work on this for today, so other hackers are welcome to take it up for the rest of the day/night. More from me tomorrow.
1998-07-21syncMichael Shalayeff
1998-07-21more devs; from netbsdMichael Shalayeff
1998-07-21move unchanged files from machdep/ into appropriate arch/${MACHINE}Peter Galbavy
directories. These files have been renamed as appropriate, but hackers of these files should note those that started off as netbsd files (alpha and sparc). also moved machdep/openbsd-2.0/ to include/sys/
1998-07-21remove irrelevant filesPeter Galbavy
retained some netbsd files to act as templates for openbsd
1998-07-21cvs decided to fix COPYRIGHT and README by itselfPeter Galbavy
remove general dross.
1998-07-21fix up those 13 broken mergesPeter Galbavy
1998-07-21Complete initial import from mySQL 3.22.4 (mit-pthreads/).Peter Galbavy
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/
1998-07-21Complete initial import from mySQL 3.22.4 (mit-pthreads/).Peter Galbavy
Lots of dross to move and remove yet. At minimum: o remove GNU config and GNU Makefiles o build arch directory and migrate away machdep/ o rebuild BSD Makefiles o move notes etc. into doc/
1998-07-21fix +n description; jkoshy@freebsdTheo de Raadt
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-21o reference useful footnote throughoutTodd T. Fries
o cdroms not bootable presently for sun4's
1998-07-21update usage; back out time remaining display change until I'm sure itMarco S Hyman
is correct; don't long every power status change in normal operation (patch from danw@MIT.EDU).
1998-07-20MINFREE is 5%; hgweigand@wiesbaden.netsurf.deTheo de Raadt
1998-07-20use warnx()Michael Shalayeff
1998-07-20make /var/backups mode 700 by default; formTheo de Raadt
1998-07-20stupid SIGSEGVTheo de Raadt
1998-07-20indentTheo de Raadt