aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When printing ACLs, truncate user and group names if they're too long,Robert Watson2003-11-031-3/+5
* Build address handling, traffic descriptor handling, encoding and decodingHartmut Brandt2003-11-031-5/+12
* Don't divide the start and end of the chunk by the sector size whenMarcel Moolenaar2003-11-031-2/+2
* Fix two bugs in the calculation of the last LBA of the GPT coveredMarcel Moolenaar2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code isMarcel Moolenaar2003-11-031-15/+363
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementTim J. Robbins2003-11-024-253/+232
* Turn Write_Disk() into a stub for now. It needs to be rewritten toMarcel Moolenaar2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allMarcel Moolenaar2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelMarcel Moolenaar2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onMarcel Moolenaar2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),Marcel Moolenaar2003-11-021-7/+22
* o In Print_Chunk(), don't print the address of the chunk on ia64. ItMarcel Moolenaar2003-11-021-4/+11
* Remove TODO comment about creating a macro version of towctrans().Tim J. Robbins2003-11-011-4/+0
* Fix a typo that caused the optimized single-byte locale path not to be taken.Tim J. Robbins2003-11-011-1/+1
* Add a manual page for the utrace() system call.Tim J. Robbins2003-11-012-1/+87
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead ofTim J. Robbins2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.Tim J. Robbins2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundTim J. Robbins2003-10-311-36/+8
* add destination address selection described in RFC3484.Hajimu UMEMOTO2003-10-301-7/+412
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.Poul-Henning Kamp2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicPoul-Henning Kamp2003-10-302-2/+7
* Allow to specify a character special device as a core file.Hidetoshi Shimokawa2003-10-291-21/+18
* Remove __NETBSD_SYSCALLS.Tim J. Robbins2003-10-291-6/+0
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-298-31/+4
* Make this part identical with NetBSD: Use recvlen instead of inlen.Martin Blapp2003-10-291-1/+1
* Don't compare NULL against a character.Martin Blapp2003-10-291-3/+3
* Don't use NULL to compare against a char.Martin Blapp2003-10-291-2/+2
* Don't use NULL to compare against a character.Martin Blapp2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlyPeter Wemm2003-10-282-408/+1
* Fix a problem where libm compiled under 5.X would depend on featuresDavid Schultz2003-10-272-2/+8
* - errx() doesn't need `\n'.Hajimu UMEMOTO2003-10-264-26/+24
* revert previous change. we don't need to include types.h.Hajimu UMEMOTO2003-10-261-1/+0
* Preserve the constness of the value argument passed to env_setenv() asPeter Wemm2003-10-262-2/+3
* Pacify gcc about casting pointers to integers (for the lowest few bits).Peter Wemm2003-10-261-6/+8
* (mostly) Clean up some const warnings here. The code takes some libertiesPeter Wemm2003-10-261-8/+9
* clnt_call takes args of type xdrproc_t.Peter Wemm2003-10-265-19/+24
* Consistently cast to (u_char *) when filling with junk.Poul-Henning Kamp2003-10-251-3/+3
* Better safe than clever.Dag-Erling Smørgrav2003-10-251-2/+5
* Document fabsl(3).Dag-Erling Smørgrav2003-10-251-6/+19
* Style changes. Inching closer to convergence with OpenBSD.Poul-Henning Kamp2003-10-251-61/+60
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sDag-Erling Smørgrav2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()Hajimu UMEMOTO2003-10-251-1/+1
* - fix description of what processes SIGCONT can be sent toKen Smith2003-10-241-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedHajimu UMEMOTO2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-247-358/+1393
* reorder functions to be in sync with KAME.Hajimu UMEMOTO2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493Hajimu UMEMOTO2003-10-232-17/+4
* preparation for RFC3493. EAI_NODATA was deprecated.Hajimu UMEMOTO2003-10-231-0/+2
* Connect fabsl.c to the build.Dag-Erling Smørgrav2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them allDag-Erling Smørgrav2003-10-231-0/+67