Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt | |
brad | |||
2002-08-22 | do not lose errno | Theo de Raadt | |
2002-08-22 | tweak | Theo de Raadt | |
2002-08-22 | Change the vnode locking in exec to not keep the vnode locked almost all | Artur Grabowski | |
the time. This could lead to problems when a process wants to do an exec on the same vnode it's being run from and needs to copy in arguments from an uncached page in the data segment. When that happens uvm detects a vnode deadlock and returns an error causing execve() return EFAULT. This fixes the regress test in regress/sys/kern/exec_self Also, initialize scriptvp early in exec_script because it could be used uninitialized in a failure case. | |||
2002-08-22 | send signal name (not signal number) in "exit-signal" message; noticed | Markus Friedl | |
by galb@vandyke.com | |||
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl | |
so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325 | |||
2002-08-22 | shutdown(SHUT_RDWR) not needed before close here; ok markus@ | Kevin Steves | |
2002-08-22 | sshd_config(5) now; ok markus@ | Kevin Steves | |
2002-08-22 | sync | Theo de Raadt | |
2002-08-22 | format with current EscapeChar; bugzilla #388 from wknox@mitre.org. | Kevin Steves | |
ok markus@ | |||
2002-08-22 | use common close function; ok markus@ | Kevin Steves | |
2002-08-22 | simplify multicast setup on the 3c905 (pre-B/C, etc) | Jason Wright | |
2002-08-22 | fix int overflow in statbf.st_size, from netbsd PR#17933 | Philipp Buehler | |
as by request from deraadt@ | |||
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino | |
draft-itojun-v6ops-v4mapped-harmful-00.txt | |||
2002-08-22 | Remove code, use common ether_crc32_le() routine. | Dale Rahn | |
2002-08-22 | Configure the media in the initialization routine so that media/mediaopt | Dale Rahn | |
fields in hostname.bm0 will work correctly. This does not fix the 100MB receive problem, but allows media 10baseT in hostname.bm0 to set the speed to a working speed. | |||
2002-08-21 | add missing CLEANFILES; ok miod@ | Wilbern Cobb | |
2002-08-21 | Recognize both VSIMM slots, and allow one cgfourteen to attach to each | Miod Vallat | |
of them. | |||
2002-08-21 | Regen | Miod Vallat | |
2002-08-21 | Correct tty0[0-3] device nodes generation. | Miod Vallat | |
2002-08-21 | Correctly map the video memory, for proper operation. | Miod Vallat | |
2002-08-21 | raise listen backlog; ok markus@ | Kevin Steves | |
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves | |
2002-08-21 | Get the boot device correctly if scsi id != 0 on 1[67]x boards. | Miod Vallat | |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat | |
instead of zero, if the kernel configuration file does not override this setting. This enables X11 to work on multihead sparc{,64} configurations without the need for an explicit wsconscfg invocation first. If a non-default emulation is requested, the user can still delete this automatic resources and recreate it with wsconscfg. ok mickey@ jason@ | |||
2002-08-21 | suppress dump output on -q. sync w/kame | Jun-ichiro itojun Hagino | |
2002-08-21 | Working strip -x support. | Marc Espie | |
Since we keep relocations, we need to ensure that: 1/ symbols used by relocations are actually kept, 2/ refs to ext symbols in relocations are correctly renumbered after killing some symbols. okay art@ (can't break things further than they were broken anyways). Thanks to Laurent Bercot (ska@quatramaran.ens.fr) for pointing out that strip -x was broken. | |||
2002-08-21 | Postpone ftruncate after unmap. Works around a bug in non-ubc memory | Marc Espie | |
handling. Also, avoids dumping core on badly formed object. ok millert@, miod@, art@ | |||
2002-08-21 | Split out MD makefile parts into separate files and do | Artur Grabowski | |
some other cleanup in the Makefile. drahn@ ok. | |||
2002-08-21 | Fix Makefile for correct regress operation. | Miod Vallat | |
2002-08-21 | oopsie | Marc Espie | |
2002-08-21 | +mmap3 | Marc Espie | |
2002-08-21 | Regression test for non-ubc mmap/ftruncate interaction. | Marc Espie | |
Noticed on strip, test prompted by art@. (turns out `normal' strip isn't affected because normal binaries are page-padded). | |||
2002-08-21 | `RSA' updated to refer to `public key', where it matters. | Marc Espie | |
okay markus@ | |||
2002-08-20 | print as unsigned for unsigned values, when printing out a map in ddb; art@ ok | Michael Shalayeff | |
2002-08-20 | set use_deprecated back to 1. sync w/kame | Jun-ichiro itojun Hagino | |
2002-08-20 | clean some more signal races, some cannot be fixed | Theo de Raadt | |
2002-08-20 | more comment on bind(deprecated) handling | Jun-ichiro itojun Hagino | |
2002-08-20 | ultra60 support | Jason Wright | |
2002-08-20 | U60 works now. | Miod Vallat | |
2002-08-20 | Two fixes from NetBSD (this allows my u60 to boot multiuser): | Jason Wright | |
- Use paddr_t for avail_start and avail_end so we can handle machines with RAM above the 2GB mark. - Do not truncate the kernel pmap physical address to an `int' before sticking it in the context lookup table. Fixes a booting issue on Netra T1125s. | |||
2002-08-20 | Fix error string | Jason Wright | |
2002-08-20 | -n: disallow anon ftp even if ftp account exists | Theo de Raadt | |
2002-08-20 | sync | Nathan Binkert | |
2002-08-20 | New intel gigE devices from Henric Jungheim <henric@henric.info> | Nathan Binkert | |
2002-08-20 | wscons on sparc sets updates | Miod Vallat | |
2002-08-20 | Because of reversed use of the annul bit and delay slots copyin and | Artur Grabowski | |
copyout could underflow by one byte and write a \0 where is doesn't belong. Don't try to micro-optimize the failure case of copyin and copyout. It's not worth the bugs. miod@ ok | |||
2002-08-20 | Prevent possible races by moving .X11 fixups to before the system | Hugh Graham | |
goes multiuser. In consultation with dynamo; cleared by millert. | |||
2002-08-20 | Increase lineno on newlines inside multi-line macro definitions, otherwise | Daniel Hartmeier | |
errors on subsequent lines are reported with wrong line numbers. From Paul B. Henson. | |||
2002-08-20 | Add a pseudo openfirmware console device for early debugging purposes | Dale Rahn | |
and to allow UKC to work properly. ok miod@ |