Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-26 | Changes to SYS.h for sparc64 to make it work with libc_r | Dale Rahn | |
bulk of work done by miod. | |||
2001-09-26 | 'loff' shouldn't be const (at least not on sparc64) | Jason Wright | |
2001-09-26 | zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc. | Michael Shalayeff | |
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright | |
2001-09-26 | RIPEMD-160 implementation based on | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | |||
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright | |
handle dma boundaries better | |||
2001-09-26 | Add hostname to the alpha ramdisk. | Dale Rahn | |
2001-09-26 | fix the LANG | Michael Shalayeff | |
2001-09-26 | special 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-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright | |
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous). | |||
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright | |
intr_retry_timer a little higher. | |||
2001-09-26 | Merge with NetBSD: | Jason Wright | |
better handling of boundary conditions add iommu_extract debugging function | |||
2001-09-26 | Build ld.so on sparc64. | Artur Grabowski | |
2001-09-26 | Revert last. The ERROR() macro is called from leaf functions | Artur Grabowski | |
and is _not_ supposed to do "call"s. | |||
2001-09-26 | bring back the old copyright notice | Theo de Raadt | |
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt | |
2001-09-26 | Some 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-26 | Lazy binding. Parts from NetBSD. | Artur Grabowski | |
2001-09-26 | Implement COPY relocations. | Artur Grabowski | |
2001-09-26 | Code for PLT relocations. From NetBSD. | Artur Grabowski | |
2001-09-26 | Adapt to Elf_Word change. | Artur Grabowski | |
XXX - Dyn.u should just go away. | |||
2001-09-26 | Elf64_Word is 64-bit only on alpha. Introduce Elf64_Xword and fix stuff. | Artur Grabowski | |
2001-09-26 | Sync mirrorlist. | Miod Vallat | |
2001-09-26 | Wall cleanup w/ some fixes; ok millert | Peter Valchev | |
2001-09-26 | At 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-26 | add siop (and scsibus at siop)... This allows us to boot on E250 | Jason Wright | |
Thanks to chris@ for testing. | |||
2001-09-26 | Connect USB keyboards to the display after attaching, no longer requiring | joshua stein | |
'wsconscfg -k' to be run. Thanks to James Matthews for the extra keyboard. aaron@ ok | |||
2001-09-26 | bad me, don't break current builds with uncomitted dependent changes. | Jason Wright | |
2001-09-25 | pretty up attach messages (as best as possible) for fas. | Jason Wright | |
pull in reset fix for ESC revsions from NetBSD | |||
2001-09-25 | update from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-09-25 | Slight cleanup on ld.so tests, link with rpath built in, so that running | Dale Rahn | |
test does not require LD_LIBRARY_PATH. remove an unnecessary header file from dltest.c | |||
2001-09-25 | popa3d enable | Theo de Raadt | |
2001-09-25 | Forgotten DEBUGLIBS stuff | Niklas Hallqvist | |
2001-09-25 | Remove obsolete custom shit | Niklas Hallqvist | |
2001-09-25 | Update examples (af is required for proto icmp). | Daniel Hartmeier | |
2001-09-25 | Skip this tree-breaking BULLSHIT | Theo de Raadt | |
2001-09-25 | Change 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-25 | free mbuf when dropping a packet. ok dhartmei@ (also checked by | jasoni | |
mcbride@countersiege.com) | |||
2001-09-25 | change another -k to ${ASPICFLAGS} missed in the previous commit. | Dale Rahn | |
ok jason@ art@. | |||
2001-09-25 | Duh! if we go through the hassle of looking up a symbol it might | Artur Grabowski | |
be a good idea to actually use the value of the symbol. | |||
2001-09-25 | Also build the .so version of sha1 without optimization. | Dale Rahn | |
ok jason@ | |||
2001-09-25 | Borrow a big chunk of code from the NetBSD ld.elf_so to do all the | Artur Grabowski | |
basic relocations with a table. | |||
2001-09-25 | Cleaner hash bucket init and some KNF. | Artur Grabowski | |
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale 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-25 | remove those for now. | Marc Espie | |
2001-09-25 | a bit too soon. | Marc Espie | |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie | |
2001-09-25 | synch | Marc Espie | |
2001-09-25 | link gnu files in. | Marc Espie | |