| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroed | tjr | 2003-11-04 | 3 | -9/+3 |
* | Add a reference to the new utrace(2) manual page. | tjr | 2003-11-04 | 1 | -1/+2 |
* | * Modify libpcap to work a bit better with our 802.11 code. This means | green | 2003-11-04 | 1 | -1/+3 |
* | o Save a copy of the GPT entries for which there's a chunk with an | marcel | 2003-11-04 | 1 | -10/+55 |
* | When printing ACLs, truncate user and group names if they're too long, | rwatson | 2003-11-03 | 1 | -3/+5 |
* | Build address handling, traffic descriptor handling, encoding and decoding | harti | 2003-11-03 | 1 | -5/+12 |
* | Don't divide the start and end of the chunk by the sector size when | marcel | 2003-11-03 | 1 | -2/+2 |
* | Fix two bugs in the calculation of the last LBA of the GPT covered | marcel | 2003-11-03 | 1 | -2/+2 |
* | Rewrite Write_Disk() so that it creates a GPT. Note that the code is | marcel | 2003-11-03 | 1 | -15/+363 |
* | Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement | tjr | 2003-11-02 | 4 | -254/+233 |
* | Turn Write_Disk() into a stub for now. It needs to be rewritten to | marcel | 2003-11-02 | 1 | -149/+2 |
* | o Move Int_Open_Disk() from disk.c to open_disk.c for use by all | marcel | 2003-11-02 | 6 | -304/+603 |
* | Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabel | marcel | 2003-11-02 | 1 | -0/+2 |
* | Compile-out support for allfreebsd, dedicate, sanitize and bios on | marcel | 2003-11-02 | 1 | -0/+2 |
* | Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(), | marcel | 2003-11-02 | 1 | -7/+22 |
* | o In Print_Chunk(), don't print the address of the chunk on ia64. It | marcel | 2003-11-02 | 1 | -4/+11 |
* | Remove TODO comment about creating a macro version of towctrans(). | tjr | 2003-11-01 | 1 | -4/+0 |
* | Fix a typo that caused the optimized single-byte locale path not to be taken. | tjr | 2003-11-01 | 1 | -1/+1 |
* | Add a manual page for the utrace() system call. | tjr | 2003-11-01 | 2 | -1/+87 |
* | Allow mbrtowc() and wcrtomb() to be implemented directly, instead of | tjr | 2003-11-01 | 7 | -50/+204 |
* | Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc. | tjr | 2003-10-31 | 4 | -75/+25 |
* | Implement fgetrune(), fungetrune() and fputrune() as wrappers around | tjr | 2003-10-31 | 1 | -36/+8 |
* | add destination address selection described in RFC3484. | ume | 2003-10-30 | 1 | -7/+412 |
* | Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree. | phk | 2003-10-30 | 2 | -2/+3 |
* | Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magic | phk | 2003-10-30 | 2 | -2/+7 |
* | Allow to specify a character special device as a core file. | simokawa | 2003-10-29 | 1 | -21/+18 |
* | Remove __NETBSD_SYSCALLS. | tjr | 2003-10-29 | 1 | -6/+0 |
* | Remove incomplete support for running FreeBSD userland on old NetBSD kernels | tjr | 2003-10-29 | 8 | -31/+4 |
* | Make this part identical with NetBSD: Use recvlen instead of inlen. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don't compare NULL against a character. | mbr | 2003-10-29 | 1 | -3/+3 |
* | Don't use NULL to compare against a char. | mbr | 2003-10-29 | 1 | -2/+2 |
* | Don't use NULL to compare against a character. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don peril sensitive (ie: bikeshed sensitive) sunglasses and quietly | peter | 2003-10-28 | 2 | -408/+1 |
* | Fix a problem where libm compiled under 5.X would depend on features | das | 2003-10-27 | 2 | -2/+8 |
* | - errx() doesn't need `\n'. | ume | 2003-10-26 | 4 | -26/+24 |
* | revert previous change. we don't need to include types.h. | ume | 2003-10-26 | 1 | -1/+0 |
* | Preserve the constness of the value argument passed to env_setenv() as | peter | 2003-10-26 | 2 | -2/+3 |
* | Pacify gcc about casting pointers to integers (for the lowest few bits). | peter | 2003-10-26 | 1 | -6/+8 |
* | (mostly) Clean up some const warnings here. The code takes some liberties | peter | 2003-10-26 | 1 | -8/+9 |
* | clnt_call takes args of type xdrproc_t. | peter | 2003-10-26 | 5 | -19/+24 |
* | Consistently cast to (u_char *) when filling with junk. | phk | 2003-10-25 | 1 | -3/+3 |
* | Better safe than clever. | des | 2003-10-25 | 1 | -2/+5 |
* | Document fabsl(3). | des | 2003-10-25 | 1 | -6/+19 |
* | Style changes. Inching closer to convergence with OpenBSD. | phk | 2003-10-25 | 1 | -61/+60 |
* | - fabsl.c should be named s_fabsl.c for consistency with libmsun's | des | 2003-10-25 | 2 | -3/+11 |
* | according to RFC3542 10.5, the 5th argment of inet6_opt_next() | ume | 2003-10-25 | 1 | -1/+1 |
* | - fix description of what processes SIGCONT can be sent to | kensmith | 2003-10-24 | 1 | -1/+1 |
* | oops, revert previous change to getaddrinfo.c. This is not related | ume | 2003-10-24 | 1 | -275/+155 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 7 | -366/+1401 |
* | reorder functions to be in sync with KAME. | ume | 2003-10-23 | 1 | -128/+132 |