summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ugg, wrong version.obrien2003-06-011-1/+1
| | | | CSTD=gnu89, c89 wont do.
* This isn't C99 clean.obrien2003-06-011-0/+2
|
* Improve set_mcontext:marcel2003-06-011-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:marcel2003-06-011-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 usedru2003-06-016-2/+72
| | | | | to mark a fully specified static link as dynamic; i.e. make it a one-time link.
* Include string.h for memset().rwatson2003-06-012-1/+2
|
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-014-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 sorttjr2003-06-011-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.obrien2003-06-011-0/+1
|
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.obrien2003-06-012-2/+2
| | | | Also allow for "CSTD=" in a Makefile.
* Change a :mux2003-06-012-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.ru2003-06-0111-194/+312
|
* Match style of source and headers.jmallett2003-06-011-1/+1
| | | | Submitted by: bde
* Do not set a C standard for the C++ compiler.obrien2003-06-011-5/+7
|
* Be sloppier about the miidevs.h dependency. This reduces the maintenanceobrien2003-06-011-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.obrien2003-06-011-3/+5
| | | | Reviewed by: Bruce M Simpson <bms@spc.org>
* Shorten long comment.obrien2003-06-011-1/+1
|
* Sync with i386/GENERIC ordering.obrien2003-06-011-18/+20
|
* Keep entries sorted by floppy, type, and name.ru2003-06-013-20/+23
|
* Assorted mdoc(7) fixes.ru2003-06-011-19/+18
|
* Assorted mdoc(7) fixes.ru2003-06-015-74/+91
|
* - Style(9) fixes, most notably :mux2003-06-012-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.ru2003-06-016-180/+190
|
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
|
* Compile our code as C99 by default.obrien2003-06-011-9/+11
|
* Add zh_CN.GBKache2003-06-012-0/+200
| | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Add zh_CN.GBKache2003-06-012-0/+6
|
* Add GBK encodingache2003-06-013-2/+121
| | | | | PR: 51504 Submitted by: Statue <statue@freebsd.sinica.edu.tw>
* Add the part of the last commit which cvs appearantly didn't likephk2003-06-012-17/+4
| | | | the first time.
* Simplify the GEOM OAM api: Drop the request type, and let everythingphk2003-06-0110-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()phk2003-06-012-2/+2
|
* Add openpam_readline(3).des2003-06-011-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r115619,des2003-06-01128-631/+1022
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenPAM Digitalis.des2003-06-01128-631/+1022
| |
* | Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-013-0/+820
| | | | | | | | The mixer works, pcm support is half done.
* | Retire pam_wheel(8) (which has been disconnected for quite a while) anddes2003-06-016-657/+0
| | | | | | | | pam_ftp(8).
* | Add pc98 arch to test set.phk2003-06-011-2/+2
| | | | | | | | Remove ktrace which leaked out of test-setup.
* | Remove break after return.phk2003-06-011-1/+1
| | | | | | | | | | | | Add XXX comment where intent is unclear. Found by: FlexeLint
* | Remove #include <sys/disklabel.h>phk2003-06-012-2/+0
| |
* | Don't leak "barlist" allocation on failure.phk2003-06-011-0/+4
| | | | | | | | Found by: FlexeLint
* | Remove unused variables.phk2003-06-011-15/+3
| | | | | | | | Found by: FlexeLint
* | Use bcmp() to compare hash strings.phk2003-06-011-1/+1
| |
* | Clarify the code a bit.phk2003-06-011-1/+2
| | | | | | | | Submitted by: Nadav Eiron <nadav@TheEirons.org>
* | Don't unlock the parent directory vnode twice if the ISDOTDOT flagtruckman2003-06-011-1/+2
| | | | | | | | is set.
* | Remove unused variables.phk2003-06-011-11/+1
| | | | | | | | | | | | | | Remove break after return. Add XXX comment where intent is unclear. Found by: FlexeLint
* | Make "where" an alias for "trace"phk2003-06-011-0/+1
| |
* | Add /* FALLTHROUGH */phk2003-06-011-0/+4
| | | | | | | | Found by: FlexeLint
* | Implement cpu_thread_setup(). This is mostly the same as on i386,marcel2003-06-011-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 thejmallett2003-06-011-1/+1
| | | | | | | | function pointer passed in.
* | Split the env(1) manpage off from printenv(1); there is not much pointtjr2003-06-014-94/+161
| | | | | | | | in keeping them together. Mention that printenv is obsolescent.
OpenPOWER on IntegriCloud