summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-26Changes to SYS.h for sparc64 to make it work with libc_rDale Rahn
bulk of work done by miod.
2001-09-26'loff' shouldn't be const (at least not on sparc64)Jason Wright
2001-09-26zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc.Michael Shalayeff
2001-09-26be more specific in psycho_ue case (partially based on NetBSD)Jason Wright
2001-09-26RIPEMD-160 implementation based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-09-26missed in previous merge with NetBSD:Jason Wright
handle dma boundaries better
2001-09-26Add hostname to the alpha ramdisk.Dale Rahn
2001-09-26fix the LANGMichael Shalayeff
2001-09-26special procesing for cyrillic calendars (.ru, .ua, .by for now).Michael Shalayeff
does not affect any existing behaviour for everything else. old idea expressed by form@; millert@ ok
2001-09-26grab the "compatible" prom property and use that for searching the deviceJason Wright
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous).
2001-09-26A little bit of voodoo borrowed from the linux driver: set theJason Wright
intr_retry_timer a little higher.
2001-09-26Merge with NetBSD:Jason Wright
better handling of boundary conditions add iommu_extract debugging function
2001-09-26Build ld.so on sparc64.Artur Grabowski
2001-09-26Revert last. The ERROR() macro is called from leaf functionsArtur Grabowski
and is _not_ supposed to do "call"s.
2001-09-26bring back the old copyright noticeTheo de Raadt
2001-09-26change *int64*_t types to long long; ok art/jasonTheo de Raadt
2001-09-26Some juggling to simplify the code and some missing code.Artur Grabowski
2001-09-26* add missing #include "vlan.h"Peter Galbavy
* add IFCAP_VLAN_MTU capability * put test around hardware assited (de)tagging of VLAN packets This now means that vlan's built using the driver can pass full size packets. IFCAP_VLAN_HWTAGGING is not currently enabled as it does not work in the current sources. more study required. ok'ed by jason@, nate@ was watching mail back and forth
2001-09-26Lazy binding. Parts from NetBSD.Artur Grabowski
2001-09-26Implement COPY relocations.Artur Grabowski
2001-09-26Code for PLT relocations. From NetBSD.Artur Grabowski
2001-09-26Adapt to Elf_Word change.Artur Grabowski
XXX - Dyn.u should just go away.
2001-09-26Elf64_Word is 64-bit only on alpha. Introduce Elf64_Xword and fix stuff.Artur Grabowski
2001-09-26Sync mirrorlist.Miod Vallat
2001-09-26Wall cleanup w/ some fixes; ok millertPeter Valchev
2001-09-26At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket.Theo de Raadt
Stops a nasty little program supplied by gustavo@core-sdi.com
2001-09-26add siop (and scsibus at siop)... This allows us to boot on E250Jason Wright
Thanks to chris@ for testing.
2001-09-26Connect USB keyboards to the display after attaching, no longer requiringjoshua stein
'wsconscfg -k' to be run. Thanks to James Matthews for the extra keyboard. aaron@ ok
2001-09-26bad me, don't break current builds with uncomitted dependent changes.Jason Wright
2001-09-25pretty up attach messages (as best as possible) for fas.Jason Wright
pull in reset fix for ESC revsions from NetBSD
2001-09-25update from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-09-25Slight cleanup on ld.so tests, link with rpath built in, so that runningDale Rahn
test does not require LD_LIBRARY_PATH. remove an unnecessary header file from dltest.c
2001-09-25popa3d enableTheo de Raadt
2001-09-25Forgotten DEBUGLIBS stuffNiklas Hallqvist
2001-09-25Remove obsolete custom shitNiklas Hallqvist
2001-09-25Update examples (af is required for proto icmp).Daniel Hartmeier
2001-09-25Skip this tree-breaking BULLSHITTheo de Raadt
2001-09-25Change to umass to not attach immediately if the system is still 'cold'.Dale Rahn
Accessing the device via polling would cause a crash in the usb subsystem. this change delays the media configuration using startuphooks, when the system is fully up and running. This allows it to configure properly and on macppc it is possible to use a umass device as root device. Has little effect on other system, because they do not force USB configuration during 'cold'. Tested by myself and brad@.
2001-09-25free mbuf when dropping a packet. ok dhartmei@ (also checked byjasoni
mcbride@countersiege.com)
2001-09-25change another -k to ${ASPICFLAGS} missed in the previous commit.Dale Rahn
ok jason@ art@.
2001-09-25Duh! if we go through the hassle of looking up a symbol it mightArtur Grabowski
be a good idea to actually use the value of the symbol.
2001-09-25Also build the .so version of sha1 without optimization.Dale Rahn
ok jason@
2001-09-25Borrow a big chunk of code from the NetBSD ld.elf_so to do all theArtur Grabowski
basic relocations with a table.
2001-09-25Cleaner hash bucket init and some KNF.Artur Grabowski
2001-09-25Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsDale Rahn
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@.
2001-09-25remove those for now.Marc Espie
2001-09-25a bit too soon.Marc Espie
2001-09-25let configure script use GNUSYSTEM_AUX_DIRMarc Espie
2001-09-25synchMarc Espie
2001-09-25link gnu files in.Marc Espie