summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-05Install a default ldapd.conf, and standard schema files in /etc/ldap.Martin Hedenfal
2010-06-05last pieceMarc Espie
2010-06-05move files after a discussion with Theo.Marc Espie
2010-06-05Explicitely pass a %sr register to fic instructions, instead of realying onMiod Vallat
2010-06-05tweak previous;Jason McIntyre
2010-06-05Couple of missing command aliases/flags, from Tiago Cunha.Nicholas Marriott
2010-06-05Take into account wav ``riff'' header when calculating the offsetAlexandre Ratchov
2010-06-05when parsing wav headers, check that a data chuck actually existsAlexandre Ratchov
2010-06-05Fix problems with window sizing seen by Raghavendra D Prabhu whenNicholas Marriott
2010-06-05Support the status_replace # replacement sequences in the pipe-paneNicholas Marriott
2010-06-05Shut up gcc4 warnings.Nicholas Marriott
2010-06-05This ioctl(TIOCGWINSZ) call is no longer necessary, the result is neverNicholas Marriott
2010-06-05modern syntaxMarc Espie
2010-06-05roughly halfway through dependencies check (really need to handleMarc Espie
2010-06-05in dev_close(), first terminate streams recording from the hardware,Alexandre Ratchov
2010-06-05When closing the device, request clients using a midi control slotAlexandre Ratchov
2010-06-05don't prime server buffers, because it's ugly and conceptuallyAlexandre Ratchov
2010-06-05when rekeying the GTK/IGTK, send the new key to clients, not theDamien Bergamini
2010-06-05Fix binding of C-Space/C-@, from Micah Cowan.Nicholas Marriott
2010-06-05Make start-of-line work the same as end-of-line on wrapped lines (jumpNicholas Marriott
2010-06-05Minimize changes against the ber.c in snmpd and ypldap. This also fixes anMartin Hedenfal
2010-06-05usage line and error out if pkg foo.Marc Espie
2010-06-05don't send clock ticks while buffers are being primedAlexandre Ratchov
2010-06-05there is no need to copy the full 802.11 header in ieee80211_decap()Damien Bergamini
2010-06-05'operational' takes a single 'n'Damien Bergamini
2010-06-05Don't send the initial position as a clock tick with a negative delta.Alexandre Ratchov
2010-06-05use lock_db(unshared), since we may tweak thingsMarc Espie
2010-06-05new command pkg_fsck, very incomplete for now. Runs only very basic checks.Marc Espie
2010-06-05add working cartwheelMarc Espie
2010-06-05be more specific as to what we keep. Less flicker in workingMarc Espie
2010-06-05interface tweaks:Marc Espie
2010-06-05move use to common partMarc Espie
2010-06-05have subst return a handle to written fileMarc Espie
2010-06-05Switch fsck_ffs(8) and fsdb(8) to opendev(3) so that they will soon be ableJoel Sing
2010-06-05Move ask_list() method to $state object like it's done for confirm(), soLandry Breuil
2010-06-05+diffMarc Espie
2010-06-05document front-end changesMarc Espie
2010-06-05Pass signal handlers a more clean FPU state (ie. the right modes) andTheo de Raadt
2010-06-05syncTheo de Raadt
2010-06-04centralize checking of packagenames. Avoid grabbing pkgnames that won'tMarc Espie
2010-06-04add ->spec to Conflict and use the same check as for depend during pkg_create.Marc Espie
2010-06-04Don't warn about not knowing what the bus clock is on core i7/i5/i3Jonathan Gray
2010-06-04Install the cert as well as the keys and make certs worldJonathan Gray
2010-06-04move code around, so that commands can be used as modules.Marc Espie
2010-06-04Missed this file in previous commit; previous commit message was:Bret Lambert
2010-06-04Use correct imsg type in error reply.Jacek Masiulaniec
2010-06-04rt_timer_queue_destroy() did not actually destroy, leading to a potentialBret Lambert
2010-06-04It is actually possible to dump IPv6 tables with "dump table" and notClaudio Jeker
2010-06-04Fix NAT-T detection to enable UDP encapsulation. It was done before,Reyk Floeter
2010-06-04Merge interface flags and xflags before printing them. So it is possible toClaudio Jeker