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