Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt | |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller | |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl | |
pointed out by miod@ | |||
2005-12-13 | Pchip0 PCI memory starts at 0x80000000000, correct and use | Martin Reindl | |
P_PCI_MEM accordingly pointed out by KUDO Takashi in PR 4936 ok deraadt@ miod@ | |||
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller | |
in sys/cdefs.h) instead of _FOO_SOURCE. Also fix several namespace pollution issues, including the byte order defines. OK deraadt@ | |||
2005-12-12 | One procfs.h leftover there, too. | Miod Vallat | |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat | |
out of procfs and gets a ptrace request PT_{READ,WRITE}_{I,D} as argument; also procfs_checkioperm() becomes process_checkioperm(). From art@ some time ago; ok kettenis@ pedro@ | |||
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt | |
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others | |||
2005-11-23 | fix DEBUG build | Martin Reindl | |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-15 | enable bktr(4) and radio(4) on alpha | Robert Nagy | |
ok deraadt@ mickey@ | |||
2005-11-15 | add pcn on alpha and remove redundant pcn entry on i386 RAMDISK_CD | Brad Smith | |
2005-11-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-12 | no longer require boot_osflags being set to 'a' in the SRM for going ↵ | Martin Reindl | |
multiuser; setting boot_osflags to 's' explicitly will get us to singleuser as usual; very old SRM versions can only set 'a' or 's', but are still fine because we ignore 'a' now and default to multiuser idea and ok deraadt@, jsg@, testing by many final ok miod@ | |||
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-11-03 | use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code. | Brad Smith | |
ok martin@ | |||
2005-10-30 | Remove unused pcb field (this should have been part of the fetch(9)/store(9) | Miod Vallat | |
removal ages ago). | |||
2005-10-28 | no more Mach-macros | Martin Reindl | |
2005-10-21 | remove two unused and deprecated Mach macros, alpha_round_page() and | Martin Reindl | |
alpha_trunc_page() looks ok to Miod | |||
2005-10-17 | Rename ncpus to alpha_ncpus so that MI ncpus matches the number of | Miod Vallat | |
attached processors; deraadt@ ok | |||
2005-10-02 | enable ath(4) on alpha. | Reyk Floeter | |
ok martin@ deraadt@ | |||
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback | |
This changes the architectures which use code identical to the amd64 disksubr.c. macppc seems different so it will be separate. The remaining archs don't try to read a DOS label. ok deraadt@ | |||
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@ |