Age | Commit message (Expand) | Author |
2002-04-28 | A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall. | Miod Vallat |
2002-04-28 | Shave a few more bytes off bsd.rd | Miod Vallat |
2002-04-28 | Rename all PIL_* constants to IPL_* to match other archs and make them | Artur Grabowski |
2002-04-28 | Deal with xd commented out in files.mvme68k - this went unnoticed until you | Miod Vallat |
2002-04-28 | More dead beef here. | Miod Vallat |
2002-04-27 | Enable -Wall and friends for kernel compilations. | Miod Vallat |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-27 | 32 bit constraint is wrong, we think | Theo de Raadt |
2002-04-27 | Comment biodone as "must be called at splbio". | Artur Grabowski |
2002-04-27 | In proc_trampoline, lower the spl level to 0. This way kernel threads that are | Artur Grabowski |
2002-04-27 | Lots of cleanup to catch up with other m68k-based ports and modern code, | Miod Vallat |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller |
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller |
2002-04-26 | add WSDISPLAY_COMPAT_RAWKBD for XFree86 servers. | Matthieu Herrb |
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb |
2002-04-26 | newer gas is picky about misplaced .loc directives; comment'em out for now. | Federico G. Schwindt |
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller |
2002-04-26 | build release bsd.scsi3 from regular bsd file, by using config -e to | Theo de Raadt |
2002-04-26 | be more terse with output | Nathan Binkert |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert |
2002-04-26 | a little grammar | Michael Shalayeff |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt |
2002-04-26 | properly allocate dmable memory for buffers (no malloc); drahn@ ok and testing | Michael Shalayeff |
2002-04-26 | Fix spelling in comment and some whitespace. | Artur Grabowski |
2002-04-26 | minor tweaks | Theo de Raadt |
2002-04-26 | missed one; deraadt | Jason Wright |
2002-04-26 | 1024 bit max | Jason Wright |
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert |
2002-04-26 | disable cryptodevallowsoft again; constrain key bit sizes to % 32cryptodev.c | Theo de Raadt |
2002-04-26 | register as supporting modular exponentiation | Jason Wright |
2002-04-26 | sync | Nathan Binkert |
2002-04-26 | remove duplicate | Nathan Binkert |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert |
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert |
2002-04-25 | Harmonize some bootstrap procedures with hp300, and move some variables | Miod Vallat |
2002-04-25 | Use more symbolic constants rather than magic values... | Miod Vallat |
2002-04-25 | Factorize more common m68k definitions. | Miod Vallat |
2002-04-25 | <m68k/cpu.h> should be included when this <machine/cpu.h> is included from | Miod Vallat |
2002-04-25 | unfudge size_t vs. unsigned int parameters. | Marc Espie |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff |
2002-04-25 | do not map memory for malloc w/ execute perms. | Michael Shalayeff |
2002-04-25 | Cast and display memory sizes as long integers, to avoid displaying | Miod Vallat |
2002-04-24 | kernel API does not need the userland addresses, make them go away | Theo de Raadt |
2002-04-24 | be much more picky about which RCC products are multi-bridges | Theo de Raadt |
2002-04-24 | RAMDISK configurations for mac68k. | Miod Vallat |
2002-04-24 | revert, sys/param.h will need fixing first. | Marc Espie |
2002-04-24 | Make this not directly usable from userland. | Marc Espie |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright |