summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove unneded filesache2004-02-174-1075/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-178-1039/+5
|
* Remove files no longer neededache2004-02-173-1433/+0
|
* Remove files no longer neededache2004-02-173-1436/+0
|
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-2/+0
|
* Remove files no longer neededache2004-02-174-1069/+1
|
* Remove getopt*.c, we already have getopt_long() in libcache2004-02-171-1/+1
|
* getopt_long() returned 0 (i.e. long options) case not handled, add itache2004-02-171-0/+4
| | | | (symptom: "bc --quiet" not works while "bc -q" works)
* The callrpc call to unmonitor hosts was passing the wrong xdralfred2004-02-171-2/+2
| | | | | decode/encode functions for the arguments to the statd unmonitor call. Fix it.
* Remove old explicit -I${DESTDIR}/usr/include/readlineache2004-02-171-1/+1
| | | | it is no longer needed
* Fix the AMD64 build: this file shouldn't exist.obrien2004-02-161-80/+0
|
* Switch back to regex.hache2004-02-161-1/+2
|
* Formally switch back to regex.h (not sure it ever needed here - libgnuregexache2004-02-161-1/+2
| | | | is not used)
* Switch back to regex.h and fix error when mismatched regex.h used withache2004-02-163-4/+12
| | | | system libgnuregex
* Remove some more 'makedev' related macros.le2004-02-161-10/+0
| | | | Approved by: grog (mentor)
* Also remove "makedev" from the online help.le2004-02-161-2/+0
|
* Remove files no longer neededache2004-02-166-1063/+6
| | | | Switch back to regex.h
* 1) Remove files no longer needed.ache2004-02-168-1673/+2
| | | | 2) Switch back to regex.h
* Install regex.h under include/gnuache2004-02-161-1/+1
|
* Add "gnu" to the list of subdirsache2004-02-161-0/+2
|
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-163-5/+5
| | | | | | treatment. Submitted by: Vincent Jardin
* Back out previous commit due to objections.des2004-02-162-8/+5
|
* Back out previous commit; it doesn't seem to do what I thought it does.des2004-02-161-8/+0
|
* Increase the size of MSGBUF_SIZE if booted with -v.obrien2004-02-161-1/+1
|
* Add a 'realclean' target, which simply and quickly removes everythinggad2004-02-161-0/+15
| | | | | | | | | | that was built in previous 'make buildworld' and 'make buildkernel'. The target knows enough to run a 'chflags -R 0' and a second 'rm' if the first 'rm' ran into any errors while removing files. Suggested by: email with Richard Coleman Re: upcoming 64b-time_t changes. Reviewed by: imp, marcel, and others on -hackers MFC after: 1 week
* Remove -Wbad-function-cast. Its main purpose is to catch bugs that wedes2004-02-161-1/+1
| | | | | already catch with -Wstrict-prototypes, and it causes spurious warnings for some perfectly legitimate constructs.
* Document the change in M_WAITOK semantics.des2004-02-161-5/+6
|
* Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.des2004-02-161-0/+2
| | | | The calling code will either handle that gracefully or cause a page fault.
* Don't bother storing a result when all you need are the side effects.des2004-02-161-5/+5
|
* Avoid code duplication on platforms where int and long are the same size.des2004-02-161-0/+8
|
* Random style fixes and a comment update. No functional changes.des2004-02-161-4/+4
|
* correct function name in comment.ume2004-02-161-18/+18
| | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
| | | | at all is lost in the mists of time.
* Fix type in a sysctl. It used to be: net.key.prefered_oldsaguido2004-02-161-5/+5
| | | | | | | and is corrected to net.key.preferred_oldsa This makes it consistent with the KAME IPsec implementation. Approved by: sam
* don't update outgoing ifp, if ipsec tunnel mode encapsulationume2004-02-161-3/+5
| | | | | | was not made. Obtained from: KAME
* nuke unused functions.ume2004-02-163-53/+0
| | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
* we don't need to include ipsec.h.ume2004-02-161-8/+0
| | | | Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
* Spell types consistently throughout this file. Do not use the __packed ↵bms2004-02-161-4/+4
| | | | | | attribute, as we are often #include'd from userland without <sys/cdefs.h> in front of us, and it is not strictly necessary. Noticed by: Sascha Blank
* Don't pass a pointer to a 'long' to a function that expects an 'int *'.das2004-02-161-2/+2
| | | | | Submitted by: Roop Nanuwa <roop@hqst.com> PR: 62615
* Remove the code and an associated comment for gcc 1.x compatibilitydas2004-02-161-9/+1
| | | | and fix a typo in the !__GNUC__ case.
* Fix a typo in the !__GNUC__ case and remove an obsolete comment.das2004-02-161-3/+1
|
* Fix some aliasing problems.das2004-02-166-52/+94
|
* Since DEVFS is mandatory, remove all instances to make_dev*. Keep thele2004-02-164-228/+3
| | | | | | | | "makedev" command for backwards compatibility, but just print out an informational message (this was the current behaviour, anyway) and remove it from the documentation. Approved by: grog (mentor)
* - Clean up global data.simokawa2004-02-163-38/+58
| | | | | | - Force dcons to be the high-level console after dcons_crom has been attached. - Add a tunable to be the high-level console.
* Correct a long-standing race condition in vm_contig_launder() that couldalc2004-02-161-0/+2
| | | | | | | | | result in a panic "vm_page_cache: caching a dirty page, ...": Access to the page must be restricted or removed before calling vm_page_cache(). This race condition is identical in nature to that which was addressed by vm_pageout.c's revision 1.251 and vm_page.c's revision 1.275. MFC after: 7 days
* More cleanups/fixes for the AMD Am1771 driver:wpaul2004-02-163-22/+80
| | | | | | | | | | | | | | | | | | | | | - When adding new waiting threads to the waitlist for an object, use INSERT_LIST_TAIL() instead of INSERT_LIST_HEAD() so that new waiters go at the end of the list instead of the beginning. When we wake up a synchronization object, only the first waiter is awakened, and this needs to be the first thread that actually waited on the object. - Correct missing semicolon in INSERT_LIST_TAIL() macro. - Implement lookaside lists correctly. Note that the Am1771 driver uses lookaside lists to manage shared memory (i.e. DMAable) buffers by specifying its own alloc and free routines. The Microsoft documentation says you should avoid doing this, but apparently this did not deter the developers at AMD from doing it anyway. With these changes (which are the result of two straight days of almost non-stop debugging), I think I finally have the object/thread handling semantics implemented correctly. The Am1771 driver no longer crashes unexpectedly during association or bringing the interface up.
* Fix some WARNS:dwmalone2004-02-153-8/+7
| | | | | | 1) Remove some unused variables. 2) Mark some things aas static or __unused. 3) Cast to make sure we're comparing the same types.
* Remove an unused variable.dwmalone2004-02-151-1/+0
|
OpenPOWER on IntegriCloud