Age | Commit message (Expand) | Author |
2001-12-09 | Use queue.h TAILQ macros instead of accessing members directly. | Jason Wright |
2001-12-09 | Don't access the tq members directly, use the queue.h macros. Also, | Jason Wright |
2001-12-09 | document MODGNU_CONFIG_GUESS_DIRS here, ok espie | Peter Valchev |
2001-12-09 | Even more ansification. | Artur Grabowski |
2001-12-09 | Random ansification. | Artur Grabowski |
2001-12-09 | un-__P | Artur Grabowski |
2001-12-09 | Explicitly unmap and free the pages in pgt_page_free. | Artur Grabowski |
2001-12-09 | remove pvalloc and pvfree, use the raw pool_get and pool_put. | Artur Grabowski |
2001-12-09 | Real pmap_k*. The sun4/sun4c functions are from NetBSD. | Artur Grabowski |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski |
2001-12-09 | Consider PROTO_IPV6 as compressible by CCP. | brian |
2001-12-09 | - change flush_atc_entry() prototype, the third argument is indeed a boolean_t, | Miod Vallat |
2001-12-08 | Don't unlink() the same thing twice, ok millert@ | Miod Vallat |
2001-12-08 | Fix compilation error when building a raid enabled kernel. | Thierry Deval |
2001-12-08 | Better pmap_kenter_pa() and pmap_kremove() implementation. | Miod Vallat |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | Theo de Raadt |
2001-12-08 | Use PMAP_MANAGED() macro everywhere instead of hand-expanding it. | Miod Vallat |
2001-12-08 | m68k_trunc_page -> trunc_page | Miod Vallat |
2001-12-08 | mflags and len were uninitialized in bridge_broadcast (source of some | Jason Wright |
2001-12-08 | Be 9600-bauds friendly and panic() on unexpected issues, rather than printf() | Miod Vallat |
2001-12-08 | use only one path to X11 UNIX domain socket vs. an array of paths | Kevin Steves |
2001-12-08 | db_console is declared in <ddb/db_var.h>. Fix a typo while there, too. | Miod Vallat |
2001-12-08 | Update hardware list, fix a few typos as well. | Miod Vallat |
2001-12-08 | sync with freebsd. | Federico G. Schwindt |
2001-12-08 | Do not compile the pnp attachments unless they're requested; deraadt@ ok | Federico G. Schwindt |
2001-12-08 | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. | Federico G. Schwindt |
2001-12-08 | style: Use queue.h macro's for list traversal, convert several (&thing)->foo | Jason Wright |
2001-12-08 | Go ahead and fix the xircom filter setup to work on big endian too (untested,... | Jason Wright |
2001-12-08 | use htole32() on the data going into the setup frame for the dc_setfilt_21143... | Jason Wright |
2001-12-08 | save the pid as well, and only do the atexit in the same pid | Theo de Raadt |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | Add ERRORS and STANDARDS sections | Todd C. Miller |
2001-12-07 | o Turn off ECHONL in addition to ECHO | Todd C. Miller |
2001-12-07 | From XPG4.2: read(2) can return EIO if the process is a member of | Todd C. Miller |
2001-12-07 | Kill longjmp by not restarting system calls on receipt of SIGALRM. | Todd C. Miller |
2001-12-07 | Oops, need rtc in here, too | Jason Wright |
2001-12-07 | missing comma | Todd C. Miller |
2001-12-07 | OK, this is horrible. stdio safety in a signal handler, requires that we | Theo de Raadt |
2001-12-07 | do not call abort(), it is tasteless | Theo de Raadt |
2001-12-07 | Instead of restoring the tty mode, restoring the signal handler, | Todd C. Miller |
2001-12-07 | add ohci and several basic usb devices. | Jason Wright |
2001-12-07 | NKMEMPAGES defines. | Artur Grabowski |
2001-12-07 | add example for ftp-proxy data connections, to reduce some of the questions | Bob Beck |
2001-12-07 | Document signal handling in readpassphrase(3) | Todd C. Miller |
2001-12-07 | Add CAVEATS section pointing out the dangers of closing fds <= 2 | Todd C. Miller |
2001-12-07 | fix signal dosc | Theo de Raadt |
2001-12-07 | rtc* at ebus? | Jason Wright |
2001-12-07 | Mimic some of the rtc handling (the m5819 on the x1 is a ds1287-alike) from i... | Jason Wright |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-12-07 | sort SEE ALSO; | Mike Pechkin |