2009-02-02 |
David Bartley | Implement sem_open, sem_close, and sem_unlink
|
commit | commitdiff | tree |
2009-02-01 |
David Bartley | Minor style fix in sys/acl.h
|
commit | commitdiff | tree |
2009-02-01 |
David Bartley | Don't install sys/xattr.h
|
commit | commitdiff | tree |
2009-02-01 |
David Bartley | Add sys/acl.h
|
commit | commitdiff | tree |
2009-02-01 |
David Bartley | Add headers for OpenSolaris extensions that glibc implements
|
commit | commitdiff | tree |
2009-01-31 |
David Bartley | Fix pthread_mutexattr_getrobust_np definition
|
commit | commitdiff | tree |
2009-01-31 |
David Bartley | Need to allocate more initial tls space since we use...
|
commit | commitdiff | tree |
2009-01-31 |
David Bartley | Minor cleanup of vfsent code
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Don't expose MAXSIG by default
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | No need to include sys/ucontext.h in bits/sigcontext.h
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Cleanup swapoff.c and swapon.c
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Promote priocntlP.h to sys/priocntl.h
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Remove unused sys/priv_names.h
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Fix typo: priocntl.h -> procset.h
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Remove erroneous comment
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Fix %edx clobbering in lseek64, forkx, and pipe syscalls
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Remove any ioctls and types found in solaris' sys/ptyvar.h
|
commit | commitdiff | tree |
2009-01-30 |
David Bartley | Install netinet/if_ether.h
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Re-add swapon.c, swapoff.c, and sys/swap.h
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Merge branch 'master' of /users/git/dtbartle/glibc...
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Revert "Don't install net/route.h from glibc"
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Solaris doesn't actually define E_OK in any headers
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Don't install net/route.h from glibc
|
commit | commitdiff | tree |
2009-01-29 |
David Bartley | Including sys/ucontext.h should not cause REG_* to...
|
commit | commitdiff | tree |
2009-01-28 |
David Bartley | Fix clock
|
commit | commitdiff | tree |
2009-01-28 |
David Bartley | Don't include sys/param.h in sys/sysmacros.h
|
commit | commitdiff | tree |
2009-01-28 |
David Bartley | Fix stack initialization code
|
commit | commitdiff | tree |
2009-01-27 |
David Bartley | Don't include sys/feature_tests.h
|
commit | commitdiff | tree |
2009-01-26 |
David Bartley | Don't include <sys/feature_tests.h> in <bits/types.h>
|
commit | commitdiff | tree |
2009-01-26 |
David Bartley | Don't export sys_errlist
|
commit | commitdiff | tree |
2009-01-21 |
David Bartley | Fix boolean_t/B_FALSE/B_TRUE compilation issue
|
commit | commitdiff | tree |
2009-01-21 |
David Bartley | Merge branch 'master' of csclub.uwaterloo.ca:/users...
|
commit | commitdiff | tree |
2009-01-21 |
David Bartley | Ignore failures when changing thread scheduling for now
|
commit | commitdiff | tree |
2009-01-21 |
David Bartley | Fix failure handling for thread creation
|
commit | commitdiff | tree |
2009-01-21 |
David Bartley | Update TODO
|
commit | commitdiff | tree |
2009-01-19 |
David Bartley | Add klogctl stub and sys/klog.h
|
commit | commitdiff | tree |
2009-01-14 |
David Bartley | Since /dev/log is taken by the kernel, use /etc/.log...
|
commit | commitdiff | tree |
2009-01-14 |
David Bartley | ppoll should be restartable
|
commit | commitdiff | tree |
2009-01-13 |
David Bartley | Fix error handling in access
|
commit | commitdiff | tree |
2009-01-13 |
David Bartley | Fix a bunch of compiler warnings and a few bugs
|
commit | commitdiff | tree |
2009-01-13 |
David Bartley | Remove nsl_misc.c
|
commit | commitdiff | tree |
2009-01-13 |
David Bartley | Fix access(X_OK) for super-user
|
commit | commitdiff | tree |
2009-01-13 |
David Bartley | #undef ERR in gmon.c to fix compiler warning
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Move some 32-bit x86 code into the common x86 directory
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Make ssh work (fixes in openpty and ptsname)
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Fix type cast bug
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Fix recvmsg; also fix minor cast errors
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Add cmsg_nxthdr.c
|
commit | commitdiff | tree |
2009-01-12 |
David Bartley | Pass SOV_XPG4_2 and MSG_XPG4_2 everywhere
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Pass MSG_XPG4_2 down to the kernel in sendmsg.c
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Fix euidaccess (test -x)
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Define NAME_MAX for compatibility reasons
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Fix typo
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Add audit_users and exec_attr to nss/databases.def
|
commit | commitdiff | tree |
2009-01-11 |
David Bartley | Make (struct dirent).d_name length 256 for compatibility
|
commit | commitdiff | tree |
2009-01-08 |
David Bartley | Forward declare and cleanup some internal get*_r functions
|
commit | commitdiff | tree |
2009-01-08 |
David Bartley | Define gnu_dev_* for compatibility
|
commit | commitdiff | tree |
2009-01-08 |
David Bartley | Revert "Add fchmodat.c submitted by Robert Millan"
|
commit | commitdiff | tree |
2009-01-08 |
David Bartley | Add _CMSG_HDR_ALIGN to bits/socket.h
|
commit | commitdiff | tree |
2009-01-07 |
David Bartley | Minor comment fix
|
commit | commitdiff | tree |
2009-01-07 |
David Bartley | Add sys/mkdev.h
|
commit | commitdiff | tree |
2009-01-07 |
David Bartley | Fix makedev/major/minor bug
|
commit | commitdiff | tree |
2009-01-07 |
David Bartley | struct msgbuf is from sysv, not gnu
|
commit | commitdiff | tree |
2009-01-07 |
David Bartley | Move rtld_db.h
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Use the mknod syscall instead of the deprecated xmknod one
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Remove ABS, MAX, and MIN - they cause more problems...
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | UTMPX_FILE and WTMPX_FILE are already defined in paths.h
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Implement more sun nss db stubs and file parsers
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Remove sun nss compat code (moved to libsun)
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Implement x86_64 version of syscall.S (untested)
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Undo __systemcall fix; actual bug is in port.c
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Forward declare *_r functions
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Fix xmknod in syscalls.list
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Remove strlcpy and strlcat from string/Makefile
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Add ut_* from bits/utmp.h to bits/utmpx.h
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Add LOGNAME_MAX to bits/local_lim.h
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Export sys_errlist and sys_nerr for compatibility
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Remove more __USE_SUN macros
|
commit | commitdiff | tree |
2009-01-04 |
David Bartley | Fix bug in __systemcall
|
commit | commitdiff | tree |
2009-01-03 |
David Bartley | Fix xmknod
|
commit | commitdiff | tree |
2008-12-27 |
David Bartley | Make sure NODEV on LP64 is set correctly
|
commit | commitdiff | tree |
2008-12-27 |
David Bartley | Minor indent fix in sys/sysmacros.h
|
commit | commitdiff | tree |
2008-12-27 |
David Bartley | Don't remove AT_* definitions from fcntl.h but allow...
|
commit | commitdiff | tree |
2008-12-27 |
David Bartley | Remove additional sun compat. bits
|
commit | commitdiff | tree |
2008-12-26 |
David Bartley | Fix _ttyname_dev
|
commit | commitdiff | tree |
2008-12-26 |
David Bartley | Add fchmodat.c submitted by Robert Millan
|
commit | commitdiff | tree |
2008-12-25 |
David Bartley | Update TODO.opensolaris
|
commit | commitdiff | tree |
2008-12-25 |
David Bartley | Remove sun compat bits
|
commit | commitdiff | tree |
2008-12-25 |
David Bartley | Update NOTES.opensolaris
|
commit | commitdiff | tree |
2008-11-05 |
David Bartley | Magic
|
commit | commitdiff | tree |
2008-10-07 |
David Bartley | More stuff
|
commit | commitdiff | tree |
2008-10-05 |
David Bartley | More stuff
|
commit | commitdiff | tree |
2008-10-05 |
David Bartley | Check return of pthread_cond_timedwait in lio_listio.c
|
commit | commitdiff | tree |
2008-10-04 |
David Bartley | More stuff
|
commit | commitdiff | tree |
2008-10-04 |
David Bartley | More stuff
|
commit | commitdiff | tree |
2008-09-29 |
David Bartley | Header fixes; remove swapon/swapoff and sys/swap.h
|
commit | commitdiff | tree |
2008-09-28 |
David Bartley | Don't define DT_* if we don't have d_type
|
commit | commitdiff | tree |
2008-09-28 |
David Bartley | More madness
|
commit | commitdiff | tree |
2008-09-28 |
David Bartley | Fix sys/feature_tests.h
|
commit | commitdiff | tree |
2008-09-27 |
David Bartley | More fixes
|
commit | commitdiff | tree |
next |