Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-11 | A zero-length partition is a non-partition, so reject a partition | Kenneth R Westerback | |
length of 0. And anyway PRT_fix_CHS() writes garbage when length is zero. Refresh the in-memory copy to reflect any data that was written out, so you can see that your changes have taken effect. Surprise behaviours noted by matthew@ at c2k11. | |||
2011-11-11 | Remove a bogus check which dereferences an uninitialised pointer. | Joel Sing | |
From Pedro Martelletto. ok krw@ mikeb@ | |||
2011-11-11 | When rebuilding check the size of the replacement chunk against the | Joel Sing | |
coerced size rather than the physical size of another chunk. | |||
2011-11-11 | hppa64 uses binutils 2.17. | Joel Sing | |
ok kettenis@ | |||
2011-11-11 | Remove unused sv_sensor_valid variable. | Joel Sing | |
2011-11-11 | When setting up a bootable softraid volume, do not try to save the boot | Joel Sing | |
blocks or boot loader to chunks that are not online. ok mikeb@ | |||
2011-11-11 | Allow 64bit -> arm cross compilation as it appears safe (amd64 -> arm at least) | Dale Rahn | |
include bsd.own.mk to get the correct compiler architectures (if only Makefile.cross is used) | |||
2011-11-11 | Re-add overro board support. ok drahn@ | Matthieu Herrb | |
2011-11-11 | regen | Gleydson Soares | |
2011-11-11 | add support for HUAWEI Mobile E173s | Gleydson Soares | |
tested by me ok jsg@ sthen@ jmc@ | |||
2011-11-10 | Assert copyright; spotted by drahn@ | Uwe Stuehler | |
2011-11-10 | Missing UART irqs. | Dale Rahn | |
2011-11-10 | Eliminate more useless differences between hppa and hppa64 | Theo de Raadt | |
2011-11-10 | setting COM_FREQ here is very wrong | Theo de Raadt | |
2011-11-10 | Missing interrupts on gpio. | Dale Rahn | |
2011-11-10 | mindless unification with hppa64; remove meaningless differences before | Theo de Raadt | |
attacking the complicated stuff | |||
2011-11-10 | Reduce autoconf(4) overuse on beagle | Uwe Stuehler | |
Renamed `ahb' to `omap' and extended it to configure the on-chip devices directly, based a board-specific table instead of trying to maintain addresses, interrupt numbers and such for two OMAP variants in the same config file. This may be an intermediate step, but should provide us some relief already. :) Suggestions from deraadt and drahn; ok drahn@ | |||
2011-11-10 | Recognize a few more v6 and v7 instructions. | Miod Vallat | |
2011-11-10 | Use STDIN_FILENO instead of magic constant 0 | Charles Longeau | |
ok gilles@ | |||
2011-11-10 | Remove unused %s from a printf(), properly cast const void* to const | Kenneth R Westerback | |
int*. From Marco Trillo via tech@ long ago. | |||
2011-11-10 | Fix bug where 'now' recomputation was incorrect, | Dale Rahn | |
do not bother subtracting the old 'now' from the 64bit counters to determine which was sooner, add event counters for the clock/stat Do not have timers unless debugging the driver. Switch statclock to multiple of hz; | |||
2011-11-10 | Fixed config_pending calls in sdmmc(4) | Uwe Stuehler | |
Root on SD/MMC card did not work reliably because the config_pending state was cleared too early. This change will clear config_pending only after the card discovery has actually completed once. ok deraadt@ drahn@ | |||
2011-11-10 | Death to inappropriate whitespace. First one pointed out by Brad. | Kenneth R Westerback | |
2011-11-10 | Deal with the register offset on omap4430 where the registers moved by 0x100. | Dale Rahn | |
2011-11-10 | Add gumstix overo support. It's very similar to be beagleboard at this | Matthieu Herrb | |
point. So add it's card id and handle it like the beagleboard. ok drahn@, miod@ | |||
2011-11-09 | List some devices now supported by cdce(4). | Stuart Henderson | |
2011-11-09 | Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4). | Stuart Henderson | |
This is available with at least Ericsson-derived HSPA cards (e.g. Dell 5530/5540) and provides a nice alternative to using them in ppp mode. From Rivo Nurges (rix at estpak ee), ok jsg@ | |||
2011-11-09 | Change fork1() and kthread_create() to match the rest of the tree | Philip Guenthe | |
and use curp vs p instead of p1 vs p2. Add curpr and pr variables for the respective struct processes. Make sigactsshare() return the shared sigacts intead of taking the struct proc to update. ok deraadt@ | |||
2011-11-09 | Add the __cerror asm bits for per-thread errno support for powerpc. | Mark Kettenis | |
ok guenther@ | |||
2011-11-09 | Add magic to use %r2 as the userland thread register. | Mark Kettenis | |
ok guenther@ | |||
2011-11-09 | getcwd() buffer's length can be smaller than 1024. In that case it will | Federico G. Schwindt | |
fail with errno set to ERANGE if not enough room is provided. Similar for getlogin_r() so remove minbytes enforcement attribute. ok kettenis@ guenther@ deraadt@ on getcwd, deraadt@ on getlogin_r. | |||
2011-11-09 | openbsd will never support __ARMEB__, so remove it here | Jasper Lievisse Adriaanse | |
ok deraadt@ | |||
2011-11-09 | If directly open /dev/wskbdX, then wskbdX be removed from mux wskbd, | Alexandr Shadchin | |
but if close wskbdX, wskbdX not returned to mux. Fix it. ok miod@ | |||
2011-11-09 | Auto-repeat keys in WSKBD_RAW mode is not needed. | Alexandr Shadchin | |
WSKBD_RAW mode used in X, but X independently implements auto-repeat keys. ok miod@ | |||
2011-11-09 | State expire time is a baseline time ("last active") for expiry | Camiel Dobbelaar | |
calculations, and does _not_ denote the time when to expire. So it should never be added to (set into the future). Try to reconstruct it with an educated guess on state import and just set it to the current time on state updates. This fixes a problem on pfsync listeners where the expiry time could be double the expected value and cause a lot more states to linger. Timeout code from mikeb. Found and testing by Maxim Bourmistrov. ok mikeb dlg | |||
2011-11-09 | Fix manual wfi instruction encoding. | Miod Vallat | |
2011-11-09 | Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen. | Nicholas Marriott | |
2011-11-09 | sync | Theo de Raadt | |
2011-11-09 | Oh yeah, with TLS-lite we can get the thread handle without walking the | Philip Guenthe | |
thread list reminded by dhill@ | |||
2011-11-09 | Missing argument to error printf() | Miod Vallat | |
2011-11-09 | In pmap_remove(), don't forget to do tlb flushes even in the !pmap_cachevivt | Miod Vallat | |
case. ok drahn@ | |||
2011-11-09 | Use the new priority as the priority to check against, | Dale Rahn | |
not the current (not yet lowered) priority. problem spotted by miod. | |||
2011-11-09 | External ampintc interrupts need to add 32 to the interrupt number, | Dale Rahn | |
while 'internal' should not. no complaints uwe@ miod@ | |||
2011-11-08 | Regress for -z initfirst support | Philip Guenthe | |
2011-11-08 | ld.so initfirst regress test | Philip Guenthe | |
2011-11-08 | Cookies? Beagle don't need no stinkin' cookies. To get boot params | Kenneth R Westerback | |
anyways. ok (sight unseen) deraadt@ drahn@ | |||
2011-11-08 | Make the userland bits actually compile. | Mark Kettenis | |
ok guenther@ | |||
2011-11-08 | Let beagle GENERIC work as 'swap generic'. | Kenneth R Westerback | |
ok deraadt@ drahn@ | |||
2011-11-08 | Now that the code is well tested, don't ask the firmware question | Theo de Raadt | |
anymore. Saves 141 precious bytes on the inside of the media. ok krw | |||
2011-11-08 | consistant "config bsd" lines; ok miod | Theo de Raadt | |