Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-27 | add a C-c target, so we can use it as a prefix for keybindings. | Kjell Wooding | |
Now you can do something like: global-set-key "\^c\^c" compile in your ~/.mg | |||
2008-08-27 | exposed too much, only expose prototype outside ifdef | Martynas Venckus | |
2008-08-27 | delete unused pragma ident junk | Theo de Raadt | |
2008-08-27 | comment fixes | Martynas Venckus | |
2008-08-27 | fix 128-bit division. gcc mangled arguments when passing to the | Martynas Venckus | |
__udivti3, because MUST_PASS_IN_STACK always returned 1 on amd64; pr#5780 reported by Simon Kuhnle tested by Simon Kuhnle, sthen@, brad@ double-checked & tweak from miod@ ok sthen@, brad@ | |||
2008-08-26 | Fix an if (); typo. ok beck@ | Jonathan Gray | |
2008-08-26 | another ups to knock out of being a uhid | Theo de Raadt | |
2008-08-26 | sync | Theo de Raadt | |
2008-08-26 | new devs | Theo de Raadt | |
2008-08-26 | Fix alignment panic on sparc64 by removing a wrong __packed. While | Marcus Glocker | |
there reorder fields in the struct to make it shorter on 64 bit archs. panic reported by jasper@ thanks to miod@ for helping me debug this down | |||
2008-08-26 | Fix a couple of problems that may make gem(4) get stuck: | Mark Kettenis | |
1. If bus_dmamap_load_mbuf() fails because there are not enough segments in the map, defrag the mbuf. 2. If there are not enough free (hardware ring) descriptors, set IFF_OACTIVE and keep the packet on the queue. 3. If there is some other resource starvation that makes bus_dmamap_load_mbuf() or defragmentation fail, drop the packet. Don't set IFF_OACTIVE, since the Tx ring could be empty and we'd be stuck. 4. Only pass packets that are actually handed off to the hardware to BPF. Do so before handing them off to the hardware to make sure the packet isn't freed behind our back. ok dlg@ | |||
2008-08-26 | Stylus pressure sensor is active low, so invert the logic converting it | Miod Vallat | |
to button #5. | |||
2008-08-26 | Better strategy to single out onboard bge(4)'s on sparc64 machines. | Mark Kettenis | |
ok deraadt@ | |||
2008-08-26 | When using the not-documented-but-ought-to 'boot sd(...)file' syntax (e.g. | Miod Vallat | |
when mopbooting the bootblocks because one trashed the ones on disk by accident), be sure to use the proper BDEV_SDx rpb device type value, depending on the type of onboard controller. Crank version. | |||
2008-08-26 | - add F | Martynas Venckus | |
- make inf INF nan NAN comply to standards (eEfFgG) - extend man page bits ok millert@. w/ a man page tweak and ok jmc@ | |||
2008-08-26 | don't zero-pad special values. ok millert@ | Martynas Venckus | |
2008-08-26 | Plug potential memory leak. | Mark Kettenis | |
"looks sane to me" otto@, ok miod@ | |||
2008-08-26 | we need to call pf_pkt_addr_changed here too. found by david | Henning Brauer | |
2008-08-26 | call pf_pkt_addr_changed instead of manually clearing the pf state key ptr | Henning Brauer | |
2008-08-26 | introduce a function to be called when addressing information has changed, | Henning Brauer | |
pf_pkt_addr_changed. atm just clears the state key pointer. calling this is cleaner than having other parts of the stack clearing pointers in the pf part of the mbuf packet header directly. | |||
2008-08-26 | libbfd and libopcodes no longer built; | Jason McIntyre | |
2008-08-26 | Update comment to mention the 8211C. | Brad Smith | |
2008-08-26 | Mention the 8211C. | Brad Smith | |
2008-08-26 | regen | Brad Smith | |
2008-08-26 | Add the PCI id for the Broadcom BCM5785 Ethernet controller. | Brad Smith | |
2008-08-26 | regen | Joel Sing | |
prompted by todd@ | |||
2008-08-25 | correct +name handling; schwarze@usta.de | Theo de Raadt | |
2008-08-25 | two spelling fixes from Anathae Townsend; | Jason McIntyre | |
2008-08-25 | - usb stuff | Jasper Lievisse Adriaanse | |
2008-08-25 | Make all combinations of G, P, J and zero-fill work with as little | Otto Moerbeek | |
effort as possible in most cases; ok djm@ | |||
2008-08-25 | We can install from a CD-ROM now... | Joel Sing | |
2008-08-25 | use ?= for adjusting RELXDIR for all sets | Theo de Raadt | |
2008-08-25 | Now that the rest of the infrastructure is in place, actually create a | Joel Sing | |
working installXX.iso for OpenBSD/sgi! ok deraadt@ | |||
2008-08-25 | - add a bunch of enabled usb devices that have been tested. | Jasper Lievisse Adriaanse | |
together with the previous commits by jsing@, OpenBSD/sgi does USB now. ok jsing@ miod@ | |||
2008-08-25 | Make sgivol(8) use the device sector size for reads and writes. This allows | Joel Sing | |
us to use sgivol on devices which have a sector size != DEV_BSIZE, such as a CD drive. ok miod@ krw@ | |||
2008-08-25 | Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus space | Joel Sing | |
accessors to OpenBSD/sgi. ok miod@ | |||
2008-08-25 | regen | Joel Sing | |
2008-08-25 | Add USB devices. | Joel Sing | |
ok miod@ jasper@ | |||
2008-08-25 | Add device majors for USB character devices in OpenBSD/sgi. | Joel Sing | |
ok miod@ jasper@ | |||
2008-08-25 | Unbreak. | Joel Sing | |
ok miod@ | |||
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado | |
ok ratchov@ | |||
2008-08-25 | If partoffp is non-NULL then readdoslabel() is just looking for the | Kenneth R Westerback | |
correct address to write the passed label. Don't spoof partitions while looking for the address, as this could result in an invalid label being written out. "That looks right" deraadt@ "Looks good to me" miod@ | |||
2008-08-25 | Correctly invalidate attribute cache entries in case the vnode mode | Pedro Martelletto | |
changes, okay beck@, tedu@ and thib@. | |||
2008-08-25 | how about i commit what was actually approved? wrong tree, bad todd ;-( | Todd T. Fries | |
2008-08-24 | o implement proper volume control table based on chipset docs | Todd T. Fries | |
o attempt to make record work (but silence for now) from drahn@, ok maja@, drahn@ | |||
2008-08-24 | prepends, not overrides default search path. with/ok kurt@ | Martynas Venckus | |
2008-08-24 | Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry | Theo de Raadt | |
has subsystem ids set to the same as the regular ids, so the heuristic does not work. So look for the TAD,Viper machine name. When we get our hand on a Bullfrog (with a PCI slot) we will need to revisit this. ok kettenis | |||
2008-08-24 | ralink firmware on the ramdisk | Theo de Raadt | |
2008-08-24 | many more devices for the RAMDISK | Theo de Raadt | |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat | |