summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Collapse)Author
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-14Make clock_t consistent across platforms as a 32 bit int. OK deraadt@Todd C. Miller
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd 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-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
cruft for old compilers and environments. there may be a 2nd round of polishing after this; ok miod and others
2005-11-24splimp -> splhighBrad Smith
ok martin@
2005-11-24splimp -> splubaBrad Smith
ok martin@
2005-11-24splimp -> spl6Brad Smith
ok martin@
2005-11-24splimp -> splbioBrad Smith
ok martin@
2005-11-24splimp -> splvmBrad Smith
ok martin@
2005-11-24splimp -> splnetBrad Smith
ok martin@
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd 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-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-12Make sure we only touch associated processes of physical buffers.Pedro Martelletto
Okay deraadt@.
2005-11-08use atop()Martin Reindl
2005-11-06Kill deprecated vm_offset_t and vm_size_t types on vax.Miod Vallat
2005-09-15In syscall(), do not recompute the struct proc * after the syscall hasMiod 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-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
processes. ok art@ uwe@ (some time ago)
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; ↵Theo de Raadt
tested by unpronounceable
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
ok deraadt@
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
ok deraadt@
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-06-30oops, used USRPTSIZE incorrectlyTheo de Raadt
2005-06-2940MB virtual address space in p0; start mmap's 8MB into the data segmentTheo de Raadt
ok tdeval
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
replace it with strchr(). tested and ok martin@, ok deraadt@.
2005-06-08remove netns crud.Henning Brauer
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>Miod Vallat
can be (and is) included by assembly source.
2005-06-07remove NETISR_ISO and NETISR_CCITTMartin Reindl
ok henning@
2005-05-25comment typoJason Wright
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
statements, ends up in slightly better code and fewer memory access.
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-10- add vax optimized in4_cksumBrad Smith
- de register and use ANSI prototype From NetBSD ok miod@
2005-05-06Use *ENTRY() macros for function prologues, rather than providing theMiod Vallat
register save mask as a number. ok hugh@
2005-05-06Use <machine/psl.h> instead of redefining PSL bits.Miod Vallat
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
case sun4c/sun4 -- because address space is more constrained
2005-04-04Nuke pmap_bootstrap_alloc(), not used anymore.Miod Vallat
2005-03-31Reduce MAX and Default DATA Segment sizes to leave more MMAP space forThierry Deval
use by mmap_malloc. This change and MMAP(2) malloc need some care to rebuild the system. I definitely suggest using a snapshot when it appears in the coming days. For the daring people : - update src - build and install new kernel, no reboot yet - build and install new libc - build and install new gcc - build and install new make - build and install new binutils - reboot - make build (thanks martin@)
2005-03-30first 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-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-01-27long unused and/or documented in better places alreadyMartin Reindl
'no strong objection' hugh@