Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (58m)  netbsd-10 (4d)  netbsd-9 (4d)  netbsd-8 (9d) 

2024-05-20 17:02:55 UTC Now

2009-02-17 21:34:26 UTC MAIN commitmail json YAML

2009-02-17 19:22:43 UTC MAIN commitmail json YAML

2009-02-17 19:05:22 UTC MAIN commitmail json YAML

2009-02-17 13:48:29 UTC MAIN commitmail json YAML

2009-02-17 00:16:35 UTC MAIN commitmail json YAML

Use the wedge size, not the disk size, from Yorick Hardy

(christos)

2009-02-16 23:55:31 UTC MAIN commitmail json YAML

- add siginfo translation for all arithmetic faults and traps.
- skip the current instruction for all faults, to avoid infinite loops on
  SIGFPE (from OpenBSD)
Info from: http://bitsavers.vt100.net/pdf/dec/vax/archSpec/EK-VAXAR-RM-001_Arch_May82.pdf

(christos)

2009-02-16 22:50:17 UTC MAIN commitmail json YAML

2009-02-16 20:58:29 UTC MAIN commitmail json YAML

2009-02-16 20:57:29 UTC MAIN commitmail json YAML

2009-02-16 20:55:45 UTC MAIN commitmail json YAML

2009-02-16 20:55:22 UTC MAIN commitmail json YAML

2009-02-16 20:53:55 UTC MAIN commitmail json YAML

2009-02-16 17:14:59 UTC MAIN commitmail json YAML

2009-02-16 00:15:45 UTC MAIN commitmail json YAML

2009-02-15 21:55:23 UTC MAIN commitmail json YAML

2009-02-15 21:25:01 UTC MAIN commitmail json YAML

in order for read() to return EINTR we need to use sigaction, not signal,
otherwise SA_RESTART is set.

(christos)

2009-02-15 21:24:13 UTC MAIN commitmail json YAML

don't restart on EINTR, instead return NULL immediately. From Anon Ymous

(christos)

2009-02-14 20:53:58 UTC MAIN commitmail json YAML

remove 2038 comment.

(christos)

2009-02-14 20:53:04 UTC MAIN commitmail json YAML

make created and lastused time_t to avoid 2038 problems.

(christos)

2009-02-14 20:51:39 UTC MAIN commitmail json YAML

remove 2038 comment.

(christos)

2009-02-14 20:48:46 UTC MAIN commitmail json YAML

mention when this will really break, not 2038 but 2145.

(christos)

2009-02-14 20:45:29 UTC MAIN commitmail json YAML

remove 2038 comment

(christos)

2009-02-14 19:23:18 UTC MAIN commitmail json YAML

make this work with pcc. The previous construct is not valid c99.

(christos)

2009-02-14 17:06:35 UTC MAIN commitmail json YAML

from enami: Only apply rootdir changes if the chroot dir != /

(christos)

2009-02-14 16:55:25 UTC MAIN commitmail json YAML

PR/40634: Christoph Badura: "chroot / /sbin/mount" shows only / as mounted

(christos)

2009-02-12 19:05:36 UTC MAIN commitmail json YAML

PR/40603: Christoph Badura: unprivileged users can add and delete interface
link addresses. Fixed by centralizing the test as suggested. Will pull up
to 5.0 once submitter tests the fix.

(christos)

2009-02-12 18:24:18 UTC MAIN commitmail json YAML

Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred,
it caused the return from the enclosing function to break, as well as the
ssp return on i386. To fix both issues, split configure in two pieces
the one before calling ssp_init and the one after, and move the ssp_init()
call back in main. Put ssp_init() in its own file, and compile this new file
with -fno-stack-protector. Tested on amd64.
XXX: If we want to have ssp kernels working on 5.0, this change needs to
be pulled up.

(christos)

2009-02-11 19:22:22 UTC MAIN commitmail json YAML

2009-02-11 19:10:08 UTC MAIN commitmail json YAML

don't print warnings about can't find termcap entry.

(christos)

2009-02-11 18:38:56 UTC MAIN commitmail json YAML

custom password prompt that displays the user.

(christos)

