summaryrefslogtreecommitdiff
path: root/sys/arch/vax
AgeCommit message (Expand)Author
2006-01-30When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant;Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-17Use angle bracket and no relative paths for all include files which are notMiod Vallat
2006-01-13Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst ourTodd C. Miller
2006-01-11Use bounded string functions while constructing the disassembly lines; plusMiod Vallat
2006-01-11Let's move the orphans to the Attic.Miod Vallat
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-04add sysctl machdep.console_device supportMartin Reindl
2006-01-02Check db_console before entering ddb.Miod Vallat
2006-01-02No need to check for P_INMEM in process_set_pc() and process_sstep(), as theseMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2006-01-01Don't need to include machine/types.h here. OK and tested by miod@Todd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-23Make sure child_return() returns with carry clear and r0 = r1 = 0.Miod Vallat
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback
2005-12-20Vax does not need to __HAVE_PMAP_PHYSSEG.Miod Vallat
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
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
2005-11-24splimp -> splhighBrad Smith
2005-11-24splimp -> splubaBrad Smith
2005-11-24splimp -> spl6Brad Smith
2005-11-24splimp -> splbioBrad Smith
2005-11-24splimp -> splvmBrad Smith
2005-11-24splimp -> splnetBrad Smith
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
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
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
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-08-24some scsi xs transactions can come in without a buffer pointer obviously; tes...Theo de Raadt
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
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
2005-06-12index() function is deprecated and shouldn't be used in new code,Xavier Santolaria
2005-06-08remove netns crud.Henning Brauer