Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ugg, wrong version. | obrien | 2003-06-01 | 1 | -1/+1 |
| | | | | CSTD=gnu89, c89 wont do. | ||||
* | This isn't C99 clean. | obrien | 2003-06-01 | 1 | -0/+2 |
| | |||||
* | Improve set_mcontext: | marcel | 2003-06-01 | 1 | -0/+5 |
| | | | | | | o Don't copy psr verbatim from the user supplied context. Only allow userland to change the processor settings that are part of the user mask. | ||||
* | Improve on cpu_set_upcall: | marcel | 2003-06-01 | 1 | -13/+13 |
| | | | | | | | | | | | | o Use pcb and tf for the new pcb and the new trapframe and use pcb0 for the old (current) pcb. The mix of pcb, pcb2 and tf was slightly confusing. o Don't define td->td_frame here. It has already been set previously by cpu_thread_setup. Add a KASSERT to make sure pcb and tf are both non-NULL. o Make sure the number of dirty registers is 0 for the new thread. There are no user registers on the backing store because we heven't enter userland yet. | ||||
* | A new API function PacketAliasRedirectDynamic() can be used | ru | 2003-06-01 | 6 | -2/+72 |
| | | | | | to mark a fully specified static link as dynamic; i.e. make it a one-time link. | ||||
* | Include string.h for memset(). | rwatson | 2003-06-01 | 2 | -1/+2 |
| | |||||
* | Make the PacketAliasSetAddress() function call optional. If it | ru | 2003-06-01 | 4 | -22/+36 |
| | | | | | | is not called, and no static rules match an outgoing packet, the latter retains its source IP address. This is in support of the "static NAT only" mode. | ||||
* | Give the -o option before any filename operands when invoking the sort | tjr | 2003-06-01 | 1 | -2/+2 |
| | | | | | | utility. 1003.1-2001 does not allow sort to accept the -o option after the operands (Base Definitions, 12.2 Utility Syntax Guidelines, Guideline 9). | ||||
* | crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89. | obrien | 2003-06-01 | 1 | -0/+1 |
| | |||||
* | Use a bigger hammer -- keep all -std= out of CXXFLAGS. | obrien | 2003-06-01 | 2 | -2/+2 |
| | | | | Also allow for "CSTD=" in a Makefile. | ||||
* | Change a : | mux | 2003-06-01 | 2 | -2/+2 |
| | | | | | | | | | | | bzero(ptr, sizeof(DC_RXLEN * 5)); which should obviously be: bzero(ptr, DC_RXLEN * 5); Looks like this bug may have reduced the effectiveness of the workaround for the hardware bug in the PNIC chips. MFC after: 1 week | ||||
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 11 | -194/+312 |
| | |||||
* | Match style of source and headers. | jmallett | 2003-06-01 | 1 | -1/+1 |
| | | | | Submitted by: bde | ||||
* | Do not set a C standard for the C++ compiler. | obrien | 2003-06-01 | 1 | -5/+7 |
| | |||||
* | Be sloppier about the miidevs.h dependency. This reduces the maintenance | obrien | 2003-06-01 | 1 | -7/+1 |
| | | | | | | effort at the expense of making miidevs.h a dependency for very .o. Requested by: imp | ||||
* | Accpet '1'..'5' in place of F1..F5 for serial console users. | obrien | 2003-06-01 | 1 | -3/+5 |
| | | | | Reviewed by: Bruce M Simpson <bms@spc.org> | ||||
* | Shorten long comment. | obrien | 2003-06-01 | 1 | -1/+1 |
| | |||||
* | Sync with i386/GENERIC ordering. | obrien | 2003-06-01 | 1 | -18/+20 |
| | |||||
* | Keep entries sorted by floppy, type, and name. | ru | 2003-06-01 | 3 | -20/+23 |
| | |||||
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 1 | -19/+18 |
| | |||||
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 5 | -74/+91 |
| | |||||
* | - Style(9) fixes, most notably : | mux | 2003-06-01 | 2 | -1070/+730 |
| | | | | | | | | | | | | | o Remove register keyword o ANSIfy prototypes o Remove "return;" at the end of void functions o Remove trailing spaces o Don't align local variables with tabs and reorder them o Don't use /* FOO */ at the end of a #ifdef FOO block if it's a small block - Other non-functional changes : o 6 -> ETHER_ADDR_LEN o Don't initialize if_output; ether_ifattach() does it for us | ||||
* | Assorted mdoc(7) fixes. | ru | 2003-06-01 | 6 | -180/+190 |
| | |||||
* | Restore parentheses removed inappropriately in last commit. | mjacob | 2003-06-01 | 1 | -2/+3 |
| | |||||
* | Compile our code as C99 by default. | obrien | 2003-06-01 | 1 | -9/+11 |
| | |||||
* | Add zh_CN.GBK | ache | 2003-06-01 | 2 | -0/+200 |
| | | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw> | ||||
* | Add zh_CN.GBK | ache | 2003-06-01 | 2 | -0/+6 |
| | |||||
* | Add GBK encoding | ache | 2003-06-01 | 3 | -2/+121 |
| | | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw> | ||||
* | Add the part of the last commit which cvs appearantly didn't like | phk | 2003-06-01 | 2 | -17/+4 |
| | | | | the first time. | ||||
* | Simplify the GEOM OAM api: Drop the request type, and let everything | phk | 2003-06-01 | 10 | -444/+303 |
| | | | | | | | | hinge on the "verb" parameter which the class gets to interpret as it sees fit. Move the entire request into the kernel and move changed parameters back when done. | ||||
* | constify g_sanity() | phk | 2003-06-01 | 2 | -2/+2 |
| | |||||
* | Add openpam_readline(3). | des | 2003-06-01 | 1 | -0/+2 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r115619, | des | 2003-06-01 | 128 | -631/+1022 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of OpenPAM Digitalis. | des | 2003-06-01 | 128 | -631/+1022 |
| | | |||||
* | | Add (but do not connect) a half-finished driver for Aureal Vortex cards. | des | 2003-06-01 | 3 | -0/+820 |
| | | | | | | | | The mixer works, pcm support is half done. | ||||
* | | Retire pam_wheel(8) (which has been disconnected for quite a while) and | des | 2003-06-01 | 6 | -657/+0 |
| | | | | | | | | pam_ftp(8). | ||||
* | | Add pc98 arch to test set. | phk | 2003-06-01 | 1 | -2/+2 |
| | | | | | | | | Remove ktrace which leaked out of test-setup. | ||||
* | | Remove break after return. | phk | 2003-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Add XXX comment where intent is unclear. Found by: FlexeLint | ||||
* | | Remove #include <sys/disklabel.h> | phk | 2003-06-01 | 2 | -2/+0 |
| | | |||||
* | | Don't leak "barlist" allocation on failure. | phk | 2003-06-01 | 1 | -0/+4 |
| | | | | | | | | Found by: FlexeLint | ||||
* | | Remove unused variables. | phk | 2003-06-01 | 1 | -15/+3 |
| | | | | | | | | Found by: FlexeLint | ||||
* | | Use bcmp() to compare hash strings. | phk | 2003-06-01 | 1 | -1/+1 |
| | | |||||
* | | Clarify the code a bit. | phk | 2003-06-01 | 1 | -1/+2 |
| | | | | | | | | Submitted by: Nadav Eiron <nadav@TheEirons.org> | ||||
* | | Don't unlock the parent directory vnode twice if the ISDOTDOT flag | truckman | 2003-06-01 | 1 | -1/+2 |
| | | | | | | | | is set. | ||||
* | | Remove unused variables. | phk | 2003-06-01 | 1 | -11/+1 |
| | | | | | | | | | | | | | | Remove break after return. Add XXX comment where intent is unclear. Found by: FlexeLint | ||||
* | | Make "where" an alias for "trace" | phk | 2003-06-01 | 1 | -0/+1 |
| | | |||||
* | | Add /* FALLTHROUGH */ | phk | 2003-06-01 | 1 | -0/+4 |
| | | | | | | | | Found by: FlexeLint | ||||
* | | Implement cpu_thread_setup(). This is mostly the same as on i386, | marcel | 2003-06-01 | 1 | -0/+8 |
| | | | | | | | | | | | | | | except for the fact that trapframes have a size recorded in it that we set here too. We need this for proper thread setup. Pointed out by: mtm | ||||
* | | Make prototype match code with regard to constness of args to the | jmallett | 2003-06-01 | 1 | -1/+1 |
| | | | | | | | | function pointer passed in. | ||||
* | | Split the env(1) manpage off from printenv(1); there is not much point | tjr | 2003-06-01 | 4 | -94/+161 |
| | | | | | | | | in keeping them together. Mention that printenv is obsolescent. |