2009-02-11 13:52:28 UTC MAIN commitmail json YAML

fix typo * -> & from enami.

(christos)

2009-02-11 13:51:59 UTC MAIN commitmail json YAML

remove debugging. pointed by enami

(christos)

2009-02-11 03:04:52 UTC MAIN commitmail json YAML

forgot to commit this.

(christos)

2009-02-10 23:06:31 UTC MAIN commitmail json YAML

2009-02-08 22:11:27 UTC MAIN commitmail json YAML

Revert change that made rlim_t signed again. It will expose bugs, and we'll
fix them, as opposed to hide them and violate the standards.
- Approved by core.

(christos)

2009-02-07 17:33:28 UTC MAIN commitmail json YAML

Set the version for the keyboard too. From Patrick Welche

(christos)

2009-02-05 19:15:44 UTC MAIN commitmail json YAML

2009-02-05 19:15:26 UTC MAIN commitmail json YAML

2009-02-02 03:06:37 UTC MAIN commitmail json YAML

2009-02-02 03:05:35 UTC MAIN commitmail json YAML

Call a SetupMouse function to condition the fd.

(christos)

2009-01-30 14:09:44 UTC MAIN commitmail json YAML

don't clear the screen unconditionally. Now controlled by an option.
Thanks enami

(christos)

2009-01-28 16:11:23 UTC MAIN commitmail json YAML

make this work with an absolute path and explain why.

(christos)

2009-01-28 14:07:22 UTC MAIN commitmail json YAML

we don't care about -DPIC defined from the compiler.

(christos)

2009-01-27 22:36:48 UTC MAIN commitmail json YAML

add a couple of include files

(christos)

2009-01-27 22:00:42 UTC MAIN commitmail json YAML

2009-01-27 22:00:12 UTC MAIN commitmail json YAML

2009-01-27 21:59:25 UTC MAIN commitmail json YAML

2009-01-27 16:53:42 UTC MAIN commitmail json YAML

2009-01-27 16:50:08 UTC MAIN commitmail json YAML

check for memcpy too

(christos)

2009-01-27 16:22:58 UTC MAIN commitmail json YAML

we have memcpy and port.h needs it.

(christos)

2009-01-27 16:17:31 UTC MAIN commitmail json YAML

Attempt to force resets using two more methods:
1. Reset Control register at I/O port 0xcf9
2. Fast A20 and Init register at I/O port 0x92

Requested by ad@

(christos)

2009-01-27 16:13:14 UTC MAIN commitmail json YAML

Attempt to force resets using two more methods:
1. Reset Control register at I/O port 0xcf9
2. Fast A20 and Init register at I/O port 0x92

Requested by ad@

(christos)

2009-01-26 16:30:14 UTC MAIN commitmail json YAML

2009-01-26 15:09:56 UTC MAIN commitmail json YAML

PR/40480: George Abdelmalik: Don't redefine _FORTIFY_SOURCE if it is already
defined.

(christos)

2009-01-26 00:44:32 UTC MAIN commitmail json YAML

add a few quotes to make older make(1) happy.

(christos)

2009-01-25 02:26:30 UTC MAIN commitmail json YAML

PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 box
has broken ACPI BIOS. Disable it.

(christos)

2009-01-25 01:22:42 UTC MAIN commitmail json YAML

2009-01-24 22:11:45 UTC MAIN commitmail json YAML

add glue to compile all the files we use from libc here.

(christos)

2009-01-24 19:55:33 UTC MAIN commitmail json YAML

2009-01-24 19:42:20 UTC MAIN commitmail json YAML

2009-01-23 19:49:16 UTC MAIN commitmail json YAML

Make this compile &foo[0] does not work for void * :-) Wojciech Galazka

(christos)

2009-01-23 18:40:54 UTC MAIN commitmail json YAML

2009-01-22 18:49:03 UTC MAIN commitmail json YAML

2009-01-22 14:04:15 UTC MAIN commitmail json YAML

Document USE_FORT.

(christos)

2009-01-21 23:31:31 UTC MAIN commitmail json YAML

revert __func__ -> __FUNCTION__

