Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-05 | un-specialcase shallow/deep copy: create a normal new plist. | Marc Espie | |
(so don't copy FCONTENTS since it's automatically created) | |||
2012-05-05 | old libs outside of /usr/local should keep their directories around too | Marc Espie | |
2012-05-05 | Sync with renamed and new AMD Hudson-2 entries done in pcidevs r1.1640 | Stuart Henderson | |
From Brad, ok mikeb@ | |||
2012-05-05 | sync | Stuart Henderson | |
2012-05-05 | Correct some of the existing AMD Hudson-2 entries for consistent naming, | Stuart Henderson | |
and add some missing entries. Add some Radeon GPUs. From Brad, ok mikeb@ | |||
2012-05-04 | Enable multi-threaded debugging on hppa. | Mark Kettenis | |
2012-05-04 | Add __ic_invalidate_array to libgcc on sh. | Mark Kettenis | |
ok miod@, jsg@ | |||
2012-05-03 | esp/ah sequence number is unsigned and should be printed as such; | Mike Belopuhov | |
ok haesbaert, sthen, yasuoka, mpf | |||
2012-05-03 | Add pthread spinlock support. | Paul Irofti | |
Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@. | |||
2012-05-02 | Oops, previous change had some unrelated changes that shouldn't have been | Philip Guenthe | |
committed; roll them back. | |||
2012-05-02 | default-path has the same possibilities as new-window -c now. | Nicholas Marriott | |
2012-05-02 | sq needs ifmedia attribute now, repairs RAMDISK_IP22 | Miod Vallat | |
2012-05-02 | s/ospfd/iscsid/ in comment | Gleydson Soares | |
sure claudio@ | |||
2012-05-02 | s/snmpd/iked/ in comment | Gleydson Soares | |
ok henning@ | |||
2012-05-02 | remove redundant check; from lteo; ok haesbaert | Henning Brauer | |
2012-05-02 | strncpy() -> strlcpy() | Gleydson Soares | |
ok henning@ | |||
2012-05-02 | don't call getifmtu in -n mode, assume 1500. calling getifmtu requires | Henning Brauer | |
the interface in question to be there, breaking ruleset verification From: Silamael <Silamael at coronamundi dot de> | |||
2012-05-01 | make fragment handling yet more customizable | Marc Espie | |
2012-05-01 | properly pass extra parameters from State->new to init. | Marc Espie | |
2012-05-01 | update currency exchange rates; | Jason McIntyre | |
2012-05-01 | IPv6 support; mostly a sync with netbsd code done by itojun@ | Gleydson Soares | |
tweaks/OK henning@ sthen@ jmc@ jasper@ feedback/tests weerd@ brad@ (thanks) | |||
2012-05-01 | Eliminate the f_usecount ref count in struct file; instead of sleeping | Philip Guenthe | |
at the top of closef() until all in-progress calls finish, just do the advisory locking bits required of close() by POSIX and let whichever thread has the last reference do the call to the file's fo_close() method and the final cleanup. lots of discussion with deraadt@ and others; worked out with and ok krw@ | |||
2012-05-01 | Correct the error path in execve when there's a race to single thread | Philip Guenthe | |
the process. noted and ok markus@ | |||
2012-04-30 | Use paged searches so we can handle larger directories. Servers that don't | Jonathan Matthew | |
understand paging, such as ldapd(8), ignore it and return a single set of results as before. from Jim Smith, some tweaks and fixes by me, ok dlg@ | |||
2012-04-30 | Add ifmedia support to sq(4). | Miod Vallat | |
2012-04-30 | Pass the base address of the hpc to child devices, to let them be able to | Miod Vallat | |
figure out whether they attach to the onboard hpc or to an expansion slot (or the Challenge S IO+ mezzanine). No functional change (yet) | |||
2012-04-30 | Correctly read board version information. | Miod Vallat | |
2012-04-30 | allow a subclass to override that specific error | Marc Espie | |
2012-04-30 | Check for nat_range_high before creating the PF nat rule. | Christiano F. Haesbaert | |
From Lawrence Teo. ok camield, myself, mikeb. | |||
2012-04-30 | Add a -s flag to ftp(1) to let the user specify the source IP address | Christiano F. Haesbaert | |
of the connection. This is useful for testing ftp(1) over VPN tunnels. This -s flag is present in the other BSDs, including OS X. All work was done by Lawrence Teo, thanks (-:. ok myself mikeb | |||
2012-04-30 | Add a sample line for groupdn (commented by default). | Antoine Jacoutot | |
ok jmatthew@ | |||
2012-04-30 | add 'groupdn' option for specifying a separate base DN for group searches. | Jonathan Matthew | |
from Jim Smith, ok dlg@ | |||
2012-04-30 | make the reading of packing-lists amenable to further annotations, such as | Marc Espie | |
those that will be required for update-plist | |||
2012-04-30 | move code around a bit more | Marc Espie | |
2012-04-30 | The message-body should be forwarded for GET,HEAD and OPTIONS methods as well. | Sebastian Benoit | |
ok giovanni@, phessler@, henning@ | |||
2012-04-30 | more refactor | Marc Espie | |
2012-04-30 | just a bit of refactoring, make sure option handling is done in state, | Marc Espie | |
as should be, so we can reuse it without needing to duplicate all of pkg_create code. | |||
2012-04-30 | generalise ksh keybinding system - bindings are no longer limited in | Damien Miller | |
length and need not start with ESC or ^X; patch from marco@ feedback mpi@ | |||
2012-04-29 | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott | |
any gaps) and add an option to do this automatically each time a window is killed. From Thomas Adam. | |||
2012-04-29 | punctuation needs to be space separated; | Jason McIntyre | |
2012-04-29 | Recognize 85230 chips, and take advantage of their FIFOs to reduce the | Miod Vallat | |
amount of TX empty interrupts. | |||
2012-04-29 | I am not sure what the mess with the wiring of carrier lines on Indigo resolves | Miod Vallat | |
to, so make this controllable with device flags, and default to non-bogus wiring. | |||
2012-04-29 | repair src/xsrc handling | Marc Espie | |
fix it wrt FLAVOR/SUBPACKAGE passing | |||
2012-04-29 | Use int not u_char for colours from options since they may have bit 8 | Nicholas Marriott | |
set to mark them as 256-colour. Reported by Chris Johnson. | |||
2012-04-28 | Be sure to initialize the `state' member of the softc when attaching the | Miod Vallat | |
console keyboard, otherwise led update commands will never get transmitted. Noticed by sebastia@ | |||
2012-04-28 | Only trust giofb_consid if non-zero. | Miod Vallat | |
2012-04-28 | Rework the definition of label_t to get it correctly aligned to an 8 byte | Miod Vallat | |
boundary; this makes ddb usable again. | |||
2012-04-28 | explain why the base pseudo-handle is a dirty hack and why it's less | Marc Espie | |
confusing than the clean approach | |||
2012-04-28 | File::Path::rmtree is very stupid and spews out warning messages if there's | Marc Espie | |
no cwd. Well, if there's no cwd, we don't care about getting back there, so wrap rmtree to just move to / before calling the real rmtree. | |||
2012-04-28 | document sqlite3; | Jason McIntyre | |