Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-26 | check for non-exec of bss | Theo de Raadt | |
2002-07-26 | Obey LDSTATIC for the helper binaries. | Artur Grabowski | |
2002-07-25 | - some KNF. | Federico G. Schwindt | |
- comment out debugging printf for i810. - remove checks for failure if malloc is used with M_WAITOK. mickey@ ok. | |||
2002-07-25 | love, jason | Michael Shalayeff | |
2002-07-25 | missing arg in the call to the pdc_call since some old times | Michael Shalayeff | |
2002-07-25 | pretty | Theo de Raadt | |
2002-07-25 | Avoid time wrap at securelevel 2. ok millert@ fgsch@ | Thomas Nordin | |
2002-07-25 | more snprintf and strlcpy; help from millert | Theo de Raadt | |
2002-07-25 | strip off annoying local gcc symbols (jason was complaining hangman being ↵ | Michael Shalayeff | |
too easy ;) | |||
2002-07-25 | kill more strcpy | Theo de Raadt | |
2002-07-25 | cleanup | Theo de Raadt | |
2002-07-25 | support 486 which lack the pentium_mhz stuff; from rees, kjc ok | Theo de Raadt | |
2002-07-25 | use bus_space_map, not bus_space_map2, and fix failure printf's | Jason Wright | |
2002-07-25 | Due to changes having already occured, and more being cooked at this | Miod Vallat | |
very moment, OpenBSD/sparc installation media will not allow upgrades to 3.2. | |||
2002-07-25 | There's no need to override the default mapping to big endian now that ↵ | Jason Wright | |
rasops8 handles byte swapping itself. | |||
2002-07-25 | If passed RI_BSWAP, swap32 the stamp | Jason Wright | |
2002-07-25 | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and | Miod Vallat | |
add the necessary magic for wsemul_sun color handling. Initially based on a patch from jason@, then some tinkering by me. | |||
2002-07-25 | Rework the color usage in wsemul_sun displays, to match SunOS and Solaris | Miod Vallat | |
text mode colors. This means black text on white background, even for the kernel messages. Initially based on a patch from jason@, then some tinkering by me. | |||
2002-07-25 | Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, | Miod Vallat | |
..._SUN24, since this only means 24 bit framebuffers with BGR encoding. Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used by Xwsfb shortly. | |||
2002-07-25 | When building kernels with the SMALL_KERNEL option (typically, RAMDISK), | Miod Vallat | |
only one wsfont will be included. Instead of forcing it to be the 8x16 font, choose it depending on the architecture we are compiling for - this way, sparc* will get the PROM-like 12x22 font instead. | |||
2002-07-25 | really remove it | Theo de Raadt | |
2002-07-25 | Obey LDSTATIC when building "generate". | Artur Grabowski | |
2002-07-25 | remove the intrhand .comm, which was wrong, and is not needed | Theo de Raadt | |
2002-07-25 | ELF_TOOLCHAIN except hppa for crtbegin and crtend. | Artur Grabowski | |
2002-07-25 | add a few RFC 2142 suggested aliases, OK deraadt@ | Marco S Hyman | |
2002-07-25 | use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt | Vincent Labrecque | |
ok art | |||
2002-07-25 | replace the ugly and buggy adjustname function by a simple one using | Vincent Labrecque | |
simple APIs. makes mg not crash with 65k filenames... ok art@ | |||
2002-07-25 | this just had to go in | Henning Brauer | |
2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller | |
2002-07-25 | house cleaning, also fix a couple of incorrect bit definitions in the | Jason Wright | |
(currently unused) pk engine | |||
2002-07-25 | correct MTU check. sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-25 | real vfork | Michael Shalayeff | |
2002-07-25 | a few breakages w/ -current, maybe some other mickey might decide to fix those | Michael Shalayeff | |
2002-07-25 | better kdbprinttrap() and copy over the frame into the db_regs when already ↵ | Michael Shalayeff | |
spl-high | |||
2002-07-25 | preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@ | Michael Shalayeff | |
unroll the tmp copy loop in the trap return and take care of the frame. remove unused altlabel in copy_on_fault | |||
2002-07-25 | kcopy is a space-to-space copy from kernel space, to guess where, -- to the ↵ | Michael Shalayeff | |
same kernel space, just error on fault | |||
2002-07-25 | update $NetBSD$ tags | Nathan Binkert | |
2002-07-25 | handle < 0 and such better | Theo de Raadt | |
2002-07-25 | only one trap generates exec fault and fetches the fault address from the pc ↵ | Michael Shalayeff | |
queues, also supply fault_type (not that it is used that much) | |||
2002-07-25 | sync | Nathan Binkert | |
2002-07-25 | get rid of trailing whitespace | Nathan Binkert | |
2002-07-25 | Modify lvalue only once between sequence points. ok deraadt@ | Thomas Nordin | |
2002-07-25 | Compare with the same type. ok deraadt@ | Thomas Nordin | |
2002-07-25 | FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt. | mouring | |
2002-07-25 | sync | Nathan Binkert | |
2002-07-25 | typo | Nathan Binkert | |
2002-07-24 | sync | Nathan Binkert | |
2002-07-24 | new devices | Nathan Binkert | |
2002-07-24 | Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@ | Thomas Nordin | |
2002-07-24 | use properly sized regs for the prefix, only matters w/ picky binutils, old ↵ | Michael Shalayeff | |
gas knows what to do; it's a ddb prettiness anyway |