summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
2002-07-25Rework the color usage in wsemul_sun displays, to match SunOS and SolarisMiod Vallat
2002-07-25Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name,Miod Vallat
2002-07-25When building kernels with the SMALL_KERNEL option (typically, RAMDISK),Miod Vallat
2002-07-25really remove itTheo de Raadt
2002-07-25Obey LDSTATIC when building "generate".Artur Grabowski
2002-07-25remove the intrhand .comm, which was wrong, and is not neededTheo de Raadt
2002-07-25ELF_TOOLCHAIN except hppa for crtbegin and crtend.Artur Grabowski
2002-07-25add a few RFC 2142 suggested aliases, OK deraadt@Marco S Hyman
2002-07-25use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadtVincent Labrecque
2002-07-25 replace the ugly and buggy adjustname function by a simple one usingVincent Labrecque
2002-07-25this just had to go inHenning Brauer
2002-07-25Check snprintf() rval for < 0; OK deraadt@Todd C. Miller
2002-07-25house cleaning, also fix a couple of incorrect bit definitions in theJason Wright
2002-07-25correct MTU check. sync w/kameJun-ichiro itojun Hagino
2002-07-25real vforkMichael Shalayeff
2002-07-25a few breakages w/ -current, maybe some other mickey might decide to fix thoseMichael Shalayeff
2002-07-25better kdbprinttrap() and copy over the frame into the db_regs when already s...Michael Shalayeff
2002-07-25preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@Michael Shalayeff
2002-07-25kcopy is a space-to-space copy from kernel space, to guess where, -- to the s...Michael Shalayeff
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-07-25handle < 0 and such betterTheo de Raadt
2002-07-25only one trap generates exec fault and fetches the fault address from the pc ...Michael Shalayeff
2002-07-25syncNathan Binkert
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-07-25Modify lvalue only once between sequence points. ok deraadt@Thomas Nordin
2002-07-25Compare with the same type. ok deraadt@Thomas Nordin
2002-07-25FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.mouring
2002-07-25syncNathan Binkert
2002-07-25typoNathan Binkert
2002-07-24syncNathan Binkert
2002-07-24new devicesNathan Binkert
2002-07-24Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@Thomas Nordin
2002-07-24use properly sized regs for the prefix, only matters w/ picky binutils, old g...Michael Shalayeff
2002-07-24Also check for snprintf() returning < 0Todd C. Miller
2002-07-24Sanity check snprintf() return values before using them. OK deraadt@Todd C. Miller
2002-07-24What on earth possessed me to use %p instead of %m in syslog() toTodd C. Miller
2002-07-24add *asprintfTheo de Raadt
2002-07-24Document that *printf can return -1 on error. This includes snprintf(),Todd C. Miller
2002-07-24spacesTheo de Raadt
2002-07-24Sanity check snprintf() return values before using them. It is legal forTodd C. Miller
2002-07-24 o Mention that interval timers are cleared (FreeBSD)Todd C. Miller
2002-07-24better uid/gid tracking; okay deraadt@Niels Provos
2002-07-24if it appears we are disassembling insn at the pc do not cause an extra memor...Michael Shalayeff
2002-07-24Fix a bug I inadvertanly introduced while fixing the last problem in here.Todd C. Miller
2002-07-24nuke debugging cruftJason Wright
2002-07-24add support for schizo streaming buffers (per PBM), but leave the buffers dis...Jason Wright
2002-07-24Go ahead and enable schizo, you're no worse off with it than without..Jason Wright
2002-07-24No need to cast &thing to paddr_t* when thing IS a paddr_tJason Wright
2002-07-24more use of volatile on registers, cleaningJason Wright