(christos)

2009-01-21 16:12:20 UTC MAIN commitmail json YAML

compile into nothing if not compat 50.

(christos)

2009-01-21 13:13:26 UTC MAIN commitmail json YAML

Don't hard-code AMD_SUPPORT.

(christos)

2009-01-20 20:49:52 UTC MAIN commitmail json YAML

Fix obvious errors in conversion to device_t from Wojciech Galazka
Please compile-test at least!

(christos)

2009-01-20 20:47:33 UTC MAIN commitmail json YAML

2009-01-19 19:47:11 UTC MAIN commitmail json YAML

Revert previous commit that fixes PR/36079 (shell misses exit trap), because
the fix causes $! to point to the wrong process in pipelines, which is worse.

(christos)

2009-01-19 19:39:41 UTC MAIN commitmail json YAML

2009-01-19 17:39:02 UTC MAIN commitmail json YAML

2009-01-19 04:39:23 UTC MAIN commitmail json YAML

2009-01-19 04:38:37 UTC MAIN commitmail json YAML

fix location of the xorg pixmaps.

(christos)

2009-01-19 03:42:49 UTC MAIN commitmail json YAML

2009-01-19 03:42:17 UTC MAIN commitmail json YAML

2009-01-19 02:27:57 UTC MAIN commitmail json YAML

2009-01-19 00:54:29 UTC MAIN commitmail json YAML

2009-01-19 00:53:15 UTC MAIN commitmail json YAML

2009-01-18 23:29:33 UTC MAIN commitmail json YAML

compat_linux needs at least netbsd_16 for sigcontext.

(christos)

2009-01-18 19:53:12 UTC MAIN commitmail json YAML

try a different approach since allocating a new RuneLocale is complicated.
Don't make DefaultRuneLocale const, so that we can write to it, and undo
previous changes.

(christos)

2009-01-18 16:46:12 UTC MAIN commitmail json YAML

2009-01-18 16:37:19 UTC MAIN commitmail json YAML

2009-01-18 14:44:55 UTC MAIN commitmail json YAML

turn on PASTE64 to handle large cut-n-paste buffers like the old xterm did.

(christos)

2009-01-18 01:44:09 UTC MAIN commitmail json YAML

Fix struct passwd time fields. From Shin'ichiro TAYA

(christos)

2009-01-17 20:08:07 UTC MAIN commitmail json YAML

2009-01-17 18:24:38 UTC MAIN commitmail json YAML

2009-01-17 17:56:01 UTC MAIN commitmail json YAML

use a separate variable to copy the locale.

(christos)

2009-01-17 17:08:44 UTC MAIN commitmail json YAML

2009-01-17 15:25:36 UTC MAIN commitmail json YAML

fix debugging build.

(christos)

2009-01-16 21:18:38 UTC MAIN commitmail json YAML

make this compile [now that I am on a machine that can compile :-)]

(christos)

2009-01-16 21:12:11 UTC MAIN commitmail json YAML

PR/40411: Hisashi T Fujinaka: standalone-tcsh dumps core when tab completing

The new rune code abuses __UNCONST to lazily initialize _RuneLocale. If
that happens to be the _DefaultRuneLocale which is const, the program will
core-dump because it will attempt to write to read-only memory. Catch this
and clone a copy of the locale and return it. The reason we don't see
everything core-dumping is because our shared library code probably loads
the text segment COW so it works (Is there an mprotect missing somewhere?).
But on statically linked binaries this is not the case and we die.

XXX[1]: Vet the code so that we are sure that there is no more of that
        happening trying to get rid of much of the __UNCONST'ing.
XXX[2]: This needs to be fixed for 5.0 and all related fixes.
XXX[3]: There is one place in the code where _DefaultRuneLocale is treated
specially, does the patch break things?

(christos)

2009-01-16 17:31:22 UTC MAIN commitmail json YAML

Support amd unmounts, from Anon-Ymous. Not turned on yet because we need
to patch amd for this to work.

(christos)

2009-01-16 15:05:55 UTC MAIN commitmail json YAML

PR/40414: Peter Bex: nvi abort()s in autoindent/autoindent differs from
historical vi

