Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat | |
succeeded. This used to be necessary for fork(), when returning in the child, but we return in the child in child_return() which does TRT. ok art@ | |||
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat | |
processes. ok art@ uwe@ (some time ago) | |||
2005-09-10 | beef up and correct the example section | Martin Reindl | |
2005-08-29 | setpu stack for primary boot at 0x30000 after the load address. | Michael Shalayeff | |
this allows netbooting uncompressed kernels on newer alphas. this shall be addressed futher after the release. deraadt@ ok | |||
2005-08-10 | suggested by art, go for it deraadt, ok miod@ | Todd T. Fries | |
remove ECOFF support | |||
2005-08-06 | If a process has trashed its stack, use sigexit() instead of psignal() to | Miod Vallat | |
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@ | |||
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | knf | Theo de Raadt | |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat | |
2005-07-31 | unfortunately de(4) no longer fits | Theo de Raadt | |
people who add to the kernel without thinking of the growth caused this | |||
2005-07-24 | Be more permissive when checking the interrupt vector for devices tied to | Miod Vallat | |
the ISA interrupts; from NetBSD. | |||
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-06-20 | add ral(4) | Martin Reindl | |
ok deraadt@ | |||
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-17 | Override cpu_switch() with a faster version if we can use BWX instructions. | Miod Vallat | |
From RusticBSD, ok deraadt@ | |||
2005-06-17 | Allow ev56 opcodes in the .s files by default (gas on alpha does not yet have | Miod Vallat | |
.ev56, .ev4, etc, in-file modifiers). | |||
2005-05-30 | even shorter | Theo de Raadt | |
2005-05-30 | shrink alpha boot blocks another little bit | Theo de Raadt | |
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-25 | comment typo | Jason Wright | |
2005-05-24 | fix links target | Uwe Stuehler | |
2005-05-24 | move sk(4) and epic(4) out of the untested section | Brad Smith | |
2005-05-17 | add epic(4) under the untested section. | Brad Smith | |
ok martin@ | |||
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | fixes and updates for root device detection from NetBSD: | Martin Reindl | |
- remove unneeded checks and variables - use strncasecmp() to check b->protocol because the case is dependant on the firmware revision - check logical unit numbers - consistently check PCI function numbers - on the 6600 models check which PCI hierarchy is looked at - makes root device detection on DS20 (6600) work testing by claudio, xsa and miod; ok miod@ | |||
2005-05-09 | - add alpha optimized in4_cksum | Brad Smith | |
- de register and use ANSI prototypes From NetBSD ok miod@ martin@ | |||
2005-05-06 | generate vim-compatible tag files, from netbsd | Pedro Martelletto | |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | spelling | David Krause | |
2005-05-01 | spacing; ok miod@ deraadt@ | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-04-28 | shrink extra verbose crud | Theo de Raadt | |
2005-04-28 | shut up | Theo de Raadt | |
2005-04-21 | count fpu lazy context switches; deraadt@ ok | Michael Shalayeff | |
2005-04-21 | correct idiom for snprintf failure handling; ok beck | Theo de Raadt | |
2005-04-20 | Enable ural(4), appears to work fine. | Jonathan Gray | |
2005-04-19 | nothing uses spllowersoftclock() anymore | Michael Shalayeff | |
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt | |
case sun4c/sun4 -- because address space is more constrained | |||
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt | |
it is likely a slight bug or two will sneak in with this, so everyone please keep an eye out on your disklabels | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-25 | Enable re(4) on alpha. | Jonathan Gray | |
2005-02-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
2005-01-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie | |
2005-01-04 | enable ehci | Jonathan Gray | |
2005-01-03 | re-enable ohci and uhci | Theo de Raadt | |