| Commit message (Expand) | Author | Age | Files | Lines |
| * | Better comment for the product ID thing. | Warner Losh | 2002-10-07 | 1 | -2/+5 |
| * | Don't need to NUL terminate after snprintf | Warner Losh | 2002-10-07 | 1 | -1/+0 |
| * | Copyin and copyout are only possible from a process-native thread, | Poul-Henning Kamp | 2002-10-07 | 4 | -42/+26 |
| * | Update comments to remind me about power bugs in oldcard. | Warner Losh | 2002-10-07 | 1 | -1/+4 |
| * | Ooops. Need to free dc_srom on detach to not leak memory. | Warner Losh | 2002-10-07 | 2 | -0/+2 |
| * | Dynamically configure the width of the srom. This code comes from | Warner Losh | 2002-10-07 | 4 | -30/+212 |
| * | o go ahead and route the interupt, even if it is supposedly unique. | Warner Losh | 2002-10-07 | 3 | -21/+36 |
| * | Add two interfaces to allow for busses to report the pnpinfo for | Warner Losh | 2002-10-07 | 1 | -0/+22 |
| * | disable debug output by default. | Alfred Perlstein | 2002-10-07 | 1 | -24/+30 |
| * | warn about p1003_1b_semaphores | Alfred Perlstein | 2002-10-07 | 1 | -0/+2 |
| * | Disconnect "sem" module from the build. | Alfred Perlstein | 2002-10-07 | 1 | -1/+0 |
| * | Add 'break' to empty 'default' 'switch' statements. | Alfred Perlstein | 2002-10-07 | 1 | -4/+4 |
| * | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | Alfred Perlstein | 2002-10-07 | 10 | -40/+40 |
| * | Fix a spelling error in a comment. | Mike Barcroft | 2002-10-07 | 1 | -1/+1 |
| * | fix line wrap. | Alfred Perlstein | 2002-10-07 | 1 | -15/+30 |
| * | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | Alfred Perlstein | 2002-10-07 | 1 | -4/+4 |
| * | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | Alfred Perlstein | 2002-10-07 | 1 | -0/+4 |
| * | Don't pass a NULL pointer to syslog(3). | Alfred Perlstein | 2002-10-07 | 1 | -0/+1 |
| * | Use strlcpy() instead of strcpy() to not overflow static buffers. | Kris Kennaway | 2002-10-06 | 1 | -2/+6 |
| * | o Move location of the fpos_t typedef to be closer to other typedefs. | Mike Barcroft | 2002-10-06 | 1 | -14/+33 |
| * | Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 6 | -0/+24 |
| * | o Add conditionals to allow va_list to be defined in other headers. | Mike Barcroft | 2002-10-06 | 6 | -11/+49 |
| * | o Use relatively new visibility primitives from <sys/cdefs.h>. | Mike Barcroft | 2002-10-06 | 1 | -16/+25 |
| * | Don't depend on <signal.h> to include <sys/time.h>, instead include | Mike Barcroft | 2002-10-06 | 2 | -0/+2 |
| * | When considering temporary files for deletion, don't examine the mtime | Joerg Wunsch | 2002-10-06 | 1 | -0/+1 |
| * | Avoid referencing a removed (and freed) queue entry. This partially reverts | Dag-Erling Smørgrav | 2002-10-06 | 1 | -2/+4 |
| * | Set only the RB_POWEROFF flag (not the RB_HALT flag) when | Thomas Quinot | 2002-10-06 | 1 | -1/+1 |
| * | Integrate mac_check_socket_send() and mac_check_socket_receive() | Robert Watson | 2002-10-06 | 16 | -0/+378 |
| * | When reusing a pointer as a number, at least cast it | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Trim accidentally introduced trailing whitespace. | Robert Watson | 2002-10-06 | 1 | -1/+1 |
| * | Fix a bunch of s/int */size_t */. | Maxime Henrion | 2002-10-06 | 1 | -2/+4 |
| * | Roll back to previous version, no need for NO_GEOM when GEOM is | Peter Grehan | 2002-10-06 | 1 | -2/+0 |
| * | Yet another 64 bits warning fix: s/u_int/size_t/. | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copyinstr() takes | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copystr() takes a size_t *, | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Clean up use of <stdarg.h> macros: always call va_end after va_start, | Tim J. Robbins | 2002-10-06 | 1 | -2/+6 |
| * | Add a note to the Compatiblity section suggesting that these functions | Tim J. Robbins | 2002-10-06 | 13 | -13/+162 |
| * | Be consistent WRT function argument names. Other arguments only have | Mark Murray | 2002-10-06 | 1 | -2/+2 |
| * | Ensure all va_starts have a matching va_end. | Tim J. Robbins | 2002-10-06 | 1 | -1/+1 |
| * | While removing a memory leak, rev 1.32 introduced a | Philippe Charnier | 2002-10-06 | 1 | -16/+11 |
| * | Put giant locks due to make getaddrinfo(), getnameinfo() | Hajimu UMEMOTO | 2002-10-06 | 2 | -1/+41 |
| * | Oops. Actually connect back msdosfs to the build for every platform. | Maxime Henrion | 2002-10-06 | 1 | -0/+1 |
| * | /dev/sa0 is the default tape device, not /dev/rst0. | Tim J. Robbins | 2002-10-06 | 2 | -6/+6 |
| * | Allow -J to simultaneously do non-bzip2 grepping. | David E. O'Brien | 2002-10-06 | 1 | -10/+32 |
| * | Disallow empty condition parts of "if", "while" and "until" compound | Tim J. Robbins | 2002-10-06 | 1 | -3/+6 |
| * | Remove rants/whines about the rune interface being superior to the | Tim J. Robbins | 2002-10-06 | 1 | -16/+2 |
| * | Remove a completely incorrect statement from the Return Values section. | Tim J. Robbins | 2002-10-06 | 1 | -5/+6 |
| * | It appears CPU_MAXID should be 1 more than the number of CPU_* defines. | David E. O'Brien | 2002-10-06 | 1 | -1/+1 |
| * | CPU_MAXID should | David E. O'Brien | 2002-10-06 | 1 | -1/+1 |
| * | Use %jd in format string and cast argument to intmax_t instead of using | Tim J. Robbins | 2002-10-06 | 2 | -4/+3 |