(christos)

2009-01-16 00:02:57 UTC MAIN commitmail json YAML

don't use glue for semctl, the number of underscores makes this an intractable
problem :-) Use regular wrappers like we do with sigtimedwait.

(christos)

2009-01-15 23:22:15 UTC MAIN commitmail json YAML

mention that you'll need to update compat if you change the size of in6_ifreq.

(christos)

2009-01-15 20:32:59 UTC MAIN commitmail json YAML

Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out.

(christos)

2009-01-15 18:20:48 UTC MAIN commitmail json YAML

- switch the lifetime struct to time_t and provide compatibility for the
  old ioctl.

(christos)

2009-01-15 18:19:23 UTC MAIN commitmail json YAML

2009-01-15 15:58:42 UTC MAIN commitmail json YAML

- remove errmsg; we all have strerror() these days.
- sanitize error printing. Try to print the system error or a reason for
  the message.

(christos)

2009-01-15 15:57:18 UTC MAIN commitmail json YAML

- Don't use TOOL_SED; we are not a regular Makefile
- PREFIX defaults to /usr/pkg
- use -g
- delete errmsg.c

(christos)

2009-01-15 15:29:10 UTC MAIN commitmail json YAML

check for error in the COMPAT_50 case.

(christos)

2009-01-15 15:25:37 UTC MAIN commitmail json YAML

reverse the polarity of the use of the error variable. Using a different
variable would be cleaner but it would require more ifdefs.

(christos)

2009-01-15 01:35:45 UTC MAIN commitmail json YAML

fix the semctl glue build that worked before by chance by side effects of
building the the assembly stub as a normal stub. Just build it as a glue
stub.

(christos)

2009-01-14 23:28:23 UTC MAIN commitmail json YAML

correct previous, fix reversed test, remove memset.

(christos)

2009-01-14 23:18:57 UTC MAIN commitmail json YAML

2009-01-14 18:09:00 UTC MAIN commitmail json YAML

version get/set send/recv timeout setsockopt.

(christos)

2009-01-14 18:07:29 UTC MAIN commitmail json YAML

version the timeout get/set sockopt calls, because they take struct timeval.

(christos)

2009-01-14 18:06:52 UTC MAIN commitmail json YAML

Change back time_t in the lifetime struct to int32_t's for binary compatibily.
Since this is just the number of seconds for lifetime of the address, it is
not an issue.

(christos)

2009-01-14 15:47:23 UTC MAIN commitmail json YAML

style fixes and pass WARNS=4 and lint from Anon Ymous

(christos)

2009-01-14 15:34:36 UTC MAIN commitmail json YAML

Allocate the max size needed so that we don't need to realloc in setversion.
Problem pointed out by yamt.

(christos)

2009-01-14 15:30:45 UTC MAIN commitmail json YAML

fix non-portable bitfields.

(christos)

2009-01-13 19:10:52 UTC MAIN commitmail json YAML

restore binary compatibility on 64 bit systems.

(christos)

2009-01-13 18:43:46 UTC MAIN commitmail json YAML

Set the mouse event protocol version. (untested, but head will be broken
unless I add this).

(christos)

2009-01-13 18:09:19 UTC MAIN commitmail json YAML

set the event protocol version.

(christos)

2009-01-13 18:05:55 UTC MAIN commitmail json YAML

2009-01-13 15:43:27 UTC MAIN commitmail json YAML

PR/40386: M. Levinson: vi(1) filename completion no longer works, fix bug
introduced by shadow variable fix.

(christos)

2009-01-13 15:38:34 UTC MAIN commitmail json YAML

fix typo for POLL_HUP. Noted by yamt.

(christos)

2009-01-13 15:11:09 UTC MAIN commitmail json YAML

fix reversed test from Tobias Nygren.

(christos)

2009-01-13 01:50:04 UTC MAIN commitmail json YAML

2009-01-12 16:28:03 UTC MAIN commitmail json YAML

mention panic uses.

(christos)

2009-01-12 16:16:19 UTC MAIN commitmail json YAML

fix dev_t debugging printf lossage.

(christos)

