Removed prototypes for openpty() (which lives in pty.h) and forkpty()(which we don't implement ATM). Why do we have a header that declaresstuff that is for the most part not supported?git-svn-id
Removed prototypes for openpty() (which lives in pty.h) and forkpty()(which we don't implement ATM). Why do we have a header that declaresstuff that is for the most part not supported?git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25684 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
Was using __{BEGIN,END}_DECLS without including <sys/cdefs.h>.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25163 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added the BSDish openpty().git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25135 a95241bf-73f2-0310-859d-f6bbb57e9c96
This header is no longer necessary, since Ingo added the BSD timer macrosto our sys/time.h - this fixes a lot of warnings, too.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24952 a95241bf-7
This header is no longer necessary, since Ingo added the BSD timer macrosto our sys/time.h - this fixes a lot of warnings, too.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24952 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Added BSD specific errno.h for EDOOFUS (yeah, I know, great error code...)* Added sigmask() macro.* Fixed libutil.h I broke yesterday: it's thought to add functions only if you've included some
* Added BSD specific errno.h for EDOOFUS (yeah, I know, great error code...)* Added sigmask() macro.* Fixed libutil.h I broke yesterday: it's thought to add functions only if you've included some other headers before; added the correct header guard we're using for our sys/param.h.* Added pidfile.c to the build.* Fixed warning in realhostname.c, and pidfile.c.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23840 a95241bf-73f2-0310-859d-f6bbb57e9c96
Include <sys/param.h> for MAXPATHLEN - fixes the build.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23831 a95241bf-73f2-0310-859d-f6bbb57e9c96
Minor improvements for the BSD compatibility library:* Added {get|set|end}usershell() functions.* Define MAXLOGNAME, and L_SET, L_INCR, and L_XTND.* The pidfile stuff in libutil.h is now included,
Minor improvements for the BSD compatibility library:* Added {get|set|end}usershell() functions.* Define MAXLOGNAME, and L_SET, L_INCR, and L_XTND.* The pidfile stuff in libutil.h is now included, too.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23827 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added daemon() function to libbsd.so.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22164 a95241bf-73f2-0310-859d-f6bbb57e9c96
* Adapted the path of "login" - eventually, telnetd should just use the standard $PATH, though.* Telnetting into Haiku is now finally working as expected.git-svn-id: file:///srv/svn/repos/haiku
* Adapted the path of "login" - eventually, telnetd should just use the standard $PATH, though.* Telnetting into Haiku is now finally working as expected.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21559 a95241bf-73f2-0310-859d-f6bbb57e9c96
More tweaks to the libbsd.so compatibility library:* added sigsetmask(), and sigblock()* added ALIGN(), ALIGNBYTES, and howmany() macrosgit-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19493
More tweaks to the libbsd.so compatibility library:* added sigsetmask(), and sigblock()* added ALIGN(), ALIGNBYTES, and howmany() macrosgit-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19493 a95241bf-73f2-0310-859d-f6bbb57e9c96
Some tweaks, made libutil a bit more complete.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19487 a95241bf-73f2-0310-859d-f6bbb57e9c96
restored sys/ioccom.h in headers/compatibility/bsd/git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18522 a95241bf-73f2-0310-859d-f6bbb57e9c96
Added the BSD-ish libcrypt.h for your convenience.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18451 a95241bf-73f2-0310-859d-f6bbb57e9c96
Some more functions for our BSD compatibility library.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18436 a95241bf-73f2-0310-859d-f6bbb57e9c96
Extended libbsd.so a bit more. All sources (if not written by me) were taken fromthe FreeBSD 6.1 release.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18421 a95241bf-73f2-0310-859d-f6bbb57e
Extended libbsd.so a bit more. All sources (if not written by me) were taken fromthe FreeBSD 6.1 release.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18421 a95241bf-73f2-0310-859d-f6bbb57e9c96
Started a libbsd.so with some useful stuff for porting applications.Very limited right now, but might even be enough. We might want to move arc4random.cfrom traceroute over, though.git-svn-id: f
Started a libbsd.so with some useful stuff for porting applications.Very limited right now, but might even be enough. We might want to move arc4random.cfrom traceroute over, though.git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18382 a95241bf-73f2-0310-859d-f6bbb57e9c96
1234