| Commit message (Expand) | Author | Age | Files | Lines |
* | Add another Intel chipset (i82562). | silby | 2002-06-29 | 1 | -0/+1 |
* | More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. | alfred | 2002-06-29 | 12 | -71/+66 |
* | catch up with mextadd callback taking a void argument instead of a caddr_t. | alfred | 2002-06-29 | 5 | -8/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r99005, | obrien | 2002-06-29 | 84 | -0/+3443 |
|\ |
|
| * | Vendor import of GDB 5.2. | obrien | 2002-06-29 | 84 | -0/+3443 |
* | | catch up with ext_free prototype change. | alfred | 2002-06-29 | 3 | -6/+6 |
* | | Bmake bits for GDB 5.2. | obrien | 2002-06-29 | 18 | -3213/+176 |
* | | - kernel core debugging for i386 (Mark Peek) | obrien | 2002-06-29 | 3 | -1900/+1642 |
* | | Note that this is a modified version of GDB. | obrien | 2002-06-29 | 1 | -1/+1 |
* | | Use the stock source. | obrien | 2002-06-29 | 1 | -1210/+1527 |
* | | Best that I can tell, we've never used these files. | obrien | 2002-06-29 | 28 | -12056/+0 |
* | | More caddr_t removal. | alfred | 2002-06-29 | 8 | -32/+32 |
* | | nuke more instances of caddr_t | alfred | 2002-06-29 | 1 | -23/+19 |
* | | m_extadd takes a void (*freef)(void *, void *) now, not a | alfred | 2002-06-29 | 1 | -1/+1 |
* | | remove or replace caddr_t with void. | alfred | 2002-06-28 | 3 | -36/+33 |
* | | nuke caddr_t. | alfred | 2002-06-28 | 4 | -26/+23 |
* | | change struct socket -> so_pcb from caddr_t to void *. | alfred | 2002-06-28 | 1 | -1/+1 |
* | | Remove unneeded casts to caddr_t. | alfred | 2002-06-28 | 2 | -62/+62 |
* | | change f_data field in struct file from caddr_t to void *. | alfred | 2002-06-28 | 1 | -1/+1 |
* | | Simplify TERM handling since now libutil not overwrites existen TERM for "term" | ache | 2002-06-28 | 1 | -3/+1 |
* | | document that the pipe fo_stat routine doesn't need locks because it's | alfred | 2002-06-28 | 1 | -0/+4 |
* | | In namei(), we use a NULL thread for uio_td when doing a VOP_READLINK(). | jhb | 2002-06-28 | 4 | -16/+15 |
* | | Add two new submodes to the AES encryption method. | phk | 2002-06-28 | 1 | -11/+121 |
* | | Add a module for src/tools/regression (`regression'). | jmallett | 2002-06-28 | 1 | -0/+1 |
* | | Improve the VOP locking asserts | jeff | 2002-06-28 | 2 | -5/+24 |
* | | In vn_mkdir(), use vrele() instead of vput() on the parent directory | iedowse | 2002-06-28 | 2 | -2/+18 |
* | | One possible code path for syncache_respond() is: | jlemon | 2002-06-28 | 1 | -1/+7 |
* | | Clean up vn_rdwr locking. | jeff | 2002-06-28 | 1 | -6/+12 |
* | | Fix a case where a vnode got explicitly unlocked after the pointer to it | green | 2002-06-28 | 1 | -1/+1 |
* | | Include 'sshd' to the lists of forbidden users. | maxim | 2002-06-28 | 2 | -0/+2 |
* | | Add additional field 'overwrite' to login_vars. It mainly needed to handle | ache | 2002-06-28 | 1 | -10/+11 |
* | | Make sigpending and sigsuspend account for signals that are pending on | deischen | 2002-06-28 | 6 | -15/+81 |
* | | Add a wrapper for pselect() in order to make it a cancellation point. | deischen | 2002-06-28 | 6 | -0/+165 |
* | | Remove a GCC-specific command-line option. We should be using WARNS=n | markm | 2002-06-28 | 1 | -1/+1 |
* | | Mention that we're checking kernel log messages, even if there's | brian | 2002-06-28 | 1 | -2/+2 |
* | | Refer to utilities, not commands, for consistency with env(1), nice(1), etc. | tjr | 2002-06-28 | 2 | -8/+8 |
* | | Don't use SignalBundle if it's not set | brian | 2002-06-28 | 1 | -3/+6 |
* | | Document the fairly obvious effects of the PATH environment variable. | tjr | 2002-06-28 | 3 | -1/+25 |
* | | Discourage use of env(1)'s "-" flag by moving its description to the | tjr | 2002-06-28 | 2 | -6/+8 |
* | | Complain about (and fix) misformatted RADIUS attributes rather than silently | brian | 2002-06-28 | 1 | -2/+6 |
* | | When a RADIUS server is being used, don't use MPPE unless the RADIUS | brian | 2002-06-28 | 1 | -6/+19 |
* | | Fix warning. | dfr | 2002-06-28 | 1 | -1/+1 |
* | | bring Makefile up to date with new ipfw | julian | 2002-06-28 | 1 | -1/+1 |
* | | Fix a botched flag clear operation. Rumor has it that this also fixes | scottl | 2002-06-28 | 1 | -1/+1 |
* | | Overwrite "term" from login.conf(5) for any known TERM | ache | 2002-06-28 | 1 | -2/+9 |
* | | Use full URL path in references to the Handbook. | bmah | 2002-06-28 | 2 | -12/+12 |
* | | Add my entry to the mojo file. | dillon | 2002-06-28 | 1 | -0/+1 |
* | | There will be no GDB related .info files unless someone that cares about them | obrien | 2002-06-28 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r98954, | obrien | 2002-06-28 | 2 | -0/+246 |
|\ \
| |/ |
|
| * | Vendor import of GDB 5.2. | obrien | 2002-06-28 | 2 | -0/+246 |