2009-01-12 16:03:17 UTC MAIN commitmail json YAML

We need to install libamu.

(christos)

2009-01-12 02:26:16 UTC MAIN commitmail json YAML

protect kernel inline with _KERNEL

(christos)

2009-01-11 23:55:25 UTC MAIN commitmail json YAML

2009-01-11 23:36:39 UTC MAIN commitmail json YAML

retain compatibility with old firm_event. Perhaps we should bump the protocol
version with an ioctl?

(christos)

2009-01-11 22:42:39 UTC MAIN commitmail json YAML

2009-01-11 22:37:51 UTC MAIN commitmail json YAML

fix dev_t printf formats.

(christos)

2009-01-11 21:23:22 UTC MAIN commitmail json YAML

2009-01-11 21:00:11 UTC MAIN commitmail json YAML

2009-01-11 20:46:53 UTC MAIN commitmail json YAML

*utimes should allow NULL tvp.

(christos)

2009-01-11 19:41:12 UTC MAIN commitmail json YAML

2009-01-11 19:40:38 UTC MAIN commitmail json YAML

2009-01-11 19:09:29 UTC MAIN commitmail json YAML

don't do size computations because g++ does not like it.

(christos)

2009-01-11 18:25:17 UTC MAIN commitmail json YAML

mention 32 bit time_t remnants

(christos)

2009-01-11 18:02:39 UTC MAIN commitmail json YAML

don't truncate the print.

(christos)

2009-01-11 18:00:05 UTC MAIN commitmail json YAML

provide more details.

(christos)

2009-01-11 15:57:30 UTC MAIN commitmail json YAML

- fix leaked lock, thanks ad@ for noticing.
- remove unneeded cast.

(christos)

2009-01-11 15:55:55 UTC MAIN commitmail json YAML

fix COMPAT dependency.

(christos)

2009-01-11 15:00:23 UTC MAIN commitmail json YAML

- insert a space after the recognized string if it was an exact match
- initialize properly the string used for completion.
From Alex Bligh alex at alex dot org dot uk
- Make char constants consistent

(christos)

2009-01-11 14:49:48 UTC MAIN commitmail json YAML

fix christos-time_t info

(christos)

2009-01-11 05:01:34 UTC MAIN commitmail json YAML

another bsd.own.mk missing

(christos)

2009-01-11 04:34:16 UTC MAIN commitmail json YAML

we need route_enqueue not to be static

(christos)

2009-01-11 03:56:22 UTC MAIN commitmail json YAML

2009-01-11 03:50:50 UTC MAIN commitmail json YAML

need bsd.own.mk for $NETBSDSRCDIR

(christos)

2009-01-11 03:46:25 UTC MAIN commitmail json YAML

2009-01-11 03:41:28 UTC MAIN commitmail json YAML

2009-01-11 03:31:57 UTC MAIN commitmail json YAML

get the correct date for today.

(christos)

2009-01-11 03:31:12 UTC MAIN commitmail json YAML

mentioned files that need changing.

(christos)

2009-01-11 03:24:34 UTC MAIN commitmail json YAML

mention christos-time_t

(christos)

2009-01-11 03:23:38 UTC MAIN commitmail json YAML

mention christos-time_t

(christos)

2009-01-11 03:20:31 UTC MAIN commitmail json YAML

mention how to deal with christos-time_t

(christos)

2009-01-11 03:16:33 UTC MAIN commitmail json YAML

this change was somehow missed.

(christos)

2009-01-11 03:12:21 UTC MAIN commitmail json YAML

christos-time_t: welcome to 5.99.7

(christos)

2009-01-11 03:10:13 UTC MAIN commitmail json YAML

2009-01-11 03:09:35 UTC MAIN commitmail json YAML

2009-01-11 03:07:50 UTC MAIN commitmail json YAML

2009-01-11 03:05:41 UTC MAIN commitmail json YAML

2009-01-11 03:05:23 UTC MAIN commitmail json YAML

2009-01-11 03:04:12 UTC MAIN commitmail json YAML

2009-01-11 03:03:08 UTC MAIN commitmail json YAML

