summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-05un-specialcase shallow/deep copy: create a normal new plist.Marc Espie
2012-05-05old libs outside of /usr/local should keep their directories around tooMarc Espie
2012-05-05Sync with renamed and new AMD Hudson-2 entries done in pcidevs r1.1640Stuart Henderson
2012-05-05syncStuart Henderson
2012-05-05Correct some of the existing AMD Hudson-2 entries for consistent naming,Stuart Henderson
2012-05-04Enable multi-threaded debugging on hppa.Mark Kettenis
2012-05-04Add __ic_invalidate_array to libgcc on sh.Mark Kettenis
2012-05-03esp/ah sequence number is unsigned and should be printed as such;Mike Belopuhov
2012-05-03Add pthread spinlock support.Paul Irofti
2012-05-02Oops, previous change had some unrelated changes that shouldn't have beenPhilip Guenthe
2012-05-02default-path has the same possibilities as new-window -c now.Nicholas Marriott
2012-05-02sq needs ifmedia attribute now, repairs RAMDISK_IP22Miod Vallat
2012-05-02s/ospfd/iscsid/ in commentGleydson Soares
2012-05-02s/snmpd/iked/ in commentGleydson Soares
2012-05-02remove redundant check; from lteo; ok haesbaertHenning Brauer
2012-05-02strncpy() -> strlcpy()Gleydson Soares
2012-05-02don't call getifmtu in -n mode, assume 1500. calling getifmtu requiresHenning Brauer
2012-05-01make fragment handling yet more customizableMarc Espie
2012-05-01properly pass extra parameters from State->new to init.Marc Espie
2012-05-01update currency exchange rates;Jason McIntyre
2012-05-01IPv6 support; mostly a sync with netbsd code done by itojun@Gleydson Soares
2012-05-01Eliminate the f_usecount ref count in struct file; instead of sleepingPhilip Guenthe
2012-05-01Correct the error path in execve when there's a race to single threadPhilip Guenthe
2012-04-30Use paged searches so we can handle larger directories. Servers that don'tJonathan Matthew
2012-04-30Add ifmedia support to sq(4).Miod Vallat
2012-04-30Pass the base address of the hpc to child devices, to let them be able toMiod Vallat
2012-04-30Correctly read board version information.Miod Vallat
2012-04-30allow a subclass to override that specific errorMarc Espie
2012-04-30Check for nat_range_high before creating the PF nat rule.Christiano F. Haesbaert
2012-04-30Add a -s flag to ftp(1) to let the user specify the source IP addressChristiano F. Haesbaert
2012-04-30Add a sample line for groupdn (commented by default).Antoine Jacoutot
2012-04-30add 'groupdn' option for specifying a separate base DN for group searches.Jonathan Matthew
2012-04-30make the reading of packing-lists amenable to further annotations, such asMarc Espie
2012-04-30move code around a bit moreMarc Espie
2012-04-30The message-body should be forwarded for GET,HEAD and OPTIONS methods as well.Sebastian Benoit
2012-04-30more refactorMarc Espie
2012-04-30just a bit of refactoring, make sure option handling is done in state,Marc Espie
2012-04-30generalise ksh keybinding system - bindings are no longer limited inDamien Miller
2012-04-29Add a flag to move-window to renumber the windows in a session (closingNicholas Marriott
2012-04-29punctuation needs to be space separated;Jason McIntyre
2012-04-29Recognize 85230 chips, and take advantage of their FIFOs to reduce theMiod Vallat
2012-04-29I am not sure what the mess with the wiring of carrier lines on Indigo resolvesMiod Vallat
2012-04-29repair src/xsrc handlingMarc Espie
2012-04-29Use int not u_char for colours from options since they may have bit 8Nicholas Marriott
2012-04-28Be sure to initialize the `state' member of the softc when attaching theMiod Vallat
2012-04-28Only trust giofb_consid if non-zero.Miod Vallat
2012-04-28Rework the definition of label_t to get it correctly aligned to an 8 byteMiod Vallat
2012-04-28explain why the base pseudo-handle is a dirty hack and why it's lessMarc Espie
2012-04-28File::Path::rmtree is very stupid and spews out warning messages if there'sMarc Espie
2012-04-28document sqlite3;Jason McIntyre