summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-28Enable RFC3390 by default and remove a few compile time options whichBrad Smith
2005-09-28make sure dlsym(RTLD_DEFAULT,...) can see symbols in own object groupKurt Miller
2005-09-28sort options and sync usage();Jason McIntyre
2005-09-28err()->errx() and KNF; ok djm@Kevin Steves
2005-09-28fix buflist mode; pr 4524; from jasonTheo de Raadt
2005-09-28Improve the safety of pf IOCTLs, taking into account that some paths can sleep.Christopher Pascoe
2005-09-28make -s print information about kmapent as well, reminded by deraadt@Pedro Martelletto
2005-09-28- when we run out of static kernel map entries, grab a fresh page usingPedro Martelletto
2005-09-28add support for the nokia 6680 with a ca-42 cable.David Gwynne
2005-09-28pull in protos from rpcsvc/ypclnt.h; issue noted by leonardo@iken.com.brTheo de Raadt
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-27geeze, this same useless paragraph is all over the place.Brad Smith
2005-09-27add a -z option that allows you to split records on the nul characterDavid Gwynne
2005-09-27Allow temporary 64-bit bridge instructions in locore.s.Mark Kettenis
2005-09-27call the init routine for the Intel 82801_FB LPC so that the interruptBob Beck
2005-09-27Regen (3x2 frame buffer, 4 select codes).Miod Vallat
2005-09-27Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them.Miod Vallat
2005-09-27Do not initialize physmem to a magic value at compile time.Miod Vallat
2005-09-27More non-emulating wsdisplay tentacles removal.Miod Vallat
2005-09-27add examples of explicitly bringing ethernet ifs up;Jason McIntyre
2005-09-27enable support for gigabit adapters; it works reliably with USB1 butJolan Luff
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt
2005-09-27Allow `.An' to be given a -split/-nosplit flag to toggle the behavior ofJared Yanovich
2005-09-27Fix another case of inconstitent error handling that was missed in theOtto Moerbeek
2005-09-27accept hostnames 1 char long; spotted by otto, ok ottoTheo de Raadt
2005-09-27various fixups;Jason McIntyre
2005-09-27improve some wording issues brought to my attention by wiz@netbsd;Jason McIntyre
2005-09-27ARGH! disable gart, I suck!Marco Peereboom
2005-09-27Clean up prints. From jason@Marco Peereboom
2005-09-27add some file status checks in local setup;Xavier Santolaria
2005-09-27use xargs -r0 for our build processTheo de Raadt
2005-09-27increment refcount when opening a lib that is already open (dev/inodeKurt Miller
2005-09-27typo in comment: sprintf -> snprintf, ok markus@Alexander von Gernler
2005-09-27document aesctr and null encryption; ok jmc, hshoexerMarkus Friedl
2005-09-27missing returnMarkus Friedl
2005-09-27tweaks from wiz@netbsdJason McIntyre
2005-09-27- don't mess with SCSI controller bits here, only map the two regionsMartin Reindl
2005-09-27missing pieces for RBV video handlingMartin Reindl
2005-09-27report time duration required to play sample then % error of sample rate.Dale Rahn
2005-09-27+/etc/hostapd.confDavid Krause
2005-09-27kill spacesDavid Krause
2005-09-26Use SCSI_IGNORE_ILLEGAL_REQUEST when reading a cd's table of contents.Kenneth R Westerback
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-26Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS.Miod Vallat
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
2005-09-26deal with xargs new behaviour by using -r, okay deraadt@Pedro Martelletto
2005-09-26bring in two changes from freebsd:Pedro Martelletto
2005-09-26terminate the buffer before calling regexec(3) when prompting forFederico G. Schwindt
2005-09-26Return EIO if reading fails.Mark Kettenis