merge christos-time_t

(christos)

2009-01-11 02:57:18 UTC MAIN commitmail json YAML

2009-01-11 02:47:19 UTC MAIN commitmail json YAML

2009-01-11 02:46:48 UTC MAIN commitmail json YAML

2009-01-11 02:46:31 UTC MAIN commitmail json YAML

2009-01-11 02:45:56 UTC MAIN commitmail json YAML

2009-01-11 01:25:02 UTC christos-time_t commitmail json YAML

2009-01-11 01:22:00 UTC christos-time_t commitmail json YAML

2009-01-11 00:17:51 UTC christos-time_t commitmail json YAML

2009-01-10 23:20:56 UTC christos-time_t commitmail json YAML

2009-01-10 22:59:51 UTC christos-time_t commitmail json YAML

2009-01-10 21:56:42 UTC christos-time_t commitmail json YAML

2009-01-10 21:39:02 UTC christos-time_t commitmail json YAML

revert previous resolver patch. Not meant for christos-time_t

(christos)

2009-01-10 20:03:36 UTC christos-time_t commitmail json YAML

2009-01-10 16:27:11 UTC MAIN commitmail json YAML

2009-01-10 16:03:27 UTC christos-time_t commitmail json YAML

*utimes can take a NULL second arg.

(christos)

2009-01-08 21:37:20 UTC MAIN commitmail json YAML

- when we close an se_fd, set it to -1
- fix int/ssize_t/size_t/socklen_t issues
- fix casts
- remove unused variables
- fix prototypes
- fix const
- remove unneeded casts

(christos)

2009-01-08 18:47:49 UTC MAIN commitmail json YAML

PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.

(christos)

2009-01-08 18:29:43 UTC MAIN commitmail json YAML

PR/40340: Ed Ravin: Print the numeric address in addition to the hostname.

(christos)

2009-01-08 18:08:10 UTC MAIN commitmail json YAML

Print the numeric address of the host.

(christos)

2009-01-07 23:05:07 UTC MAIN commitmail json YAML

2009-01-06 23:07:54 UTC MAIN commitmail json YAML

resolve conflicts, maintain not allowing property changes from the title.

(christos)

2009-01-06 23:04:24 UTC MAIN commitmail json YAML

2009-01-06 13:22:09 UTC MAIN commitmail json YAML

2009-01-06 13:15:58 UTC MAIN commitmail json YAML

- disable changexprop
- fix decrqss
- disable udk

(christos)

2009-01-06 13:14:34 UTC MAIN commitmail json YAML

disable font shifting by default.

(christos)

2009-01-05 22:10:59 UTC christos-time_t commitmail json YAML

2009-01-05 01:53:48 UTC christos-time_t commitmail json YAML

don't expose __libc_cond_timedwait in compat code.

(christos)

2009-01-05 01:31:39 UTC christos-time_t commitmail json YAML

fix kernel sigtimedwait prototypes

(christos)

2009-01-05 01:30:58 UTC christos-time_t commitmail json YAML

2009-01-05 01:30:34 UTC christos-time_t commitmail json YAML

previous version was too naive. Convert struct explictly like we do in the
kernel.

(christos)

2009-01-05 01:30:04 UTC christos-time_t commitmail json YAML

2009-01-05 01:29:15 UTC christos-time_t commitmail json YAML

version sched_rr_get_interval

(christos)

2009-01-05 01:28:26 UTC christos-time_t commitmail json YAML

protect functions that use timespec, but don't bother defining compat versions
since we are going to bump. Fixes lint issues in libc.

(christos)

2009-01-05 01:26:30 UTC christos-time_t commitmail json YAML

2009-01-04 22:57:17 UTC MAIN commitmail json YAML

2009-01-04 20:34:11 UTC MAIN commitmail json YAML

work around new gm4 issue, by commenting out stuff.

(christos)

2009-01-04 19:27:16 UTC christos-time_t commitmail json YAML

always use __int64_t for time_t.

(christos)

2009-01-04 19:26:21 UTC christos-time_t commitmail json YAML

2009-01-04 19:25:53 UTC christos-time_t commitmail json YAML