summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-01-15skip zero-sized memory regions, which pass otherwise due to the address ↵Michael Shalayeff
rounding and such; from Carson Harding <harding@motd.ca>
2003-01-15revert last change; request from mickey@Alexander Yurchenko
2003-01-14consistent output and typo, grange@ okAnil Madhavapeddy
2003-01-14regenAnil Madhavapeddy
2003-01-14add ATI Radeon 9500/9700 gfx cardAnil Madhavapeddy
henning@ ok
2003-01-14In wihap_shutdown() use a broadcast for disassoc and deauth packetsTodd C. Miller
instead of sending a separate packet to each station. Based on a patch from merith AT vantronix DOT net
2003-01-14have to disable pp on hppa nowMichael Shalayeff
2003-01-14that's where the label really is nowMichael Shalayeff
2003-01-14catch upHenning Brauer
2003-01-14unified IP parser:Henning Brauer
-move host(), set_ipmask and the ifa_* functions to pfctl_parser.[c|h] -extend host() to handle /mask itself, plus minor adjustments -use that in pfctl_table.c instead of coding the same shit again discussed w/ cedric@ ok cedric@ dhartmei@
2003-01-14sprinkle some more fluff aroundMichael Shalayeff
2003-01-14sync with removal of dead dev/sun filesJason Wright
2003-01-14Add a define for easy access to sc_wdcdev.sc_dev.dv_xnameAlexander Yurchenko
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended.
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-14Remove dead filesJason Wright
2003-01-14do not fail if there is no disklabel found, could be netbootingMichael Shalayeff
2003-01-14up the boot version after recent changesMichael Shalayeff
2003-01-14Document read-only ports tree usage under new WRKOBJDIR rules.Marc Espie
Add description of BULK_COOKIES_DIR, since that must also be moved for bulk packages building in ro portsdir mode.
2003-01-14Document WRKOBJDIR changesMarc Espie
2003-01-14Report read() errors; noticed and OK by fgs@Todd C. Miller
2003-01-14fix cutnpaste in the cpu table for the itlbna field; from herr weissmanndudeMichael Shalayeff
2003-01-14${SUDO} in pfsetupHenning Brauer
2003-01-14Add regression tests for radix table address manipulations.Cedric Berger
ok dhartmei@
2003-01-14need pdc_hwtlb always; pt out by herr weissmanndudeMichael Shalayeff
2003-01-14include the _l tlb functions for 7300lc as well; pt put by the weissmanndudeMichael Shalayeff
2003-01-14during the open store the partition offset and do subsequent io relative to ↵Michael Shalayeff
that offset, allows reading kernel from scsi disk
2003-01-14preserve the partition when decoding the boot deviceMichael Shalayeff
2003-01-14no need to force root on nfsMichael Shalayeff
2003-01-14put the disklabel in after the lif header, like hp300Michael Shalayeff
2003-01-14proped type for bootdevMichael Shalayeff
2003-01-14make the lif be tried the last after ufs and cd9660 get a chanceMichael Shalayeff
2003-01-14Don't try to upload or download non-regular files. Report fromDamien Miller
apoloval@pantuflo.escet.urjc.es; ok markus@
2003-01-14A bit of consistency in error messages. Before regress commit :)Cedric Berger
2003-01-14use /var/tmp as default temporary directory when building locate database. ↵Jakob Schlyter
ok millert@
2003-01-14Define exception vector tables as assembly source, with the appropriateMiod Vallat
macros, rather than include files - no need to pollute <machine/> area...
2003-01-14Add sanity check to prevent int oflow for very large allocations.Todd C. Miller
Also fix a signed vs. unsigned issue while I am at it. Found by Jim Geovedi. OK deraadt@
2003-01-13Add experimental support for NVIDIA nForce/nForce2 IDE chips.Alexander Yurchenko
Tested by Johan Lindman <tybollt@solace.mh.se> ok costa@
2003-01-13Add a compatibilty flag '-Z' for upcoming elf changes, does nothing currentlyDale Rahn
but will produce old style executables when the other changes appear.
2003-01-13Clean up ipl handling: be sure to always return valid levels in getipl(),Miod Vallat
and check input level in setipl() if DIAGNOSTIC. Doing this pointed out an horrible bug where exception frames would refer to the saved ipl at the time the exception was processed, but would not save it before, and the joys of stack values would make it a correct value 90% of the time. Of course, bad things could happen when restoring the ``saved'' ipl...
2003-01-13Missing splx()Miod Vallat
2003-01-13fix the logic in hvt probingMichael Shalayeff
2003-01-13ESP=encapsulatING security payload.Kjell Wooding
2003-01-13Clean up some language, structure. ok niklas@, mpech@Kjell Wooding
2003-01-13Start sentence on new line. ok mpech@. "whatever" theo@Kjell Wooding
2003-01-13Fix kernel snprintf function(s) to be likeTobias Weingartner
userland in return values. deraadt@ ok.
2003-01-13note 3Com 9201 support here as wellHenning Brauer
2003-01-13Don't use a global variable to determine which pci_conf* function to call,Jason Wright
store function pointers in the pci_chipset_tag_t (ie. fix an ugly hack I did during the hackathon last year).
2003-01-13Another rhine IIIJason Wright
2003-01-13add rhine IIIJason Wright