Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | Default DMA-reachable address constraints to the whole address space, and | Miod Vallat | |
narrow these in the various ipXX_machdep.c. On IP22-like systems, narrow them to 28 bit physical addresses, but unpessimize this by extending this to 32 bit after autoconf, if no 28-bit limited hpc(4) device has been found. Since physical memory on these systems start at 128MB, this means that Indigo systems with more than 128MB memory will behave correctly (and so will Indy systems with E++ boards and more than 128MB memory). | |||
2012-04-03 | Add documentation for the www/node module. | Jeremy Evans | |
OK sthen@ | |||
2012-04-03 | Call setusercontext() before chrooting, from Bjorn Ketelaars. | Stuart Henderson | |
2012-04-03 | regen | Miod Vallat | |
2012-04-03 | Do not turn keypad delete key into the other delete key when creating the | Miod Vallat | |
USB layouts; reported by opera@witworx.com, thanks! | |||
2012-04-03 | regen | Stuart Henderson | |
2012-04-03 | Fix typo in configure.ac, UNBOUND_CHOOT_DIR | Stuart Henderson | |
2012-04-03 | Fix kernel compilation with pf but without pfsync pseudo-device by | Mike Belopuhov | |
moving the state export functionality from pfsync code into pf. Based on the initial diff diff by guenther, ok henning. | |||
2012-04-03 | According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 | Mike Belopuhov | |
should be sent in response to an IPv6 packet with RH0. Improve this a bit further by filling in an icmp error pointer. With sperreault, ok sperreault, sthen | |||
2012-04-03 | bail if redirect destination is not unicast before doing other | Mike Belopuhov | |
expensive checks; ok sperreault, todd, sthen | |||
2012-04-03 | tweak previous; | Jason McIntyre | |
2012-04-02 | EISA bus attachment glue for Indigo 2 systems. Currently only tested with | Miod Vallat | |
PIO-only devices such as ep(4), with horrible performance on 3C579-TP. | |||
2012-04-02 | Fix memory leak in error path, originally based on a diff from jsg@. | Todd C. Miller | |
OK deraadt@ | |||
2012-04-02 | simplify the strlcpy/strlcat manual page substantially. do less | Theo de Raadt | |
explaining of "what a C string is", and make it more clear that these functiosn BEHAVE EXACTLY LIKE snprintf with "%s"! (anyone who wants to write a 'strlcpy considered harmful' paper should probably write a 'strlcpy and snprintf considered harmful' paper instead). note to those from other projects reading this commit message: It would be very good if this new manual was picked up in your project. ok jmc millert krw | |||
2012-04-02 | Update to tzdata2012c from munnari.oz.au | Todd C. Miller | |
2012-04-02 | make sure we strip the chroot prefix from all root variables, not just the | Robert Nagy | |
first one | |||
2012-04-02 | In r1.2, instead of making -fno-ident the default, its semantics have been | Pascal Stumpf | |
totally fucked up, effectively leading to inverted behaviour of the -fident and -fno-ident flags (while keeping the .ident string in by default). Revert it back to normal and default to -fno-ident. ok millert@ | |||
2012-04-02 | bring back an overwritten change which is essential for the chrooted | Robert Nagy | |
version to strip the chroot prefix from root paths | |||
2012-04-02 | sync | Theo de Raadt | |
2012-04-01 | Fix comment for mouse bits. | Nicholas Marriott | |
2012-04-01 | Fix some indentation. | Nicholas Marriott | |
2012-04-01 | Simplify mouse input function. | Nicholas Marriott | |
2012-04-01 | Minor style nits - return (). | Nicholas Marriott | |
2012-04-01 | update libexpat to 2.1.0. | Remi Pointel | |
use arc4random instead of rand/srand in generate_hash_secret_salt, spotted by nicm@ and deraadt@. ok nicm@ deraadt@. | |||
2012-04-01 | btd went away | Theo de Raadt | |
2012-04-01 | btctl can go too, jmc notices | Theo de Raadt | |
2012-04-01 | fix previous; | Jason McIntyre | |
2012-04-01 | Fix merge botch when porting this from NetBSD; we don't need to disable the | Miod Vallat | |
TX interrupts since the TX interrupt handler now correctly acknowledges it. | |||
2012-04-01 | Increase delay between chip register accesses. Fixes the console freeze during | Miod Vallat | |
install seen on IP22 and IP24. | |||
2012-04-01 | use our umask() before AF_UNIX bind() semantics; ok pyr | Theo de Raadt | |
2012-04-01 | move to the Attic | Theo de Raadt | |
2012-04-01 | remind people to think of the poor file descriptors | Theo de Raadt | |
with claudio and jmc | |||
2012-04-01 | Turn some errors down to info. | Nicholas Marriott | |
2012-04-01 | make this work on big endian archs again, broken in the last commit. | Jonathan Gray | |
fixes breakage noticed by landry@ on macppc | |||
2012-04-01 | Fix option name. | Nicholas Marriott | |
2012-04-01 | Add a layout history which can be stepped through with select-layout -u | Nicholas Marriott | |
and -U commands (bound to 'u' and 'U' by default). | |||
2012-04-01 | Update termtypes.master to terminfo.src from ncurses-5.9-20120331. | Nicholas Marriott | |
Mostly trivial changes. | |||
2012-04-01 | Add pane_current_path format, suggested by Mikolaj Kucharski. | Nicholas Marriott | |
2012-04-01 | Only exit mouse mode on scroll wheel when actually reaching the end of | Nicholas Marriott | |
the history, from James Nylen. | |||
2012-04-01 | Only find each window once no matter how many panes, from Jonathan | Nicholas Marriott | |
Daugherty. | |||
2012-04-01 | update currency exchange rates; | Jason McIntyre | |
2012-04-01 | error out if accept() fails | Theo de Raadt | |
2012-03-31 | Some whitespace/paren tweaks. Rename the mbr testing variable from | Kenneth R Westerback | |
'fattest' to 'mbrtest'. No change to .o. | |||
2012-03-31 | softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turned | Miod Vallat | |
out to be the same value). | |||
2012-03-31 | err(1, NULL) can drive people insane, so please avoid it. | Theo de Raadt | |
ok guenther | |||
2012-03-31 | Make fsck_msdos work with non-512-byte sector devices. Problem noted | Kenneth R Westerback | |
by and fixes tested by Alexey Vatchenko. Add a bunch of tests and error messages so whatever media/devices this breaks will be more easily fixed. Ignore invalid signatures since we have other checks and many media have missing signatures. Use character device to read disk even when called directly. | |||
2012-03-31 | sync cvsignore patterns. ok sthen@ | Matthieu Herrb | |
2012-03-30 | Expand the panic to show the malloc type and size. Okay deraadt@. | Paul Irofti | |
2012-03-30 | make the description of -c a little saner; ok nicm | Jason McIntyre | |
2012-03-30 | increase timeout to 5m when connecting to a remote mail server, as required | Charles Longeau | |
by the RFC 5321 (section 4.5.3.2.1.) ok gilles@ |