summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * Modify libpcap to work a bit better with our 802.11 code. This meansgreen2003-11-041-1/+3
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* When printing ACLs, truncate user and group names if they're too long,rwatson2003-11-031-3/+5
* Build address handling, traffic descriptor handling, encoding and decodingharti2003-11-031-5/+12
* Don't divide the start and end of the chunk by the sector size whenmarcel2003-11-031-2/+2
* Fix two bugs in the calculation of the last LBA of the GPT coveredmarcel2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code ismarcel2003-11-031-15/+363
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-024-254/+233
* Turn Write_Disk() into a stub for now. It needs to be rewritten tomarcel2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelmarcel2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onmarcel2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),marcel2003-11-021-7/+22
* o In Print_Chunk(), don't print the address of the chunk on ia64. Itmarcel2003-11-021-4/+11
* Remove TODO comment about creating a macro version of towctrans().tjr2003-11-011-4/+0
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* Add a manual page for the utrace() system call.tjr2003-11-012-1/+87
* Allow mbrtowc() and wcrtomb() to be implemented directly, instead oftjr2003-11-017-50/+204
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-314-75/+25
* Implement fgetrune(), fungetrune() and fputrune() as wrappers aroundtjr2003-10-311-36/+8
* add destination address selection described in RFC3484.ume2003-10-301-7/+412
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Allow to specify a character special device as a core file.simokawa2003-10-291-21/+18
* Remove __NETBSD_SYSCALLS.tjr2003-10-291-6/+0
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-298-31/+4
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietlypeter2003-10-282-408/+1
* Fix a problem where libm compiled under 5.X would depend on featuresdas2003-10-272-2/+8
* - errx() doesn't need `\n'.ume2003-10-264-26/+24
* revert previous change. we don't need to include types.h.ume2003-10-261-1/+0
* Preserve the constness of the value argument passed to env_setenv() aspeter2003-10-262-2/+3
* Pacify gcc about casting pointers to integers (for the lowest few bits).peter2003-10-261-6/+8
* (mostly) Clean up some const warnings here. The code takes some libertiespeter2003-10-261-8/+9
* clnt_call takes args of type xdrproc_t.peter2003-10-265-19/+24
* Consistently cast to (u_char *) when filling with junk.phk2003-10-251-3/+3
* Better safe than clever.des2003-10-251-2/+5
* Document fabsl(3).des2003-10-251-6/+19
* Style changes. Inching closer to convergence with OpenBSD.phk2003-10-251-61/+60
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-252-3/+11
* according to RFC3542 10.5, the 5th argment of inet6_opt_next()ume2003-10-251-1/+1
* - fix description of what processes SIGCONT can be sent tokensmith2003-10-241-1/+1
* oops, revert previous change to getaddrinfo.c. This is not relatedume2003-10-241-275/+155
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-247-366/+1401
* reorder functions to be in sync with KAME.ume2003-10-231-128/+132
* EAI_ADDRFAMILY and EAI_NODATA was deprecated in RFC3493ume2003-10-232-17/+4
* preparation for RFC3493. EAI_NODATA was deprecated.ume2003-10-231-0/+2
OpenPOWER on IntegriCloud