Erik van der Kouwe
|
551374c228
|
Add ftello function
|
2010-08-16 17:07:40 +00:00 |
|
Erik van der Kouwe
|
a3e4dcafe0
|
Add fseeko function
|
2010-08-16 17:06:08 +00:00 |
|
Erik van der Kouwe
|
a719ab7780
|
Auto-detect ext2 partitions in mount
|
2010-08-03 06:28:58 +00:00 |
|
Ben Gras
|
05bbf81f93
|
new EPFNOSUPPORT errno
|
2010-07-28 16:32:21 +00:00 |
|
Arun Thomas
|
ee1cabf06c
|
Import poll() from NetBSD's libnbcompat
|
2010-07-26 20:46:04 +00:00 |
|
Ben Gras
|
541b5c5c38
|
inet_pton(), patched by Thomas Cort.
|
2010-07-26 14:47:10 +00:00 |
|
Ben Gras
|
9f0364df60
|
lib - sanity check for group_from_gid etc.
|
2010-07-24 10:40:55 +00:00 |
|
Ben Gras
|
34a58c8d82
|
inet_ntop, contributed by Thomas Cort.
|
2010-07-23 09:54:47 +00:00 |
|
Erik van der Kouwe
|
f389ad2655
|
Move sensitive instructions from libc into kernel
|
2010-07-23 07:12:47 +00:00 |
|
Erik van der Kouwe
|
a06e5c383d
|
Throw out ins[bwl] and out[bwl] from libc as they are not used
|
2010-07-23 07:10:47 +00:00 |
|
Ben Gras
|
c4bb6abc2b
|
vsprintf: fix special yet useful case for vsprintf where n < 1.
reported by jaldhar.
|
2010-07-22 22:35:44 +00:00 |
|
Ben Gras
|
ffe7e9166e
|
lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.
|
2010-07-19 10:46:26 +00:00 |
|
Ben Gras
|
09c18bc918
|
lib: bugfix for mbstowcs, debugged by Gautam Tirumala.
|
2010-07-18 20:57:55 +00:00 |
|
Ben Gras
|
4aca722796
|
lib - link in new u64 functions.
|
2010-07-16 00:12:51 +00:00 |
|
Ben Gras
|
6c66933f90
|
64-bit bitwise manipulation functions, by Gautam Tirumala.
|
2010-07-15 23:48:56 +00:00 |
|
Thomas Veerman
|
f531dba2d2
|
Add support for UNIX Domain Sockets to the C lib. Contributed by Thomas Cort
|
2010-07-15 14:05:23 +00:00 |
|
Thomas Veerman
|
ecc8a52f82
|
Add getnucred system call. Contributed by Thomas Cort
|
2010-07-15 13:24:57 +00:00 |
|
Thomas Veerman
|
ca0bed1400
|
Add EOVERFLOW error condition
|
2010-07-15 12:36:41 +00:00 |
|
Ben Gras
|
8a0c10fcb9
|
lib: mkdtemp(), contributed by by Gautam Tirumala
|
2010-07-14 22:45:28 +00:00 |
|
Ben Gras
|
2639ae9b17
|
libc: add db code from netbsd
|
2010-07-14 17:46:18 +00:00 |
|
Ben Gras
|
8d24932c80
|
lib: don't give back the same temporary filenames even if removed.
workaround for what seems to be a clang/llvm bug/assumption.
|
2010-07-14 15:18:50 +00:00 |
|
Cristiano Giuffrida
|
f8a8ea0a79
|
Dynamic configuration in system.conf for boot system services.
|
2010-07-13 21:11:44 +00:00 |
|
Ben Gras
|
f6e558f5d4
|
errno EFTYPE
|
2010-07-13 20:05:47 +00:00 |
|
Cristiano Giuffrida
|
8cedace2f5
|
Scheduling parameters out of the kernel.
|
2010-07-13 15:30:17 +00:00 |
|
Arun Thomas
|
bcaf746508
|
Import strsep() from NetBSD's libnbcompat
Ported by Gautam Tirumala
|
2010-07-12 17:41:31 +00:00 |
|
Arun Thomas
|
652618e458
|
shquote() from NetBSD's libnbcompat
Ported by Gautam Tirumala
|
2010-07-12 17:32:57 +00:00 |
|
Arun Thomas
|
1cee6fe95e
|
Import asprintf() and vasprintf()
Ported from libnbcompat by Gautam Tirumala
|
2010-07-11 13:46:58 +00:00 |
|
Ben Gras
|
68db8ed0b9
|
lib: fixes for warnings that clang has for libraries.
|
2010-07-06 12:08:22 +00:00 |
|
Erik van der Kouwe
|
37325bd7c5
|
Make service ABI backwards compatible again
|
2010-07-03 05:02:59 +00:00 |
|
Erik van der Kouwe
|
b5ae3961bb
|
Fix unintended changes in r7614
|
2010-07-01 11:56:02 +00:00 |
|
Erik van der Kouwe
|
23284ee7bd
|
User-space scheduling for system processes
|
2010-07-01 08:32:33 +00:00 |
|
Ben Gras
|
098412be83
|
small fixes for pkgsrc by Buccapatnam Tirumala, Gautam.
|
2010-06-30 12:18:34 +00:00 |
|
Cristiano Giuffrida
|
180358ffb4
|
Give RS a page table.
|
2010-06-28 22:07:49 +00:00 |
|
Cristiano Giuffrida
|
06700d05d1
|
Give RS a page table.
|
2010-06-28 21:53:37 +00:00 |
|
Ben Gras
|
8379b08845
|
library function to retrieve kernel proc table and sanity check it
|
2010-06-28 11:05:15 +00:00 |
|
Ben Gras
|
01b5238d50
|
getsubopt: use regular assert()s
|
2010-06-26 02:37:17 +00:00 |
|
Ben Gras
|
aa6ff4c8be
|
lib: setprogname() + getsubopt()
|
2010-06-26 00:44:24 +00:00 |
|
Arun Thomas
|
c0c8d25799
|
Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
|
2010-06-25 18:29:09 +00:00 |
|
Ben Gras
|
45e4cce8c2
|
libc stubs for statvfs, contributed by Buccapatnam Tirumala, Gautam.
|
2010-06-23 23:51:29 +00:00 |
|
Erik van der Kouwe
|
50539c12f5
|
Remove obsolete mstats call
|
2010-06-23 10:43:08 +00:00 |
|
Ben Gras
|
24a5f48921
|
lib - a pwrite() implementation (Contributed by Buccapatnam Tirumala, Gautam)
|
2010-06-22 22:04:43 +00:00 |
|
Ben Gras
|
ddc3f62290
|
strptime() for minix.
|
2010-06-22 21:42:49 +00:00 |
|
Ben Gras
|
08f731bae0
|
original strptime.
|
2010-06-22 21:41:56 +00:00 |
|
Ben Gras
|
08e4312998
|
forget netbsd strptime.
|
2010-06-22 21:41:20 +00:00 |
|
Ben Gras
|
c7050eea55
|
original netbsd strptime
|
2010-06-22 21:37:54 +00:00 |
|
Ben Gras
|
81056ac999
|
stdio: j modifier for %d. (Contributed by Buccapatnam Tirumala, Gautam)
|
2010-06-22 16:22:17 +00:00 |
|
Ben Gras
|
82dee9dbc3
|
add LC_MESSAGES
|
2010-06-22 09:31:16 +00:00 |
|
Ben Gras
|
6c0fcd575e
|
lib: getproname: only return last path component
|
2010-06-20 00:24:35 +00:00 |
|
Ben Gras
|
f60593cc35
|
libraries: fgetln() from pkgsrc branch.
|
2010-06-18 14:02:00 +00:00 |
|
Arun Thomas
|
042b5bf606
|
We have sys/cdefs.h now, so remove hacks.
|
2010-06-17 15:14:57 +00:00 |
|