Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-11-25 | from KAME/netbsd repository | itojun | 6 | -0/+85 | |
1999-11-24 | move to 0.7. This silences some rather annoying errno/sys_errlist noise. | explorer | 2 | -10/+4 | |
1999-11-23 | add USE_FORTRAN for selection of the fortran compiler | dmcmahill | 1 | -5/+2 | |
1999-11-23 | corrected bad checksum | windsor | 1 | -2/+2 | |
1999-11-15 | defuzz | rh | 2 | -8/+8 | |
1999-11-15 | Add patch fuzz factor | rh | 1 | -1/+3 | |
1999-11-15 | defuzz | rh | 6 | -22/+23 | |
1999-11-15 | Wildcard dependency on libwww. | rh | 1 | -2/+2 | |
1999-11-15 | defuzz | rh | 2 | -8/+8 | |
1999-11-14 | Fix fuzzy patch. | fredb | 2 | -7/+7 | |
1999-11-14 | Add arm32 support. | tron | 1 | -4/+23 | |
1999-11-14 | Because parts of "libgtop" are very CPU specific build it only on | tron | 2 | -3/+5 | |
explicitily supported platforms. | |||||
1999-11-12 | upgrade to 0.6, which should work on NetBSD-1.4.1/arm32 | explorer | 4 | -9/+10 | |
1999-11-12 | Import unproven-pthreads, the mit-pthreads based cleanup I'm hacking on. | explorer | 5 | -0/+81 | |
Why am I using MIT-Pthreads? Because all the alternatives seem to have very low level problems. PTL2 has a locking problem of some sort that I cannot track down, and the author insists that lock = PTHREAD_MUTEX_INIT; is always to be legal, so he uses a pointer for locks. This means pthread_lock() can break in out of memory situations, and therefore so can pthread_once(), and if you're using that to protect logging, and you need to report a memory depletion, you're screwed. --Michael | |||||
1999-11-11 | Fix for `patch -F0' by eliminating patches | fredb | 4 | -46/+14 | |
- - use --program-prefix="g" for make -> gmake - - use '${SED}' to fix @dircategory | |||||
1999-11-11 | Add and enable cdecl. | agc | 1 | -1/+2 | |
1999-11-11 | Import cdecl-2.5, a utility to explain and compose C and C++ declarations, | agc | 8 | -0/+130 | |
into the NetBSD packages collection. The master sites were taken from the FreeBSD port, nothing else. | |||||
1999-11-10 | Make this package work on Solaris. | agc | 3 | -9/+32 | |
1999-11-08 | Update "glade" package to version 0.5.3 belonging to GNOME 1.0.53 release. | tron | 3 | -8/+7 | |
This version fixes several bugs found since version 0.5.1. | |||||
1999-11-08 | Add and enable libnet. | sakamoto | 1 | -1/+2 | |
1999-11-08 | Initial import of libnet-1.0. | sakamoto | 7 | -0/+114 | |
A C library for portable packet creation and injection | |||||
1999-11-06 | Fix a rather nasty problem with signals, namely SIGCHLD, that prevented | explorer | 1 | -1/+7 | |
running threaded binaries if SIGCHLD was set to SIG_IGN. What happens is that pthreads uses either sigaction() or signal() to set up signals when switching thread state. It used HAVE_SYSCALL_SIGACTION to decide which to use. But, while we have a FUNCTION called sigaction(), the syscall is __sigaction14, which caused HAVE_SYSCALL_SIGACTION to not be defined. This would have been ok if the pthread kernel didn't assume signal would return 0 for success and non-zero for failure. Signal() returns the previous handler. SIG_IGN != 0, so pthreads thought the call failed. Resulting in a call to abort(). | |||||
1999-11-05 | remove ALL the local path... | explorer | 2 | -4/+4 | |
1999-11-05 | how'd this sneak in there? Remove local paths from patch file | explorer | 2 | -5/+4 | |
1999-11-05 | add machdep_sys_ftruncate() as well | explorer | 2 | -5/+6 | |
1999-11-05 | do the machdep_sys_lseek() thing slightly differently, but do it everwhere ↵ | explorer | 2 | -1/+13 | |
via a common include file. | |||||
1999-11-05 | somehow patch-bc was lost from here | explorer | 1 | -1/+2 | |
1999-11-05 | two fixes. One, context switch fix (sorta) and another obvious bug in call ↵ | explorer | 3 | -2/+38 | |
to pthread_sigmask() | |||||
1999-11-05 | another 1.4.x vs. -current fix | explorer | 2 | -7/+11 | |
1999-11-05 | Make the endian.h thing work on 1.4.1 as well as 1.4L. I don't know exactly ↵ | explorer | 2 | -6/+10 | |
when the file sys/endian.h was created, but I don't really care as I know it wasn't in 1.4.x and it is in the latest -current. | |||||
1999-11-05 | make makepatchsum | explorer | 1 | -2/+8 | |
1999-11-05 | remove pthreads's endian.h, as it isn't needed anymore. | explorer | 2 | -3/+5 | |
1999-11-05 | commit patches to make a try at fixing signal handling, compilation under ELF. | explorer | 8 | -13/+506 | |
I'll sync these changes up to the mysql package when I test these changes a bit more. | |||||
1999-11-05 | add & enable cervisia | hubertf | 1 | -1/+2 | |
1999-11-05 | Cervisia is a graphical frontend for the CVS client. It provides access to | hubertf | 9 | -0/+149 | |
the following features: - Checking out a module from a repository. - Importing into the repository. - Updating or retrieving the status of a working directory or single files. - Common operations like add, remove and commit. - Diff against the repository and between different revisions. - Annotated view of a file. - View of the log messages in tree and list form. - Resolving of conflicts in a file | |||||
1999-11-04 | Make this work on sparcs. | minoura | 5 | -44/+103 | |
Needs tests on a.out systems. | |||||
1999-11-03 | Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Not | jwise | 2 | -1/+13 | |
noticed before, because pr is only execed if the somewhat obscure --paginate option is used. | |||||
1999-11-03 | Provide some defaults for non-i386 NetBSD platforms. | he | 2 | -1/+32 | |
1999-11-02 | Check return values of kvm_nlist() properly so that "libgtop_server" | tron | 10 | -3/+116 | |
will not abort without reason. | |||||
1999-11-02 | Make sure that the correct "awk" binary is selected during configuration. | tron | 1 | -2/+2 | |
Fixes PR pkg/8715 by Charles M. Hannum. | |||||
1999-11-02 | Update to 1.2.0 (released today). | mycroft | 6 | -30/+26 | |
1999-11-01 | Describe this package a bit more fully. | agc | 1 | -1/+1 | |
1999-10-29 | Remove "BROKEN" after dependence problem has been kludged. | tron | 1 | -3/+1 | |
1999-10-28 | Annotate the esound pre-requisite. | agc | 1 | -2/+2 | |
1999-10-28 | For the third time, add a dependency on esound, so that this package will | agc | 1 | -1/+2 | |
link properly. | |||||
1999-10-27 | Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates the | tron | 2 | -4/+3 | |
directories which are used by "kdbg" later. | |||||
1999-10-27 | Mark packages as broken, where necessary. | agc | 1 | -1/+3 | |
1999-10-27 | Remove blank line. | tron | 1 | -2/+1 | |
1999-10-27 | Remove "share/kde/applnk/Development" during deinstallation. | tron | 1 | -1/+2 | |
1999-10-27 | "esound" package is already required by "gnome-libs" package. So move the | tron | 1 | -2/+1 | |
dependence there. |