Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-09 | proper irq printout (like other busses) | Michael Shalayeff | |
2001-03-09 | differentiate fifo overrun errors | Michael Shalayeff | |
2001-03-09 | kernel will compile with -Werror. Added intr.h | Steve Murphree | |
2001-03-09 | Protect protypes, certain macros, and inlines from userland. Checked userland | smart | |
with a 'make build'. From NetBSD. art@ ok | |||
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵ | Theo de Raadt | |
just got cranked a little while ago. discussion with millert | |||
2001-03-09 | Move nanosleep() proto to from sys/time.h to time.h where it belongs. | Todd C. Miller | |
Problem noted by Jean-Baptiste Marchand | |||
2001-03-08 | Include <machine/asm_macro.h>, reorder include files list. | Miod Vallat | |
2001-03-08 | Define ff1() as a one-liner assembly inline, rather than a function in | Miod Vallat | |
locore_asm_routines. | |||
2001-03-08 | Forgot to add this file yesterday, as part of the new include files, | Miod Vallat | |
for convenience of drivers. | |||
2001-03-08 | Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a | smart | |
wrapper, so this removes a dependence on the old VM system. From NetBSD. art@ ok | |||
2001-03-08 | indentation | Artur Grabowski | |
2001-03-08 | Be more careful about who we treat as the syncer. | Artur Grabowski | |
2001-03-08 | make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors. | Jun-ichiro itojun Hagino | |
do not touch static ND entry on ND cache entry updates. couple of costmetic sync. sync with kame | |||
2001-03-08 | more missing splx. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-08 | Make struct wscons_keydesc public. To make it possible for kbd(1) to | Mats O Jansson | |
list known encodings. -moj ok @aaron | |||
2001-03-08 | move gif* and faith* into sys/conf/GENERIC. deraadt and angelos ok | Jun-ichiro itojun Hagino | |
2001-03-08 | configure usb devices and raid | Eric Jackson | |
2001-03-08 | remove bogus rtfree. inspired by fix to PR 1706. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-08 | Some warning hunting. | Miod Vallat | |
Define new include files for convenience, for use by drivers who can attach either to pcctwo or syscon, or need bug console routines. | |||
2001-03-08 | Some warning hunting. | Miod Vallat | |
2001-03-07 | and this will produce a cubios mickey | Michael Shalayeff | |
2001-03-07 | Correct argument order for branch_taken's callback function. | Miod Vallat | |
2001-03-07 | Fix open comment. | Miod Vallat | |
2001-03-07 | Simplification of the interrupt handler prototype and calling convention: | Miod Vallat | |
they can either ask for a fixed void* argument, or an execution frame, but not both anymore - no handler used this third flavour anyway. Add code for UKC. While there, some warning hunting. | |||
2001-03-07 | Correct the diagnostic code in flush_atc_entry. | Miod Vallat | |
This function may be called for a pmap which is not marked as tied to any cpu, which is acceptable behaviour. While there, some warning hunting. | |||
2001-03-07 | Include <machine/cpu.h> for non-locore code. | Miod Vallat | |
This makes sure code including <machine/param.h> will get prototypes for setsoftXXX macros - there is code in the tree which depends on this. | |||
2001-03-07 | Remove 68k-isms, fix interrupt handler prototypes, warning hunting. | Miod Vallat | |
2001-03-07 | Fix interrupt handler registration and prototypes. | Miod Vallat | |
While there, some warning hunting. | |||
2001-03-07 | Strict prototypes for interrupt handlers and a few machine-dependent | Miod Vallat | |
callbacks. While there, some warning hunting. | |||
2001-03-07 | Get rid of definitions of ASSEMBLER, LOCORE and such. We will get | Miod Vallat | |
the correct defines from the Makefile now. | |||
2001-03-07 | _KERNEL, not KERNEL, dammit ! | Miod Vallat | |
2001-03-07 | Inclusion from assembly code is detected with _LOCORE, no more fancy symbols. | Miod Vallat | |
2001-03-07 | General cleanup in the kernel compilation process, sync style with | Miod Vallat | |
other ports, add warning flags. | |||
2001-03-07 | ssh replaces siop here, too... | Miod Vallat | |
2001-03-07 | More careful spl usage for the IPSEC case in ip_output(); from angelos@ | Aaron Campbell | |
2001-03-07 | missing splx. from aaron. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-07 | lca and apecs buses need sgmap glue as well. | Eric Jackson | |
pointed out by wasilx@forest.ihep.su - PR1713 | |||
2001-03-07 | Remove a bogus rtfree(); PR 1706 | brian | |
2001-03-07 | Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaron | Mats O Jansson | |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell | |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell | |
and ignore it; from NetBSD. | |||
2001-03-07 | Missing splx() calls in failure cases. | Aaron Campbell | |
2001-03-07 | Missing splx() in failure case; deraadt@ ok | Aaron Campbell | |
2001-03-07 | Missing SPL_X(); deraadt@ ok | Aaron Campbell | |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat | |
Include ../../../conf/GENERIC in non-GENERIC configurations. Remove XT, which is no more different from GENERIC then. | |||
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat | |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat | |
other siop driver. Change siop-related defines to ssh-related defines everywhere. | |||
2001-03-07 | DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch() | Eric Jackson | |
2001-03-07 | 2nd bug on the road to shlibs on alpha: | Niklas Hallqvist | |
Off by one page when loading. |