summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-15This has been rewritten in perl as parse_structinfo.plPhilip Guenther
ok miod@
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
- switch to perl for better data structures and (thus) speed - fix a couple glitches in the interpretation of the stabs output - compress the strings by putting them in one big array and overlaying suffixes - all sizes and offsets are <64k, so use u_short for them This results in ~60% reduction in the resulting text size and it now takes less than a second to create on fast platforms. ok miod@
2013-10-15Remove BUGS section, it got fixed a few months ago.Miod Vallat
2013-10-15steal manpages from mvme88kMiod Vallat
2013-10-15it's supposed to be test first, commit afterwardsMiod Vallat
2013-10-15regenMiod Vallat
2013-10-15ramdisk needs diskmap. Found the hard way.Miod Vallat
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
OK claudio@
2013-10-15tweak previous;Jason McIntyre
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15First shot at installation media for aviion, and updated documentation.Miod Vallat
2013-10-15In readvdmlabel(), be sure to have *partoffp initialized in all cases.Miod Vallat
2013-10-15Remove the multicast filter from the ``real'' interface when destroyingMartin Pieuchot
a vxlan(4) interface and convert some splnet() to splsoftnet() when appropriate. ok reyk@
2013-10-15Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.Antoine Jacoutot
Make the x11/gnome MODULE description a bit easier to read.
2013-10-15no more a.out support hereTheo de Raadt
2013-10-15repair typo talking about a.outTheo de Raadt
2013-10-15this does not need sys/exec_ecoff.hTheo de Raadt
(bit suprising)
2013-10-15tedu a.out supportTheo de Raadt
2013-10-15The ERL Ethernet is supported now and can be booted over NFS. Reflect thatBrian Callahan
in the installer notes. ok jmatthew@
2013-10-15remove last bits of a.out supportTheo de Raadt
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
400 and 4300. Limited to PIO mode only for now, until the DMA controller is tamed. Heavily based upon the MI aic(4) driver.
2013-10-15Fix detach -a by skipping clients where the session is NULL.Nicholas Marriott
2013-10-14Display correct values (i.e. blocks where blocks are meant) inKenneth R Westerback
diskerr() messages by doing DL_SECTOBLK() dance repeatedly.
2013-10-14Use DL_SECTOBLK() instead of handrolling same calculation to getKenneth R Westerback
wdsize() return value.
2013-10-14whitespace at EOL; pointed out by markus@Damien Miller
2013-10-14refactor client config code a little:Damien Miller
add multistate option partsing to readconf.c, similar to servconf.c's existing code. move checking of options that accept "none" as an argument to readconf.c add a lowercase() function and use it instead of explicit tolower() in loops part of a larger diff that was ok markus@
2013-10-14XXsize() returns daddr_t, so calculate the return value in a daddr_tKenneth R Westerback
variable and not (usually) an int. ok miod@
2013-10-14add a "Match" keyword to ssh_config that allows matching on hostname,Damien Miller
user and result of arbitrary commands. "nice work" markus@
2013-10-14Add logging of session starts in a useful format; ok markus@ feedback andDamien Miller
ok dtucker@
2013-10-14Fix a couple of style(9) nits.Sylvestre Gallon
ok patrick@
2013-10-14Add some consistency using uint_t everywhere instead of mixing uint_tSylvestre Gallon
and u_int_t. ok patrick@
2013-10-14Tedu some heavy debug code that is not needed anymore.Sylvestre Gallon
No functional changes. ok patrick@
2013-10-14tedu ecoff supportTheo de Raadt
2013-10-14By passing invalid values in the routing message, root could crashAlexander Bluhm
the kernel from user land. Add a null pointer check as quick fix. OK blambert@ claudio@
2013-10-14tweak previous;Jason McIntyre
ok djm
2013-10-14Remove obsolete ioctl defines and struct (I overloaded the pflowReyk Floeter
ioctls when I started vxlan, but replaced them later with own ifr-based ioctls). Found by mpi@
2013-10-14Make use of satosin() when applicable plus a couple of style nits.Martin Pieuchot
ok reyk@
2013-10-14Add a boot(8) manual, issue reported by landry@Martin Pieuchot
ok jmc@
2013-10-14Change the macros used to iterate over the multicast records of anMartin Pieuchot
interface to not depend on the global list of addresses. For IPv4 the IP_TO_IA() macro still depends on the global list of addresses because we want to be sure to grab the first configured address of an interface, where the records are linked. Tested by sthen@, ok henning@
2013-10-14If a transfer terminates with an I/O error status, do not modify theMartin Pieuchot
pipe to stop enquening the next transfer before the done() function has been called. This should fix the hangs seen when unplugging a USB keyboard attached to uhci(4). Problem reported by dcoppa@ and Peter Kane
2013-10-14Using 'cc -o /dev/null' has weird side-effects as root, so use a real filePhilip Guenther
problem noted by deraadt@
2013-10-14handle DESTDIR; with guentherTheo de Raadt
2013-10-14Missed the file renames for the string functions when committing thePhilip Guenther
DIST_LIB/DIST_OBJ/*.do changes
2013-10-14Add vxlan.4Reyk Floeter
2013-10-14set openings to 64 like the linux driver sort of does. if a vendor saysDavid Gwynne
something it isnt as magical as something i made up, right?
2013-10-14add 7.5kbit DH groupsDarren Tucker
2013-10-14count number of lines in moduli input file and pass to the testingDarren Tucker
ssh-keygen process. this will let it provide an completion time estimate.
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim. Thanks to naddy@ for bringing these to my attention.
2013-10-14defer the first update of the sensor as late in the boot process we canDavid Gwynne
but running it from the mountroot hooks. this means the clock will be attached and therefore better to compare the hypervisors clock against. before we used to get ridiculous timedeltas, which if ntpd used to set the time with on startup (ie, ntpd -s) would make us think we were in 2057 or 2104. ok jmatthew@
2013-10-14Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.Philip Guenther
Add the new files to the clean target's rm list. "why not get it tested?" deraadt@