summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Aristotle dies in 02 Oct 322 BC not in March.maxim2003-04-241-1/+0
| | | | | | PR: misc/46440 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 4 days
* Fix printf warning for RELENG_4.simokawa2003-04-241-0/+4
|
* Fix a typo: "Managment" -> "Management".maxim2003-04-241-1/+1
| | | | | | PR: bin/47343 Submitted by: Jeremy C. Reed <reed@reedmedia.net> MFC after: 4 days
* o Add support for running /etc/rc.earlymtm2003-04-242-0/+20
| | | | | | | | o Re-run through /etc/sysctl.conf a second time just before we set the securelevel. Approved by: markm (mentor) (implicit) Reviewed by: dougb
* Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc.mtm2003-04-247-65/+75
| | | | | | | | | | | | | o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy <leafy@leafy.idv.tw>
* Free mount credentials (mnt_cred) when freeing the mount structtjr2003-04-241-0/+5
| | | | | in failure cases to avoid leaking struct ucreds, and ultimately leaking struct uidinfo references.
* Add some IEEE 1394 OHCI chips.simokawa2003-04-242-1/+26
| | | | | Partially submitted by: Tetsuya Ryuchi <ryuchi@ryuchi.org> PR: misc/51336
* - Move swap_pager_isswapped()'s prototype to a more logical place.alc2003-04-242-1/+1
|
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-2418-14/+45
| | | | | | - Add a parameter to vm_pageout_flush() that tells vm_pageout_flush() whether its caller has locked the vm_object. (This is a temporary measure to bootstrap vm_object locking.)
* When filling out a kinfo_proc structure, if we come across a processdes2003-04-241-0/+2
| | | | | | whose p_stats->p_start has the magic value 1, replace it with boottime. Some users were apparently confused by the fact that ps(1) reported a start time in early 1970 for system processes.
* Don't print anything for fault at cpu_switch_load_gs, just like otherdavidxu2003-04-242-12/+6
| | | | | code to recover fault in doreti because of invalid segment registers, silently push error to userland.
* Document support for the new -s and -R command-line options, andgad2003-04-241-51/+124
| | | | | | | | | | | the 'N' flag. These were coded in March as revisions 1.55 and 1.56 of newsyslog.c. I intend to MFC all the matching changes next week. This also reorganizes the description of the 'flags' field to give list of the valid flags, instead of a long paragraph explaining each of the possible values. Obtained from: NetBSD (in spirit at least, for -s and N) MFC after: 1 week
* Don't convert the kernel ident to uppercase when writing the Makefile.des2003-04-241-1/+1
|
* Tweak to previous commit: increment ifp->if_iqdrops if the m_copy() fails.archie2003-04-231-1/+2
| | | | Suggested by: Neelkanth Natu <neelnatu@yahoo.com>
* Sync with latest and greatest Apple sources (which, among other things, fixjkh2003-04-231-62/+88
| | | | | | | | the style flag). Submitted by: Conrad Minshall <conrad@apple.com> Reviewed by: jkh Obtained from: Apple Computer, Inc.
* Remove obsolete compatibility ifdef.imp2003-04-231-2/+0
|
* Copy CIS3 and CIS4 strings into the kernel too.imp2003-04-232-0/+8
| | | | | PR: 51333 Submitted by: Scott Mitchell
* 1. Allow drivers to query CIS strings from OLDCARD.imp2003-04-234-0/+69
| | | | | | | | | 2. Include backwards compatibility good for the moment (eventually will be turned off in current, but allow for a short transition period). PR: 51333 Submited by: Scott Mitchell (1) MFC after: 2 weeks
* Add accessor for cis4 string. Neither OLDCARD nor NEWCARD supportimp2003-04-231-0/+1
| | | | | | | this yet, but that will change soon. Pr: 51333 Submited by: Scott Mitchell
* Add a macro to get the current thread mailbox pointer.deischen2003-04-231-0/+1
|
* Remove the i386-specific hack (well, we only run on i386 anyways)deischen2003-04-232-8/+8
| | | | | | to always set %gs when resuming a thread. Install this library as libpthread instead of libkse.
* Protect thread errno from being changed while operatingdeischen2003-04-236-2/+76
| | | | | | | | on behalf of the KSE. Add a kse_reinit function to reinitialize a reused KSE. Submitted by: davidxu
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-238-371/+389
| | | | | | | | | to get actual constant values. This is in preparation for machine/limits.h retirement. Discussed on: standards@ Submitted by: Craig Rodrigues <rodrigc@attbi.com> (*) Modified by: kan
* Introduce a g_waitfor_event() function which posts an event and waits forphk2003-04-236-35/+69
| | | | it to be run (or cancelled) and use this instead of home-rolled versions.
* Document support for the <default> entry, which was implemented ingad2003-04-231-2/+8
| | | | | | | revision 1.50 of newsyslog.c , back in February. I intend to MFC those changes soon. MFC after: 4 days
* More of the event stuff can now be private to geom_event.cphk2003-04-233-14/+11
|
* Rename g_call_me() to g_post_event(), and give it a flagphk2003-04-2312-34/+35
| | | | argument to determine if we can M_WAITOK in malloc.
* style(9): use NULL when assigning/comparing a char *,johan2003-04-233-9/+9
| | | | | | consitently compare fileid with 0 using == and !=. Reviewed by: silence on @audit
* Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.johan2003-04-232-2/+2
| | | | Look at by: sebastian.ssmoller@web.de on audit@
* Remove the now unused hardcoded g_post_event() event support.phk2003-04-232-63/+4
|
* Make this WARNS=5 clean by using %j and (uintmax_t).johan2003-04-232-3/+5
| | | | Look at by: sebastian.ssmoller@web.de on audit@
* These are WARNS=5 clean, mark them as such to keep them that way.johan2003-04-232-0/+2
| | | | Look at by: sebastian.ssmoller@web.de on audit@
* Use bus_space*() instead of in*() and out*().jhay2003-04-234-317/+280
|
* Turn EV_NEW_PROVIDER into a g_call_me() event.phk2003-04-233-25/+31
|
* Convert EV_SPOILED event to use g_call_me().phk2003-04-233-21/+24
|
* Remove Giant from osigblock(), osigsetmask(), and kern_sigaltstack().jhb2003-04-231-15/+7
|
* Turn the hardwired NEW_CLASS event into a g_call_me() event.phk2003-04-233-22/+34
|
* Move the shutdown eventhandler stuff to a more logical place.phk2003-04-233-11/+12
|
* Update many of the locking notes and comments for structjhb2003-04-231-49/+50
| | | | thread/kse/ksegroup/proc.
* The signotify() sanity check in userret() doesn't need Giant anymore.jhb2003-04-231-2/+0
|
* Add lock assertions for various proc/thread/kse/ksegroup fields to thejhb2003-04-232-0/+16
| | | | scheduler functions.
* - Reorganize osigstack() to do the copyin first, grab the proc lock once,jhb2003-04-231-19/+13
| | | | | | | do all the various sigstack dances, unlock the proc lock, and finally do the copyout. This more closely resembles the behavior of kern_sigaltstack() and closes a small race. - Remove Giant from osigstack as it is no longer needed.
* Remove Giant from [gs]etpriority().jhb2003-04-231-6/+0
|
* - Protect p_numthreads with the sched_lock.jhb2003-04-234-27/+33
| | | | | - Protect p_singlethread with both the sched_lock and the proc lock. - Protect p_suspcount with the proc lock.
* Fix a case where the return value from m_copy() was not being checkedarchie2003-04-231-6/+6
| | | | | | | for NULL before proceeding, causing a crash if mbufs were exhausted. MFC after: 3 days Reported by: Mark Gooderum <mark@verniernetworks.com>
* Fix compiling in the NO_SWAPPING case.jhb2003-04-231-5/+7
| | | | Submitted by: bde (partially)
* Fix a lock order reversal. Unlock the proc before calling fget().jhb2003-04-231-1/+1
| | | | Reported by: kris
* Remove Kerberos IV shims.des2003-04-233-3/+3
|
* Update for 3.6.1p1; also remove Kerberos IV shims.des2003-04-234-22/+6
|
* Nit.des2003-04-231-1/+1
|
OpenPOWER on IntegriCloud